Frame 509
stopAllSounds();
Frame 510
_root.congrat1._visible = false;
_root.congrat2._visible = false;
Instance of Symbol 119 MovieClip "congrat1" in Frame 510
onClipEvent (load) {
_root.congrat1._visible = false;
}
Instance of Symbol 121 MovieClip "congrat2" in Frame 510
onClipEvent (load) {
_root.congrat2._visible = false;
}
Frame 511
stop();
Frame 512
stop();
Frame 513
stop();
Frame 514
stop();
Instance of Symbol 217 MovieClip in Frame 514
onClipEvent (load) {
function reset() {
_root.spear._y = -100;
_root.spear._x = random(260) + 475;
spearSpeed = 10;
}
reset();
}
onClipEvent (enterFrame) {
_root.spear._y = _root.spear._y + spearSpeed;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (_root.spear._y > 800) {
reset();
}
}
Frame 515
stop();
_root.but1._visible = false;
if (sec1 == true) {
_root.but1._visible = true;
}
_root.but2._visible = false;
if (sec2 == true) {
_root.but2._visible = true;
}
Frame 516
stop();
_root.but1._visible = false;
if (sec1 == true) {
_root.but1._visible = true;
}
_root.but2._visible = false;
if (sec2 == true) {
_root.but2._visible = true;
}
Frame 517
stopAllSounds();
Frame 528
gotoAndPlay (550);
Frame 550
stopAllSounds();
cont = 0;
life = 3;
score = 0;
point = 0;
Frame 557
stop();
Frame 564
_root.menu._visible = false;
fishnum = 0.25;
Instance of Symbol 275 MovieClip "pengoo1" in Frame 565
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(40) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 170 MovieClip "bar1" in Frame 565
onClipEvent (enterFrame) {
setProperty(_root.bar1, _xscale , (_root.p1fish / _root.fishnum) * 1.15);
if (_root.p1fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb1mark4" in Frame 565
onClipEvent (enterFrame) {
if (_root.p1bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark3" in Frame 565
onClipEvent (enterFrame) {
if (_root.p1bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark2" in Frame 565
onClipEvent (enterFrame) {
if (_root.p1bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark1" in Frame 565
onClipEvent (enterFrame) {
if (_root.p1bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 170 MovieClip "bar3" in Frame 565
onClipEvent (enterFrame) {
setProperty(_root.bar3, _xscale , (_root.p1bomb - 70) / 7);
if (_root.p1bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
if (_root.p1bomb > 775) {
_root.p1bomb = 775;
}
}
Instance of Symbol 288 MovieClip in Frame 565
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 292 MovieClip "p1Attack" in Frame 565
onClipEvent (load) {
this._visible = false;
}
Frame 570
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 571
stop();
Instance of Symbol 310 MovieClip "windetector" in Frame 571
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L1W");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 571
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 571
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 571
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 571
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 571
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 572
gotoAndStop (571);
Frame 573
_root.menu._visible = false;
stop();
Frame 579
fishnum = 0.38;
Frame 585
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 586
stop();
Instance of Symbol 310 MovieClip "windetector2" in Frame 586
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L2W");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 586
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 586
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 586
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 586
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 586
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 587
gotoAndStop (586);
Frame 588
_root.menu._visible = false;
stop();
Frame 594
fishnum = 0.5;
Frame 600
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 601
stop();
Instance of Symbol 310 MovieClip "windetector3" in Frame 601
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L3W");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 601
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 601
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 601
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 601
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 601
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 602
gotoAndStop (601);
Frame 603
_root.menu._visible = false;
stop();
Frame 609
p2fish = 100;
fishnum = 0;
Instance of Symbol 170 MovieClip "bar2" in Frame 609
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , _root.p2fish * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 615
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 616
stop();
Instance of Symbol 310 MovieClip "windetector4" in Frame 616
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndPlay("L4W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L4L");
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 616
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 616
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 616
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 616
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 616
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 616
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 617
stop();
Instance of Symbol 310 MovieClip "lifedetector" in Frame 617
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Frame 618
gotoAndStop (617);
Instance of Symbol 349 MovieClip "bomb1" in Frame 618
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 5;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.gotoAndPlay(10);
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Frame 619
_root.menu._visible = false;
stop();
Frame 625
fishnum = 0.75;
Frame 631
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 632
stop();
Instance of Symbol 375 MovieClip "snoball" in Frame 632
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 6;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 1500) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 632
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 310 MovieClip "windetector5" in Frame 632
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L5W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L5L");
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 632
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 632
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 632
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 632
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 633
stop();
Frame 634
gotoAndStop (633);
Instance of Symbol 310 MovieClip "windetector5" in Frame 634
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L5W");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 634
onClipEvent (enterFrame) {
if (_root.point > 400) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Frame 635
_root.menu._visible = false;
stop();
Frame 641
fishnum = 1.2;
Frame 647
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 648
stop();
Instance of Symbol 375 MovieClip "snoball" in Frame 648
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 8;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 1700) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 648
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 310 MovieClip "windetector6" in Frame 648
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L6W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L6L");
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 648
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 648
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 648
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 648
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 649
stop();
Frame 650
gotoAndStop (649);
Instance of Symbol 310 MovieClip "windetector6" in Frame 650
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L6W");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 650
onClipEvent (enterFrame) {
if (_root.point > 400) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Frame 651
_root.menu._visible = false;
stop();
Frame 657
fishnum = 1.4;
Frame 663
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 664
stop();
Instance of Symbol 375 MovieClip "snoball" in Frame 664
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 10;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 1900) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 664
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 310 MovieClip "windetector7" in Frame 664
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L7W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L7L");
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 664
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 664
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 664
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 664
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 665
stop();
Frame 666
gotoAndStop (665);
Instance of Symbol 310 MovieClip "windetector7" in Frame 666
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L7W");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 666
onClipEvent (enterFrame) {
if (_root.point > 400) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Frame 667
_root.menu._visible = false;
stop();
Frame 673
p2fish = 150;
fishnum = 0;
Instance of Symbol 170 MovieClip "bar2" in Frame 673
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / 1.5) * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 679
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 680
stop();
Instance of Symbol 310 MovieClip "windetector8" in Frame 680
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndPlay("L8W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L8L");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 680
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 680
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 680
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 680
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 680
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 680
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 681
stop();
Frame 682
gotoAndStop (681);
Frame 683
_root.menu._visible = false;
stop();
stop();
Frame 689
fishnum = 1.6;
Frame 695
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 696
stop();
Instance of Symbol 375 MovieClip "snoball" in Frame 696
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 10;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 1900) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 696
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 310 MovieClip "windetector9" in Frame 696
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L9W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L9L");
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 696
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 696
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 696
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 696
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 697
stop();
Frame 698
gotoAndStop (697);
Instance of Symbol 310 MovieClip "windetector9" in Frame 698
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L9W");
}
}
Instance of Symbol 375 MovieClip "snoball" in Frame 698
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 10;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 1900) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 698
onClipEvent (enterFrame) {
if (_root.point > 400) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 698
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 10;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 550) {
reset();
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 698
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 15;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 550) {
fall2Speed = 0;
this._y = -50;
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 698
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 20;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 550) {
fall3Speed = 0;
this._y = -50;
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 698
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 550) {
fall4Speed = 0;
this._y = -50;
}
}
Frame 699
_root.menu._visible = false;
stop();
Frame 705
fishnum = 1.8;
Frame 711
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 712
stop();
Instance of Symbol 375 MovieClip "snoball" in Frame 712
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 12;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 2200) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 712
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 310 MovieClip "windetector10" in Frame 712
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L10W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L10L");
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 712
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 712
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 712
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 712
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 713
stop();
Frame 714
gotoAndStop (713);
Instance of Symbol 310 MovieClip "windetector10" in Frame 714
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L10W");
}
}
Instance of Symbol 375 MovieClip "snoball" in Frame 714
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 12;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 2200) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 714
onClipEvent (enterFrame) {
if (_root.point > 400) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 714
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 10;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 550) {
reset();
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 714
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 15;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 550) {
fall2Speed = 0;
this._y = -50;
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 714
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 20;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 550) {
fall3Speed = 0;
this._y = -50;
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 714
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 550) {
fall4Speed = 0;
this._y = -50;
}
}
Frame 715
_root.menu._visible = false;
stop();
Frame 721
fishnum = 2;
Frame 727
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 728
stop();
Instance of Symbol 375 MovieClip "snoball" in Frame 728
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 6;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 1800) {
reset();
}
}
Instance of Symbol 375 MovieClip "snoball" in Frame 728
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 6;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 2200) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 728
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 310 MovieClip "windetector11" in Frame 728
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L11W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L11L");
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 728
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 728
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 728
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 728
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 729
stop();
Frame 730
gotoAndStop (729);
Instance of Symbol 310 MovieClip "windetector11" in Frame 730
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("L11W");
}
}
Instance of Symbol 375 MovieClip "snoball" in Frame 730
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 6;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 1800) {
reset();
}
}
Instance of Symbol 375 MovieClip "snoball" in Frame 730
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 6;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 2200) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 730
onClipEvent (enterFrame) {
if (_root.point > 400) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 730
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 10;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 550) {
reset();
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 730
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 15;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 550) {
fall2Speed = 0;
this._y = -50;
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 730
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 20;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 550) {
fall3Speed = 0;
this._y = -50;
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 730
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 550) {
fall4Speed = 0;
this._y = -50;
}
}
Frame 731
_root.menu._visible = false;
stop();
Frame 737
p2fish = 200;
fishnum = 0;
Instance of Symbol 170 MovieClip "bar2" in Frame 737
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / 2) * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 743
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 744
stop();
Instance of Symbol 310 MovieClip "windetector12" in Frame 744
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndPlay("L12W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L12L");
}
}
Instance of Symbol 375 MovieClip "snoball" in Frame 744
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 6;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this._y > 2200) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 744
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 744
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 744
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 744
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 744
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 744
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 745
stop();
Frame 746
gotoAndStop (745);
Frame 747
_root.menu._visible = false;
stop();
Frame 753
if (_root.cont < 1) {
gotoAndPlay (764);
}
Frame 759
stop();
Frame 763
gotoAndStop (550);
Frame 770
stop();
Frame 777
_root.menu._visible = false;
p2fish = 300;
fishnum = 0;
Instance of Symbol 275 MovieClip "pengoo1" in Frame 778
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(40) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 170 MovieClip "bar1" in Frame 778
onClipEvent (enterFrame) {
setProperty(_root.bar1, _xscale , (_root.p1fish / _root.fishnum) * 1.15);
if (_root.p1fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb1mark4" in Frame 778
onClipEvent (enterFrame) {
if (_root.p1bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark3" in Frame 778
onClipEvent (enterFrame) {
if (_root.p1bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark2" in Frame 778
onClipEvent (enterFrame) {
if (_root.p1bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark1" in Frame 778
onClipEvent (enterFrame) {
if (_root.p1bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 170 MovieClip "bar3" in Frame 778
onClipEvent (enterFrame) {
setProperty(_root.bar3, _xscale , (_root.p1bomb - 70) / 7);
if (_root.p1bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
if (_root.p1bomb > 775) {
_root.p1bomb = 775;
}
}
Instance of Symbol 288 MovieClip in Frame 778
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 292 MovieClip "p1Attack" in Frame 778
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "bar2" in Frame 778
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / 3) * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 783
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 784
stop();
Instance of Symbol 310 MovieClip "windetector13" in Frame 784
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndPlay("L13W");
}
if (_root.life < 0) {
_root.gotoAndPlay("L13L");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 784
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 784
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 784
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 784
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 784
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 784
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 785
stop();
Frame 786
gotoAndStop (785);
Frame 787
_root.menu._visible = false;
stop();
Frame 829
stop();
Frame 831
stop();
Frame 852
_root.gotoAndPlay("title");
Frame 853
_root.menu._visible = false;
combo = 0;
score = 0;
_root.timer.stop();
stopAllSounds();
Instance of Symbol 275 MovieClip "pengoo1" in Frame 853
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 288 MovieClip in Frame 853
onClipEvent (enterFrame) {
this.stop();
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 288 MovieClip "timer" in Frame 853
onClipEvent (load) {
_root.seconds2 = 0;
_root.minutes2 = 2;
}
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 859
combo = 0;
score = 0;
_root.timer.stop();
stop();
Frame 860
_root.timer.play();
stop();
Instance of Symbol 196 MovieClip "fish1" in Frame 860
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 860
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 860
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 860
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 288 MovieClip "timer" in Frame 860
onClipEvent (load) {
_root.seconds2 = 0;
_root.minutes2 = 2;
}
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if ((_root.minutes2 < 1) and (_root.seconds2 < 30)) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 861
stop();
Instance of Symbol 483 MovieClip "music2" in Frame 861
/* no clip actions */
Instance of Symbol 288 MovieClip "timer2" in Frame 861
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 862
stop();
Frame 867
_root.score = 0;
gotoAndPlay (914);
Frame 868
_root.menu._visible = false;
stopAllSounds();
combo = 0;
score = 0;
_root.timer.stop();
Instance of Symbol 275 MovieClip "pengoo1" in Frame 868
onClipEvent (enterFrame) {
speed = 22;
if (Key.isDown(38)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 288 MovieClip in Frame 868
onClipEvent (enterFrame) {
this.stop();
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 288 MovieClip "timer" in Frame 868
onClipEvent (load) {
_root.seconds2 = 0;
_root.minutes2 = 2;
}
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 874
combo = 0;
score = 0;
_root.timer.stop();
stop();
Frame 875
_root.timer.play();
stop();
Instance of Symbol 503 MovieClip "gFish1" in Frame 875
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish2" in Frame 875
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish3" in Frame 875
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish4" in Frame 875
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish5" in Frame 875
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 288 MovieClip "timer" in Frame 875
onClipEvent (load) {
_root.seconds2 = 0;
_root.minutes2 = 2;
}
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if ((_root.minutes2 < 1) and (_root.seconds2 < 30)) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 876
stop();
Instance of Symbol 483 MovieClip "music2" in Frame 876
/* no clip actions */
Instance of Symbol 288 MovieClip "timer2" in Frame 876
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 877
stop();
Frame 878
_root.menu._visible = false;
stopAllSounds();
combo = 0;
numCombo = 0;
score = 0;
_root.timer.stop();
Instance of Symbol 275 MovieClip "pengoo1" in Frame 878
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 288 MovieClip in Frame 878
onClipEvent (enterFrame) {
this.stop();
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 288 MovieClip "timer" in Frame 878
onClipEvent (load) {
_root.seconds2 = 0;
_root.minutes2 = 2;
}
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 884
combo = 0;
score = 0;
_root.timer.stop();
stop();
Frame 885
_root.timer.play();
stop();
Instance of Symbol 196 MovieClip "fish1" in Frame 885
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 885
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 885
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 885
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 288 MovieClip "timer" in Frame 885
onClipEvent (load) {
_root.seconds2 = 0;
_root.minutes2 = 2;
}
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if ((_root.minutes2 < 1) and (_root.seconds2 < 30)) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 886
stop();
Instance of Symbol 483 MovieClip "music2" in Frame 886
/* no clip actions */
Instance of Symbol 288 MovieClip "timer2" in Frame 886
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
_root.play();
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 887
stop();
Frame 888
cont = 0;
life = 10;
score = 0;
point = 0;
stopAllSounds();
Frame 889
_root.menu._visible = false;
p2fish = 400;
fishnum = 0;
Instance of Symbol 275 MovieClip "pengoo1" in Frame 889
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(40) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 170 MovieClip "bar1" in Frame 889
onClipEvent (enterFrame) {
setProperty(_root.bar1, _xscale , (_root.p1fish / _root.fishnum) * 1.15);
if (_root.p1fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb1mark4" in Frame 889
onClipEvent (enterFrame) {
if (_root.p1bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark3" in Frame 889
onClipEvent (enterFrame) {
if (_root.p1bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark2" in Frame 889
onClipEvent (enterFrame) {
if (_root.p1bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark1" in Frame 889
onClipEvent (enterFrame) {
if (_root.p1bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 170 MovieClip "bar3" in Frame 889
onClipEvent (enterFrame) {
setProperty(_root.bar3, _xscale , (_root.p1bomb - 70) / 7);
if (_root.p1bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
if (_root.p1bomb > 775) {
_root.p1bomb = 775;
}
}
Instance of Symbol 288 MovieClip in Frame 889
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 292 MovieClip "p1Attack" in Frame 889
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "bar2" in Frame 889
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / 4) * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 895
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 896
stop();
Instance of Symbol 310 MovieClip "windetectorB" in Frame 896
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndStop("LBW");
}
if (_root.life < 0) {
_root.gotoAndStop("LBL");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 896
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 896
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 896
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 896
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 896
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 896
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.eskimo2.eskimoHead.play();
_root.eskimo3.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Frame 897
stop();
stop();
Frame 898
gotoAndStop (897);
Instance of Symbol 310 MovieClip "lifedetector" in Frame 898
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Frame 899
_root.menu._visible = false;
stop();
Frame 904
_root.gotoAndPlay("title");
Frame 905
_root.menu._visible = false;
stopAllSounds();
score = 0;
Instance of Symbol 275 MovieClip "pengoo1" in Frame 905
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 288 MovieClip in Frame 905
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Frame 912
stop();
Frame 913
stop();
Instance of Symbol 196 MovieClip "fish1" in Frame 913
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 913
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 913
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 913
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 914
_root.score = 0;
_root.scoretable.filename = "scores/demo.sco";
_root.scoretable.scoresize = 10;
_root.scoretable.action = "INSERT";
_root.scoretable.viewtype = "FLASH";
_root.scoretable.winname = name;
_root.scoretable.winscore = score;
_root.scoretable.loadVariables("http://www.bobmanworld.com/scores.php", "GET");
stopAllSounds();
Frame 921
stop();
Frame 927
_root.gotoAndPlay("title");
Frame 928
p1wins = 0;
p2wins = 0;
stopAllSounds();
Frame 929
_root.gfOn._visible = false;
_root.goldFish = 0;
Frame 935
stop();
Frame 942
_root.menu._visible = false;
Instance of Symbol 275 MovieClip "pengoo1" in Frame 943
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(40) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 275 MovieClip "pengoo2" in Frame 943
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(87) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(83) and (_root.p2Attack._currentframe < 2)) and (_root.bomb2._currentframe < 2)) {
if ((_root.p2bomb > 9) and (_root.p2bomb < 25)) {
_root.bomb2.reset();
_root.bomb2._xscale = 60;
_root.bomb2._yscale = 60;
_root.p2bomb = _root.p2bomb - 10;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if ((_root.p2bomb > 24) and (_root.p2bomb < 45)) {
_root.bomb2.reset();
_root.bomb2._xscale = 150;
_root.bomb2._yscale = 150;
_root.p2bomb = _root.p2bomb - 25;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if ((_root.p2bomb > 44) and (_root.p2bomb < 70)) {
_root.bomb2.reset();
_root.bomb2._xscale = 225;
_root.bomb2._yscale = 225;
_root.p2bomb = _root.p2bomb - 45;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if (_root.p2bomb > 69) {
_root.bomb2.reset();
_root.bomb2._xscale = 300;
_root.bomb2._yscale = 300;
_root.p2bomb = _root.p2bomb - 70;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
}
if (Key.isDown(65) && (!Key.isDown(68))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(68) && (!Key.isDown(65))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 40) {
_x = 40;
}
if (_x > 340) {
_x = 340;
}
}
Instance of Symbol 170 MovieClip "bar2" in Frame 943
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / _root.fishnum) * 1.18);
if (_root.p2fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb4mark4" in Frame 943
onClipEvent (enterFrame) {
if (_root.p2bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb3mark3" in Frame 943
onClipEvent (enterFrame) {
if (_root.p2bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb2mark2" in Frame 943
onClipEvent (enterFrame) {
if (_root.p2bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb2mark1" in Frame 943
onClipEvent (enterFrame) {
if (_root.p2bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 170 MovieClip "bar4" in Frame 943
onClipEvent (enterFrame) {
setProperty(_root.bar4, _xscale , (_root.p2bomb - 70) / 4);
if (_root.p2bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 288 MovieClip in Frame 943
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 618 MovieClip "p2Attack" in Frame 943
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "bar1" in Frame 943
onClipEvent (enterFrame) {
setProperty(_root.bar1, _xscale , (_root.p1fish / _root.fishnum) * 1.15);
if (_root.p1fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb1mark4" in Frame 943
onClipEvent (enterFrame) {
if (_root.p1bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark3" in Frame 943
onClipEvent (enterFrame) {
if (_root.p1bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark2" in Frame 943
onClipEvent (enterFrame) {
if (_root.p1bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark1" in Frame 943
onClipEvent (enterFrame) {
if (_root.p1bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 292 MovieClip "p1Attack" in Frame 943
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "bar3" in Frame 943
onClipEvent (enterFrame) {
setProperty(_root.bar3, _xscale , (_root.p1bomb - 70) / 7);
if (_root.p1bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
if (_root.p1bomb > 775) {
_root.p1bomb = 775;
}
}
Frame 948
p1fish = 0;
p2fish = 0;
p1bomb = 0;
p2bomb = 0;
score = 0;
score2 = 0;
combo1 = 9;
combo2 = 9;
stop();
Frame 949
stop();
Instance of Symbol 631 MovieClip "fish5" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 55;
fallSpeed5 = 10;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed5;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.score2 = _root.score2 + 100;
_root.combo2 = 1;
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 1;
this.gotoAndStop(2);
reset();
if (_root.fish6._y < -40) {
_root.fish6.reset();
}
}
if (this._y > 550) {
reset();
}
}
Instance of Symbol 637 MovieClip "fish6" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall6Speed = 15;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall6Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.score2 = _root.score2 + 200;
if (_root.combo2 < 2) {
_root.combo2 = _root.combo2 + 1;
} else {
_root.combo2 = 9;
}
_root.p2bomb = _root.p2bomb + 2;
_root.p2fish = _root.p2fish + 1;
this.gotoAndStop(2);
if (_root.fish7._y < -40) {
_root.fish7.reset();
}
reset();
}
if (this._y > 550) {
fall6Speed = 0;
this._y = -50;
}
}
Instance of Symbol 641 MovieClip "fish7" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall7Speed = 20;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall7Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.score2 = _root.score2 + 400;
if (_root.combo2 < 3) {
_root.combo2 = _root.combo2 + 1;
} else {
_root.combo2 = 9;
}
_root.p2bomb = _root.p2bomb + 4;
_root.p2fish = _root.p2fish + 1;
this.gotoAndStop(2);
if (_root.fish8._y < -40) {
_root.fish8.reset();
}
if (_root.fish8._y < -40) {
_root.fish8.reset();
}
reset();
}
if (this._y > 550) {
fall7Speed = 0;
this._y = -50;
}
}
Instance of Symbol 646 MovieClip "fish8" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall8Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall8Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.score2 = _root.score2 + 800;
if (_root.combo2 < 4) {
if (_root.combo2 > 2) {
_root.combo2Count.play();
} else {
_root.combo2 = 9;
}
}
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 8;
this.gotoAndStop(2);
if (_root.fish6._y < -40) {
_root.fish6.reset();
}
if (_root.fish7._y < -40) {
_root.fish7.reset();
}
reset();
}
if (this._y > 550) {
fall8Speed = 0;
this._y = -50;
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 949
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
this._x = random(260) + 55;
bomb1Speed = 8;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if (this.hitTest(_root.pengoo2) and (this._currentframe < 25)) {
_root.pengoo2.gotoAndPlay(10);
_root.p2fish = _root.p2fish - (10 * (_root.bomb1._xscale / 200));
_root.score2 = _root.score2 - (500 * (_root.bomb1._xscale / 200));
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
if (_root.score2 < 0) {
_root.score2 = 0;
}
this.gotoAndPlay(25);
}
if (this._y > 360) {
bomb1Speed = 0;
this._y = 360;
}
if (this._currentframe > 50) {
this._y = -50;
}
}
Instance of Symbol 349 MovieClip "bomb2" in Frame 949
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
this._x = random(260) + 475;
bomb2Speed = 8;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb2Speed;
if (this.hitTest(_root.pengoo1) and (this._currentframe < 25)) {
_root.pengoo1.gotoAndPlay(10);
_root.p1fish = _root.p1fish - (10 * (_root.bomb2._xscale / 200));
_root.score = _root.score - (500 * (_root.bomb2._xscale / 200));
if (_root.p1fish < 0) {
_root.p1fish = 0;
}
if (_root.score < 0) {
_root.score = 0;
}
this.gotoAndPlay(25);
}
if (this._y > 360) {
bomb2Speed = 0;
this._y = 360;
}
if (this._currentframe > 50) {
this._y = -50;
}
}
Instance of Symbol 310 MovieClip "windetector" in Frame 949
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("p1");
}
if ((_root.p2fish / _root.fishnum) > 99) {
_root.gotoAndPlay("p2");
}
}
Instance of Symbol 188 MovieClip "gFish1" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
if (_root.goldFish > 1) {
fall9Speed = 25;
} else {
fall9Speed = 0;
}
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 5;
_root.p1bomb = _root.p1bomb + 10;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndStop(3);
}
}
Instance of Symbol 188 MovieClip "gFish2" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 55;
if (_root.goldFish > 1) {
fall10Speed = 25;
} else {
fall10Speed = 0;
}
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall10Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p2fish = _root.p2fish + 5;
_root.p2bomb = _root.p2bomb + 10;
_root.score2 = _root.score2 + 1000;
this.gotoAndStop(2);
if (_root.fish6._y < -40) {
_root.fish6.reset();
}
if (_root.fish7._y < -40) {
_root.fish7.reset();
}
}
if (this._y > 550) {
fall10Speed = 0;
this._y = 370;
this.gotoAndStop(3);
}
}
Instance of Symbol 310 MovieClip "gfishrandomizer" in Frame 949
onClipEvent (enterFrame) {
gYes = random(1000);
if (gYes < 2) {
_root.gFish1.reset();
_root.gFish2.reset();
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 949
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 950
p1wins = p1wins + 1;
stop();
Frame 951
p2wins = p2wins + 1;
stop();
Frame 952
p1wins = 0;
p2wins = 0;
hand1 = 0;
hand2 = 0;
stopAllSounds();
Frame 953
_root.gfOn._visible = false;
_root.goldFish = 0;
Frame 959
stop();
Frame 966
_root.menu._visible = false;
_root.seconds2 = 0;
_root.minutes2 = 2;
Frame 967
p1fish = 0;
p2fish = 0;
score = hand1;
score2 = hand2;
_root.timer.stop();
Instance of Symbol 275 MovieClip "pengoo1" in Frame 967
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(40) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 275 MovieClip "pengoo2" in Frame 967
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(87) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(83) and (_root.p2Attack._currentframe < 2)) and (_root.bomb2._currentframe < 2)) {
if ((_root.p2bomb > 9) and (_root.p2bomb < 25)) {
_root.bomb2.reset();
_root.bomb2._xscale = 60;
_root.bomb2._yscale = 60;
_root.p2bomb = _root.p2bomb - 10;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if ((_root.p2bomb > 24) and (_root.p2bomb < 45)) {
_root.bomb2.reset();
_root.bomb2._xscale = 150;
_root.bomb2._yscale = 150;
_root.p2bomb = _root.p2bomb - 25;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if ((_root.p2bomb > 44) and (_root.p2bomb < 70)) {
_root.bomb2.reset();
_root.bomb2._xscale = 225;
_root.bomb2._yscale = 225;
_root.p2bomb = _root.p2bomb - 45;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if (_root.p2bomb > 69) {
_root.bomb2.reset();
_root.bomb2._xscale = 300;
_root.bomb2._yscale = 300;
_root.p2bomb = _root.p2bomb - 70;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
}
if (Key.isDown(65) && (!Key.isDown(68))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(68) && (!Key.isDown(65))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 40) {
_x = 40;
}
if (_x > 340) {
_x = 340;
}
}
Instance of Symbol 288 MovieClip in Frame 967
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Frame 972
combo1 = 9;
combo2 = 9;
_root.timer.stop();
stop();
Frame 973
_root.timer.play();
stop();
Instance of Symbol 310 MovieClip "gfishrandomizer" in Frame 973
onClipEvent (enterFrame) {
gYes = random(1000);
if (gYes < 2) {
_root.gFish1.reset();
_root.gFish2.reset();
}
}
Instance of Symbol 631 MovieClip "fish5" in Frame 973
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 55;
fallSpeed5 = 10;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed5;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth)) {
_root.score2 = _root.score2 + 100;
_root.combo2 = 1;
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 1;
this.gotoAndStop(2);
reset();
if (_root.fish6._y < -40) {
_root.fish6.reset();
}
}
if (this._y > 550) {
reset();
}
}
Instance of Symbol 637 MovieClip "fish6" in Frame 973
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall6Speed = 15;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall6Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth)) {
_root.score2 = _root.score2 + 200;
if (_root.combo2 < 2) {
_root.combo2 = _root.combo2 + 1;
} else {
_root.combo2 = 9;
}
_root.p2bomb = _root.p2bomb + 2;
_root.p2fish = _root.p2fish + 1;
this.gotoAndStop(2);
if (_root.fish7._y < -40) {
_root.fish7.reset();
}
reset();
}
if (this._y > 550) {
fall6Speed = 0;
this._y = -50;
}
}
Instance of Symbol 641 MovieClip "fish7" in Frame 973
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall7Speed = 20;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall7Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth)) {
_root.score2 = _root.score2 + 400;
if (_root.combo2 < 3) {
_root.combo2 = _root.combo2 + 1;
} else {
_root.combo2 = 9;
}
_root.p2bomb = _root.p2bomb + 4;
_root.p2fish = _root.p2fish + 1;
this.gotoAndStop(2);
if (_root.fish8._y < -40) {
_root.fish8.reset();
}
if (_root.fish8._y < -40) {
_root.fish8.reset();
}
reset();
}
if (this._y > 550) {
fall7Speed = 0;
this._y = -50;
}
}
Instance of Symbol 646 MovieClip "fish8" in Frame 973
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall8Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall8Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth)) {
_root.score2 = _root.score2 + 800;
if (_root.combo2 < 4) {
if (_root.combo2 > 2) {
_root.combo2Count.play();
} else {
_root.combo2 = 9;
}
}
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 8;
this.gotoAndStop(2);
if (_root.fish6._y < -40) {
_root.fish6.reset();
}
if (_root.fish7._y < -40) {
_root.fish7.reset();
}
reset();
}
if (this._y > 550) {
fall8Speed = 0;
this._y = -50;
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 973
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
this._x = random(260) + 55;
bomb1Speed = 8;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if (this.hitTest(_root.pengoo2) and (this._currentframe < 25)) {
_root.pengoo2.gotoAndPlay(10);
_root.p2fish = _root.p2fish - (10 * (_root.bomb1._xscale / 200));
_root.score2 = _root.score2 - (500 * (_root.bomb1._xscale / 200));
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
if (_root.score2 < 0) {
_root.score2 = 0;
}
this.gotoAndPlay(25);
}
if (this._y > 360) {
bomb1Speed = 0;
this._y = 360;
}
if (this._currentframe > 50) {
this._y = -50;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 973
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 973
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 973
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 973
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 974
stop();
Instance of Symbol 310 MovieClip "windetector" in Frame 974
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("p1");
}
if ((_root.p2fish / _root.fishnum) > 99) {
_root.gotoAndPlay("p2");
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 974
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
this._x = random(260) + 55;
bomb1Speed = 8;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if (this.hitTest(_root.pengoo2) and (this._currentframe < 25)) {
_root.pengoo2.gotoAndPlay(10);
_root.p2fish = _root.p2fish - (10 * (_root.bomb1._xscale / 200));
_root.score2 = _root.score2 - (500 * (_root.bomb1._xscale / 200));
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
if (_root.score2 < 0) {
_root.score2 = 0;
}
this.gotoAndPlay(25);
}
if (this._y > 360) {
bomb1Speed = 0;
this._y = 360;
}
if (this._currentframe > 50) {
this._y = -50;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 974
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 974
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 974
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 974
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 8;
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 631 MovieClip "fish5" in Frame 974
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 55;
fallSpeed5 = 10;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed5;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.score2 = _root.score2 + 100;
_root.combo2 = 1;
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 1;
this.gotoAndStop(2);
reset();
if (_root.fish6._y < -40) {
_root.fish6.reset();
}
}
if (this._y > 550) {
reset();
}
}
Instance of Symbol 637 MovieClip "fish6" in Frame 974
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall6Speed = 15;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall6Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.score2 = _root.score2 + 200;
if (_root.combo2 < 2) {
_root.combo2 = _root.combo2 + 1;
} else {
_root.combo2 = 9;
}
_root.p2bomb = _root.p2bomb + 2;
_root.p2fish = _root.p2fish + 1;
this.gotoAndStop(2);
if (_root.fish7._y < -40) {
_root.fish7.reset();
}
reset();
}
if (this._y > 550) {
fall6Speed = 0;
this._y = -50;
}
}
Instance of Symbol 641 MovieClip "fish7" in Frame 974
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall7Speed = 20;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall7Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.score2 = _root.score2 + 400;
if (_root.combo2 < 3) {
_root.combo2 = _root.combo2 + 1;
} else {
_root.combo2 = 9;
}
_root.p2bomb = _root.p2bomb + 4;
_root.p2fish = _root.p2fish + 1;
this.gotoAndStop(2);
if (_root.fish8._y < -40) {
_root.fish8.reset();
}
if (_root.fish8._y < -40) {
_root.fish8.reset();
}
reset();
}
if (this._y > 550) {
fall7Speed = 0;
this._y = -50;
}
}
Instance of Symbol 646 MovieClip "fish8" in Frame 974
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(250) + 55;
fall8Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall8Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.score2 = _root.score2 + 800;
if (_root.combo2 < 4) {
if (_root.combo2 > 2) {
_root.combo2Count.play();
} else {
_root.combo2 = 9;
}
}
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 8;
this.gotoAndStop(2);
if (_root.fish6._y < -40) {
_root.fish6.reset();
}
if (_root.fish7._y < -40) {
_root.fish7.reset();
}
reset();
}
if (this._y > 550) {
fall8Speed = 0;
this._y = -50;
}
}
Instance of Symbol 288 MovieClip "timer" in Frame 974
onClipEvent (enterFrame) {
if (_root.seconds2 < 0) {
_root.minutes2 = _root.minutes2 - 1;
_root.seconds2 = _root.seconds2 + 60;
}
if (_root.minutes2 < 0) {
if (_root.score < _root.score2) {
_root.gotoAndPlay("p2A");
} else {
_root.gotoAndPlay("p1A");
}
}
if (length(_root.seconds2) == 1) {
_root.seconds2 = "0" + _root.seconds2;
}
_root.timetil12 = (_root.minutes2 + ":") + _root.seconds2;
}
Frame 975
p1wins = p1wins + 1;
stop();
Frame 976
p2wins = p2wins + 1;
stop();
Frame 977
p1wins = 0;
p2wins = 0;
stopAllSounds();
Frame 984
stop();
Frame 991
_root.menu._visible = false;
Instance of Symbol 275 MovieClip "pengoo1" in Frame 992
onClipEvent (enterFrame) {
speed = 22;
if (Key.isDown(38) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(40) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 275 MovieClip "pengoo2" in Frame 992
onClipEvent (enterFrame) {
speed = 22;
if (Key.isDown(87) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(83) and (_root.p2Attack._currentframe < 2)) and (_root.bomb2._currentframe < 2)) {
if ((_root.p2bomb > 9) and (_root.p2bomb < 25)) {
_root.bomb2.reset();
_root.bomb2._xscale = 60;
_root.bomb2._yscale = 60;
_root.p2bomb = _root.p2bomb - 10;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if ((_root.p2bomb > 24) and (_root.p2bomb < 45)) {
_root.bomb2.reset();
_root.bomb2._xscale = 150;
_root.bomb2._yscale = 150;
_root.p2bomb = _root.p2bomb - 25;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if ((_root.p2bomb > 44) and (_root.p2bomb < 70)) {
_root.bomb2.reset();
_root.bomb2._xscale = 225;
_root.bomb2._yscale = 225;
_root.p2bomb = _root.p2bomb - 45;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
if (_root.p2bomb > 69) {
_root.bomb2.reset();
_root.bomb2._xscale = 300;
_root.bomb2._yscale = 300;
_root.p2bomb = _root.p2bomb - 70;
_root.p2Attack._visible = true;
_root.p2Attack.play();
}
}
if (Key.isDown(65) && (!Key.isDown(68))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(68) && (!Key.isDown(65))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 40) {
_x = 40;
}
if (_x > 340) {
_x = 340;
}
}
Instance of Symbol 170 MovieClip "bar2" in Frame 992
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / _root.fishnum) * 1.18);
if (_root.p2fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb4mark4" in Frame 992
onClipEvent (enterFrame) {
if (_root.p2bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb3mark3" in Frame 992
onClipEvent (enterFrame) {
if (_root.p2bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb2mark2" in Frame 992
onClipEvent (enterFrame) {
if (_root.p2bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb2mark1" in Frame 992
onClipEvent (enterFrame) {
if (_root.p2bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 170 MovieClip "bar4" in Frame 992
onClipEvent (enterFrame) {
setProperty(_root.bar4, _xscale , (_root.p2bomb - 70) / 4);
if (_root.p2bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 288 MovieClip in Frame 992
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 618 MovieClip "p2Attack" in Frame 992
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "bar1" in Frame 992
onClipEvent (enterFrame) {
setProperty(_root.bar1, _xscale , (_root.p1fish / _root.fishnum) * 1.15);
if (_root.p1fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb1mark4" in Frame 992
onClipEvent (enterFrame) {
if (_root.p1bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark3" in Frame 992
onClipEvent (enterFrame) {
if (_root.p1bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark2" in Frame 992
onClipEvent (enterFrame) {
if (_root.p1bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark1" in Frame 992
onClipEvent (enterFrame) {
if (_root.p1bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 292 MovieClip "p1Attack" in Frame 992
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "bar3" in Frame 992
onClipEvent (enterFrame) {
setProperty(_root.bar3, _xscale , (_root.p1bomb - 70) / 7);
if (_root.p1bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
if (_root.p1bomb > 775) {
_root.p1bomb = 775;
}
}
Frame 997
p1fish = 0;
p2fish = 0;
p1bomb = 0;
p2bomb = 0;
score = 0;
score2 = 0;
combo1 = 9;
combo2 = 9;
stop();
Frame 998
stop();
Instance of Symbol 349 MovieClip "bomb1" in Frame 998
onClipEvent (load) {
function reset() {
this.bombcount = 4;
this._yscale = 100;
this._xscale = 100;
this._y = -50;
this._x = random(260) + 55;
bomb1Speed = 14;
this.play();
}
this.stop();
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if (this.hitTest(_root.pengoo2) and (this._currentframe < 25)) {
_root.pengoo2.gotoAndPlay(10);
_root.p2fish = _root.p2fish - (10 * (_root.bomb1._xscale / 200));
_root.score2 = _root.score2 - (500 * (_root.bomb1._xscale / 200));
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
if (_root.score2 < 0) {
_root.score2 = 0;
}
this.gotoAndPlay(25);
}
if (this._y > 360) {
bomb1Speed = 0;
this._y = 360;
}
if (this._currentframe > 50) {
this._y = -50;
}
}
Instance of Symbol 349 MovieClip "bomb2" in Frame 998
onClipEvent (load) {
function reset() {
this.bombcount = 4;
this._yscale = 100;
this._xscale = 100;
this._y = -50;
this._x = random(260) + 475;
bomb2Speed = 14;
this.play();
}
this.stop();
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb2Speed;
if (this.hitTest(_root.pengoo1) and (this._currentframe < 25)) {
_root.pengoo1.gotoAndPlay(10);
_root.p1fish = _root.p1fish - (10 * (_root.bomb2._xscale / 200));
_root.score = _root.score - (500 * (_root.bomb2._xscale / 200));
if (_root.p1fish < 0) {
_root.p1fish = 0;
}
if (_root.score < 0) {
_root.score = 0;
}
this.gotoAndPlay(25);
}
if (this._y > 360) {
bomb2Speed = 0;
this._y = 360;
}
if (this._currentframe > 50) {
this._y = -50;
}
}
Instance of Symbol 310 MovieClip "windetector" in Frame 998
onClipEvent (enterFrame) {
if ((_root.p1fish / _root.fishnum) > 99) {
_root.gotoAndPlay("p1B");
}
if ((_root.p2fish / _root.fishnum) > 99) {
_root.gotoAndPlay("p2B");
}
}
Instance of Symbol 503 MovieClip "gFish1" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish10" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 55;
fall10Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall10Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 4;
_root.score2 = _root.score2 + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall10Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish2" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish3" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish4" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish5" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall9Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall9Speed;
if (this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 4;
_root.score = _root.score + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall9Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish6" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 55;
fall10Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall10Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 4;
_root.score2 = _root.score2 + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall10Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish7" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 55;
fall10Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall10Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 4;
_root.score2 = _root.score2 + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall10Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish8" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 55;
fall10Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall10Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 4;
_root.score2 = _root.score2 + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall10Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Instance of Symbol 503 MovieClip "gFish9" in Frame 998
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 55;
fall10Speed = 25;
this.gotoAndStop(1);
}
this._y = -50;
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fall10Speed;
if (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2)) {
_root.p2fish = _root.p2fish + 1;
_root.p2bomb = _root.p2bomb + 4;
_root.score2 = _root.score2 + 1000;
this.gotoAndStop(2);
reset();
}
if (this._currentframe > 16) {
reset();
}
if (this._y > 371) {
fall10Speed = 0;
this._y = 370;
this.gotoAndPlay(3);
}
}
Frame 999
p1wins = p1wins + 1;
stop();
Frame 1000
p2wins = p2wins + 1;
stop();
Frame 1001
cont = 0;
life = 6;
score = 0;
point = 0;
stopAllSounds();
Frame 1002
_root.menu._visible = false;
p2fish = 200;
fishnum = 0;
Instance of Symbol 275 MovieClip "pengoo1" in Frame 1002
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(40) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 275 MovieClip "pengoo2" in Frame 1002
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(87) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(83) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(65) && (!Key.isDown(68))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(68) && (!Key.isDown(65))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 170 MovieClip "bar1" in Frame 1002
onClipEvent (enterFrame) {
setProperty(_root.bar1, _xscale , (_root.p1fish / _root.fishnum) * 1.15);
if (_root.p1fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb1mark4" in Frame 1002
onClipEvent (enterFrame) {
if (_root.p1bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark3" in Frame 1002
onClipEvent (enterFrame) {
if (_root.p1bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark2" in Frame 1002
onClipEvent (enterFrame) {
if (_root.p1bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark1" in Frame 1002
onClipEvent (enterFrame) {
if (_root.p1bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 170 MovieClip "bar3" in Frame 1002
onClipEvent (enterFrame) {
setProperty(_root.bar3, _xscale , (_root.p1bomb - 70) / 7);
if (_root.p1bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
if (_root.p1bomb > 775) {
_root.p1bomb = 775;
}
}
Instance of Symbol 288 MovieClip in Frame 1002
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 292 MovieClip "p1Attack" in Frame 1002
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "bar2" in Frame 1002
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / 2) * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 1008
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 1009
stop();
Instance of Symbol 310 MovieClip "windetector4B" in Frame 1009
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndStop("2L4W");
}
if (_root.life < 0) {
_root.gotoAndStop("2L4L");
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 1009
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.eskimo2.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 1009
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 1009
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 1009
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 1009
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 1009
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Frame 1010
stop();
Instance of Symbol 310 MovieClip "lifedetector" in Frame 1010
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 310 MovieClip "windetector4B" in Frame 1010
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndPlay("2L4W");
}
if (_root.life < 0) {
_root.gotoAndPlay("2L4L");
}
}
Frame 1011
gotoAndStop (1010);
Instance of Symbol 349 MovieClip "bomb1" in Frame 1011
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 5;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.gotoAndPlay(10);
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Frame 1012
_root.menu._visible = false;
stop();
Frame 1018
_root.menu._visible = false;
p2fish = 300;
fishnum = 0;
Instance of Symbol 170 MovieClip "bar2" in Frame 1018
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / 3) * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 1024
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 1025
stop();
Instance of Symbol 310 MovieClip "windetector8" in Frame 1025
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndPlay("2L8W");
}
if (_root.life < 0) {
_root.gotoAndPlay("2L8L");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 1025
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 1025
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 1025
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 1025
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 1025
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 1025
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.eskimo2.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Frame 1026
stop();
Frame 1027
gotoAndStop (1026);
Frame 1028
_root.menu._visible = false;
stop();
stop();
Frame 1034
_root.menu._visible = false;
p2fish = 400;
fishnum = 0;
Instance of Symbol 170 MovieClip "bar2" in Frame 1034
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / 4) * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 1040
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 1041
stop();
Instance of Symbol 310 MovieClip "windetector12" in Frame 1041
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndPlay("2L12W");
}
if (_root.life < 0) {
_root.gotoAndPlay("2L12L");
}
}
Instance of Symbol 375 MovieClip "snoball" in Frame 1041
onClipEvent (load) {
function reset() {
this._y = -100;
this._x = random(260) + 475;
snow = 6;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + snow;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this.hitTest(_root.pengoo2) and (_root.pengoo2._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo2.gotoAndPlay(10);
}
if (this._y > 2200) {
reset();
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 1041
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 1041
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 1041
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 1041
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 1041
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 1041
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.eskimo2.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Frame 1042
stop();
Frame 1043
gotoAndStop (1042);
Frame 1044
_root.menu._visible = false;
stop();
Frame 1050
if (_root.cont < 1) {
gotoAndPlay (1061);
}
Frame 1056
stop();
Frame 1060
gotoAndStop (1001);
Frame 1061
_root.menu._visible = false;
p2fish = 600;
fishnum = 0;
Instance of Symbol 275 MovieClip "pengoo1" in Frame 1062
onClipEvent (enterFrame) {
speed = 14;
if (Key.isDown(38) and (this._currentframe < 10)) {
this.pengu2.pengu3.gotoAndPlay(3);
}
if ((Key.isDown(40) and (_root.p1Attack._currentframe < 2)) and (_root.bomb1._currentframe < 2)) {
if ((_root.p1bomb > 9) and (_root.p1bomb < 25)) {
_root.bomb1.reset();
_root.bomb1._xscale = 60;
_root.bomb1._yscale = 60;
_root.p1bomb = _root.p1bomb - 10;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 24) and (_root.p1bomb < 45)) {
_root.bomb1.reset();
_root.bomb1._xscale = 150;
_root.bomb1._yscale = 150;
_root.p1bomb = _root.p1bomb - 25;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if ((_root.p1bomb > 44) and (_root.p1bomb < 70)) {
_root.bomb1.reset();
_root.bomb1._xscale = 250;
_root.bomb1._yscale = 250;
_root.p1bomb = _root.p1bomb - 45;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
if (_root.p1bomb > 69) {
_root.bomb1.reset();
_root.bomb1._xscale = 300;
_root.bomb1._yscale = 300;
_root.p1bomb = _root.p1bomb - 70;
_root.p1Attack._visible = true;
_root.p1Attack.play();
}
}
if (Key.isDown(37) && (!Key.isDown(39))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x - speed);
}
this._xscale = -50;
}
if (Key.isDown(39) && (!Key.isDown(37))) {
if (this._currentframe < 10) {
this.gotoAndPlay(2);
_x = (_x + speed);
}
this._xscale = 50;
}
if (_x < 422) {
_x = 422;
}
if (_x > 730) {
_x = 730;
}
}
Instance of Symbol 170 MovieClip "bar1" in Frame 1062
onClipEvent (enterFrame) {
setProperty(_root.bar1, _xscale , (_root.p1fish / _root.fishnum) * 1.15);
if (_root.p1fish < 0) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip "bomb1mark4" in Frame 1062
onClipEvent (enterFrame) {
if (_root.p1bomb > 69) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark3" in Frame 1062
onClipEvent (enterFrame) {
if (_root.p1bomb > 44) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark2" in Frame 1062
onClipEvent (enterFrame) {
if (_root.p1bomb > 24) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip "bomb1mark1" in Frame 1062
onClipEvent (enterFrame) {
if (_root.p1bomb > 9) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 170 MovieClip "bar3" in Frame 1062
onClipEvent (enterFrame) {
setProperty(_root.bar3, _xscale , (_root.p1bomb - 70) / 7);
if (_root.p1bomb < 70) {
this._visible = false;
} else {
this._visible = true;
}
if (_root.p1bomb > 775) {
_root.p1bomb = 775;
}
}
Instance of Symbol 288 MovieClip in Frame 1062
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menu._visible = true;
}
}
Instance of Symbol 292 MovieClip "p1Attack" in Frame 1062
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 170 MovieClip "bar2" in Frame 1062
onClipEvent (enterFrame) {
setProperty(_root.bar2, _xscale , (_root.p2fish / 3) * 2.18);
if (_root.p2fish < 0) {
_root.p2fish = 0;
}
}
Frame 1067
p1fish = 0;
p1bomb = 0;
combo1 = 9;
stop();
Frame 1068
stop();
Instance of Symbol 310 MovieClip "windetector13" in Frame 1068
onClipEvent (enterFrame) {
if (_root.p2fish < 1) {
_root.gotoAndPlay("2L13W");
}
if (_root.life < 0) {
_root.gotoAndPlay("2L13L");
}
}
Instance of Symbol 310 MovieClip "lifedetector" in Frame 1068
onClipEvent (enterFrame) {
if (_root.point > 500) {
_root.life = _root.life + 1;
_root.point = 0;
}
}
Instance of Symbol 196 MovieClip "fish1" in Frame 1068
onClipEvent (load) {
function reset() {
this._y = -20;
this._x = random(260) + 475;
fallSpeed = 9;
this.gotoAndStop(1);
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.p1fish = _root.p1fish + 1;
_root.p1bomb = _root.p1bomb + 1;
_root.score = _root.score + 100;
_root.point = _root.point + 1;
_root.combo1 = 1;
this.gotoAndStop(2);
reset();
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
}
if (this._y > 371) {
this._y = 370;
fallSpeed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 199 MovieClip "fish2" in Frame 1068
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall2Speed = 14;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall2Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.p1bomb = _root.p1bomb + 2;
_root.score = _root.score + 200;
_root.point = _root.point + 2;
if (_root.combo1 < 2) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall2Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 207 MovieClip "fish3" in Frame 1068
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall3Speed = 18;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall3Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.score = _root.score + 400;
_root.point = _root.point + 4;
if (_root.combo1 < 3) {
_root.combo1 = _root.combo1 + 1;
} else {
_root.combo1 = 9;
}
this.gotoAndStop(2);
if (_root.fish4._y < -40) {
_root.fish4.reset();
}
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall3Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 215 MovieClip "fish4" in Frame 1068
onClipEvent (load) {
function reset() {
this._y = -50;
this._x = random(260) + 475;
fall4Speed = 22;
this.gotoAndStop(1);
}
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + fall4Speed;
if ((this.hitTest(_root.pengoo1.pengu2.pengu3.openMouth) and (this._currentframe < 2)) or (this.hitTest(_root.pengoo2.pengu2.pengu3.openMouth) and (this._currentframe < 2))) {
_root.score = _root.score + 800;
_root.point = _root.point + 8;
if (_root.combo1 < 4) {
if (_root.combo1 > 2) {
_root.comboCount.play();
} else {
_root.combo1 = 9;
}
}
this.gotoAndStop(2);
if (_root.fish2._y < -40) {
_root.fish2.reset();
}
if (_root.fish3._y < -40) {
_root.fish3.reset();
}
reset();
}
if (this._y > 371) {
this._y = 370;
fall4Speed = 0;
this.gotoAndStop(3);
}
}
Instance of Symbol 349 MovieClip "bomb1" in Frame 1068
onClipEvent (load) {
function reset() {
this._yscale = 100;
this._xscale = 100;
this._y = -50;
bomb1Speed = 10;
this.play();
}
this.stop();
this.bombcount = 0;
this._y = -50;
}
onClipEvent (enterFrame) {
this._y = this._y + bomb1Speed;
if ((this._y > 360) and (this._currentframe < 25)) {
_root.eskimo.eskimoHead.play();
_root.eskimo2.eskimoHead.play();
_root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10);
this._y = 361;
bomb1Speed = 0;
this.gotoAndPlay(25);
}
if (this._currentframe > 50) {
this._y = -50;
bomb1Speed = 0;
}
}
Frame 1069
stop();
Frame 1070
gotoAndStop (1069);
Frame 1071
_root.menu._visible = false;
stop();
Frame 1088
_root.gotoAndPlay("title");
Symbol 10 Button
on (release) {
_root.play();
}
Symbol 11 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 41 MovieClip Frame 77
stop();
Symbol 44 Button
on (keyPress "<Enter>") {
gotoAndPlay (509);
}
on (keyPress "<Space>") {
gotoAndPlay (509);
}
on (keyPress "<Escape>") {
gotoAndPlay (509);
}
Symbol 50 MovieClip Frame 33
stop();
Symbol 51 MovieClip Frame 38
stop();
Symbol 52 MovieClip Frame 17
stop();
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 6
gotoAndStop (1);
Symbol 60 MovieClip Frame 5
stop();
Symbol 61 MovieClip Frame 6
stop();
Symbol 84 MovieClip Frame 49
stop();
Symbol 90 MovieClip Frame 26
stop();
Symbol 90 MovieClip Frame 27
stop();
Symbol 96 Button
on (release) {
gotoAndStop (515);
}
Symbol 98 Button
on (release) {
gotoAndStop (514);
}
Symbol 100 Button
on (release) {
gotoAndStop (516);
}
Symbol 105 Button
on (release) {
_quality = "LOW";
}
Symbol 107 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 109 Button
on (release) {
_quality = "HIGH";
}
Symbol 112 Button
on (release) {
gotoAndPlay (914);
}
Symbol 116 Button
on (release) {
gotoAndStop (512);
}
Symbol 136 MovieClip Frame 12
stop();
Symbol 137 MovieClip Frame 45
stop();
Symbol 138 MovieClip Frame 600
gotoAndPlay (2);
Symbol 144 Button
on (release) {
if (((((((_root.digi1 == 3) and (_root.digi2 == 2)) and (_root.digi3 == 1)) and (_root.digi4 == 1)) and (_root.digi5 == 0)) and (_root.digi6 == 8)) and (_root.digi7 == 6)) {
_root.congrat1._visible = true;
_root.sec1 = true;
play();
}
if (((((((_root.digi1 == 6) and (_root.digi2 == 8)) and (_root.digi3 == 1)) and (_root.digi4 == 2)) and (_root.digi5 == 1)) and (_root.digi6 == 1)) and (_root.digi7 == 6)) {
_root.congrat2._visible = true;
_root.sec2 = true;
play();
}
}
Symbol 154 Button
on (release) {
_root.congrat1._visible = false;
_root.congrat2._visible = false;
_root.digi1 = "-";
_root.digi2 = "-";
_root.digi3 = "-";
_root.digi4 = "-";
_root.digi5 = "-";
_root.digi6 = "-";
_root.digi7 = "-";
gotoAndStop (512);
}
Symbol 167 Button
on (release) {
gotoAndStop (511);
}
Symbol 187 MovieClip Frame 12
_root.fish2._y = -50;
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
stop();
Symbol 188 MovieClip Frame 3
stop();
Symbol 195 MovieClip Frame 12
_root.fish1.reset();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
gotoAndStop (1);
Symbol 196 MovieClip Frame 3
stop();
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 2
_root.p1fish = _root.p1fish + 0.5;
gotoAndStop (1);
Symbol 199 MovieClip Frame 3
stop();
Symbol 206 MovieClip Frame 12
stop();
_root.fish3._y = -50;
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 2
_root.p1fish = _root.p1fish + 1;
gotoAndStop (1);
Symbol 207 MovieClip Frame 3
stop();
Symbol 214 MovieClip Frame 12
stop();
_root.fish4._y = -50;
Symbol 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 2
_root.p1fish = _root.p1fish + 1.5;
gotoAndStop (1);
Symbol 215 MovieClip Frame 3
stop();
Symbol 223 Button
on (release) {
gotoAndPlay (952);
}
Symbol 226 Button
on (release) {
gotoAndPlay (928);
}
Symbol 230 Button
on (release) {
gotoAndPlay (977);
}
Symbol 234 Button
on (release) {
gotoAndPlay (1001);
}
Symbol 238 Button
on (release) {
_root.play();
}
Symbol 239 Button
on (release) {
gotoAndPlay (853);
}
Symbol 243 Button
on (release) {
gotoAndPlay (905);
}
Symbol 245 Button
on (release) {
gotoAndPlay (878);
}
Symbol 247 Button
on (release) {
gotoAndPlay (868);
}
Symbol 249 Button
on (release) {
gotoAndPlay (888);
}
Symbol 253 MovieClip Frame 311
stop();
_root.play();
Symbol 254 MovieClip Frame 215
stop();
Symbol 259 Button
on (release) {
_root.gotoAndPlay("title");
}
Symbol 262 Button
on (release) {
_root.menu._visible = false;
}
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 4
gotoAndStop (1);
Symbol 275 MovieClip Frame 39
gotoAndStop (1);
Symbol 288 MovieClip Frame 20
_root.seconds2 = _root.seconds2 - 1;
Symbol 292 MovieClip Frame 1
stop();
_root.p1Attack._visible = false;
Symbol 306 MovieClip Frame 111
_root.play();
Symbol 306 MovieClip Frame 135
stop();
Symbol 307 MovieClip Frame 773
gotoAndPlay (1);
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 2
_root.score = _root.score + 1000;
_root.p1fish = _root.p1fish + 8;
_root.p1bomb = _root.p1bomb + 12;
_root.point = _root.point + 10;
_root.numCombo = _root.numCombo + 1;
Symbol 311 MovieClip Frame 54
stop();
Symbol 314 Button
on (release) {
_root.play();
}
Symbol 332 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 28
stop();
Symbol 347 MovieClip Frame 67
_root.spear.spearhead1.reset();
Symbol 348 MovieClip Frame 26
stop();
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 24
bombcount = bombcount + 1;
if (bombcount < 6) {
gotoAndPlay (2);
}
Symbol 349 MovieClip Frame 25
bombcount = 0;
Symbol 349 MovieClip Frame 51
_root.bomb1._y = -50;
_root.bomb1Speed = 0;
Symbol 353 MovieClip Frame 1
stop();
Instance of Symbol 351 MovieClip "spearHead1" in Symbol 354 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_root.spear._y = -100;
_root.spear._x = random(260) + 475;
spearSpeed = 10;
}
}
onClipEvent (enterFrame) {
_root.spear._y = _root.spear._y + spearSpeed;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this.hitTest(_root.pengoo2) and (_root.pengoo2._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo2.gotoAndPlay(10);
}
if (_root.spear._y > 800) {
_root.spear._y = -100;
spearSpeed = 0;
}
}
Instance of Symbol 353 MovieClip "spearBody" in Symbol 354 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._y > 275) {
this.play();
}
}
Symbol 355 MovieClip Frame 70
stop();
Symbol 359 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.score = 0;
_root.point = 0;
_root.gotoAndPlay("L4");
}
Symbol 365 Button
on (release) {
_root.gotoAndPlay("title");
}
Symbol 369 MovieClip Frame 60
stop();
Symbol 376 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.score = 0;
_root.point = 0;
_root.gotoAndPlay("L5");
}
Symbol 379 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.score = 0;
_root.point = 0;
_root.gotoAndPlay("L6");
}
Symbol 382 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.score = 0;
_root.point = 0;
_root.gotoAndPlay("L7");
}
Symbol 388 MovieClip Frame 28
stop();
Instance of Symbol 351 MovieClip "spearHead" in Symbol 389 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_root.spear2._y = -100;
_root.spear2._x = random(260) + 475;
spear2Speed = 13;
}
}
onClipEvent (enterFrame) {
_root.spear2._y = _root.spear2._y + spear2Speed;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this.hitTest(_root.pengoo2) and (_root.pengoo2._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo2.gotoAndPlay(10);
}
if (_root.spear2._y > 800) {
_root.spear2._y = -100;
spear2Speed = 0;
}
}
Instance of Symbol 353 MovieClip "spearBody" in Symbol 389 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._y > 375) {
this.play();
}
}
Symbol 396 MovieClip Frame 55
_root.spear2.spearHead.reset();
Symbol 397 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.gotoAndPlay("L8");
}
Symbol 403 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.score = 0;
_root.point = 0;
_root.gotoAndPlay("L9");
}
Symbol 406 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.score = 0;
_root.point = 0;
_root.gotoAndPlay("L10");
}
Symbol 409 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.score = 0;
_root.point = 0;
_root.gotoAndPlay("L11");
}
Symbol 415 MovieClip Frame 28
stop();
Symbol 422 MovieClip Frame 47
_root.spear.spearHead.reset();
Instance of Symbol 351 MovieClip "spearHead" in Symbol 423 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_root.spear._y = -100;
_root.spear._x = random(260) + 475;
spearSpeed = 16;
}
}
onClipEvent (enterFrame) {
_root.spear._y = _root.spear._y + spearSpeed;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this.hitTest(_root.pengoo2) and (_root.pengoo2._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo2.gotoAndPlay(10);
}
if (_root.spear._y > 800) {
spearSpeed = 0;
_root.spear._y = -100;
}
}
Instance of Symbol 353 MovieClip "spearBody" in Symbol 423 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._y > 275) {
this.play();
}
}
Symbol 424 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.gotoAndPlay("L12");
}
Symbol 433 Button
on (release) {
gotoAndPlay (550);
}
Symbol 443 MovieClip Frame 166
stop();
_root.play();
Symbol 450 MovieClip Frame 28
stop();
Symbol 457 MovieClip Frame 67
_root.spear.spearHead1.reset();
_root.spear2.spearHead.reset();
Symbol 458 Button
on (release) {
_root.life = 3;
_root.cont = _root.cont + 1;
_root.gotoAndPlay("L13");
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750) + 10;
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Instance of Symbol 460 MovieClip "snowflake" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
function reset() {
this._y = 0;
this._x = random(750);
fallSpeed = random(15) + 5;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y + fallSpeed;
if (this._y > 450) {
reset();
}
}
Symbol 469 MovieClip Frame 563
stop();
_root.play();
Symbol 470 Button
on (release) {
play();
}
Symbol 483 MovieClip Frame 1
stopAllSounds();
Symbol 483 MovieClip Frame 618
gotoAndPlay (35);
Symbol 487 Button
on (release) {
_root.play();
_root.scoretable.filename = "scores/demo.sco";
_root.scoretable.scoresize = 10;
_root.scoretable.action = "INSERT";
_root.scoretable.viewtype = "FLASH";
_root.scoretable.winname = _root.name;
_root.scoretable.winscore = _root.score;
_root.scoretable.loadVariables("http://www.bobmanworld.com/scores.php", "GET");
}
Symbol 493 Button
on (release) {
_root.play();
_root.scoretable.filename = "scores/demo.sco";
_root.scoretable.scoresize = 10;
_root.scoretable.action = "INSERT";
_root.scoretable.viewtype = "FLASH";
_root.scoretable.winname = _root.name;
_root.scoretable.winscore = _root.score;
_root.scoretable.loadVariables("http://www.bobmanworld.com/scores.php", "GET");
_root.score = 0;
}
Symbol 503 MovieClip Frame 1
stop();
Symbol 503 MovieClip Frame 2
stop();
Symbol 503 MovieClip Frame 20
stop();
Symbol 509 Button
on (release) {
_root.score = 0;
_root.gotoAndPlay("1pGame TT Hyper");
}
Symbol 521 Button
on (release) {
_root.numCombo = 0;
_root.gotoAndPlay("CD");
}
Symbol 528 MovieClip Frame 28
stop();
Symbol 536 MovieClip Frame 47
_root.spearB.spearHead.reset();
Instance of Symbol 351 MovieClip "spearHead" in Symbol 537 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_root.spearB._y = -100;
_root.spearB._x = random(260) + 475;
spearBSpeed = 16;
}
}
onClipEvent (enterFrame) {
_root.spearB._y = _root.spearB._y + spearBSpeed;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this.hitTest(_root.pengoo2) and (_root.pengoo2._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo2.gotoAndPlay(10);
}
if (_root.spearB._y > 800) {
spearBSpeed = 0;
_root.spearB._y = -100;
}
}
Instance of Symbol 353 MovieClip "spearBody" in Symbol 537 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._y > 275) {
this.play();
}
}
Symbol 538 Button
on (release) {
_root.life = 10;
_root.cont = _root.cont + 1;
_root.score = 0;
_root.point = 0;
_root.gotoAndPlay("LB");
}
Symbol 574 Button
on (release) {
play();
}
Symbol 594 Button
on (release) {
_root.fishnum = 0.5;
_root.play();
}
Symbol 596 Button
on (release) {
_root.fishnum = 1;
_root.play();
}
Symbol 598 Button
on (release) {
_root.fishnum = 2;
_root.play();
}
Symbol 600 Button
on (release) {
_root.fishnum = 4;
_root.play();
}
Symbol 605 Button
on (release) {
_root.goldFish = 0;
_root.gfOff._visible = true;
_root.gfOn._visible = false;
}
Symbol 608 Button
on (release) {
_root.goldFish = 2;
_root.gfOn._visible = true;
_root.gfOff._visible = false;
}
Symbol 610 Button
on (release) {
_root.gotoAndPlay("begin");
_root.menu._visible = false;
}
Symbol 618 MovieClip Frame 1
stop();
_root.p2Attack._visible = false;
Symbol 625 MovieClip Frame 111
_root.play();
Symbol 625 MovieClip Frame 135
stop();
Symbol 630 MovieClip Frame 12
_root.fish5.reset();
Symbol 631 MovieClip Frame 1
stop();
Symbol 631 MovieClip Frame 3
stop();
Symbol 636 MovieClip Frame 12
_root.fish6._y = -50;
stop();
Symbol 637 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 2
_root.p2fish = _root.p2fish + 0.5;
Symbol 637 MovieClip Frame 3
stop();
Symbol 640 MovieClip Frame 12
stop();
_root.fish7._y = -50;
Symbol 641 MovieClip Frame 1
stop();
Symbol 641 MovieClip Frame 2
_root.p2fish = _root.p2fish + 1;
Symbol 641 MovieClip Frame 3
stop();
Symbol 645 MovieClip Frame 12
stop();
_root.fish8._y = -50;
Symbol 646 MovieClip Frame 1
stop();
Symbol 646 MovieClip Frame 2
_root.p2fish = _root.p2fish + 1.5;
Symbol 646 MovieClip Frame 3
stop();
Symbol 647 MovieClip Frame 1
stop();
Symbol 647 MovieClip Frame 2
_root.score2 = _root.score2 + 1000;
_root.p2fish = _root.p2fish + 8;
_root.p2bomb = _root.p2bomb + 12;
Symbol 654 Button
on (release) {
play();
}
Symbol 657 Button
on (release) {
_root.hand2 = _root.hand2 + 1000;
}
Symbol 658 Button
on (release) {
_root.hand2 = _root.hand2 - 1000;
if (_root.hand2 < 0) {
_root.hand2 = 0;
}
}
Symbol 659 Button
on (release) {
_root.hand1 = _root.hand1 + 1000;
}
Symbol 660 Button
on (release) {
_root.hand1 = _root.hand1 - 1000;
if (_root.hand1 < 0) {
_root.hand1 = 0;
}
}
Symbol 661 Button
on (release) {
_root.gotoAndPlay("begin2");
_root.menu._visible = false;
}
Symbol 684 MovieClip Frame 67
_root.spearB.spearhead1.reset();
Instance of Symbol 351 MovieClip "spearHead1" in Symbol 685 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_root.spearB._y = -100;
_root.spearB._x = random(260) + 475;
spearBSpeed = 10;
}
}
onClipEvent (enterFrame) {
_root.spearB._y = _root.spearB._y + spearBSpeed;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this.hitTest(_root.pengoo2) and (_root.pengoo2._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo2.gotoAndPlay(10);
}
if (_root.spearB._y > 800) {
_root.spearB._y = -100;
spearBSpeed = 0;
}
}
Instance of Symbol 353 MovieClip "spearBody" in Symbol 685 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._y > 275) {
this.play();
}
}
Symbol 695 MovieClip Frame 55
_root.spear2B.spearHead.reset();
Instance of Symbol 351 MovieClip "spearHead" in Symbol 696 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_root.spear2B._y = -100;
_root.spear2B._x = random(260) + 475;
spear2BSpeed = 13;
}
}
onClipEvent (enterFrame) {
_root.spear2B._y = _root.spear2B._y + spear2BSpeed;
if (this.hitTest(_root.pengoo1) and (_root.pengoo1._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo1.gotoAndPlay(10);
}
if (this.hitTest(_root.pengoo2) and (_root.pengoo2._currentframe < 10)) {
_root.life = _root.life - 1;
_root.pengoo2.gotoAndPlay(10);
}
if (_root.spear2B._y > 800) {
_root.spear2B._y = -100;
spear2BSpeed = 0;
}
}
Instance of Symbol 353 MovieClip "spearBody" in Symbol 696 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._y > 375) {
this.play();
}
}
Symbol 701 Button
on (release) {
gotoAndPlay (1001);
}
Symbol 711 MovieClip Frame 67
_root.spearB.spearHead1.reset();
_root.spear2B.spearHead.reset();