Frame 1
Mouse.show();
Frame 2
stop();
Mouse.show();
Frame 3
stop();
Mouse.show();
Frame 4
stop();
Mouse.show();
Frame 5
startDrag ("_root.cursor", true);
stop();
Instance of Symbol 169 MovieClip "ship" in Frame 5
onClipEvent (load) {
div = 16;
speed = 20;
_y = 253.4;
}
onClipEvent (enterFrame) {
diffx = _x - _root._xmouse;
diffy = _y - _root._ymouse;
_rotation = ((Math.atan2(diffy, diffx) * 57.2957795130823) - 180);
_x = 200;
_y = (_y - (diffy / speed));
if (this.hitTest(_root.instruct)) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Instance of Symbol 173 MovieClip "spot" in Frame 5
onClipEvent (enterFrame) {
this._x = _root.ship._x;
this._y = _root.ship._y;
this._alpha = 0;
}
Instance of Symbol 174 MovieClip "bullet2" in Frame 5
onClipEvent (enterFrame) {
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
_x = (_x + x);
_y = (_y + y);
if (this.hitTest(_root.spot)) {
speed = 0;
}
}
onClipEvent (load) {
function restart() {
_root.bullet2._x = _root.spot._x;
_root.bullet2._y = _root.spot._y;
_rotation = (_root.ship._rotation + 90);
}
restart();
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.spot)) {
_rotation = (_rotation + 0);
speed = 10;
_alpha = 100;
} else {
_rotation = (_root.ship._rotation + 90);
speed = 0;
_alpha = 0;
_root.bullet2._x = _root.spot._x;
_root.bullet2._y = _root.spot._y;
}
if ((((((((((((((((((((((((this.hitTest(_root.t1) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) or this.hitTest(_root.b1)) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.back)) {
restart();
}
}
Frame 6
startDrag ("_root.cursor", true);
Mouse.hide();
stop();
_root.score = 0;
Instance of Symbol 186 MovieClip in Frame 6
onClipEvent (enterFrame) {
gotoAndPlay(_root.b1._currentframe);
}
Instance of Symbol 189 MovieClip "finish" in Frame 6
/* no clip actions */
Instance of Symbol 189 MovieClip "specialfinish" in Frame 6
/* no clip actions */
Instance of Symbol 201 MovieClip "b1" in Frame 6
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (enterFrame) {
gotoAndStop(_root._currentframe - 6);
}
Instance of Symbol 206 MovieClip "b2" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b1._x - _width;
}
onClipEvent (enterFrame) {
gotoAndStop(_root._currentframe - 6);
}
Instance of Symbol 212 MovieClip "b3" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b2._x - _width;
}
onClipEvent (enterFrame) {
gotoAndStop(_root._currentframe - 6);
}
Instance of Symbol 223 MovieClip "b4" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b3._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root._currentframe - 6);
}
Instance of Symbol 234 MovieClip "b5" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b4._x - _width;
}
onClipEvent (enterFrame) {
gotoAndStop(_root._currentframe - 6);
}
Instance of Symbol 250 MovieClip "b6" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b5._x - _width;
}
onClipEvent (enterFrame) {
gotoAndStop(_root._currentframe - 6);
}
Instance of Symbol 256 MovieClip "b7" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b6._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root._currentframe - 6);
}
Instance of Symbol 262 MovieClip "b8" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b7._x - _width;
}
onClipEvent (enterFrame) {
gotoAndStop(_root._currentframe - 6);
}
Instance of Symbol 268 MovieClip "b9" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b8._x - _width;
}
onClipEvent (enterFrame) {
gotoAndStop(_root._currentframe - 6);
}
Instance of Symbol 274 MovieClip "b10" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b9._x - _width;
}
onClipEvent (enterFrame) {
gotoAndStop(_root._currentframe - 6);
}
Instance of Symbol 280 MovieClip "b11" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b10._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root._currentframe - 6);
}
Instance of Symbol 291 MovieClip "b12" in Frame 6
onClipEvent (load) {
}
onClipEvent (load) {
function restart() {
_x = (550 + (this._width / 2));
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
_root.score = _root.score + 10;
}
}
onClipEvent (load) {
this._x = _root.b11._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root._currentframe - 6);
}
Instance of Symbol 320 MovieClip "back" in Frame 6
onClipEvent (enterFrame) {
if ((_root.e1._currentframe = 1)) {
_root.e11 = true;
} else {
_root.e11 = false;
}
}
Frame 7
stop();
_root.score = 0;
Instance of Symbol 330 MovieClip "ship" in Frame 7
onClipEvent (load) {
div = 16;
speed = 20;
_y = 133.8;
}
onClipEvent (enterFrame) {
diffx = _x - _root._xmouse;
diffy = _y - _root._ymouse;
_rotation = ((Math.atan2(diffy, diffx) * 57.2957795130823) - 180);
_x = 100;
_y = (_y - (diffy / speed));
if (_rotation >= 71) {
_rotation = 0;
}
if (-71 >= _rotation) {
_rotation = 0;
}
if (((_root._currentframe - 6) * 2000) < _root.score) {
_root.play();
}
}
Instance of Symbol 331 MovieClip in Frame 7
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship)) {
play();
}
}
}
Instance of Symbol 332 MovieClip in Frame 7
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
_x = 600;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship.front)) {
play();
}
}
}
Instance of Symbol 333 MovieClip in Frame 7
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
_x = 750;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship)) {
play();
}
}
}
Instance of Symbol 336 MovieClip in Frame 7
onClipEvent (load) {
function restart() {
_x = 1000;
_y = (random(200) + 66);
_root.score = _root.score + 300;
}
_x = 750;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.specialfinish) or this.hitTest(_root.ship.front)) {
restart();
}
}
Instance of Symbol 339 MovieClip "spot" in Frame 7
onClipEvent (enterFrame) {
this._x = _root.ship._x;
this._y = _root.ship._y + 5;
this._alpha = 0;
}
Instance of Symbol 340 MovieClip "bullet2" in Frame 7
onClipEvent (enterFrame) {
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
_x = (_x + x);
_y = (_y + y);
if (this.hitTest(_root.spot)) {
speed = 0;
}
}
onClipEvent (load) {
function restart() {
_root.bullet2._x = _root.spot._x;
_root.bullet2._y = _root.spot._y;
_rotation = (_root.ship._rotation + 90);
_alpha = 0;
}
restart();
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.spot)) {
_rotation = (_rotation + 0);
speed = 10;
_alpha = 100;
} else {
_rotation = (_root.ship._rotation + 90);
speed = 0;
_alpha = 0;
_root.bullet2._x = _root.spot._x;
_root.bullet2._y = _root.spot._y;
}
if ((((((((((((((((((((((((this.hitTest(_root.t1) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) or this.hitTest(_root.b1)) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.back)) {
restart();
}
if (this.hitTest(_root.e3)) {
_root.e3.death();
}
}
Instance of Symbol 342 MovieClip "e2" in Frame 7
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(250) + 70);
enemySpeed = random(4) + 3;
gotoAndStop(random(6));
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 70);
enemySpeed = random(4) + 1;
gotoAndStop(random(6));
_root.score = _root.score + 100;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
}
Instance of Symbol 343 MovieClip "e1" in Frame 7
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
enemySpeed = random(4) + 1;
gotoAndStop(random(6));
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
enemySpeed = random(4) + 1;
gotoAndStop(random(6));
_root.score = _root.score + 100;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(6) - 3));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
}
Frame 8
stop();
Instance of Symbol 346 MovieClip "t1" in Frame 8
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
_x = 550;
}
}
Instance of Symbol 348 MovieClip in Frame 8
onClipEvent (enterFrame) {
_x = (_x - 3);
if (this.hitTest(_root.finish)) {
_x = 550;
}
}
Instance of Symbol 348 MovieClip in Frame 8
onClipEvent (enterFrame) {
_x = (_x - 3);
if (this.hitTest(_root.finish)) {
_x = 550;
}
}
Instance of Symbol 349 MovieClip in Frame 8
onClipEvent (enterFrame) {
_x = (_x - 4);
if (this.hitTest(_root.finish)) {
_x = 550;
}
}
Frame 9
stop();
Frame 10
stop();
_root.t1.play();
stop();
Instance of Symbol 358 MovieClip "t2" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t1._x - (1.5 * _width);
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 359 MovieClip "t1" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
Instance of Symbol 360 MovieClip "t3" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t2._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 361 MovieClip "t4" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t3._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 362 MovieClip "t5" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t4._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 363 MovieClip "t6" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t5._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 364 MovieClip "t7" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t6._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 365 MovieClip "t8" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t7._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 366 MovieClip "t9" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t8._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 367 MovieClip "t10" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t9._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 368 MovieClip "t11" in Frame 10
onClipEvent (load) {
function restart() {
_height = random(200);
_x = (550 + (this._width / 2));
_y = 25;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.finish)) {
restart();
}
}
onClipEvent (load) {
this._x = _root.t10._x - _width;
}
onClipEvent (enterFrame) {
gotoAndPlay(_root.t1._currentframe);
}
Instance of Symbol 373 MovieClip in Frame 10
onClipEvent (load) {
gotoAndStop(_root.t1._currentframe);
}
Instance of Symbol 375 MovieClip "bullet3" in Frame 10
onClipEvent (enterFrame) {
if (!_root.bullet2.hitTest(_root.spot)) {
_alpha = 100;
this._y = _root.bullet2._y + increment;
this._x = _root.bullet2._x;
_rotation = (_rotation + 0);
increment = increment + 1;
} else {
_alpha = 0;
this._y = _root.bullet2._y;
this._x = _root.bullet2._x;
this._rotation = _root.bullet2._rotation;
increment = 0;
}
}
onClipEvent (load) {
function restart() {
_root.bullet3._x = _root.spot._x;
_root.bullet3._y = _root.spot._y;
_rotation = (_root.ship._rotation + 90);
_alpha = 0;
increment = 0;
}
restart();
}
Instance of Symbol 377 MovieClip "e2" in Frame 10
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Instance of Symbol 378 MovieClip "e1" in Frame 10
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(6) - 3));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Instance of Symbol 377 MovieClip "e3" in Frame 10
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Frame 11
stop();
_root.t1.play();
Frame 12
stop();
_root.t1.play();
Frame 13
stop();
_root.t1.play();
stop();
_root.ship.ship.gotoAndStop(2);
Instance of Symbol 389 MovieClip in Frame 13
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
_x = 750;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship)) {
play();
}
}
}
Instance of Symbol 390 MovieClip in Frame 13
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship)) {
play();
}
}
}
Instance of Symbol 391 MovieClip in Frame 13
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
_x = 600;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship)) {
play();
}
}
}
Instance of Symbol 397 MovieClip in Frame 13
onClipEvent (load) {
function restart() {
_x = 1000;
_y = (random(200) + 100);
_root.score = _root.score + 300;
}
_x = 750;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.specialfinish) or this.hitTest(_root.ship.front)) {
restart();
}
}
Instance of Symbol 399 MovieClip "bullet1" in Frame 13
onClipEvent (enterFrame) {
if (!_root.bullet2.hitTest(_root.spot)) {
_alpha = 100;
this._y = _root.bullet2._y - increment;
this._x = _root.bullet2._x;
_rotation = (_rotation + 0);
increment = increment + 1;
} else {
_alpha = 0;
this._y = _root.bullet2._y;
this._x = _root.bullet2._x;
this._rotation = _root.bullet2._rotation;
increment = 0;
}
}
onClipEvent (load) {
function restart() {
_root.bullet3._x = _root.spot._x;
_root.bullet3._y = _root.spot._y;
_rotation = (_root.ship._rotation + 90);
_alpha = 0;
increment = 0;
}
restart();
}
Instance of Symbol 423 MovieClip "e2" in Frame 13
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Instance of Symbol 423 MovieClip "e3" in Frame 13
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Instance of Symbol 423 MovieClip "e1" in Frame 13
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Frame 14
stop();
_root.t1.play();
Frame 15
stop();
_root.t1.play();
Frame 16
stop();
_root.t1.play();
stop();
_root.ship.ship.gotoAndStop(1);
Instance of Symbol 331 MovieClip in Frame 16
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship)) {
play();
}
}
}
Instance of Symbol 332 MovieClip in Frame 16
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
_x = 600;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship.front)) {
play();
}
}
}
Instance of Symbol 333 MovieClip in Frame 16
onClipEvent (load) {
function restart() {
_x = (random(100) + 550);
_y = (random(200) + 100);
_root.score = _root.score + 100;
}
_x = 750;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.finish) or this.hitTest(_root.ship.front)) {
restart();
if (this.hitTest(_root.ship)) {
play();
}
}
}
Instance of Symbol 430 MovieClip in Frame 16
onClipEvent (load) {
function restart() {
_x = 1000;
_y = (random(200) + 100);
_root.score = _root.score + 300;
}
_x = 750;
}
onClipEvent (enterFrame) {
_x = (_x - 5);
_y = (_y + (random(4) - 2));
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.specialfinish) or this.hitTest(_root.ship.front)) {
restart();
}
}
Instance of Symbol 432 MovieClip "bullet2" in Frame 16
onClipEvent (enterFrame) {
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
_x = (_x + x);
_y = (_y + y);
if (this.hitTest(_root.spot)) {
speed = 0;
}
}
onClipEvent (load) {
function restart() {
_root.bullet2._x = _root.spot._x;
_root.bullet2._y = _root.spot._y;
_rotation = (_root.ship._rotation + 90);
_alpha = 0;
}
restart();
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 0);
speed = 10;
_alpha = 100;
if ((((((((((((((((((((((((this.hitTest(_root.t1) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) or this.hitTest(_root.b1)) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.back)) {
restart();
}
if (this.hitTest(_root.e3)) {
_root.e3.death();
}
}
Instance of Symbol 434 MovieClip "bullet1" in Frame 16
onClipEvent (enterFrame) {
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
_x = (_x + x);
_y = (_y + y);
if (this.hitTest(_root.spot)) {
speed = 0;
}
}
onClipEvent (load) {
function restart() {
_root.bullet1._x = _root.spot._x;
_root.bullet1._y = _root.spot._y;
_rotation = (_root.ship._rotation + 90);
_alpha = 0;
}
_x = 250;
restart();
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 0);
speed = 10;
_alpha = 100;
if ((((((((((((((((((((((((this.hitTest(_root.t1) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) or this.hitTest(_root.b1)) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.back)) {
restart();
}
if (this.hitTest(_root.e3)) {
_root.e3.death();
}
}
Instance of Symbol 435 MovieClip "bullet3" in Frame 16
onClipEvent (enterFrame) {
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
_x = (_x + x);
_y = (_y + y);
if (this.hitTest(_root.spot)) {
speed = 0;
}
}
onClipEvent (load) {
function restart() {
_root.bullet3._x = _root.spot._x;
_root.bullet3._y = _root.spot._y;
_rotation = (_root.ship._rotation + 90);
_alpha = 0;
}
_x = 250;
restart();
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 0);
speed = 10;
_alpha = 100;
if ((((((((((((((((((((((((this.hitTest(_root.t1) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) or this.hitTest(_root.b1)) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.back)) {
restart();
}
if (this.hitTest(_root.e3)) {
_root.e3.death();
}
}
Instance of Symbol 377 MovieClip "e2" in Frame 16
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Instance of Symbol 378 MovieClip "e1" in Frame 16
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(6) - 3));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Instance of Symbol 377 MovieClip "e3" in Frame 16
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Instance of Symbol 378 MovieClip "e4" in Frame 16
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
gotoAndStop(random(6));
_root.score = _root.score + 100;
if (_root._currentframe >= 12) {
enemySpeed = random(4) + 5;
} else {
enemySpeed = random(4) + 1;
}
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(6) - 3));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet1)) {
die();
_root.bullet1.restart();
_root.knall.play();
}
if (this.hitTest(_root.bullet3)) {
die();
_root.bullet3.restart();
_root.knall.play();
}
}
Frame 17
stop();
_root.t1.play();
Frame 18
stop();
_root.t1.play();
Frame 19
stop();
_root.t1.play();
Instance of Symbol 346 MovieClip "t1" in Frame 19
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 342 MovieClip "e2" in Frame 19
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(250) + 70);
enemySpeed = random(4) + 3;
gotoAndStop(random(6));
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 70);
enemySpeed = random(4) + 1;
gotoAndStop(random(6));
_root.score = _root.score + 100;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(4) - 2));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
}
Instance of Symbol 343 MovieClip "e1" in Frame 19
onClipEvent (load) {
function restart() {
_x = (random(100) + 600);
_y = (random(200) + 100);
enemySpeed = random(4) + 1;
gotoAndStop(random(6));
}
function die() {
_x = (random(100) + 600);
_y = (random(200) + 100);
enemySpeed = random(4) + 1;
gotoAndStop(random(6));
_root.score = _root.score + 100;
}
restart();
}
onClipEvent (enterFrame) {
_x = (_x - (enemyspeed + 5));
_y = (_y + (random(6) - 3));
if (this.hitTest(_root.finish)) {
restart();
}
if (this.hitTest(_root.bullet2)) {
die();
_root.bullet2.restart();
_root.knall.play();
}
}
Frame 20
stop();
_root.t1.play();
Instance of Symbol 448 MovieClip in Frame 20
onClipEvent (enterFrame) {
_x = (_x - 5);
if (this.hitTest(_root.ship)) {
_root.play();
}
}
Frame 21
stop();
_root.t1.play();
Frame 22
stop();
Frame 23
stop();
Mouse.show();
Frame 35
gotoAndPlay (46);
Frame 36
gotoAndStop (41);
Frame 37
gotoAndStop (42);
Frame 38
gotoAndPlay (43);
Frame 39
gotoAndStop (44);
Frame 40
gotoAndStop (45);
Frame 41
stop();
Frame 42
stop();
Frame 43
stop();
Frame 44
stop();
Frame 45
stop();
Frame 79
stop();
if (_root.high < _root.score) {
_root.high = _root.score;
}
Mouse.show();
Symbol 5 MovieClip Frame 1
stop();
Symbol 5 MovieClip Frame 2
_root.score = _root.score + 100;
Symbol 5 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 36 Button
on (release) {
tellTarget ("_level0") {
gotoAndStop (2);
};
}
Symbol 37 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
} else {
gotoAndStop (3);
}
Instance of Symbol 16 MovieClip in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) {
_parent.percent = Math.round(_parent.PercentLoaded);
gotoAndStop(_parent.percent);
}
Symbol 37 MovieClip Frame 2
gotoAndPlay (1);
Symbol 37 MovieClip Frame 3
_root.play();
Symbol 62 Button
on (release) {
gotoAndStop (6);
_root.score = 0;
}
Symbol 64 Button
on (release) {
gotoAndStop (3);
}
Symbol 76 MovieClip Frame 25
stop();
Symbol 79 Button
on (release) {
play();
}
Symbol 81 Button
on (release) {
prevFrame();
}
Symbol 83 Button
on (release) {
gotoAndStop (2);
}
Symbol 114 MovieClip Frame 347
_root.t1.gotoAndStop(random(5));
Symbol 117 MovieClip Frame 15
gotoAndPlay (9);
Symbol 129 MovieClip Frame 25
stop();
Symbol 130 Button
on (release) {
gotoAndPlay (2);
}
Symbol 133 Button
on (release) {
if (_root.bullet.hitTest(_root.ship)) {
shoot = true;
}
}
on (release) {
if (_root.bullet2.hitTest(_root.spot)) {
_root.bullet2._x = _root.spot._x + 25;
_root.klick.play();
}
}
Symbol 144 MovieClip Frame 25
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
stop();
Instance of Symbol 164 MovieClip "front" in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if (this.hitTest(_root.e1)) {
_root.gotoAndPlay(_root.e1._currentframe + 35);
}
if (this.hitTest(_root.e2)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
if (this.hitTest(_root.e3)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 2
/* no clip actions */
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 2
/* no clip actions */
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 2
/* no clip actions */
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 2
/* no clip actions */
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 2
/* no clip actions */
Symbol 186 MovieClip Frame 3
stop();
Symbol 186 MovieClip Frame 4
stop();
Symbol 186 MovieClip Frame 5
stop();
Symbol 186 MovieClip Frame 6
stop();
Symbol 186 MovieClip Frame 7
stop();
Symbol 186 MovieClip Frame 8
stop();
Symbol 186 MovieClip Frame 9
stop();
Symbol 186 MovieClip Frame 10
stop();
Symbol 186 MovieClip Frame 11
stop();
Symbol 186 MovieClip Frame 12
stop();
Symbol 186 MovieClip Frame 13
stop();
Symbol 186 MovieClip Frame 14
stop();
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 14
/* no clip actions */
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 14
/* no clip actions */
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 14
/* no clip actions */
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 14
/* no clip actions */
Instance of Symbol 177 MovieClip in Symbol 186 MovieClip Frame 14
/* no clip actions */
Symbol 186 MovieClip Frame 15
stop();
Symbol 186 MovieClip Frame 16
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Symbol 201 MovieClip Frame 3
stop();
Symbol 201 MovieClip Frame 4
stop();
Symbol 201 MovieClip Frame 5
stop();
Symbol 201 MovieClip Frame 6
stop();
Symbol 201 MovieClip Frame 7
stop();
Symbol 201 MovieClip Frame 8
stop();
Symbol 201 MovieClip Frame 9
stop();
Symbol 201 MovieClip Frame 10
stop();
Symbol 201 MovieClip Frame 11
stop();
Symbol 201 MovieClip Frame 12
stop();
Symbol 201 MovieClip Frame 13
stop();
Symbol 201 MovieClip Frame 14
stop();
Symbol 201 MovieClip Frame 15
stop();
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 2
stop();
Symbol 206 MovieClip Frame 3
stop();
Symbol 206 MovieClip Frame 4
stop();
Symbol 206 MovieClip Frame 5
stop();
Symbol 206 MovieClip Frame 6
stop();
Symbol 206 MovieClip Frame 7
stop();
Symbol 206 MovieClip Frame 8
stop();
Symbol 206 MovieClip Frame 9
stop();
Symbol 206 MovieClip Frame 10
stop();
Symbol 206 MovieClip Frame 11
stop();
Symbol 206 MovieClip Frame 12
stop();
Symbol 206 MovieClip Frame 13
stop();
Symbol 206 MovieClip Frame 14
stop();
Symbol 206 MovieClip Frame 15
stop();
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 212 MovieClip Frame 3
stop();
Symbol 212 MovieClip Frame 4
stop();
Symbol 212 MovieClip Frame 5
stop();
Symbol 212 MovieClip Frame 6
stop();
Symbol 212 MovieClip Frame 7
stop();
Symbol 212 MovieClip Frame 8
stop();
Symbol 212 MovieClip Frame 9
stop();
Symbol 212 MovieClip Frame 10
stop();
Symbol 212 MovieClip Frame 11
stop();
Symbol 212 MovieClip Frame 12
stop();
Symbol 212 MovieClip Frame 13
stop();
Symbol 212 MovieClip Frame 14
stop();
Symbol 212 MovieClip Frame 15
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
stop();
Symbol 223 MovieClip Frame 3
stop();
Symbol 223 MovieClip Frame 4
stop();
Symbol 223 MovieClip Frame 5
stop();
Symbol 223 MovieClip Frame 6
stop();
Symbol 223 MovieClip Frame 7
stop();
Symbol 223 MovieClip Frame 8
stop();
Symbol 223 MovieClip Frame 9
stop();
Symbol 223 MovieClip Frame 10
stop();
Symbol 223 MovieClip Frame 11
stop();
Symbol 223 MovieClip Frame 12
stop();
Symbol 223 MovieClip Frame 13
stop();
Symbol 223 MovieClip Frame 14
stop();
Symbol 223 MovieClip Frame 15
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 2
stop();
Symbol 234 MovieClip Frame 3
stop();
Symbol 234 MovieClip Frame 4
stop();
Symbol 234 MovieClip Frame 5
stop();
Symbol 234 MovieClip Frame 6
stop();
Symbol 234 MovieClip Frame 7
stop();
Symbol 234 MovieClip Frame 8
stop();
Symbol 234 MovieClip Frame 9
stop();
Symbol 234 MovieClip Frame 10
stop();
Symbol 234 MovieClip Frame 11
stop();
Symbol 234 MovieClip Frame 12
stop();
Symbol 234 MovieClip Frame 13
stop();
Symbol 234 MovieClip Frame 14
stop();
Symbol 234 MovieClip Frame 15
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 2
stop();
Symbol 250 MovieClip Frame 3
stop();
Symbol 250 MovieClip Frame 4
stop();
Symbol 250 MovieClip Frame 5
stop();
Symbol 250 MovieClip Frame 6
stop();
Symbol 250 MovieClip Frame 7
stop();
Symbol 250 MovieClip Frame 8
stop();
Symbol 250 MovieClip Frame 9
stop();
Symbol 250 MovieClip Frame 10
stop();
Symbol 250 MovieClip Frame 11
stop();
Symbol 250 MovieClip Frame 12
stop();
Symbol 250 MovieClip Frame 13
stop();
Symbol 250 MovieClip Frame 14
stop();
Symbol 250 MovieClip Frame 15
stop();
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
stop();
Symbol 256 MovieClip Frame 3
stop();
Symbol 256 MovieClip Frame 4
stop();
Symbol 256 MovieClip Frame 5
stop();
Symbol 256 MovieClip Frame 6
stop();
Symbol 256 MovieClip Frame 7
stop();
Symbol 256 MovieClip Frame 8
stop();
Symbol 256 MovieClip Frame 9
stop();
Symbol 256 MovieClip Frame 10
stop();
Symbol 256 MovieClip Frame 11
stop();
Symbol 256 MovieClip Frame 12
stop();
Symbol 256 MovieClip Frame 13
stop();
Symbol 256 MovieClip Frame 14
stop();
Symbol 256 MovieClip Frame 15
stop();
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
stop();
Symbol 262 MovieClip Frame 3
stop();
Symbol 262 MovieClip Frame 4
stop();
Symbol 262 MovieClip Frame 5
stop();
Symbol 262 MovieClip Frame 6
stop();
Symbol 262 MovieClip Frame 7
stop();
Symbol 262 MovieClip Frame 8
stop();
Symbol 262 MovieClip Frame 9
stop();
Symbol 262 MovieClip Frame 10
stop();
Symbol 262 MovieClip Frame 11
stop();
Symbol 262 MovieClip Frame 12
stop();
Symbol 262 MovieClip Frame 13
stop();
Symbol 262 MovieClip Frame 14
stop();
Symbol 262 MovieClip Frame 15
stop();
Symbol 268 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 2
stop();
Symbol 268 MovieClip Frame 3
stop();
Symbol 268 MovieClip Frame 4
stop();
Symbol 268 MovieClip Frame 5
stop();
Symbol 268 MovieClip Frame 6
stop();
Symbol 268 MovieClip Frame 7
stop();
Symbol 268 MovieClip Frame 8
stop();
Symbol 268 MovieClip Frame 9
stop();
Symbol 268 MovieClip Frame 10
stop();
Symbol 268 MovieClip Frame 11
stop();
Symbol 268 MovieClip Frame 12
stop();
Symbol 268 MovieClip Frame 13
stop();
Symbol 268 MovieClip Frame 14
stop();
Symbol 268 MovieClip Frame 15
stop();
Symbol 274 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 2
stop();
Symbol 274 MovieClip Frame 3
stop();
Symbol 274 MovieClip Frame 4
stop();
Symbol 274 MovieClip Frame 5
stop();
Symbol 274 MovieClip Frame 6
stop();
Symbol 274 MovieClip Frame 7
stop();
Symbol 274 MovieClip Frame 8
stop();
Symbol 274 MovieClip Frame 9
stop();
Symbol 274 MovieClip Frame 10
stop();
Symbol 274 MovieClip Frame 11
stop();
Symbol 274 MovieClip Frame 12
stop();
Symbol 274 MovieClip Frame 13
stop();
Symbol 274 MovieClip Frame 14
stop();
Symbol 274 MovieClip Frame 15
stop();
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 2
stop();
Symbol 280 MovieClip Frame 3
stop();
Symbol 280 MovieClip Frame 4
stop();
Symbol 280 MovieClip Frame 5
stop();
Symbol 280 MovieClip Frame 6
stop();
Symbol 280 MovieClip Frame 7
stop();
Symbol 280 MovieClip Frame 8
stop();
Symbol 280 MovieClip Frame 9
stop();
Symbol 280 MovieClip Frame 10
stop();
Symbol 280 MovieClip Frame 11
stop();
Symbol 280 MovieClip Frame 12
stop();
Symbol 280 MovieClip Frame 13
stop();
Symbol 280 MovieClip Frame 14
stop();
Symbol 280 MovieClip Frame 15
stop();
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 2
stop();
Symbol 291 MovieClip Frame 3
stop();
Symbol 291 MovieClip Frame 4
stop();
Symbol 291 MovieClip Frame 5
stop();
Symbol 291 MovieClip Frame 6
stop();
Symbol 291 MovieClip Frame 7
stop();
Symbol 291 MovieClip Frame 8
stop();
Symbol 291 MovieClip Frame 9
stop();
Symbol 291 MovieClip Frame 10
stop();
Symbol 291 MovieClip Frame 11
stop();
Symbol 291 MovieClip Frame 12
stop();
Symbol 291 MovieClip Frame 13
stop();
Symbol 291 MovieClip Frame 14
stop();
Symbol 291 MovieClip Frame 15
stop();
Instance of Symbol 164 MovieClip "front" in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if (this.hitTest(_root.e1)) {
_root.gotoAndPlay(_root.e1._currentframe + 35);
}
if (this.hitTest(_root.e2)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
if (this.hitTest(_root.e3)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Symbol 318 MovieClip Frame 81
_root.play();
Symbol 318 MovieClip Frame 120
stop();
Symbol 323 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 1
stop();
Instance of Symbol 164 MovieClip "front" in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if (this.hitTest(_root.e1)) {
_root.gotoAndPlay(_root.e1._currentframe + 35);
}
if (this.hitTest(_root.e2)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
if (this.hitTest(_root.e3)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 2
_root.score = _root.score + 100;
Symbol 331 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 332 MovieClip Frame 1
stop();
Symbol 332 MovieClip Frame 2
_root.score = _root.score + 100;
Symbol 332 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 2
_root.score = _root.score + 100;
Symbol 333 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 336 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 2
_root.score = _root.score + 500;
Symbol 336 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 2
stop();
Symbol 342 MovieClip Frame 3
stop();
Symbol 342 MovieClip Frame 4
stop();
Symbol 343 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 2
stop();
Symbol 343 MovieClip Frame 3
stop();
Symbol 343 MovieClip Frame 4
stop();
Symbol 352 MovieClip Frame 51
stop();
Symbol 354 MovieClip Frame 50
stop();
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 2
stop();
Symbol 358 MovieClip Frame 3
stop();
Symbol 358 MovieClip Frame 4
stop();
Symbol 358 MovieClip Frame 5
stop();
Symbol 358 MovieClip Frame 6
stop();
Symbol 358 MovieClip Frame 7
stop();
Symbol 358 MovieClip Frame 8
stop();
Symbol 358 MovieClip Frame 9
stop();
Symbol 358 MovieClip Frame 10
stop();
Symbol 359 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 2
stop();
Symbol 359 MovieClip Frame 3
stop();
Symbol 359 MovieClip Frame 4
stop();
Symbol 359 MovieClip Frame 5
stop();
Symbol 359 MovieClip Frame 6
stop();
Symbol 359 MovieClip Frame 7
stop();
Symbol 359 MovieClip Frame 8
stop();
Symbol 359 MovieClip Frame 9
stop();
Symbol 359 MovieClip Frame 10
stop();
Symbol 360 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 2
stop();
Symbol 360 MovieClip Frame 3
stop();
Symbol 360 MovieClip Frame 4
stop();
Symbol 360 MovieClip Frame 5
stop();
Symbol 360 MovieClip Frame 6
stop();
Symbol 360 MovieClip Frame 7
stop();
Symbol 360 MovieClip Frame 8
stop();
Symbol 360 MovieClip Frame 9
stop();
Symbol 360 MovieClip Frame 10
stop();
Symbol 361 MovieClip Frame 1
stop();
Symbol 361 MovieClip Frame 2
stop();
Symbol 361 MovieClip Frame 3
stop();
Symbol 361 MovieClip Frame 4
stop();
Symbol 361 MovieClip Frame 5
stop();
Symbol 361 MovieClip Frame 6
stop();
Symbol 361 MovieClip Frame 7
stop();
Symbol 361 MovieClip Frame 8
stop();
Symbol 361 MovieClip Frame 9
stop();
Symbol 361 MovieClip Frame 10
stop();
Symbol 362 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 2
stop();
Symbol 362 MovieClip Frame 3
stop();
Symbol 362 MovieClip Frame 4
stop();
Symbol 362 MovieClip Frame 5
stop();
Symbol 362 MovieClip Frame 6
stop();
Symbol 362 MovieClip Frame 7
stop();
Symbol 362 MovieClip Frame 8
stop();
Symbol 362 MovieClip Frame 9
stop();
Symbol 362 MovieClip Frame 10
stop();
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 2
stop();
Symbol 363 MovieClip Frame 3
stop();
Symbol 363 MovieClip Frame 4
stop();
Symbol 363 MovieClip Frame 5
stop();
Symbol 363 MovieClip Frame 6
stop();
Symbol 363 MovieClip Frame 7
stop();
Symbol 363 MovieClip Frame 8
stop();
Symbol 363 MovieClip Frame 9
stop();
Symbol 363 MovieClip Frame 10
stop();
Symbol 364 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 2
stop();
Symbol 364 MovieClip Frame 3
stop();
Symbol 364 MovieClip Frame 4
stop();
Symbol 364 MovieClip Frame 5
stop();
Symbol 364 MovieClip Frame 6
stop();
Symbol 364 MovieClip Frame 7
stop();
Symbol 364 MovieClip Frame 8
stop();
Symbol 364 MovieClip Frame 9
stop();
Symbol 364 MovieClip Frame 10
stop();
Symbol 365 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 2
stop();
Symbol 365 MovieClip Frame 3
stop();
Symbol 365 MovieClip Frame 4
stop();
Symbol 365 MovieClip Frame 5
stop();
Symbol 365 MovieClip Frame 6
stop();
Symbol 365 MovieClip Frame 7
stop();
Symbol 365 MovieClip Frame 8
stop();
Symbol 365 MovieClip Frame 9
stop();
Symbol 365 MovieClip Frame 10
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 2
stop();
Symbol 366 MovieClip Frame 3
stop();
Symbol 366 MovieClip Frame 4
stop();
Symbol 366 MovieClip Frame 5
stop();
Symbol 366 MovieClip Frame 6
stop();
Symbol 366 MovieClip Frame 7
stop();
Symbol 366 MovieClip Frame 8
stop();
Symbol 366 MovieClip Frame 9
stop();
Symbol 366 MovieClip Frame 10
stop();
Symbol 367 MovieClip Frame 1
stop();
Symbol 367 MovieClip Frame 2
stop();
Symbol 367 MovieClip Frame 3
stop();
Symbol 367 MovieClip Frame 4
stop();
Symbol 367 MovieClip Frame 5
stop();
Symbol 367 MovieClip Frame 6
stop();
Symbol 367 MovieClip Frame 7
stop();
Symbol 367 MovieClip Frame 8
stop();
Symbol 367 MovieClip Frame 9
stop();
Symbol 367 MovieClip Frame 10
stop();
Symbol 368 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 2
stop();
Symbol 368 MovieClip Frame 3
stop();
Symbol 368 MovieClip Frame 4
stop();
Symbol 368 MovieClip Frame 5
stop();
Symbol 368 MovieClip Frame 6
stop();
Symbol 368 MovieClip Frame 7
stop();
Symbol 368 MovieClip Frame 8
stop();
Symbol 368 MovieClip Frame 9
stop();
Symbol 368 MovieClip Frame 10
stop();
Symbol 377 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 2
stop();
Symbol 377 MovieClip Frame 3
stop();
Symbol 377 MovieClip Frame 4
stop();
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 2
stop();
Symbol 378 MovieClip Frame 3
stop();
Symbol 378 MovieClip Frame 4
stop();
Symbol 380 MovieClip Frame 50
stop();
Symbol 382 MovieClip Frame 51
stop();
Symbol 386 MovieClip Frame 50
stop();
Symbol 389 MovieClip Frame 1
stop();
Symbol 389 MovieClip Frame 2
_root.score = _root.score + 100;
Symbol 389 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 390 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 2
_root.score = _root.score + 100;
Symbol 390 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 391 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 2
_root.score = _root.score + 100;
Symbol 391 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 397 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 2
_root.score = _root.score + 500;
Symbol 397 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 410 MovieClip Frame 15
gotoAndPlay (9);
Symbol 423 MovieClip Frame 2
stop();
Symbol 423 MovieClip Frame 3
stop();
Symbol 423 MovieClip Frame 4
stop();
Symbol 425 MovieClip Frame 50
stop();
Symbol 427 MovieClip Frame 50
stop();
Symbol 429 MovieClip Frame 50
stop();
Symbol 430 MovieClip Frame 1
stop();
Symbol 430 MovieClip Frame 2
_root.score = _root.score + 500;
Symbol 430 MovieClip Frame 15
gotoAndPlay (1);
_parent.restart();
Symbol 437 MovieClip Frame 50
stop();
Symbol 439 MovieClip Frame 50
stop();
Symbol 441 MovieClip Frame 50
stop();
Symbol 444 MovieClip Frame 50
stop();
Symbol 446 MovieClip Frame 50
stop();
Symbol 450 MovieClip Frame 50
stop();
Symbol 457 MovieClip Frame 90
_root.play();
Symbol 462 Button
on (release) {
gotoAndStop (79);
}
Symbol 463 MovieClip Frame 347
_root.t1.gotoAndStop(random(5));
Instance of Symbol 164 MovieClip "front" in Symbol 466 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if (this.hitTest(_root.e1)) {
_root.gotoAndPlay(_root.e1._currentframe + 35);
}
if (this.hitTest(_root.e2)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
if (this.hitTest(_root.e3)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 466 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 466 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 466 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Symbol 471 MovieClip Frame 53
_root.gotoAndPlay("scores");
Symbol 471 MovieClip Frame 60
_root.gotoAndPlay("scores");
Symbol 474 MovieClip Frame 66
_root.gotoAndPlay("scores");
Symbol 481 MovieClip Frame 52
_root.gotoAndPlay("scores");
Symbol 486 MovieClip Frame 54
_root.gotoAndPlay("scores");
Instance of Symbol 164 MovieClip "front" in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if (this.hitTest(_root.e1)) {
_root.gotoAndPlay(_root.e1._currentframe + 35);
}
if (this.hitTest(_root.e2)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
if (this.hitTest(_root.e3)) {
_root.gotoAndPlay(_root.e2._currentframe + 35);
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Instance of Symbol 165 MovieClip "front" in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
if (((((((((((((((((((((((this.hitTest(_root.b1) or this.hitTest(_root.b2)) or this.hitTest(_root.b3)) or this.hitTest(_root.b4)) or this.hitTest(_root.b5)) or this.hitTest(_root.b6)) or this.hitTest(_root.b7)) or this.hitTest(_root.b8)) or this.hitTest(_root.b9)) or this.hitTest(_root.b10)) or this.hitTest(_root.b11)) or this.hitTest(_root.b12)) or this.hitTest(_root.t1)) or this.hitTest(_root.t2)) or this.hitTest(_root.t3)) or this.hitTest(_root.t4)) or this.hitTest(_root.t5)) or this.hitTest(_root.t6)) or this.hitTest(_root.t7)) or this.hitTest(_root.t8)) or this.hitTest(_root.t9)) or this.hitTest(_root.t10)) or this.hitTest(_root.t11)) or this.hitTest(_root.t12)) {
_root.gotoAndPlay("gameover");
}
if ((this.hitTest(_root.e1.fish) or this.hitTest(_root.e2.fish)) or this.hitTest(_root.e3.fish)) {
_root.gotoAndPlay("fish");
}
if ((this.hitTest(_root.e1.star) or this.hitTest(_root.e2.star)) or this.hitTest(_root.e3.star)) {
_root.gotoAndPlay("star");
}
if ((this.hitTest(_root.e1.octo) or this.hitTest(_root.e2.octo)) or this.hitTest(_root.e3.octo)) {
_root.gotoAndPlay("octo");
}
if ((this.hitTest(_root.e1.shark) or this.hitTest(_root.e2.shark)) or this.hitTest(_root.e3.shark)) {
_root.gotoAndPlay("shark");
}
if ((this.hitTest(_root.e1.jelly) or this.hitTest(_root.e2.jelly)) or this.hitTest(_root.e3.jelly)) {
_root.gotoAndPlay("jelly");
}
}
Symbol 489 MovieClip Frame 50
_root.gotoAndPlay("scores");
Symbol 495 Button
on (release) {
gotoAndStop (2);
}