STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228129
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/62023632?noj=FRM62023632-15DC" width="1" height="1"></div>

Pengu!.swf

This is the info page for
Flash #60821

(Click the ID number above for more basic data on this flash file.)


Text
HARD

RI

Inspired by Nintendo's Tetris Attack

For Penguins Everywhere

Pengu

Pengu

'cuz games don't have to
make sense to be fun!

'cuz games don't have to
make sense to be fun!

2p Game

Instructions

1p Game

Graphic Quality

"BEST" quality not
recomended

Instructions

1p Controls
Left
Left
Right
Right
Open Mouth
Up
Drop Bomb
Down
Eat as many fish as you can.
Silver = 100
Red = 200
Green = 400
Blue = 800
Eat them in Sequence (S+R+G+B)
for Bonus Points

Back

2p Controls
Left
A
Right
D
Open Mouth
W
Drop Bomb
S

Fish Bar

Fill this up by eating fish to win
the level.

Bomb

Method of Attack
Eat fish to drop bombs on opponents.
Higher-scoring fish fill up the "bomb-
bar" faster.

Enter = Bring up Menu

Avoid
Falling
Hazards

Story

Time Trail

Practice

Pengu Sets out on a mysterious Journey to eat
fish and drop bombs on unsuspecting eskimos...

Quit

Cancel

LEVEL 1

LEVEL 1

1up:

1p Ready

1p Ready

3

3

2

2

1

1

GO

GO

WIN!

WIN!

CONTINUE

CONTINUE

LEVEL 2

LEVEL 2

LEVEL 3

LEVEL 3

LEVEL 4

LEVEL 4

Throw bombs
to defeat the
boss!

LOSE

LOSE

QUIT

QUIT

LEVEL 5

LEVEL 5

LEVEL 6

LEVEL 6

LEVEL 7

LEVEL 7

LEVEL 8

LEVEL 8

LEVEL 9

LEVEL 9

LEVEL10

LEVEL10

LEVEL11

LEVEL11

LEVEL12

LEVEL12

You beat the game!

...or did you?

Try beating it without
continuing next time!

Continues Taken

Restart

LEVEL13

LEVEL13

Production Credits

Directed by Bobman

Developed by TriHard

Music by The Bobman Orchestra

Game Completed in 3 Days

Thank you for playing!

Number of Fish to Win

50

100

200

400

Win:

2p Ready

2p Ready

ActionScript [AS1/AS2]

Frame 383
_root.play1._visible = false; stop();
Frame 384
stop();
Instance of Symbol 82 MovieClip in Frame 384
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 385
_root.play1._visible = false; stop();
Frame 398
cont = 0; life = 3; score = 0; point = 0;
Instance of Symbol 117 MovieClip in Frame 398
onClipEvent (enterFrame) { if (Key.isDown(67)) { _root.gotoAndPlay("L4"); } }
Frame 405
stop();
Frame 412
_root.menu._visible = false; fishnum = 0.25;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 413
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 413
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 98 MovieClip "bomb1mark4" in Frame 413
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 413
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 413
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 413
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 92 MovieClip "bar3" in Frame 413
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 152 MovieClip in Frame 413
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 413
onClipEvent (load) { this._visible = false; }
Frame 418
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 419
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 419
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.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 76 MovieClip "fish2" in Frame 419
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.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 78 MovieClip "fish3" in Frame 419
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.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 80 MovieClip "fish4" in Frame 419
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.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; } }
Instance of Symbol 172 MovieClip "windetector" in Frame 419
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L1W"); } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 419
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 420
gotoAndStop (419);
Frame 421
_root.menu._visible = false; stop();
Frame 427
fishnum = 0.38;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 428
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 428
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 98 MovieClip "bomb1mark4" in Frame 428
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 428
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 428
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 428
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 428
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 428
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar3" in Frame 428
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 433
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 434
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 434
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.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 76 MovieClip "fish2" in Frame 434
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.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 172 MovieClip "windetector2" in Frame 434
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L2W"); } }
Instance of Symbol 78 MovieClip "fish3" in Frame 434
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.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 80 MovieClip "fish4" in Frame 434
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 434
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 435
gotoAndStop (434);
Frame 436
_root.menu._visible = false; stop();
Frame 442
fishnum = 0.5;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 443
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 443
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 98 MovieClip "bomb1mark4" in Frame 443
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 443
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 443
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 443
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 443
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 443
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar3" in Frame 443
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 448
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 449
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 449
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.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 76 MovieClip "fish2" in Frame 449
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.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 172 MovieClip "windetector3" in Frame 449
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L3W"); } }
Instance of Symbol 78 MovieClip "fish3" in Frame 449
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.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 80 MovieClip "fish4" in Frame 449
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 449
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 450
gotoAndStop (449);
Frame 451
_root.menu._visible = false; stop();
Instance of Symbol 117 MovieClip in Frame 454
onClipEvent (enterFrame) { if (Key.isDown(67)) { _root.gotoAndPlay("L8"); } }
Frame 457
p2fish = 100; fishnum = 0;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 458
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 458
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 98 MovieClip "bomb1mark4" in Frame 458
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 458
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 458
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 458
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 458
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 458
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar2" in Frame 458
onClipEvent (enterFrame) { setProperty(_root.bar2, _xscale , _root.p2fish * 2.18); if (_root.p2fish < 0) { _root.bar2._visible = false; } }
Instance of Symbol 92 MovieClip "bar3" in Frame 458
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 463
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 464
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 464
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.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 76 MovieClip "fish2" in Frame 464
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.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 172 MovieClip "windetector4" in Frame 464
onClipEvent (enterFrame) { if (_root.p2fish < 1) { _root.gotoAndPlay("L4W"); } if (_root.life < 0) { _root.gotoAndPlay("L4L"); } }
Instance of Symbol 102 MovieClip "bomb1" in Frame 464
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.hitTest(_root.eskimo) and (this._currentframe < 25)) { _root.eskimo.gotoAndPlay(10); _root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10); this.gotoAndPlay(25); } if (this._y > 360) { bomb1Speed = 0; this._y = 360; } if (this._currentframe > 50) { this._y = -50; } }
Instance of Symbol 78 MovieClip "fish3" in Frame 464
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.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 80 MovieClip "fish4" in Frame 464
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 464
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 465
stop();
Frame 466
gotoAndStop (465);
Frame 467
_root.menu._visible = false; stop();
Frame 473
fishnum = 0.75;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 474
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 474
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 98 MovieClip "bomb1mark4" in Frame 474
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 474
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 474
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 474
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 474
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 474
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar3" in Frame 474
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 479
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 480
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 480
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.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 76 MovieClip "fish2" in Frame 480
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.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 218 MovieClip "snoball" in Frame 480
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 78 MovieClip "fish3" in Frame 480
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.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 80 MovieClip "fish4" in Frame 480
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 480
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Instance of Symbol 172 MovieClip "windetector5" in Frame 480
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L5W"); } if (_root.life < 0) { _root.gotoAndPlay("L5L"); } }
Frame 481
stop();
Frame 482
gotoAndStop (481);
Instance of Symbol 73 MovieClip "fish1" in Frame 482
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.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 76 MovieClip "fish2" in Frame 482
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.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 172 MovieClip "windetector5" in Frame 482
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L5W"); } }
Instance of Symbol 218 MovieClip "snoball" in Frame 482
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 78 MovieClip "fish3" in Frame 482
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.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 80 MovieClip "fish4" in Frame 482
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 482
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 483
_root.menu._visible = false; stop();
Frame 489
fishnum = 1.2;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 490
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 490
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 98 MovieClip "bomb1mark4" in Frame 490
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 490
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 490
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 490
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 490
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 490
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar3" in Frame 490
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 495
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 496
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 496
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.openMouth)) { _root.p1fish = _root.p1fish + 1; _root.p1bomb = _root.p1bomb + 1; _root.point = _root.point + 1; _root.score = _root.score + 100; _root.combo1 = 1; this.gotoAndStop(2); reset(); if (_root.fish2._y < -40) { _root.fish2.reset(); } } if (this._y > 550) { reset(); } }
Instance of Symbol 76 MovieClip "fish2" in Frame 496
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.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 218 MovieClip "snoball" in Frame 496
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 78 MovieClip "fish3" in Frame 496
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.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 80 MovieClip "fish4" in Frame 496
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 496
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Instance of Symbol 172 MovieClip "windetector6" in Frame 496
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L6W"); } if (_root.life < 0) { _root.gotoAndPlay("L6L"); } }
Frame 497
stop();
Frame 498
gotoAndStop (497);
Instance of Symbol 73 MovieClip "fish1" in Frame 498
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.openMouth)) { _root.p1fish = _root.p1fish + 1; _root.p1bomb = _root.p1bomb + 1; _root.point = _root.point + 1; _root.score = _root.score + 100; _root.combo1 = 1; this.gotoAndStop(2); reset(); if (_root.fish2._y < -40) { _root.fish2.reset(); } } if (this._y > 550) { reset(); } }
Instance of Symbol 76 MovieClip "fish2" in Frame 498
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.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 172 MovieClip "windetector6" in Frame 498
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L6W"); } }
Instance of Symbol 218 MovieClip "snoball" in Frame 498
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 78 MovieClip "fish3" in Frame 498
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.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 80 MovieClip "fish4" in Frame 498
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 498
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 499
_root.menu._visible = false; stop();
Frame 505
fishnum = 1.6;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 506
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 506
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 98 MovieClip "bomb1mark4" in Frame 506
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 506
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 506
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 506
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 506
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 506
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar3" in Frame 506
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 511
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Instance of Symbol 117 MovieClip in Frame 511
onClipEvent (enterFrame) { if (Key.isDown(67)) { _root.gotoAndPlay("L12"); } }
Frame 512
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 512
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.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 76 MovieClip "fish2" in Frame 512
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.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 218 MovieClip "snoball" in Frame 512
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 78 MovieClip "fish3" in Frame 512
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.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 80 MovieClip "fish4" in Frame 512
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 512
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Instance of Symbol 172 MovieClip "windetector7" in Frame 512
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L7W"); } if (_root.life < 0) { _root.gotoAndPlay("L7L"); } }
Frame 513
stop();
Frame 514
gotoAndStop (513);
Instance of Symbol 73 MovieClip "fish1" in Frame 514
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.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 76 MovieClip "fish2" in Frame 514
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.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 172 MovieClip "windetector7" in Frame 514
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L7W"); } }
Instance of Symbol 218 MovieClip "snoball" in Frame 514
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 78 MovieClip "fish3" in Frame 514
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.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 80 MovieClip "fish4" in Frame 514
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 514
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 515
_root.menu._visible = false; stop();
Frame 521
p2fish = 200; fishnum = 0;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 522
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 522
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 98 MovieClip "bomb1mark4" in Frame 522
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 522
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 522
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 522
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 522
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 522
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar2" in Frame 522
onClipEvent (enterFrame) { setProperty(_root.bar2, _xscale , (_root.p2fish / 2) * 2.18); if (_root.p2fish < 0) { _root.bar2._visible = false; } }
Instance of Symbol 92 MovieClip "bar3" in Frame 522
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 527
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 528
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 528
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.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 76 MovieClip "fish2" in Frame 528
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.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 172 MovieClip "windetector8" in Frame 528
onClipEvent (enterFrame) { if (_root.p2fish < 1) { _root.gotoAndPlay("L8W"); } if (_root.life < 0) { _root.gotoAndPlay("L8L"); } }
Instance of Symbol 102 MovieClip "bomb1" in Frame 528
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.hitTest(_root.eskimo) and (this._currentframe < 25)) { _root.eskimo.gotoAndPlay(10); _root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10); this.gotoAndPlay(25); } if (this._y > 360) { bomb1Speed = 0; this._y = 360; } if (this._currentframe > 50) { this._y = -50; } }
Instance of Symbol 78 MovieClip "fish3" in Frame 528
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.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 80 MovieClip "fish4" in Frame 528
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 528
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 529
stop();
Frame 530
gotoAndStop (526);
Frame 531
_root.menu._visible = false; stop();
Frame 537
fishnum = 2;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 538
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 538
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 98 MovieClip "bomb1mark4" in Frame 538
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 538
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 538
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 538
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 538
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 538
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar3" in Frame 538
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 543
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 544
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 544
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.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 76 MovieClip "fish2" in Frame 544
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.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 218 MovieClip "snoball" in Frame 544
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 78 MovieClip "fish3" in Frame 544
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.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 80 MovieClip "fish4" in Frame 544
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 544
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Instance of Symbol 172 MovieClip "windetector9" in Frame 544
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L9W"); } if (_root.life < 0) { _root.gotoAndPlay("L9L"); } }
Frame 545
stop();
Frame 546
gotoAndStop (545);
Instance of Symbol 73 MovieClip "fish1" in Frame 546
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.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 76 MovieClip "fish2" in Frame 546
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.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 172 MovieClip "windetector9" in Frame 546
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L9W"); } }
Instance of Symbol 218 MovieClip "snoball" in Frame 546
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 78 MovieClip "fish3" in Frame 546
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.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 80 MovieClip "fish4" in Frame 546
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 546
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 547
_root.menu._visible = false; stop();
Frame 553
fishnum = 2.5;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 554
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 554
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 98 MovieClip "bomb1mark4" in Frame 554
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 554
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 554
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 554
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 554
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 554
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar3" in Frame 554
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 559
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 560
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 560
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.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 76 MovieClip "fish2" in Frame 560
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.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 218 MovieClip "snoball" in Frame 560
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 78 MovieClip "fish3" in Frame 560
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.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 80 MovieClip "fish4" in Frame 560
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 560
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Instance of Symbol 172 MovieClip "windetector10" in Frame 560
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L10W"); } if (_root.life < 0) { _root.gotoAndPlay("L10L"); } }
Frame 561
stop();
Frame 562
gotoAndStop (561);
Instance of Symbol 73 MovieClip "fish1" in Frame 562
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.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 76 MovieClip "fish2" in Frame 562
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.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 172 MovieClip "windetector10" in Frame 562
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L10W"); } }
Instance of Symbol 218 MovieClip "snoball" in Frame 562
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 78 MovieClip "fish3" in Frame 562
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.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 80 MovieClip "fish4" in Frame 562
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 562
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 563
_root.menu._visible = false; stop();
Frame 569
fishnum = 3;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 570
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 570
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 98 MovieClip "bomb1mark4" in Frame 570
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 570
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 570
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 570
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 570
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 570
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar3" in Frame 570
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 575
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 576
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 576
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.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 76 MovieClip "fish2" in Frame 576
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.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 218 MovieClip "snoball" in Frame 576
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 218 MovieClip "snoball" in Frame 576
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 78 MovieClip "fish3" in Frame 576
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.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 80 MovieClip "fish4" in Frame 576
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 576
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Instance of Symbol 172 MovieClip "windetector11" in Frame 576
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L11W"); } if (_root.life < 0) { _root.gotoAndPlay("L11L"); } }
Frame 577
stop();
Frame 578
gotoAndStop (577);
Instance of Symbol 73 MovieClip "fish1" in Frame 578
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.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 76 MovieClip "fish2" in Frame 578
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.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 172 MovieClip "windetector11" in Frame 578
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("L11W"); } }
Instance of Symbol 218 MovieClip "snoball" in Frame 578
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 218 MovieClip "snoball" in Frame 578
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 78 MovieClip "fish3" in Frame 578
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.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 80 MovieClip "fish4" in Frame 578
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 578
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 579
_root.menu._visible = false; stop();
Frame 585
p2fish = 300; fishnum = 0;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 586
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 586
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 98 MovieClip "bomb1mark4" in Frame 586
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 586
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 586
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 586
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 586
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 586
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar2" in Frame 586
onClipEvent (enterFrame) { setProperty(_root.bar2, _xscale , (_root.p2fish / 3) * 2.18); if (_root.p2fish < 0) { _root.bar2._visible = false; } }
Instance of Symbol 92 MovieClip "bar3" in Frame 586
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 591
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 592
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 592
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.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 76 MovieClip "fish2" in Frame 592
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.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 172 MovieClip "windetector12" in Frame 592
onClipEvent (enterFrame) { if (_root.p2fish < 1) { _root.gotoAndPlay("L12W"); } if (_root.life < 0) { _root.gotoAndPlay("L12L"); } }
Instance of Symbol 102 MovieClip "bomb1" in Frame 592
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.hitTest(_root.eskimo) and (this._currentframe < 25)) { _root.eskimo.gotoAndPlay(10); _root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10); this.gotoAndPlay(25); } if (this._y > 360) { bomb1Speed = 0; this._y = 360; } if (this._currentframe > 50) { this._y = -50; } }
Instance of Symbol 218 MovieClip "snoball" in Frame 592
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 78 MovieClip "fish3" in Frame 592
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.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 80 MovieClip "fish4" in Frame 592
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 592
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 593
stop();
Frame 594
gotoAndStop (593);
Frame 595
_root.menu._visible = false; stop();
Frame 601
if (_root.cont < 1) { gotoAndPlay (612); }
Frame 607
stop();
Frame 611
gotoAndStop (398);
Frame 618
stop();
Frame 625
_root.menu._visible = false; p2fish = 500; fishnum = 0;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 626
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 626
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 98 MovieClip "bomb1mark4" in Frame 626
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 626
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 626
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 626
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 152 MovieClip in Frame 626
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 626
onClipEvent (load) { this._visible = false; }
Instance of Symbol 92 MovieClip "bar2" in Frame 626
onClipEvent (enterFrame) { setProperty(_root.bar2, _xscale , (_root.p2fish / 5) * 2.18); if (_root.p2fish < 0) { } }
Instance of Symbol 92 MovieClip "bar3" in Frame 626
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 631
p1fish = 0; p1bomb = 0; combo1 = 9; stop();
Frame 632
stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 632
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.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 76 MovieClip "fish2" in Frame 632
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.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 172 MovieClip "windetector13" in Frame 632
onClipEvent (enterFrame) { if (_root.p2fish < 1) { _root.gotoAndPlay("L13W"); } if (_root.life < 0) { _root.gotoAndPlay("L13L"); } }
Instance of Symbol 102 MovieClip "bomb1" in Frame 632
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.hitTest(_root.eskimo) and (this._currentframe < 25)) { _root.eskimo.gotoAndPlay(10); _root.p2fish = _root.p2fish - (_root.bomb1._xscale / 10); this.gotoAndPlay(25); } if (this._y > 360) { bomb1Speed = 0; this._y = 360; } if (this._currentframe > 50) { this._y = -50; } }
Instance of Symbol 78 MovieClip "fish3" in Frame 632
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.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 80 MovieClip "fish4" in Frame 632
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.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; } }
Instance of Symbol 172 MovieClip "lifedetector" in Frame 632
onClipEvent (enterFrame) { if (_root.point > 400) { _root.life = _root.life + 1; _root.point = 0; } }
Frame 633
stop();
Frame 634
gotoAndStop (633);
Frame 635
_root.menu._visible = false; stop();
Frame 677
stop();
Frame 679
stop();
Frame 700
gotoAndPlay (398);
Frame 701
_root.menu._visible = false; combo = 0; score = 0; _root.timer.stop();
Instance of Symbol 143 MovieClip "pengoo1" in Frame 701
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38)) { this.gotoAndPlay(5); } if (Key.isDown(37) && (!Key.isDown(39))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 152 MovieClip in Frame 701
onClipEvent (enterFrame) { this.stop(); if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 152 MovieClip "timer" in Frame 701
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 707
combo = 0; score = 0; _root.timer.stop(); stop();
Frame 708
_root.timer.play(); stop();
Instance of Symbol 73 MovieClip "fish1" in Frame 708
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.openMouth)) { _root.score = _root.score + 100; _root.combo = 1; this.gotoAndStop(2); reset(); if (_root.fish2._y < -40) { _root.fish2.reset(); } } if (this._y > 550) { reset(); } }
Instance of Symbol 76 MovieClip "fish2" in Frame 708
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.openMouth)) { _root.score = _root.score + 200; if (_root.combo < 2) { _root.combo = _root.combo + 1; } else { _root.combo = 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 78 MovieClip "fish3" in Frame 708
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.openMouth)) { _root.score = _root.score + 400; if (_root.combo < 3) { _root.combo = _root.combo + 1; } else { _root.combo = 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 80 MovieClip "fish4" in Frame 708
onClipEvent (load) { function reset() { this._y = -50; this._x = random(260) + 475; fall4Speed = 30; this.gotoAndStop(1); } this._y = -50; } onClipEvent (enterFrame) { this._y = this._y + fall4Speed; if (this.hitTest(_root.pengoo1.openMouth)) { _root.score = _root.score + 800; if (_root.combo < 4) { if (_root.combo > 2) { _root.comboCount.play(); } else { _root.combo = 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; } }
Instance of Symbol 152 MovieClip "timer" in Frame 708
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 709
stop();
Instance of Symbol 319 MovieClip "music2" in Frame 709
/* no clip actions */
Instance of Symbol 152 MovieClip "timer2" in Frame 709
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 710
stop();
Frame 711
_root.menu._visible = false; score = 0;
Instance of Symbol 152 MovieClip in Frame 711
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Frame 718
stop();
Frame 719
stop();
Instance of Symbol 143 MovieClip "pengoo1" in Frame 719
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38)) { this.gotoAndPlay(5); } if (Key.isDown(37) && (!Key.isDown(39))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 73 MovieClip "fish1" in Frame 719
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.openMouth)) { _root.score = _root.score + 100; _root.combo = 1; this.gotoAndStop(2); reset(); if (_root.fish2._y < -40) { _root.fish2.reset(); } } if (this._y > 550) { reset(); } }
Instance of Symbol 76 MovieClip "fish2" in Frame 719
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.openMouth)) { _root.score = _root.score + 200; if (_root.combo < 2) { _root.combo = _root.combo + 1; } else { _root.combo = 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 78 MovieClip "fish3" in Frame 719
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.openMouth)) { _root.score = _root.score + 400; if (_root.combo < 3) { _root.combo = _root.combo + 1; } else { _root.combo = 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 80 MovieClip "fish4" in Frame 719
onClipEvent (load) { function reset() { this._y = -50; this._x = random(260) + 475; fall4Speed = 30; this.gotoAndStop(1); } this._y = -50; } onClipEvent (enterFrame) { this._y = this._y + fall4Speed; if (this.hitTest(_root.pengoo1.openMouth)) { _root.score = _root.score + 800; if (_root.combo < 4) { if (_root.combo > 2) { _root.comboCount.play(); } else { _root.combo = 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 720
p1wins = 0; p2wins = 0;
Frame 727
stop();
Frame 734
_root.menu._visible = false;
Instance of Symbol 143 MovieClip "pengoo1" in Frame 735
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(38) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(40) and (_root.p1Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(39) && (!Key.isDown(37))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 440) { _x = 440; } if (_x > 700) { _x = 700; } }
Instance of Symbol 143 MovieClip "pengoo2" in Frame 735
onClipEvent (enterFrame) { speed = 15; if (Key.isDown(87) and (this._currentframe < 10)) { this.gotoAndPlay(5); } if (Key.isDown(83) and (_root.p2Attack._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 < 5) { this.gotoAndPlay(2); _x = (_x - speed); } this._xscale = -100; } if (Key.isDown(68) && (!Key.isDown(65))) { if (this._currentframe < 5) { this.gotoAndPlay(2); _x = (_x + speed); } this._xscale = 100; } if (_x < 55) { _x = 55; } if (_x > 320) { _x = 320; } }
Instance of Symbol 92 MovieClip "bar1" in Frame 735
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 92 MovieClip "bar2" in Frame 735
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 98 MovieClip "bomb1mark4" in Frame 735
onClipEvent (enterFrame) { if (_root.p1bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark3" in Frame 735
onClipEvent (enterFrame) { if (_root.p1bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark2" in Frame 735
onClipEvent (enterFrame) { if (_root.p1bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb1mark1" in Frame 735
onClipEvent (enterFrame) { if (_root.p1bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 92 MovieClip "bar3" in Frame 735
onClipEvent (enterFrame) { setProperty(_root.bar3, _xscale , (_root.p1bomb - 70) / 4); if (_root.p1bomb < 70) { this._visible = false; } else { this._visible = true; } }
Instance of Symbol 98 MovieClip "bomb4mark4" in Frame 735
onClipEvent (enterFrame) { if (_root.p2bomb > 69) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb3mark3" in Frame 735
onClipEvent (enterFrame) { if (_root.p2bomb > 44) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb2mark2" in Frame 735
onClipEvent (enterFrame) { if (_root.p2bomb > 24) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 98 MovieClip "bomb2mark1" in Frame 735
onClipEvent (enterFrame) { if (_root.p2bomb > 9) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 92 MovieClip "bar4" in Frame 735
onClipEvent (enterFrame) { setProperty(_root.bar4, _xscale , (_root.p2bomb - 70) / 4); if (_root.p2bomb < 70) { this._visible = false; } else { this._visible = true; } }
Instance of Symbol 152 MovieClip in Frame 735
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.menu._visible = true; } }
Instance of Symbol 156 MovieClip "p1Attack" in Frame 735
onClipEvent (load) { this._visible = false; }
Instance of Symbol 350 MovieClip "p2Attack" in Frame 735
onClipEvent (load) { this._visible = false; }
Frame 740
p1fish = 0; p2fish = 0; p1bomb = 0; p2bomb = 0; score = 0; score2 = 0; combo1 = 9; combo2 = 9; stop();
Frame 741
stop();
Instance of Symbol 356 MovieClip "fish5" in Frame 741
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.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 357 MovieClip "fish6" in Frame 741
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.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 358 MovieClip "fish7" in Frame 741
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.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 359 MovieClip "fish8" in Frame 741
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.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 73 MovieClip "fish1" in Frame 741
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.openMouth)) { _root.p1fish = _root.p1fish + 1; _root.p1bomb = _root.p1bomb + 1; _root.score = _root.score + 100; _root.combo1 = 1; this.gotoAndStop(2); reset(); if (_root.fish2._y < -40) { _root.fish2.reset(); } } if (this._y > 550) { reset(); } }
Instance of Symbol 76 MovieClip "fish2" in Frame 741
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.openMouth)) { _root.p1fish = _root.p1fish + 1; _root.p1bomb = _root.p1bomb + 2; _root.score = _root.score + 200; 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 78 MovieClip "fish3" in Frame 741
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.openMouth)) { _root.p1fish = _root.p1fish + 1; _root.p1bomb = _root.p1bomb + 4; _root.score = _root.score + 400; 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 80 MovieClip "fish4" in Frame 741
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.openMouth)) { _root.p1fish = _root.p1fish + 1; _root.p1bomb = _root.p1bomb + 8; _root.score = _root.score + 800; 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; } }
Instance of Symbol 102 MovieClip "bomb1" in Frame 741
onClipEvent (load) { function reset() { this._yscale = 100; this._xscale = 100; this._y = -50; this._x = random(260) + 55; bomb1Speed = 5; 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; if (_root.p2fish < 0) { _root.p2fish = 0; } this.gotoAndPlay(25); } if (this._y > 360) { bomb1Speed = 0; this._y = 360; } if (this._currentframe > 50) { this._y = -50; } }
Instance of Symbol 102 MovieClip "bomb2" in Frame 741
onClipEvent (load) { function reset() { this._yscale = 100; this._xscale = 100; this._y = -50; this._x = random(260) + 475; bomb2Speed = 5; 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; if (_root.p1fish < 0) { _root.p1fish = 0; } this.gotoAndPlay(25); } if (this._y > 360) { bomb2Speed = 0; this._y = 360; } if (this._currentframe > 50) { this._y = -50; } }
Instance of Symbol 172 MovieClip "windetector" in Frame 741
onClipEvent (enterFrame) { if ((_root.p1fish / _root.fishnum) > 99) { _root.gotoAndPlay("p1"); } if ((_root.p2fish / _root.fishnum) > 99) { _root.gotoAndPlay("p2"); } }
Frame 742
p1wins = p1wins + 1; stop();
Frame 743
p2wins = p2wins + 1; stop();
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 34 MovieClip Frame 5
stop();
Symbol 37 MovieClip Frame 6
stop();
Symbol 42 MovieClip Frame 20
stop();
Symbol 43 MovieClip Frame 404
gotoAndPlay (2);
Symbol 44 MovieClip Frame 45
stop();
Symbol 52 Button
on (release) { gotoAndPlay (720); }
Symbol 54 Button
on (release) { gotoAndPlay (384); }
Symbol 56 Button
on (release) { gotoAndStop (385); }
Symbol 61 Button
on (release) { _quality = "LOW"; }
Symbol 63 Button
on (release) { _quality = "MEDIUM"; }
Symbol 65 Button
on (release) { _quality = "HIGH"; }
Symbol 68 Button
on (release) { _quality = "BEST"; }
Symbol 73 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 89 Button
on (release) { gotoAndStop (383); }
Symbol 102 MovieClip Frame 24
bombcount = bombcount + 1; if (bombcount < 9) { gotoAndPlay (1); }
Symbol 102 MovieClip Frame 25
bombcount = 0;
Symbol 102 MovieClip Frame 60
stop();
Symbol 107 Button
on (release) { _root.play1._visible = true; }
Symbol 111 Button
on (release) { _root.play(); }
Symbol 113 Button
on (release) { gotoAndPlay (701); }
Symbol 115 Button
on (release) { gotoAndPlay (711); }
Symbol 121 MovieClip Frame 311
stop(); _root.play();
Symbol 126 Button
on (release) { _root.gotoAndPlay("title"); }
Symbol 129 Button
on (release) { _root.menu._visible = false; }
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 4
gotoAndStop (1);
Symbol 143 MovieClip Frame 7
gotoAndStop (1);
Symbol 143 MovieClip Frame 49
gotoAndStop (1);
Symbol 152 MovieClip Frame 20
_root.seconds2 = _root.seconds2 - 1;
Symbol 156 MovieClip Frame 1
stop(); _root.p1Attack._visible = false;
Symbol 169 MovieClip Frame 111
_root.play();
Symbol 169 MovieClip Frame 135
stop();
Symbol 170 MovieClip Frame 773
gotoAndPlay (1);
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 2
_root.score = _root.score + 1000; _root.p1fish = _root.p1fish + 8; _root.p1bomb = _root.p1bomb + 12; _root.point = _root.point + 10;
Symbol 173 MovieClip Frame 54
stop();
Symbol 180 Button
on (release) { _root.play(); }
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 19
gotoAndStop (1);
Symbol 202 MovieClip Frame 28
stop();
Instance of Symbol 82 MovieClip in Symbol 205 MovieClip Frame 1
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(); } }
Symbol 206 MovieClip Frame 70
stop();
Symbol 207 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.score = 0; _root.point = 0; _root.gotoAndPlay("L4"); }
Symbol 212 Button
on (release) { _root.gotoAndPlay("title"); }
Symbol 219 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.score = 0; _root.point = 0; _root.gotoAndPlay("L5"); }
Symbol 224 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.score = 0; _root.point = 0; _root.gotoAndPlay("L6"); }
Symbol 229 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.score = 0; _root.point = 0; _root.gotoAndPlay("L7"); }
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 19
gotoAndStop (1);
Symbol 239 MovieClip Frame 28
stop();
Instance of Symbol 82 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (load) { function reset() { _root.spear2._y = -100; _root.spear2._x = random(260) + 475; spear2Speed = 13; } reset(); } 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 (_root.spear2._y > 800) { reset(); } }
Symbol 241 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.gotoAndPlay("L8"); }
Symbol 248 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.score = 0; _root.point = 0; _root.gotoAndPlay("L9"); }
Symbol 253 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.score = 0; _root.point = 0; _root.gotoAndPlay("L10"); }
Symbol 258 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.score = 0; _root.point = 0; _root.gotoAndPlay("L11"); }
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 19
gotoAndStop (1);
Symbol 269 MovieClip Frame 28
stop();
Instance of Symbol 82 MovieClip in Symbol 270 MovieClip Frame 1
onClipEvent (load) { function reset() { _root.spear._y = -100; _root.spear._x = random(260) + 475; spearSpeed = 16; } 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(); } }
Symbol 271 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.gotoAndPlay("L12"); }
Symbol 281 Button
on (release) { gotoAndPlay (398); }
Symbol 282 Button
on (release) { gotoAndPlay (398); }
Symbol 287 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 19
gotoAndStop (1);
Symbol 288 MovieClip Frame 250
_root.play(); stop();
Symbol 296 MovieClip Frame 28
stop();
Symbol 297 Button
on (release) { _root.life = 3; _root.cont = _root.cont + 1; _root.gotoAndPlay("L13"); }
Instance of Symbol 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 301 MovieClip "snowflake" in Symbol 302 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 309 MovieClip Frame 563
stop(); _root.play();
Symbol 310 Button
on (release) { play(); }
Symbol 319 MovieClip Frame 1
stopAllSounds();
Symbol 319 MovieClip Frame 618
gotoAndPlay (35);
Symbol 323 Button
on (release) { _root.score = 0; _root.gotoAndPlay("TT"); }
Symbol 334 Button
on (release) { _root.fishnum = 0.5; _root.play(); }
Symbol 336 Button
on (release) { _root.fishnum = 1; _root.play(); }
Symbol 338 Button
on (release) { _root.fishnum = 2; _root.play(); }
Symbol 340 Button
on (release) { _root.fishnum = 4; _root.play(); }
Symbol 342 Button
on (release) { _root.gotoAndPlay("begin"); _root.menu._visible = false; }
Symbol 350 MovieClip Frame 1
stop(); _root.p2Attack._visible = false;
Symbol 355 MovieClip Frame 111
_root.play();
Symbol 355 MovieClip Frame 135
stop();
Symbol 356 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 2
_root.score2 = _root.score2 + 1000; _root.p2fish = _root.p2fish + 8; _root.p2bomb = _root.p2bomb + 12;

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:309  Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:11
Symbol 5 GraphicUsed by:11
Symbol 6 GraphicUsed by:10
Symbol 7 GraphicUsed by:10
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 ButtonUses:6 7 8 9Used by:11
Symbol 11 MovieClipUses:4 5 10Used by:Timeline
Symbol 12 FontUsed by:13
Symbol 13 TextUses:12Used by:17
Symbol 14 FontUsed by:15
Symbol 15 TextUses:14Used by:17
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:13 15 16Used by:Timeline
Symbol 18 FontUsed by:19 21
Symbol 19 TextUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 TextUses:18Used by:22
Symbol 22 MovieClipUses:21Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:33 45 137 141 143 288 299  Timeline
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:33 45 141 143 288 299  Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:33 45 137 141 143 288 299  Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:33 45 137 143 288 299  Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33 45 137 141 288 299  Timeline
Symbol 33 MovieClipUses:24 26 28 30 32Used by:143  Timeline
Symbol 34 MovieClipUses:SS2Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 MovieClipUses:SS3Used by:Timeline
Symbol 38 FontUsed by:39 40 132 133 145 157 158 160 161 162 163 164 165 166 167 174 175 181 182 183 185 186 187 189 190 191 208 209 214 215 216 220 221 222 225 226 227 230 231 232 244 245 246 249 250 251 254 255 256 259 260 261 290 291 292 313 315 317 320 322 324 325 326 345 346 351 352
Symbol 39 TextUses:38Used by:41
Symbol 40 TextUses:38Used by:41
Symbol 41 MovieClipUses:39 40Used by:Timeline
Symbol 42 MovieClipUses:SS4Used by:Timeline
Symbol 43 MovieClipUses:SS5Used by:Timeline
Symbol 44 MovieClipUses:SS6Used by:Timeline
Symbol 45 MovieClipUses:24 26 28 30 32Used by:288  Timeline
Symbol 46 FontUsed by:47 48 120
Symbol 47 TextUses:46Used by:Timeline
Symbol 48 TextUses:46Used by:Timeline
Symbol 49 GraphicUsed by:52 54 56 89 107
Symbol 50 FontUsed by:51 53 55 87 88 90 95 103 104 105 106 109 112 114 303 304 305 306 307 308
Symbol 51 TextUses:50Used by:52
Symbol 52 ButtonUses:49 51Used by:Timeline
Symbol 53 TextUses:50Used by:54
Symbol 54 ButtonUses:49 53Used by:Timeline
Symbol 55 TextUses:50Used by:56 107
Symbol 56 ButtonUses:49 55Used by:Timeline
Symbol 57 GraphicUsed by:69
Symbol 58 FontUsed by:59 66 203
Symbol 59 TextUses:58Used by:69
Symbol 60 GraphicUsed by:61
Symbol 61 ButtonUses:60Used by:69
Symbol 62 GraphicUsed by:63
Symbol 63 ButtonUses:62Used by:69
Symbol 64 GraphicUsed by:65
Symbol 65 ButtonUses:64Used by:69
Symbol 66 TextUses:58Used by:69
Symbol 67 GraphicUsed by:68
Symbol 68 ButtonUses:67Used by:69
Symbol 69 MovieClipUses:57 59 61 63 65 66 68Used by:Timeline
Symbol 70 GraphicUsed by:205 240 270  Timeline
Symbol 71 GraphicUsed by:73 334 336 338 340
Symbol 72 SoundUsed by:73 172 356 360
Symbol 73 MovieClipUses:71 72Used by:334 336 338 340  Timeline
Symbol 74 GraphicUsed by:76 78 80 356 357 358 359
Symbol 75 SoundUsed by:76 172 357 360
Symbol 76 MovieClipUses:74 75Used by:Timeline
Symbol 77 SoundUsed by:78 172 358 360
Symbol 78 MovieClipUses:74 77Used by:Timeline
Symbol 79 SoundUsed by:80 172 359 360
Symbol 80 MovieClipUses:74 79Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:205 240 270  Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:218  Timeline
Symbol 85 FontUsed by:86
Symbol 86 TextUses:85Used by:Timeline
Symbol 87 TextUses:50Used by:Timeline
Symbol 88 TextUses:50Used by:89
Symbol 89 ButtonUses:49 88Used by:Timeline
Symbol 90 TextUses:50Used by:Timeline
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 FontUsed by:94 104 177 179 210 211
Symbol 94 TextUses:93Used by:Timeline
Symbol 95 TextUses:50Used by:Timeline
Symbol 96 GraphicUsed by:98
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:96 97Used by:102  Timeline
Symbol 99 GraphicUsed by:102
Symbol 100 SoundUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:98 99 100 101Used by:Timeline
Symbol 103 TextUses:50Used by:Timeline
Symbol 104 TextUses:93 50Used by:Timeline
Symbol 105 TextUses:50Used by:Timeline
Symbol 106 TextUses:50Used by:Timeline
Symbol 107 ButtonUses:49 55Used by:Timeline
Symbol 108 GraphicUsed by:111 113 115
Symbol 109 TextUses:50Used by:111
Symbol 110 GraphicUsed by:111 113 115
Symbol 111 ButtonUses:108 109 110Used by:Timeline
Symbol 112 TextUses:50Used by:113
Symbol 113 ButtonUses:108 112 110Used by:Timeline
Symbol 114 TextUses:50Used by:115
Symbol 115 ButtonUses:108 114 110Used by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 TextUses:46Used by:Timeline
Symbol 121 MovieClipUses:SS7Used by:Timeline
Symbol 122 GraphicUsed by:130
Symbol 123 GraphicUsed by:126 282
Symbol 124 FontUsed by:125 128 280
Symbol 125 TextUses:124Used by:126 282
Symbol 126 ButtonUses:123 125Used by:130 343
Symbol 127 GraphicUsed by:129
Symbol 128 TextUses:124Used by:129
Symbol 129 ButtonUses:127 128Used by:130 343
Symbol 130 MovieClipUses:122 126 129Used by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 TextUses:38Used by:Timeline
Symbol 133 TextUses:38Used by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:136
Symbol 136 MovieClipUses:135Used by:137
Symbol 137 MovieClipUses:24 136 28 30 32Used by:143
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:143
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:24 26 28 32 140Used by:143
Symbol 142 SoundUsed by:143
Symbol 143 MovieClipUses:33 137 24 26 28 30 139 141 142Used by:Timeline
Symbol 144 GraphicUsed by:Timeline
Symbol 145 EditableTextUses:38Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 FontUsed by:148 149 184 188 192 217 223 228 233 247 252 257 262 293 314 316 318 321 347 348 349
Symbol 148 EditableTextUses:147Used by:Timeline
Symbol 149 TextUses:147Used by:Timeline
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:150 151Used by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:156 350
Symbol 155 SoundUsed by:156
Symbol 156 MovieClipUses:154 155Used by:Timeline
Symbol 157 TextUses:38Used by:159 353
Symbol 158 TextUses:38Used by:159 353
Symbol 159 MovieClipUses:157 158Used by:169
Symbol 160 TextUses:38Used by:169 355
Symbol 161 TextUses:38Used by:169 355
Symbol 162 TextUses:38Used by:169 355
Symbol 163 TextUses:38Used by:169 355
Symbol 164 TextUses:38Used by:169 355
Symbol 165 TextUses:38Used by:169 355
Symbol 166 TextUses:38Used by:168 354
Symbol 167 TextUses:38Used by:168 354
Symbol 168 MovieClipUses:166 167Used by:169
Symbol 169 MovieClipUses:159 160 161 162 163 164 165 168 SS8Used by:Timeline
Symbol 170 MovieClipUses:SS9Used by:Timeline
Symbol 171 GraphicUsed by:172 360
Symbol 172 MovieClipUses:171 72 75 77 79Used by:Timeline
Symbol 173 MovieClipUses:SS10Used by:Timeline
Symbol 174 TextUses:38Used by:Timeline
Symbol 175 TextUses:38Used by:Timeline
Symbol 176 GraphicUsed by:180 207 212 219 224 229 241 248 253 258 271 297 310 323
Symbol 177 TextUses:93Used by:180 207 219 224 229 241 248 253 258 271 297 310 323
Symbol 178 GraphicUsed by:180 207 212 219 224 229 241 248 253 258 271 297 310 323
Symbol 179 TextUses:93Used by:180 207 219 224 229 241 248 253 258 271 297 310 323
Symbol 180 ButtonUses:176 177 178 179Used by:Timeline
Symbol 181 TextUses:38Used by:Timeline
Symbol 182 TextUses:38Used by:Timeline
Symbol 183 EditableTextUses:38Used by:Timeline
Symbol 184 EditableTextUses:147Used by:Timeline
Symbol 185 TextUses:38Used by:Timeline
Symbol 186 TextUses:38Used by:Timeline
Symbol 187 EditableTextUses:38Used by:Timeline
Symbol 188 EditableTextUses:147Used by:Timeline
Symbol 189 TextUses:38Used by:199  Timeline
Symbol 190 TextUses:38Used by:199  Timeline
Symbol 191 EditableTextUses:38Used by:Timeline
Symbol 192 EditableTextUses:147Used by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:197
Symbol 195 GraphicUsed by:197
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:194 195 196Used by:Timeline
Symbol 198 GraphicUsed by:199 238 268 295
Symbol 199 MovieClipUses:198 189 190Used by:202
Symbol 200 GraphicUsed by:202 239 269 296
Symbol 201 SoundUsed by:202 239 269 296
Symbol 202 MovieClipUses:199 200 201 SS11Used by:Timeline
Symbol 203 TextUses:58Used by:Timeline
Symbol 204 MovieClipUses:SS12Used by:Timeline
Symbol 205 MovieClipUses:70 82Used by:Timeline
Symbol 206 MovieClipUses:SS13Used by:Timeline
Symbol 207 ButtonUses:176 177 178 179Used by:Timeline
Symbol 208 TextUses:38Used by:Timeline
Symbol 209 TextUses:38Used by:Timeline
Symbol 210 TextUses:93Used by:212
Symbol 211 TextUses:93Used by:212
Symbol 212 ButtonUses:176 210 178 211Used by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 TextUses:38Used by:Timeline
Symbol 215 TextUses:38Used by:Timeline
Symbol 216 EditableTextUses:38Used by:Timeline
Symbol 217 EditableTextUses:147Used by:Timeline
Symbol 218 MovieClipUses:84Used by:Timeline
Symbol 219 ButtonUses:176 177 178 179Used by:Timeline
Symbol 220 TextUses:38Used by:Timeline
Symbol 221 TextUses:38Used by:Timeline
Symbol 222 EditableTextUses:38Used by:Timeline
Symbol 223 EditableTextUses:147Used by:Timeline
Symbol 224 ButtonUses:176 177 178 179Used by:Timeline
Symbol 225 TextUses:38Used by:Timeline
Symbol 226 TextUses:38Used by:Timeline
Symbol 227 EditableTextUses:38Used by:Timeline
Symbol 228 EditableTextUses:147Used by:Timeline
Symbol 229 ButtonUses:176 177 178 179Used by:Timeline
Symbol 230 TextUses:38Used by:238  Timeline
Symbol 231 TextUses:38Used by:238  Timeline
Symbol 232 EditableTextUses:38Used by:Timeline
Symbol 233 EditableTextUses:147Used by:Timeline
Symbol 234 GraphicUsed by:237
Symbol 235 GraphicUsed by:237
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:234 235 236Used by:Timeline
Symbol 238 MovieClipUses:198 230 231Used by:239
Symbol 239 MovieClipUses:238 200 201 SS14Used by:Timeline
Symbol 240 MovieClipUses:70 82Used by:Timeline
Symbol 241 ButtonUses:176 177 178 179Used by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 TextUses:38Used by:Timeline
Symbol 245 TextUses:38Used by:Timeline
Symbol 246 EditableTextUses:38Used by:Timeline
Symbol 247 EditableTextUses:147Used by:Timeline
Symbol 248 ButtonUses:176 177 178 179Used by:Timeline
Symbol 249 TextUses:38Used by:Timeline
Symbol 250 TextUses:38Used by:Timeline
Symbol 251 EditableTextUses:38Used by:Timeline
Symbol 252 EditableTextUses:147Used by:Timeline
Symbol 253 ButtonUses:176 177 178 179Used by:Timeline
Symbol 254 TextUses:38Used by:Timeline
Symbol 255 TextUses:38Used by:Timeline
Symbol 256 EditableTextUses:38Used by:Timeline
Symbol 257 EditableTextUses:147Used by:Timeline
Symbol 258 ButtonUses:176 177 178 179Used by:Timeline
Symbol 259 TextUses:38Used by:268  Timeline
Symbol 260 TextUses:38Used by:268  Timeline
Symbol 261 EditableTextUses:38Used by:Timeline
Symbol 262 EditableTextUses:147Used by:Timeline
Symbol 263 GraphicUsed by:Timeline
Symbol 264 GraphicUsed by:267
Symbol 265 GraphicUsed by:267
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:264 265 266Used by:Timeline
Symbol 268 MovieClipUses:198 259 260Used by:269
Symbol 269 MovieClipUses:268 200 201 SS15Used by:Timeline
Symbol 270 MovieClipUses:70 82Used by:Timeline
Symbol 271 ButtonUses:176 177 178 179Used by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 273 FontUsed by:274 275 276 277 278
Symbol 274 TextUses:273Used by:Timeline
Symbol 275 TextUses:273Used by:Timeline
Symbol 276 TextUses:273Used by:Timeline
Symbol 277 TextUses:273Used by:Timeline
Symbol 278 EditableTextUses:273Used by:Timeline
Symbol 279 GraphicUsed by:281 342
Symbol 280 TextUses:124Used by:281 342
Symbol 281 ButtonUses:279 280Used by:Timeline
Symbol 282 ButtonUses:123 125Used by:Timeline
Symbol 283 GraphicUsed by:Timeline
Symbol 284 GraphicUsed by:287
Symbol 285 GraphicUsed by:287
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:284 285 286Used by:288  Timeline
Symbol 288 MovieClipUses:45 24 26 28 30 32 287 SS16Used by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 TextUses:38Used by:295  Timeline
Symbol 291 TextUses:38Used by:295  Timeline
Symbol 292 EditableTextUses:38Used by:Timeline
Symbol 293 EditableTextUses:147Used by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 MovieClipUses:198 290 291Used by:296
Symbol 296 MovieClipUses:295 200 201 SS17Used by:Timeline
Symbol 297 ButtonUses:176 177 178 179Used by:Timeline
Symbol 298 GraphicUsed by:Timeline
Symbol 299 MovieClipUses:24 26 28 30 32Used by:Timeline
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:300Used by:302
Symbol 302 MovieClipUses:301Used by:Timeline
Symbol 303 TextUses:50Used by:309
Symbol 304 TextUses:50Used by:309
Symbol 305 TextUses:50Used by:309
Symbol 306 TextUses:50Used by:309
Symbol 307 TextUses:50Used by:309
Symbol 308 TextUses:50Used by:309
Symbol 309 MovieClipUses:303 2 304 305 306 307 308 SS18Used by:Timeline
Symbol 310 ButtonUses:176 177 178 179Used by:Timeline
Symbol 311 GraphicUsed by:Timeline
Symbol 312 GraphicUsed by:Timeline
Symbol 313 EditableTextUses:38Used by:Timeline
Symbol 314 EditableTextUses:147Used by:Timeline
Symbol 315 EditableTextUses:38Used by:Timeline
Symbol 316 EditableTextUses:147Used by:Timeline
Symbol 317 EditableTextUses:38Used by:Timeline
Symbol 318 EditableTextUses:147Used by:Timeline
Symbol 319 MovieClipUses:SS19Used by:Timeline
Symbol 320 EditableTextUses:38Used by:Timeline
Symbol 321 EditableTextUses:147Used by:Timeline
Symbol 322 EditableTextUses:38Used by:Timeline
Symbol 323 ButtonUses:176 177 178 179Used by:Timeline
Symbol 324 EditableTextUses:38Used by:Timeline
Symbol 325 EditableTextUses:38Used by:Timeline
Symbol 326 EditableTextUses:38Used by:Timeline
Symbol 327 GraphicUsed by:Timeline
Symbol 328 FontUsed by:329
Symbol 329 TextUses:328Used by:Timeline
Symbol 330 GraphicUsed by:334 336 338 340
Symbol 331 FontUsed by:332 335 337 339
Symbol 332 TextUses:331Used by:334
Symbol 333 GraphicUsed by:334 336 338 340
Symbol 334 ButtonUses:330 332 73 333 71Used by:Timeline
Symbol 335 TextUses:331Used by:336
Symbol 336 ButtonUses:330 335 73 333 71Used by:Timeline
Symbol 337 TextUses:331Used by:338
Symbol 338 ButtonUses:330 337 73 333 71Used by:Timeline
Symbol 339 TextUses:331Used by:340
Symbol 340 ButtonUses:330 339 73 333 71Used by:Timeline
Symbol 341 GraphicUsed by:343
Symbol 342 ButtonUses:279 280Used by:343
Symbol 343 MovieClipUses:341 342 126 129Used by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 EditableTextUses:38Used by:Timeline
Symbol 346 EditableTextUses:38Used by:Timeline
Symbol 347 EditableTextUses:147Used by:Timeline
Symbol 348 TextUses:147Used by:Timeline
Symbol 349 EditableTextUses:147Used by:Timeline
Symbol 350 MovieClipUses:154 SS20Used by:Timeline
Symbol 351 TextUses:38Used by:353
Symbol 352 TextUses:38Used by:353
Symbol 353 MovieClipUses:157 158 351 352Used by:355
Symbol 354 MovieClipUses:166 167Used by:355
Symbol 355 MovieClipUses:353 160 161 162 163 164 165 354 SS21Used by:Timeline
Symbol 356 MovieClipUses:74 72Used by:Timeline
Symbol 357 MovieClipUses:74 75Used by:Timeline
Symbol 358 MovieClipUses:74 77Used by:Timeline
Symbol 359 MovieClipUses:74 79Used by:Timeline
Symbol 360 MovieClipUses:171 72 75 77 79Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 34 MovieClip
Streaming Sound 3Used by:Symbol 37 MovieClip
Streaming Sound 4Used by:Symbol 42 MovieClip
Streaming Sound 5Used by:Symbol 43 MovieClip
Streaming Sound 6Used by:Symbol 44 MovieClip
Streaming Sound 7Used by:Symbol 121 MovieClip
Streaming Sound 8Used by:Symbol 169 MovieClip
Streaming Sound 9Used by:Symbol 170 MovieClip
Streaming Sound 10Used by:Symbol 173 MovieClip
Streaming Sound 11Used by:Symbol 202 MovieClip
Streaming Sound 12Used by:Symbol 204 MovieClip
Streaming Sound 13Used by:Symbol 206 MovieClip
Streaming Sound 14Used by:Symbol 239 MovieClip
Streaming Sound 15Used by:Symbol 269 MovieClip
Streaming Sound 16Used by:Symbol 288 MovieClip
Streaming Sound 17Used by:Symbol 296 MovieClip
Streaming Sound 18Used by:Symbol 309 MovieClip
Streaming Sound 19Used by:Symbol 319 MovieClip
Streaming Sound 20Used by:Symbol 350 MovieClip
Streaming Sound 21Used by:Symbol 355 MovieClip

Instance Names

"fish1"Frame 384Symbol 73 MovieClip
"fish2"Frame 384Symbol 76 MovieClip
"fish3"Frame 384Symbol 78 MovieClip
"fish4"Frame 384Symbol 80 MovieClip
"menu"Frame 412Symbol 130 MovieClip
"pengoo1"Frame 413Symbol 143 MovieClip
"score"Frame 413Symbol 145 EditableText
"bar1"Frame 413Symbol 92 MovieClip
"bomb1mark4"Frame 413Symbol 98 MovieClip
"bomb1mark3"Frame 413Symbol 98 MovieClip
"bomb1mark2"Frame 413Symbol 98 MovieClip
"bomb1mark1"Frame 413Symbol 98 MovieClip
"bar3"Frame 413Symbol 92 MovieClip
"life"Frame 413Symbol 148 EditableText
"p1Attack"Frame 413Symbol 156 MovieClip
"fish1"Frame 419Symbol 73 MovieClip
"fish2"Frame 419Symbol 76 MovieClip
"fish3"Frame 419Symbol 78 MovieClip
"fish4"Frame 419Symbol 80 MovieClip
"comboCount"Frame 419Symbol 172 MovieClip
"windetector"Frame 419Symbol 172 MovieClip
"lifedetector"Frame 419Symbol 172 MovieClip
"pengoo1"Frame 428Symbol 143 MovieClip
"score"Frame 428Symbol 183 EditableText
"bar1"Frame 428Symbol 92 MovieClip
"bomb1mark4"Frame 428Symbol 98 MovieClip
"bomb1mark3"Frame 428Symbol 98 MovieClip
"bomb1mark2"Frame 428Symbol 98 MovieClip
"bomb1mark1"Frame 428Symbol 98 MovieClip
"life"Frame 428Symbol 184 EditableText
"p1Attack"Frame 428Symbol 156 MovieClip
"bar3"Frame 428Symbol 92 MovieClip
"fish1"Frame 434Symbol 73 MovieClip
"fish2"Frame 434Symbol 76 MovieClip
"comboCount"Frame 434Symbol 172 MovieClip
"windetector2"Frame 434Symbol 172 MovieClip
"fish3"Frame 434Symbol 78 MovieClip
"fish4"Frame 434Symbol 80 MovieClip
"lifedetector"Frame 434Symbol 172 MovieClip
"pengoo1"Frame 443Symbol 143 MovieClip
"score"Frame 443Symbol 187 EditableText
"bar1"Frame 443Symbol 92 MovieClip
"bomb1mark4"Frame 443Symbol 98 MovieClip
"bomb1mark3"Frame 443Symbol 98 MovieClip
"bomb1mark2"Frame 443Symbol 98 MovieClip
"bomb1mark1"Frame 443Symbol 98 MovieClip
"life"Frame 443Symbol 188 EditableText
"p1Attack"Frame 443Symbol 156 MovieClip
"bar3"Frame 443Symbol 92 MovieClip
"fish1"Frame 449Symbol 73 MovieClip
"fish2"Frame 449Symbol 76 MovieClip
"comboCount"Frame 449Symbol 172 MovieClip
"windetector3"Frame 449Symbol 172 MovieClip
"fish3"Frame 449Symbol 78 MovieClip
"fish4"Frame 449Symbol 80 MovieClip
"lifedetector"Frame 449Symbol 172 MovieClip
"pengoo1"Frame 458Symbol 143 MovieClip
"score"Frame 458Symbol 191 EditableText
"bar1"Frame 458Symbol 92 MovieClip
"bomb1mark4"Frame 458Symbol 98 MovieClip
"bomb1mark3"Frame 458Symbol 98 MovieClip
"bomb1mark2"Frame 458Symbol 98 MovieClip
"bomb1mark1"Frame 458Symbol 98 MovieClip
"life"Frame 458Symbol 192 EditableText
"p1Attack"Frame 458Symbol 156 MovieClip
"bar2"Frame 458Symbol 92 MovieClip
"bar3"Frame 458Symbol 92 MovieClip
"fish1"Frame 464Symbol 73 MovieClip
"fish2"Frame 464Symbol 76 MovieClip
"comboCount"Frame 464Symbol 172 MovieClip
"windetector4"Frame 464Symbol 172 MovieClip
"eskimo"Frame 464Symbol 197 MovieClip
"bomb1"Frame 464Symbol 102 MovieClip
"spear"Frame 464Symbol 205 MovieClip
"fish3"Frame 464Symbol 78 MovieClip
"fish4"Frame 464Symbol 80 MovieClip
"lifedetector"Frame 464Symbol 172 MovieClip
"pengoo1"Frame 474Symbol 143 MovieClip
"score"Frame 474Symbol 216 EditableText
"bar1"Frame 474Symbol 92 MovieClip
"bomb1mark4"Frame 474Symbol 98 MovieClip
"bomb1mark3"Frame 474Symbol 98 MovieClip
"bomb1mark2"Frame 474Symbol 98 MovieClip
"bomb1mark1"Frame 474Symbol 98 MovieClip
"life"Frame 474Symbol 217 EditableText
"p1Attack"Frame 474Symbol 156 MovieClip
"bar3"Frame 474Symbol 92 MovieClip
"fish1"Frame 480Symbol 73 MovieClip
"fish2"Frame 480Symbol 76 MovieClip
"comboCount"Frame 480Symbol 172 MovieClip
"snoball"Frame 480Symbol 218 MovieClip
"fish3"Frame 480Symbol 78 MovieClip
"fish4"Frame 480Symbol 80 MovieClip
"lifedetector"Frame 480Symbol 172 MovieClip
"windetector5"Frame 480Symbol 172 MovieClip
"fish1"Frame 482Symbol 73 MovieClip
"fish2"Frame 482Symbol 76 MovieClip
"comboCount"Frame 482Symbol 172 MovieClip
"windetector5"Frame 482Symbol 172 MovieClip
"snoball"Frame 482Symbol 218 MovieClip
"fish3"Frame 482Symbol 78 MovieClip
"fish4"Frame 482Symbol 80 MovieClip
"lifedetector"Frame 482Symbol 172 MovieClip
"pengoo1"Frame 490Symbol 143 MovieClip
"score"Frame 490Symbol 222 EditableText
"bar1"Frame 490Symbol 92 MovieClip
"bomb1mark4"Frame 490Symbol 98 MovieClip
"bomb1mark3"Frame 490Symbol 98 MovieClip
"bomb1mark2"Frame 490Symbol 98 MovieClip
"bomb1mark1"Frame 490Symbol 98 MovieClip
"life"Frame 490Symbol 223 EditableText
"p1Attack"Frame 490Symbol 156 MovieClip
"bar3"Frame 490Symbol 92 MovieClip
"fish1"Frame 496Symbol 73 MovieClip
"fish2"Frame 496Symbol 76 MovieClip
"comboCount"Frame 496Symbol 172 MovieClip
"snoball"Frame 496Symbol 218 MovieClip
"fish3"Frame 496Symbol 78 MovieClip
"fish4"Frame 496Symbol 80 MovieClip
"lifedetector"Frame 496Symbol 172 MovieClip
"windetector6"Frame 496Symbol 172 MovieClip
"fish1"Frame 498Symbol 73 MovieClip
"fish2"Frame 498Symbol 76 MovieClip
"comboCount"Frame 498Symbol 172 MovieClip
"windetector6"Frame 498Symbol 172 MovieClip
"snoball"Frame 498Symbol 218 MovieClip
"fish3"Frame 498Symbol 78 MovieClip
"fish4"Frame 498Symbol 80 MovieClip
"lifedetector"Frame 498Symbol 172 MovieClip
"pengoo1"Frame 506Symbol 143 MovieClip
"score"Frame 506Symbol 227 EditableText
"bar1"Frame 506Symbol 92 MovieClip
"bomb1mark4"Frame 506Symbol 98 MovieClip
"bomb1mark3"Frame 506Symbol 98 MovieClip
"bomb1mark2"Frame 506Symbol 98 MovieClip
"bomb1mark1"Frame 506Symbol 98 MovieClip
"life"Frame 506Symbol 228 EditableText
"p1Attack"Frame 506Symbol 156 MovieClip
"bar3"Frame 506Symbol 92 MovieClip
"fish1"Frame 512Symbol 73 MovieClip
"fish2"Frame 512Symbol 76 MovieClip
"comboCount"Frame 512Symbol 172 MovieClip
"snoball"Frame 512Symbol 218 MovieClip
"fish3"Frame 512Symbol 78 MovieClip
"fish4"Frame 512Symbol 80 MovieClip
"lifedetector"Frame 512Symbol 172 MovieClip
"windetector7"Frame 512Symbol 172 MovieClip
"fish1"Frame 514Symbol 73 MovieClip
"fish2"Frame 514Symbol 76 MovieClip
"comboCount"Frame 514Symbol 172 MovieClip
"windetector7"Frame 514Symbol 172 MovieClip
"snoball"Frame 514Symbol 218 MovieClip
"fish3"Frame 514Symbol 78 MovieClip
"fish4"Frame 514Symbol 80 MovieClip
"lifedetector"Frame 514Symbol 172 MovieClip
"pengoo1"Frame 522Symbol 143 MovieClip
"score"Frame 522Symbol 232 EditableText
"bar1"Frame 522Symbol 92 MovieClip
"bomb1mark4"Frame 522Symbol 98 MovieClip
"bomb1mark3"Frame 522Symbol 98 MovieClip
"bomb1mark2"Frame 522Symbol 98 MovieClip
"bomb1mark1"Frame 522Symbol 98 MovieClip
"life"Frame 522Symbol 233 EditableText
"p1Attack"Frame 522Symbol 156 MovieClip
"bar2"Frame 522Symbol 92 MovieClip
"bar3"Frame 522Symbol 92 MovieClip
"fish1"Frame 528Symbol 73 MovieClip
"fish2"Frame 528Symbol 76 MovieClip
"comboCount"Frame 528Symbol 172 MovieClip
"windetector8"Frame 528Symbol 172 MovieClip
"eskimo"Frame 528Symbol 237 MovieClip
"bomb1"Frame 528Symbol 102 MovieClip
"spear2"Frame 528Symbol 240 MovieClip
"fish3"Frame 528Symbol 78 MovieClip
"fish4"Frame 528Symbol 80 MovieClip
"lifedetector"Frame 528Symbol 172 MovieClip
"pengoo1"Frame 538Symbol 143 MovieClip
"score"Frame 538Symbol 246 EditableText
"bar1"Frame 538Symbol 92 MovieClip
"bomb1mark4"Frame 538Symbol 98 MovieClip
"bomb1mark3"Frame 538Symbol 98 MovieClip
"bomb1mark2"Frame 538Symbol 98 MovieClip
"bomb1mark1"Frame 538Symbol 98 MovieClip
"life"Frame 538Symbol 247 EditableText
"p1Attack"Frame 538Symbol 156 MovieClip
"bar3"Frame 538Symbol 92 MovieClip
"fish1"Frame 544Symbol 73 MovieClip
"fish2"Frame 544Symbol 76 MovieClip
"comboCount"Frame 544Symbol 172 MovieClip
"snoball"Frame 544Symbol 218 MovieClip
"fish3"Frame 544Symbol 78 MovieClip
"fish4"Frame 544Symbol 80 MovieClip
"lifedetector"Frame 544Symbol 172 MovieClip
"windetector9"Frame 544Symbol 172 MovieClip
"fish1"Frame 546Symbol 73 MovieClip
"fish2"Frame 546Symbol 76 MovieClip
"comboCount"Frame 546Symbol 172 MovieClip
"windetector9"Frame 546Symbol 172 MovieClip
"snoball"Frame 546Symbol 218 MovieClip
"fish3"Frame 546Symbol 78 MovieClip
"fish4"Frame 546Symbol 80 MovieClip
"lifedetector"Frame 546Symbol 172 MovieClip
"pengoo1"Frame 554Symbol 143 MovieClip
"score"Frame 554Symbol 251 EditableText
"bar1"Frame 554Symbol 92 MovieClip
"bomb1mark4"Frame 554Symbol 98 MovieClip
"bomb1mark3"Frame 554Symbol 98 MovieClip
"bomb1mark2"Frame 554Symbol 98 MovieClip
"bomb1mark1"Frame 554Symbol 98 MovieClip
"life"Frame 554Symbol 252 EditableText
"p1Attack"Frame 554Symbol 156 MovieClip
"bar3"Frame 554Symbol 92 MovieClip
"fish1"Frame 560Symbol 73 MovieClip
"fish2"Frame 560Symbol 76 MovieClip
"comboCount"Frame 560Symbol 172 MovieClip
"snoball"Frame 560Symbol 218 MovieClip
"fish3"Frame 560Symbol 78 MovieClip
"fish4"Frame 560Symbol 80 MovieClip
"lifedetector"Frame 560Symbol 172 MovieClip
"windetector10"Frame 560Symbol 172 MovieClip
"fish1"Frame 562Symbol 73 MovieClip
"fish2"Frame 562Symbol 76 MovieClip
"comboCount"Frame 562Symbol 172 MovieClip
"windetector10"Frame 562Symbol 172 MovieClip
"snoball"Frame 562Symbol 218 MovieClip
"fish3"Frame 562Symbol 78 MovieClip
"fish4"Frame 562Symbol 80 MovieClip
"lifedetector"Frame 562Symbol 172 MovieClip
"pengoo1"Frame 570Symbol 143 MovieClip
"score"Frame 570Symbol 256 EditableText
"bar1"Frame 570Symbol 92 MovieClip
"bomb1mark4"Frame 570Symbol 98 MovieClip
"bomb1mark3"Frame 570Symbol 98 MovieClip
"bomb1mark2"Frame 570Symbol 98 MovieClip
"bomb1mark1"Frame 570Symbol 98 MovieClip
"life"Frame 570Symbol 257 EditableText
"p1Attack"Frame 570Symbol 156 MovieClip
"bar3"Frame 570Symbol 92 MovieClip
"fish1"Frame 576Symbol 73 MovieClip
"fish2"Frame 576Symbol 76 MovieClip
"comboCount"Frame 576Symbol 172 MovieClip
"snoball"Frame 576Symbol 218 MovieClip
"snoball"Frame 576Symbol 218 MovieClip
"fish3"Frame 576Symbol 78 MovieClip
"fish4"Frame 576Symbol 80 MovieClip
"lifedetector"Frame 576Symbol 172 MovieClip
"windetector11"Frame 576Symbol 172 MovieClip
"fish1"Frame 578Symbol 73 MovieClip
"fish2"Frame 578Symbol 76 MovieClip
"comboCount"Frame 578Symbol 172 MovieClip
"windetector11"Frame 578Symbol 172 MovieClip
"snoball"Frame 578Symbol 218 MovieClip
"snoball"Frame 578Symbol 218 MovieClip
"fish3"Frame 578Symbol 78 MovieClip
"fish4"Frame 578Symbol 80 MovieClip
"lifedetector"Frame 578Symbol 172 MovieClip
"pengoo1"Frame 586Symbol 143 MovieClip
"score"Frame 586Symbol 261 EditableText
"bar1"Frame 586Symbol 92 MovieClip
"bomb1mark4"Frame 586Symbol 98 MovieClip
"bomb1mark3"Frame 586Symbol 98 MovieClip
"bomb1mark2"Frame 586Symbol 98 MovieClip
"bomb1mark1"Frame 586Symbol 98 MovieClip
"life"Frame 586Symbol 262 EditableText
"p1Attack"Frame 586Symbol 156 MovieClip
"bar2"Frame 586Symbol 92 MovieClip
"bar3"Frame 586Symbol 92 MovieClip
"fish1"Frame 592Symbol 73 MovieClip
"fish2"Frame 592Symbol 76 MovieClip
"comboCount"Frame 592Symbol 172 MovieClip
"windetector12"Frame 592Symbol 172 MovieClip
"eskimo"Frame 592Symbol 267 MovieClip
"bomb1"Frame 592Symbol 102 MovieClip
"spear"Frame 592Symbol 270 MovieClip
"snoball"Frame 592Symbol 218 MovieClip
"fish3"Frame 592Symbol 78 MovieClip
"fish4"Frame 592Symbol 80 MovieClip
"lifedetector"Frame 592Symbol 172 MovieClip
"cont"Frame 602Symbol 278 EditableText
"menu"Frame 625Symbol 130 MovieClip
"pengoo1"Frame 626Symbol 143 MovieClip
"score"Frame 626Symbol 292 EditableText
"bar1"Frame 626Symbol 92 MovieClip
"bomb1mark4"Frame 626Symbol 98 MovieClip
"bomb1mark3"Frame 626Symbol 98 MovieClip
"bomb1mark2"Frame 626Symbol 98 MovieClip
"bomb1mark1"Frame 626Symbol 98 MovieClip
"life"Frame 626Symbol 293 EditableText
"p1Attack"Frame 626Symbol 156 MovieClip
"bar2"Frame 626Symbol 92 MovieClip
"bar3"Frame 626Symbol 92 MovieClip
"fish1"Frame 632Symbol 73 MovieClip
"fish2"Frame 632Symbol 76 MovieClip
"comboCount"Frame 632Symbol 172 MovieClip
"windetector13"Frame 632Symbol 172 MovieClip
"eskimo"Frame 632Symbol 287 MovieClip
"bomb1"Frame 632Symbol 102 MovieClip
"spear2"Frame 632Symbol 240 MovieClip
"spear"Frame 632Symbol 205 MovieClip
"fish3"Frame 632Symbol 78 MovieClip
"fish4"Frame 632Symbol 80 MovieClip
"lifedetector"Frame 632Symbol 172 MovieClip
"pengoo1"Frame 701Symbol 143 MovieClip
"score"Frame 701Symbol 313 EditableText
"timetil12"Frame 701Symbol 314 EditableText
"timer"Frame 701Symbol 152 MovieClip
"menu"Frame 701Symbol 130 MovieClip
"score"Frame 707Symbol 315 EditableText
"timetil12"Frame 707Symbol 316 EditableText
"music"Frame 708Symbol 170 MovieClip
"fish1"Frame 708Symbol 73 MovieClip
"fish2"Frame 708Symbol 76 MovieClip
"fish3"Frame 708Symbol 78 MovieClip
"fish4"Frame 708Symbol 80 MovieClip
"comboCount"Frame 708Symbol 172 MovieClip
"score"Frame 708Symbol 317 EditableText
"timetil12"Frame 708Symbol 318 EditableText
"timer"Frame 708Symbol 152 MovieClip
"music2"Frame 709Symbol 319 MovieClip
"score"Frame 709Symbol 320 EditableText
"timetil12"Frame 709Symbol 321 EditableText
"timer2"Frame 709Symbol 152 MovieClip
"score"Frame 710Symbol 322 EditableText
"score"Frame 711Symbol 324 EditableText
"menu"Frame 711Symbol 130 MovieClip
"score"Frame 718Symbol 325 EditableText
"pengoo1"Frame 719Symbol 143 MovieClip
"fish1"Frame 719Symbol 73 MovieClip
"fish2"Frame 719Symbol 76 MovieClip
"fish3"Frame 719Symbol 78 MovieClip
"fish4"Frame 719Symbol 80 MovieClip
"score"Frame 719Symbol 326 EditableText
"comboCount"Frame 719Symbol 172 MovieClip
"menu"Frame 734Symbol 343 MovieClip
"pengoo1"Frame 735Symbol 143 MovieClip
"pengoo2"Frame 735Symbol 143 MovieClip
"score"Frame 735Symbol 345 EditableText
"score2"Frame 735Symbol 346 EditableText
"bar1"Frame 735Symbol 92 MovieClip
"bar2"Frame 735Symbol 92 MovieClip
"bomb1mark4"Frame 735Symbol 98 MovieClip
"bomb1mark3"Frame 735Symbol 98 MovieClip
"bomb1mark2"Frame 735Symbol 98 MovieClip
"bomb1mark1"Frame 735Symbol 98 MovieClip
"bar3"Frame 735Symbol 92 MovieClip
"bomb4mark4"Frame 735Symbol 98 MovieClip
"bomb3mark3"Frame 735Symbol 98 MovieClip
"bomb2mark2"Frame 735Symbol 98 MovieClip
"bomb2mark1"Frame 735Symbol 98 MovieClip
"bar4"Frame 735Symbol 92 MovieClip
"p2wins"Frame 735Symbol 347 EditableText
"p1wins"Frame 735Symbol 349 EditableText
"p1Attack"Frame 735Symbol 156 MovieClip
"p2Attack"Frame 735Symbol 350 MovieClip
"fish5"Frame 741Symbol 356 MovieClip
"fish6"Frame 741Symbol 357 MovieClip
"fish7"Frame 741Symbol 358 MovieClip
"fish8"Frame 741Symbol 359 MovieClip
"fish1"Frame 741Symbol 73 MovieClip
"fish2"Frame 741Symbol 76 MovieClip
"fish3"Frame 741Symbol 78 MovieClip
"fish4"Frame 741Symbol 80 MovieClip
"bomb1"Frame 741Symbol 102 MovieClip
"bomb2"Frame 741Symbol 102 MovieClip
"comboCount"Frame 741Symbol 172 MovieClip
"combo2Count"Frame 741Symbol 360 MovieClip
"windetector"Frame 741Symbol 172 MovieClip
"bar"Symbol 11 MovieClip Frame 1Symbol 4 MovieClip
"openMouth"Symbol 143 MovieClip Frame 5Symbol 139 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip
"snowflake"Symbol 302 MovieClip Frame 1Symbol 301 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$0f$zWCXAJPr8gp0D7zlOIPYI0."

Labels

"title"Frame 271
"story"Frame 398
"L1"Frame 412
"L1W"Frame 421
"L2"Frame 427
"L2W"Frame 436
"L3"Frame 442
"L3W"Frame 451
"L4"Frame 457
"L4L"Frame 465
"L4W"Frame 467
"L5"Frame 473
"L5L"Frame 481
"L5W"Frame 483
"L6"Frame 489
"L6L"Frame 497
"L6W"Frame 499
"L7"Frame 505
"L7L"Frame 513
"L7W"Frame 515
"L8"Frame 521
"L8L"Frame 529
"L8W"Frame 531
"L9"Frame 537
"L9L"Frame 545
"L9W"Frame 547
"L10"Frame 553
"L10L"Frame 561
"L10W"Frame 563
"L11"Frame 569
"L11L"Frame 577
"L11W"Frame 579
"L12"Frame 585
"L12L"Frame 593
"L12W"Frame 595
"L13"Frame 625
"L13L"Frame 633
"L13W"Frame 635
"TT"Frame 701
"begin"Frame 721
"p1"Frame 742
"p2"Frame 743
"loaded"Symbol 11 MovieClip Frame 3

Dynamic Text Variables

scoreSymbol 145 EditableText""
lifeSymbol 148 EditableText""
scoreSymbol 183 EditableText""
lifeSymbol 184 EditableText""
scoreSymbol 187 EditableText""
lifeSymbol 188 EditableText""
scoreSymbol 191 EditableText""
lifeSymbol 192 EditableText""
scoreSymbol 216 EditableText""
lifeSymbol 217 EditableText""
scoreSymbol 222 EditableText""
lifeSymbol 223 EditableText""
scoreSymbol 227 EditableText""
lifeSymbol 228 EditableText""
scoreSymbol 232 EditableText""
lifeSymbol 233 EditableText""
scoreSymbol 246 EditableText""
lifeSymbol 247 EditableText""
scoreSymbol 251 EditableText""
lifeSymbol 252 EditableText""
scoreSymbol 256 EditableText""
lifeSymbol 257 EditableText""
scoreSymbol 261 EditableText""
lifeSymbol 262 EditableText""
contSymbol 278 EditableText""
scoreSymbol 292 EditableText""
lifeSymbol 293 EditableText""
scoreSymbol 313 EditableText""
timetil12Symbol 314 EditableText""
scoreSymbol 315 EditableText""
timetil12Symbol 316 EditableText""
scoreSymbol 317 EditableText""
timetil12Symbol 318 EditableText""
scoreSymbol 320 EditableText""
timetil12Symbol 321 EditableText""
scoreSymbol 322 EditableText""
scoreSymbol 324 EditableText""
scoreSymbol 325 EditableText""
scoreSymbol 326 EditableText""
scoreSymbol 345 EditableText""
score2Symbol 346 EditableText""
p2winsSymbol 347 EditableText""
p1winsSymbol 349 EditableText""




http://swfchan.com/13/60821/info.shtml
Created: 15/4 -2019 23:31:14 Last modified: 15/4 -2019 23:31:14 Server time: 15/05 -2024 03:33:07