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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM87187817-24DC&rnd=87187817" width="1" height="1"></div>

armorgames prehistoric-303.swf

This is the info page for
Flash #267594

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


Text
0

0

100%

C

I

R

T

S

H

E

P

(A game by Buzzwerd and True_Darkness, Sponsored by Armor Games)

TM

Menu:.

Start

Start

s

e

r

o

c

S

h

g

i

H

High Scores

Credits

Credits

s

e

m

a

G

r

o

M

More Games

True.Darkness

BUZZWERD

PREHISTORIC

Insert coin 0/1

Insert coin 1/1

Is this your first time playing?

Yes

N

ope

Okay

CREDITS

Artwork/Animation- BuzzwerD

Programming- True_Darkness

Menu Music- DJ Runaway - Jungle

In Game Music- sunosrepsa - jungol

Special Thanks
TommyLM
Starogre

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

<p align="left"><font face="Sydnie" size="75" color="#ffffff" letterSpacing="-5.000000" kerning="1"><b>SLIDE</b></font></p>

x

5

0

0000

+

20

30

100

Use the Left and Right
Arrow Keys to Move

Press SPACEBAR to Continue

Press A or jump on
enemies to kill them!

Press the Up Arrow Key
to jump

Collect Eggs to raise your
Egg-Count and score!

Press SPACEBAR to Continue

Hold the Down Arrow Key to
Grind Down Steep Hills Such
As This One

Jump on top of Springs to
Launch Yuorself into the air

Diamonds are found hidden
in different levels and give
you 100 points!

Right Click to toggle Sound
on/off, Change Quality, and
Return to the Menu

10

e

f

i

L

1

+

0

0000

5

5

0

0000

0

0000

TAP A

3...

3...2...

3...2...1...

GO!!

Press SPACEBAR

0

0000

Continuing takes 100 eggs, and sets your score to 0! Continue?

Yes.

No.

s

e

m

a

G

r

o

M

Menu

e

r

o

c

S

t

i

m

b

u

Game Over.

Buzzwerd

True_Darkness

U

N

M

B

(Enter Name Here)

NAME:

SCORE:

0

(Enter Name Here)

1000

ActionScript [AS1/AS2]

Frame 1
function scott() { getURL ("http://www.brainwashstudios.com/buzzwerd", "_blank"); } function scotta() { getURL ("http://www.armorgames.com", "_blank"); } function david() { getURL ("http://www.truedarkness.phrozenflame.com/", "_blank"); } function muter() { _root.allab.setVolume(0); } function mutera() { _root.allab.setVolume(100); } onLoad = function () { _root.allab = new Sound(); }; var menu = new ContextMenu(); menu.hideBuiltInItems(); var buzzwerd = new ContextMenuItem("Buzzwerd", scott); var truedarkness = new ContextMenuItem("True Darkness", david); var armor = new ContextMenuItem("More Games at Armor Games!", scotta); var mute = new ContextMenuItem("Sound Off", muter); var mutee = new ContextMenuItem("Sound On", mutera); menu.customItems.push(buzzwerd, truedarkness, mute, mutee, armor); menu.onSelect = menuHandler; menu.builtInItems.quality = true; _root.menu = menu; System.security.allowDomain("http://www.buzzwerd.deviantart.com"); System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com"); System.security.allowDomain("http://www.truedarkness.tk/"); System.security.allowInsecureDomain("http://www.truedarkness.tk/"); System.security.allowDomain("www.welcome-to-life.ca.tf"); System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com"); System.security.allowDomain("www.truedarkness.phrozenflame.com"); System.security.allowInsecureDomain("www.truedarkness.phrozenflame.com"); _root.SEGGS = 0; _root.finalScoreS = 0; eggRR = 0; scoreRR = 0; eggR = 0; scoreR = 0; stop(); onEnterFrame = function () { num = Math.round(_root.percent.percent); };
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Instance of Symbol 10 MovieClip "percent" in Frame 1
onClipEvent (load) { totalb = _root.getBytesTotal(); totalkb = int(totalb / 4064); } onClipEvent (enterFrame) { var loadedb = _root.getBytesLoaded(); if (loadedb == totalb) { _root.gotoAndStop(2); } else { loadedkb = int(loadedb / 4064); percent = (loadedb / totalb) * 100; _root.loader.gotoAndStop(int(percent)); pl1 = ("" + int(percent)) + "%"; pl2 = ((("" + loadedkb) + " / ") + totalkb) + " kb"; } }
Frame 2
_root.continuee = false; stop();
Instance of Symbol 32 MovieClip "percent" in Frame 2
onClipEvent (load) { totalb = _root.getBytesTotal(); totalkb = int(totalb / 4064); } onClipEvent (enterFrame) { var loadedb = _root.getBytesLoaded(); if (loadedb == totalb) { _root.gotoAndStop(2); } else { loadedkb = int(loadedb / 4064); percent = (loadedb / totalb) * 100; _root.loader.gotoAndStop(int(percent)); pl1 = ("" + int(percent)) + "%"; pl2 = ((("" + loadedkb) + " / ") + totalkb) + " kb"; } }
Frame 3
onLoad = function () { lastEgg = 0; }; stop();
Frame 4
_quality = "MEDIUM"; IC = 0; stop(); sSound1 = new Sound(this); sSound1.attachSound("song"); sSound1.start(0, 225);
Instance of Symbol 82 MovieClip in Frame 4
onClipEvent (enterFrame) { _y = (_y - 4); }
Instance of Symbol 175 MovieClip "bubblez" in Frame 4
onClipEvent (load) { _x = ((_root.Stage.width / 2) + 455); _y = (_root.Stage.height / 2); }
Instance of Symbol 188 MovieClip "credits" in Frame 4
onClipEvent (load) { _x = ((_root.Stage.width / 2) + 455); _y = (_root.Stage.height / 2); }
Frame 5
onLoad = function () { _root.player._x = 115; _root.player._y = 73; }; _root.pausedd = false;
Frame 6
if (_root.IC == 1) { _root.gotoAndStop("tut"); _root.IC = 0; _root.song.play(); } if (_root.IC == 2) { _root.gotoAndStop("level"); _root.IC = 0; _root.song.play(); }
Frame 7
function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.fadeIn.play(); onLoad = function () { _root.player._x = 115; _root.player._y = 73; _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; }; onEnterFrame = function () { if (eggs.score != score) { eggs.score = eggs.score + 1; } if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; _root.lives._x = _root.player.cx; _root.lives._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._x = _root.player.cx; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; _root.back._x = _root.player.cx; _root.back._y = _root.player.cy; _root.bubbles._x = _root.player.cx + 200; _root.bubbles._y = _root.player.cy + 100; }; frame1 = 0; frame1a = 0; tuta = 0; tutb = 0; tutc = 0; tutd = 0; _root.pausedd = false; _root.lives.life = 5; _root.eggs.egg = 0; _root.eggs.score = 0; score = 0; i = 0; z = 0; j = 0; k = 0;
Instance of Symbol 4 MovieClip in Frame 7
onClipEvent (enterFrame) { _x = (_x - 0.1); }
Instance of Symbol 215 MovieClip in Frame 7
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -37; this.gotoAndStop(2); } }
Instance of Symbol 220 MovieClip "light" in Frame 7
onClipEvent (load) { _y = (_root.player.cy - 400); }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 269 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_root.frame1 == 1) { gotoAndStop (1); } if (_root.pausedd == false) { if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) { _root.blink.play(); } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } } }
Instance of Symbol 272 MovieClip "tut2" in Frame 7
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 272 MovieClip "tut3" in Frame 7
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 272 MovieClip "tut4" in Frame 7
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 230 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 305 MovieClip "player" in Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; dx = _x; dy = _y; noslide = false; ccy = _root._y; } onClipEvent (enterFrame) { if (_root.frame1 == 1) { gotoAndStop (1); xspeed = 0; } if (_root.frame1a == 1) { gotoAndStop (1); xspeed = 0; } if (_root.pausedd == false) { if (this.hitTest(_root.tut1) && (_root.tuta != 1)) { _root.bubbles.play(); } if ((this.hitTest(_root.tut2) && (_root.tutb != 1)) && (_root.enemy == "dead")) { _root.bubbles.play(); } if (this.hitTest(_root.tut3) && (_root.tutc != 1)) { _root.bubbles.play(); } if (this.hitTest(_root.tut4) && (_root.tutd != 1)) { _root.bubbles.play(); } if (this.hitTest(_root.tut5) && (_root.tute != 1)) { _root.bubbles.play(); } if (this.hitTest(_root.tut6) && (_root.tutf != 1)) { _root.bubbles.play(); } if (this.hitTest(_root.tut7) && (_root.tutg != 1)) { _root.bubbles.play(); } } if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } if (_y >= 420) { _root.blink.play(); _x = dx; _y = dy; _root.fall = 1; } _root.wide._y = cy; if (((Key.isDown(37) && (punch == false)) && (slide == false)) && (_root.pausedd == false)) { xspeed = xspeed - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if (((Key.isDown(39) && (punch == false)) && (slide == false)) && (_root.pausedd == false)) { xspeed = xspeed + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if (((punch != true) && (jumpa == false)) && (slide == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if (((jumpb == false) && (slide == false)) && (_root.pausedd == false)) { gotoAndStop (3); yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (((Key.isDown(65) && (grounded)) && (slide == false)) && (_root.pausedd == false)) { this.gotoAndStop(4); punch = true; } if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } }
Instance of Symbol 309 MovieClip "lives" in Frame 7
onClipEvent (enterFrame) { if (this.life <= 0) { this.life = 0; _root.gameOver.play(); } }
Instance of Symbol 272 MovieClip "tut5" in Frame 7
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 319 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 272 MovieClip "tut6" in Frame 7
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 272 MovieClip "tut7" in Frame 7
onClipEvent (load) { _alpha = 0; }
Instance of Symbol 352 MovieClip "fadeOut" in Frame 7
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 353 MovieClip "fadeIn" in Frame 7
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 355 MovieClip in Frame 7
onClipEvent (enterFrame) { _x = _root.player.cx; _y = _root.player.cy; }
Frame 8
function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.fadeIn.gotoAndPlay(1); _root.fadeIn.play(); _root.SEGGS = 0; onLoad = function () { _root.player._x = 115; _root.player._y = 73; _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; }; _root.lastlevel = _currentframe; onEnterFrame = function () { _root.livesf.lifef = lives.life; if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; _root.lives._x = _root.player.cx; _root.lives._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._x = _root.player.cx; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; }; _root.lives.life = 5; if (_root.continuee != true) { _root.eggs.egg = 0; _root.eggs.score = 0; score = 0; } if (_root.continuee == true) { _root.eggs.egg = (_root.lastEgg = _root.lastEgg - 200); _root.eggs.score = 0; score = 0; _root.lives.life = 5; _root.continuee = false; } i = 0; z = 0; j = 0; k = 0;
Instance of Symbol 4 MovieClip in Frame 8
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Instance of Symbol 225 MovieClip "blink" in Frame 8
onClipEvent (enterFrame) { _root.SEGGS = _root.eggs.egg; if (_root.SEGGS >= 100) { _root.allowGameOver = true; } else { _root.allowGameOver = false; } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 372 MovieClip "spikes" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 376 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { if (i <= 2) { i++; gotoAndStop (4); } else if ((i >= 3) && (_currentframe != 3)) { gotoAndStop (3); } } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.yspeed = -14; if (i <= 1) { i++; gotoAndStop (4); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 398 MovieClip in Frame 8
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } }
Instance of Symbol 400 MovieClip "endd" in Frame 8
onClipEvent (enterFrame) { _alpha = 0; }
Instance of Symbol 405 MovieClip in Frame 8
onClipEvent (enterFrame) { if (((this.hitTest(_root.player) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 4)) && (_root.player.slide == false)) { _root.player.yspeed = -36; this.gotoAndStop(2); } }
Instance of Symbol 405 MovieClip in Frame 8
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -36; this.gotoAndStop(2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 422 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 5.5; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -18; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 7); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 7); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 423 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 4.2; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -18; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 4); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 4); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 405 MovieClip in Frame 8
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -36; this.gotoAndStop(2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 427 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { if (i <= 2) { i++; gotoAndStop (4); } else if ((i >= 3) && (_currentframe != 3)) { gotoAndStop (3); } } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.yspeed = -14; if (i <= 1) { i++; gotoAndStop (4); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 372 MovieClip "spikes2" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 398 MovieClip in Frame 8
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } }
Instance of Symbol 305 MovieClip "player" in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; dx = _x; dy = _y; noslide = false; ccy = _root._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } if (_y >= 420) { _root.blink.play(); _x = dx; _y = dy; _root.fall = 1; } _root.wide._y = cy; if ((Key.isDown(37) && (punch == false)) && (slide == false)) { xspeed = xspeed - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if ((Key.isDown(39) && (punch == false)) && (slide == false)) { xspeed = xspeed + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if (((punch != true) && (jumpa == false)) && (slide == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if ((jumpb == false) && (slide == false)) { gotoAndStop (3); yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if ((Key.isDown(65) && (grounded)) && (slide == false)) { this.gotoAndStop(4); punch = true; } if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 428 MovieClip in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 4; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -18; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (this.hitTest(_root.spikes2)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 4); } else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 4); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 405 MovieClip in Frame 8
onClipEvent (enterFrame) { if ((this.hitTest(_root.player) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -50; this.gotoAndStop(2); } }
Instance of Symbol 319 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 430 MovieClip in Frame 8
onClipEvent (enterFrame) { _x = ((_root.player._x / -5) + 120); }
Instance of Symbol 309 MovieClip "lives" in Frame 8
onClipEvent (enterFrame) { if (this.life == 7) { _root.SLIFE = 7; } if (this.life == 6) { _root.SLIFE = 6; } if (this.life == 5) { _root.SLIFE = 5; } if (this.life == 4) { _root.SLIFE = 4; } if (this.life == 3) { _root.SLIFE = 3; } if (this.life == 2) { _root.SLIFE = 2; } if (this.life == 1) { _root.SLIFE = 1; } }
Instance of Symbol 434 MovieClip "eggs" in Frame 8
onClipEvent (load) { if (_root.continuee == true) { this.egg = _root.lastEgga - 100; this.score = 0; _root.score = 0; _root.song.gotoAndStop(3); i = 0; _root.continuee = false; } } onClipEvent (enterFrame) { if (_root.song._currentframe != 1) { _root.song.play(); } }
Instance of Symbol 435 MovieClip "gameOver" in Frame 8
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 9
function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } _root.fadeIn.gotoAndPlay(1); _root.fadeIn.play(); _root._x = 0; _root._y = 0; _root.gameOver.gotoAndStop(1); _root.lives.life = livesf.lifef; livesf.lifef = _root.SLIFE; eggz = _root.eggs.egg; scorez = _root.eggs.score; stop(); _root.player._x = 64; onEnterFrame = function () { if (_currentframe == _currentframe) { this._name = "lastlevel"; } else { this._name = "AA"; } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; _root.livesf._x = _root.player.cx; _root.livesf._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._x = _root.player.cx; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; };
Instance of Symbol 439 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { _root.fadee.play(); } }
Instance of Symbol 305 MovieClip "player" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; dx = _x; dy = _y; noslide = false; ccy = _root._y; } onClipEvent (enterFrame) { if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } if (_y >= 420) { _root.blink.play(); _x = dx; _y = dy; _root.fall = 1; } _root.wide._y = cy; if ((Key.isDown(37) && (punch == false)) && (slide == false)) { xspeed = xspeed - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if ((Key.isDown(39) && (punch == false)) && (slide == false)) { xspeed = xspeed + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if (((punch != true) && (jumpa == false)) && (slide == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if ((jumpb == false) && (slide == false)) { gotoAndStop (3); yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if ((Key.isDown(65) && (grounded)) && (slide == false)) { this.gotoAndStop(4); punch = true; } if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } }
Instance of Symbol 442 MovieClip "livesf" in Frame 9
onClipEvent (enterFrame) { if (this.lifef == 7) { _root.SLIFE2 = 7; } if (this.lifef == 6) { _root.SLIFE2 = 6; } if (this.lifef == 5) { _root.SLIFE2 = 5; } if (this.lifef == 4) { _root.SLIFE2 = 4; } if (this.lifef == 3) { _root.SLIFE2 = 3; } if (this.lifef == 2) { _root.SLIFE2 = 2; } if (this.lifef == 1) { _root.SLIFE2 = 1; } }
Instance of Symbol 314 MovieClip "blink2" in Frame 9
onClipEvent (enterFrame) { _root.SEGGS = _root.eggs.egg; if (_root.SEGGS >= 100) { _root.allowGameOver = true; } else { _root.allowGameOver = false; } }
Instance of Symbol 447 MovieClip "fadeIn" in Frame 9
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 10
stop(); _root._x = 0; _root._y = 0; _root.eggiesa = 0; onLoad = function () { _root.livesa._x = _root.bubble._x; _root.livesa._y = _root.bubble._y; _root.eggsa._x = _root.bubble._x; _root.eggsa._y = _root.bubble._y + 50; _root.wide._x = _root.bubble._x; _root.wide._y = _root.bubble._y + 30; _root.widelight._y = _root.bubble._y; _root.widelight._x = _root.bubble._x; _root.bound._y = _root.bubble._y; }; livesa.lifea = _root.SLIFE2; if (_root.continuee != true) { _root.eggsa.scorea = scorez; eggsa.egga = eggz; score = scorez; } if (_root.continuee == true) { _root.scoreza = 0; fadeOut.gotoAndStop(1); gameOver.gotoAndStop(1); score = 0; _root.lives.life = 5; } _root.lastlevel = _currentframe; onEnterFrame = function () { _root.SEGGS = eggsa.egga; if (_root.livesa.lifea <= 0) { _root.livesa.lifea = 0; _root.gameOver.play(); _root.bubble.gotoAndStop(2); } liveza = _root.livesa.lifea; eggza = _root.eggsa.egga; scoreza = _root.eggsa.scorea; if (eggsa.scorea != score) { eggsa.scorea = eggsa.scorea + 1; } _root.livesa._y = _root.livesa._y - 2.5; _root.eggsa._y = _root.eggsa._y - 2.5; _root.light._y = _root.light._y - 2.5; _root.wide._y = _root.wide._y - 2.5; _root.widelight._y = _root.widelight._y - 2.5; _root.light._x = _root.bubble._x; _root.light._y = _root.bubble._y - 400; _root.bound._y = _root.bound._y - 2.5; if (_root._currentframe == 10) { _root._y = _root._y + 2.5; } };
Instance of Symbol 450 MovieClip in Frame 10
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { _x = _root.bubble._x; _y = _root.bubble._y; i++; if (i >= 190) { _alpha = (_alpha + 0.5); } }
Instance of Symbol 4 MovieClip "clouds" in Frame 10
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { _x = (_x - 0.2); _y = (_y - 2); i++; if (i >= 190) { i = 0; if (_currentframe != 174) { this.play(); } } }
Instance of Symbol 450 MovieClip in Frame 10
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { i++; if (i >= 190) { _alpha = (_alpha + 0.5); } _x = _root.bubble._x; _y = _root.bubble._y; }
Instance of Symbol 452 MovieClip in Frame 10
onClipEvent (load) { yy = _root.bubble._y; _y = yy; xx = random(8); _alpha = random(185); _xscale = xsc; i = 0; if (xx <= 2) { xx = 2; } } onClipEvent (enterFrame) { i++; xxx = _root.bubble._x; if (xx <= 2) { xx = 2; } if (i < 400) { _y = _root.bubble._y; } if (i >= 400) { _y = (_y - 1.7); _x = (_x - xx); if (_x <= (xxx - 760)) { xx = random(8); _y = _root.bubble._y; _x = (xxx + 360); _alpha = random(185); } } }
Instance of Symbol 456 MovieClip "TY" in Frame 10
onClipEvent (enterFrame) { _root.SEGGS = _root.eggsa.egga; if (_root.SEGGS >= 200) { _root.allowGameOver = true; } else { _root.allowGameOver = false; } }
Instance of Symbol 368 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 368 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 462 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); _root.goo = 1; } }
Instance of Symbol 465 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 468 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 494 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumbera = random(4); _root.ranNumbera2 = random(5); } if (_root.ranNumbera == 0) { this._x = this._x - speed; } if (_root.ranNumbera == 1) { this._x = this._x + speed; } if (_root.ranNumbera == 2) { this._y = this._y - speed; } if (_root.ranNumbera == 3) { this._y = this._y + speed; } if (_root.ranNumbera2 == 0) { this._x = this._x - speed; } if (_root.ranNumbera2 == 1) { this._x = this._x + speed; } if (_root.ranNumbera2 == 2) { this._y = this._y - speed; } if (_root.ranNumbera2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 495 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberc = random(4); _root.ranNumberc2 = random(5); } if (_root.ranNumberc == 0) { this._x = this._x - speed; } if (_root.ranNumberc == 1) { this._x = this._x + speed; } if (_root.ranNumberc == 2) { this._y = this._y - speed; } if (_root.ranNumberc == 3) { this._y = this._y + speed; } if (_root.ranNumberc2 == 0) { this._x = this._x - speed; } if (_root.ranNumberc2 == 1) { this._x = this._x + speed; } if (_root.ranNumberc2 == 2) { this._y = this._y - speed; } if (_root.ranNumberc2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberd = random(4); _root.ranNumberd2 = random(5); } if (_root.ranNumberd == 0) { this._x = this._x - speed; } if (_root.ranNumberd == 1) { this._x = this._x + speed; } if (_root.ranNumberd == 2) { this._y = this._y - speed; } if (_root.ranNumberd == 3) { this._y = this._y + speed; } if (_root.ranNumberd2 == 0) { this._x = this._x - speed; } if (_root.ranNumberd2 == 1) { this._x = this._x + speed; } if (_root.ranNumberd2 == 2) { this._y = this._y - speed; } if (_root.ranNumberd2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 497 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberb = random(4); _root.ranNumberb2 = random(5); } if (_root.ranNumberb == 0) { this._x = this._x - speed; } if (_root.ranNumberb == 1) { this._x = this._x + speed; } if (_root.ranNumberb == 2) { this._y = this._y - speed; } if (_root.ranNumberb == 3) { this._y = this._y + speed; } if (_root.ranNumberb2 == 0) { this._x = this._x - speed; } if (_root.ranNumberb2 == 1) { this._x = this._x + speed; } if (_root.ranNumberb2 == 2) { this._y = this._y - speed; } if (_root.ranNumberb2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberf = random(4); _root.ranNumberf2 = random(5); } if (_root.ranNumberf == 0) { this._x = this._x - speed; } if (_root.ranNumberf == 1) { this._x = this._x + speed; } if (_root.ranNumberf == 2) { this._y = this._y - speed; } if (_root.ranNumberf == 3) { this._y = this._y + speed; } if (_root.ranNumberf2 == 0) { this._x = this._x - speed; } if (_root.ranNumberf2 == 1) { this._x = this._x + speed; } if (_root.ranNumberf2 == 2) { this._y = this._y - speed; } if (_root.ranNumberf2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumbere = random(4); _root.ranNumbere2 = random(5); } if (_root.ranNumbere == 0) { this._x = this._x - speed; } if (_root.ranNumbere == 1) { this._x = this._x + speed; } if (_root.ranNumbere == 2) { this._y = this._y - speed; } if (_root.ranNumbere == 3) { this._y = this._y + speed; } if (_root.ranNumbere2 == 0) { this._x = this._x - speed; } if (_root.ranNumbere2 == 1) { this._x = this._x + speed; } if (_root.ranNumbere2 == 2) { this._y = this._y - speed; } if (_root.ranNumbere2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberg = random(4); _root.ranNumberg2 = random(5); } if (_root.ranNumberg == 0) { this._x = this._x - speed; } if (_root.ranNumberg == 1) { this._x = this._x + speed; } if (_root.ranNumberg == 2) { this._y = this._y - speed; } if (_root.ranNumberg == 3) { this._y = this._y + speed; } if (_root.ranNumberg2 == 0) { this._x = this._x - speed; } if (_root.ranNumberg2 == 1) { this._x = this._x + speed; } if (_root.ranNumberg2 == 2) { this._y = this._y - speed; } if (_root.ranNumberg2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberh = random(4); _root.ranNumberh2 = random(5); } if (_root.ranNumberh == 0) { this._x = this._x - speed; } if (_root.ranNumberh == 1) { this._x = this._x + speed; } if (_root.ranNumberh == 2) { this._y = this._y - speed; } if (_root.ranNumberh == 3) { this._y = this._y + speed; } if (_root.ranNumberh2 == 0) { this._x = this._x - speed; } if (_root.ranNumberh2 == 1) { this._x = this._x + speed; } if (_root.ranNumberh2 == 2) { this._y = this._y - speed; } if (_root.ranNumberh2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberi = random(4); _root.ranNumberi2 = random(5); } if (_root.ranNumberi == 0) { this._x = this._x - speed; } if (_root.ranNumberi == 1) { this._x = this._x + speed; } if (_root.ranNumberi == 2) { this._y = this._y - speed; } if (_root.ranNumberi == 3) { this._y = this._y + speed; } if (_root.ranNumberi2 == 0) { this._x = this._x - speed; } if (_root.ranNumberi2 == 1) { this._x = this._x + speed; } if (_root.ranNumberi2 == 2) { this._y = this._y - speed; } if (_root.ranNumberi2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberk = random(4); _root.ranNumberk2 = random(5); } if (_root.ranNumberk == 0) { this._x = this._x - speed; } if (_root.ranNumberk == 1) { this._x = this._x + speed; } if (_root.ranNumberk == 2) { this._y = this._y - speed; } if (_root.ranNumberk == 3) { this._y = this._y + speed; } if (_root.ranNumberk2 == 0) { this._x = this._x - speed; } if (_root.ranNumberk2 == 1) { this._x = this._x + speed; } if (_root.ranNumberk2 == 2) { this._y = this._y - speed; } if (_root.ranNumberk2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberl = random(4); _root.ranNumberl2 = random(5); } if (_root.ranNumberl == 0) { this._x = this._x - speed; } if (_root.ranNumberl == 1) { this._x = this._x + speed; } if (_root.ranNumberl == 2) { this._y = this._y - speed; } if (_root.ranNumberl == 3) { this._y = this._y + speed; } if (_root.ranNumberl2 == 0) { this._x = this._x - speed; } if (_root.ranNumberl2 == 1) { this._x = this._x + speed; } if (_root.ranNumberl2 == 2) { this._y = this._y - speed; } if (_root.ranNumberl2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumbero = random(4); _root.ranNumbero2 = random(5); } if (_root.ranNumbero == 0) { this._x = this._x - speed; } if (_root.ranNumbero == 1) { this._x = this._x + speed; } if (_root.ranNumbero == 2) { this._y = this._y - speed; } if (_root.ranNumbero == 3) { this._y = this._y + speed; } if (_root.ranNumbero2 == 0) { this._x = this._x - speed; } if (_root.ranNumbero2 == 1) { this._x = this._x + speed; } if (_root.ranNumbero2 == 2) { this._y = this._y - speed; } if (_root.ranNumbero2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) { i = 0; z = 4; scale = _xscale; speed = 2; j = 0; } onClipEvent (enterFrame) { if (_root.bubble._x > _x) { _xscale = (-scale); } if (_root.bubble._x < _x) { _xscale = scale; } i++; if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) { _root.blink3.play(); } if (i >= 20) { i = 0; _root.ranNumberm = random(4); _root.ranNumberm2 = random(5); } if (_root.ranNumberm == 0) { this._x = this._x - speed; } if (_root.ranNumberm == 1) { this._x = this._x + speed; } if (_root.ranNumberm == 2) { this._y = this._y - speed; } if (_root.ranNumberm == 3) { this._y = this._y + speed; } if (_root.ranNumberm2 == 0) { this._x = this._x - speed; } if (_root.ranNumberm2 == 1) { this._x = this._x + speed; } if (_root.ranNumberm2 == 2) { this._y = this._y - speed; } if (_root.ranNumberm2 == 3) { this._y = this._y + speed; } }
Instance of Symbol 501 MovieClip in Frame 10
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.bubble.square)) { gotoAndStop (2); } }
Instance of Symbol 501 MovieClip in Frame 10
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.bubble.square)) { gotoAndStop (2); } }
Instance of Symbol 501 MovieClip in Frame 10
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.bubble.square)) { gotoAndStop (2); } }
Instance of Symbol 511 MovieClip "bubble" in Frame 10
onClipEvent (load) { this.Velocity = {_x:0, _y:0}; _root.WORLD_FRICTION = 0.97; _root.WORLD_MOVESPEED = 0.5; i = 0; cy = _y; fadz = 0; } onClipEvent (enterFrame) { _root.fadeOut._x = _x; _root.fadeOut._y = _y; if (this.hitTest(_root.endas)) { _root.fadeOut.gotoAndPlay(2); _root.fadeOut.play(); } cx = eval (null)(); cy = eval (null)(); _root.wide._y = cy; _y = (_y - 2.5); i++; if (i > 320) { if (Key.isDown(37)) { this.Velocity._x = this.Velocity._x - _root.WORLD_MOVESPEED; } if (Key.isDown(39)) { this.Velocity._x = this.Velocity._x + _root.WORLD_MOVESPEED; } if (Key.isDown(38)) { this.Velocity._y = this.Velocity._y - _root.WORLD_MOVESPEED; } if (Key.isDown(40)) { this.Velocity._y = this.Velocity._y + _root.WORLD_MOVESPEED; } this.Velocity._x = this.Velocity._x * _root.WORLD_FRICTION; this.Velocity._y = this.Velocity._y * _root.WORLD_FRICTION; this._x = this._x + this.Velocity._x; this._y = this._y + this.Velocity._y; } }
Instance of Symbol 514 MovieClip "livesa" in Frame 10
onClipEvent (enterFrame) { if (this.lifea == 7) { _root.SLIFE3 = 7; } if (this.lifea == 6) { _root.SLIFE3 = 6; } if (this.lifea == 5) { _root.SLIFE3 = 5; } if (this.lifea == 4) { _root.SLIFE3 = 4; } if (this.lifea == 3) { _root.SLIFE3 = 3; } if (this.lifea == 2) { _root.SLIFE3 = 2; } if (this.lifea == 1) { _root.SLIFE3 = 1; } if (this.lifea == 8) { _root.SLIFE3 = 8; } if (this.lifea == 9) { _root.SLIFE3 = 9; } if (this.lifea == 10) { _root.SLIFE3 = 10; } if (this.lifea == 11) { _root.SLIFE3 = 11; } }
Instance of Symbol 516 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble)) { _root.stopspike = 1; } }
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 528 MovieClip "eggsa" in Frame 10
onClipEvent (load) { if (_root.continuee == true) { this.egg = _root.lastEgga - 100; this.score = 0; _root.score = 0; _root.song.gotoAndStop(3); i = 0; _root.continuee = false; } } onClipEvent (enterFrame) { if (_root.song._currentframe != 1) { _root.song.play(); } }
Instance of Symbol 353 MovieClip "fadeIn" in Frame 10
onClipEvent (enterFrame) { _x = _root.bubble._x; _y = _root.bubble._y; }
Instance of Symbol 529 MovieClip "gameOver" in Frame 10
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.bubble._y; }
Frame 11
function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.purple = 1; _root.green = 0; _root.blue = 0; _root.livesa._alpha = 0; _root.eggsa._alpha = 0; _root.fadeIn.gotoAndPlay(1); _root.gameOver.gotoAndStop(1); _root.fadeIn.play(); this.lives.life = _root.SLIFE3; if (_root.continuee != true) { this.eggs.score = _root.scoreza; this.eggs.egg = _root.eggza; this.score = _root.scoreza; } else if (_root.continuee == true) { _root.scoreza = 0; _root.eggza = _root.lastEgga - 200; fadeOut.gotoAndStop(1); gameOver.gotoAndStop(1); score = 0; _root.lives.life = 5; } _root.eggiesb = 0; onLoad = function () { _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; _root.light._alpha = 0; }; _root.lastlevel = _currentframe; onEnterFrame = function () { _root.eggiesb = eggs.egg; if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; if (_root.bubble._currentframe == 1) { _root.light._alpha = _root.light._alpha + 4E-17; _root.light._x = _root.player.cx; } else { _root.light._x = _root.player.cx; } _root.lives._x = _root.player.cx; _root.lives._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; }; i = 0; z = 0; j = 0; k = 0;
Instance of Symbol 450 MovieClip in Frame 11
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 4 MovieClip in Frame 11
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Instance of Symbol 537 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hitd) && (_currentframe == 1)) { this.gotoAndStop(2); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe == 1)) { _root.player.yspeed = -8; this.gotoAndStop(2); } }
Instance of Symbol 539 MovieClip "spikes" in Frame 11
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { _root.blink.play(); i++; if (i >= 7) { _root.player._x = _root.player.dx; _root.player._y = _root.player.dy; i = 0; } } }
Instance of Symbol 541 MovieClip "land" in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 314 MovieClip "blink2" in Frame 11
onClipEvent (enterFrame) { _root.SEGGS = _root.eggs.egg; if (_root.SEGGS >= 100) { _root.allowGameOver = true; } else { _root.allowGameOver = false; } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -18; this.gotoAndStop(2); } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (load) { dx = _x; } onClipEvent (enterFrame) { if ((_x < (dx + 115)) && (var1 != 1)) { _x = (_x + 2); } else { var1 = 1; } if ((_x > (dx - 115)) && (var1 == 1)) { _x = (_x - 2); } else { var1 = 0; } if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -18; this.gotoAndStop(2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -52; this.gotoAndStop(2); } }
Instance of Symbol 319 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -36; this.gotoAndStop(2); } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -36; this.gotoAndStop(2); } }
Instance of Symbol 372 MovieClip "spikes2" in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 428 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 4; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (this.hitTest(_root.spikes2)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 4); } else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 4); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 422 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 5.5; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 7); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 7); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 376 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { if (i <= 2) { i++; gotoAndStop (4); } else if ((i >= 3) && (_currentframe != 3)) { gotoAndStop (3); } } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.yspeed = -14; if (i <= 1) { i++; gotoAndStop (4); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -44; this.gotoAndStop(2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -44; this.gotoAndStop(2); } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -44; this.gotoAndStop(2); } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -44; this.gotoAndStop(2); } }
Instance of Symbol 547 MovieClip in Frame 11
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -44; this.gotoAndStop(2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 422 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 4; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (this.hitTest(_root.spikes2)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 4); } else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 4); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 422 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 4; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (this.hitTest(_root.spikes2)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 4); } else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 4); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 422 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 4; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (this.hitTest(_root.spikes2)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 4); } else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 4); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 422 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 4; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (this.hitTest(_root.spikes2)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 4); } else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 4); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 400 MovieClip "endd" in Frame 11
onClipEvent (enterFrame) { _alpha = 0; }
Instance of Symbol 557 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 541 MovieClip "land" in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 587 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; _root.blink2.play(); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 587 MovieClip in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; _root.blink2.play(); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 305 MovieClip "player" in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 0; yspeed2 = 0; grav2 = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; dx = 171; dy = 137; noslide = false; ccy = _root._y; autoslide = false; } onClipEvent (enterFrame) { _root.wide._y = cy; if (_root.bubble._currentframe != 1) { if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } if (_y >= 420) { _root.blink.play(); _x = dx; _y = dy; _root.fall = 1; } if ((Key.isDown(37) && (punch == false)) && (slide == false)) { xspeed = xspeed - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if ((Key.isDown(39) && (punch == false)) && (slide == false)) { xspeed = xspeed + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if (((punch != true) && (jumpa == false)) && (slide == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if ((jumpb == false) && (slide == false)) { gotoAndStop (3); yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if ((Key.isDown(65) && (grounded)) && (slide == false)) { this.gotoAndStop(4); punch = true; } if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } } }
Instance of Symbol 398 MovieClip in Frame 11
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } }
Instance of Symbol 589 MovieClip "bubble" in Frame 11
onClipEvent (load) { cx = _x; cy = _y; } onClipEvent (enterFrame) { if (_rotation < 175) { _rotation = (_rotation + 2); _root.player._alpha = 0; _y = (_y - 4.9); _x = (_x + 0.6); _root.player._x = _x + 90; _root.player._y = _y + 5; } if (_rotation >= 175) { _root.player._alpha = 100; this.gotoAndStop(2); } }
Instance of Symbol 596 MovieClip "eggs" in Frame 11
onClipEvent (load) { if (_root.continuee == true) { this.egg = _root.lastEgga - 100; this.score = 0; _root.score = 0; _root.song.gotoAndStop(3); i = 0; _root.continuee = false; } } onClipEvent (enterFrame) { if (_root.song._currentframe != 1) { _root.song.play(); } }
Instance of Symbol 309 MovieClip "lives" in Frame 11
onClipEvent (enterFrame) { if (this.life == 7) { _root.SLIFE4 = 7; } if (this.life == 6) { _root.SLIFE4 = 6; } if (this.life == 5) { _root.SLIFE4 = 5; } if (this.life == 4) { _root.SLIFE4 = 4; } if (this.life == 3) { _root.SLIFE4 = 3; } if (this.life == 2) { _root.SLIFE4 = 2; } if (this.life == 1) { _root.SLIFE4 = 1; } if (this.life == 8) { _root.SLIFE4 = 8; } if (this.life == 9) { _root.SLIFE4 = 9; } if (this.life == 10) { _root.SLIFE4 = 10; } if (this.life == 11) { _root.SLIFE4 = 11; } if (this.life == 12) { _root.SLIFE4 = 12; } if (this.life == 13) { _root.SLIFE4 = 13; } if (this.life == 14) { _root.SLIFE4 = 14; } if (this.life == 15) { _root.SLIFE4 = 15; } if (this.life == 16) { _root.SLIFE4 = 16; } if (this.life == 17) { _root.SLIFE4 = 17; } if (this.life == 18) { _root.SLIFE4 = 18; } }
Instance of Symbol 352 MovieClip "fadeOut" in Frame 11
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 353 MovieClip "fadeIn" in Frame 11
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 598 MovieClip "gameOver" in Frame 11
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 355 MovieClip in Frame 11
onClipEvent (enterFrame) { _x = _root.player.cx; _y = _root.player.cy; }
Frame 12
function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.green = 1; _root.purple = 0; _root.blue = 0; _root.livesa._alpha = 0; _root.eggsa._alpha = 0; _root.fadeIn.gotoAndPlay(1); _root.gameOver.gotoAndStop(1); _root.fadeIn.play(); this.lives.life = _root.SLIFE4; if (_root.continuee != true) { } if (_root.continuee == true) { _root.scoreza = 0; fadeOut.gotoAndStop(1); gameOver.gotoAndStop(1); score = 0; _root.lives.life = 5; } _root.eggiesb = 0; onLoad = function () { _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; }; _root.lastlevel = _currentframe; onEnterFrame = function () { _root.eggiesb = eggs.egg; if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; _root.lives._x = _root.player.cx; _root.lives._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._x = _root.player.cx; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; }; i = 0; z = 0; j = 0; k = 0;
Instance of Symbol 600 MovieClip in Frame 12
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 601 MovieClip in Frame 12
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Instance of Symbol 528 MovieClip "eggsa" in Frame 12
onClipEvent (load) { if (_root.continuee == true) { this.egg = _root.lastEgga - 100; this.score = 0; _root.score = 0; _root.song.gotoAndStop(3); i = 0; _root.continuee = false; } } onClipEvent (enterFrame) { if (_root.song._currentframe != 1) { _root.song.play(); } }
Instance of Symbol 603 MovieClip "land" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 305 MovieClip "player" in Frame 12
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; dx = _x; dy = _y; noslide = false; ccy = _root._y; } onClipEvent (enterFrame) { _root.water.tt._x = _root.water.tt._x + xspeed; if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } if (_y >= 420) { _root.blink.play(); _x = dx; _y = dy; _root.fall = 1; } _root.wide._y = cy; if ((Key.isDown(37) && (punch == false)) && (slide == false)) { xspeed = xspeed - 1; _root.water.tt._x = _root.water.tt._x - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if ((Key.isDown(39) && (punch == false)) && (slide == false)) { xspeed = xspeed + 1; _root.water.tt._x = _root.water.tt._x + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if (((punch != true) && (jumpa == false)) && (slide == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if ((jumpb == false) && (slide == false)) { gotoAndStop (3); yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if ((Key.isDown(65) && (grounded)) && (slide == false)) { this.gotoAndStop(4); punch = true; } if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } }
Instance of Symbol 309 MovieClip "lives" in Frame 12
onClipEvent (enterFrame) { if (this.life == 7) { _root.SLIFE5 = 7; } if (this.life == 6) { _root.SLIFE5 = 6; } if (this.life == 5) { _root.SLIFE5 = 5; } if (this.life == 4) { _root.SLIFE5 = 4; } if (this.life == 3) { _root.SLIFE5 = 3; } if (this.life == 2) { _root.SLIFE5 = 2; } if (this.life == 1) { _root.SLIFE5 = 1; } if (this.life == 8) { _root.SLIFE5 = 8; } if (this.life == 9) { _root.SLIFE5 = 9; } if (this.life == 10) { _root.SLIFE5 = 10; } if (this.life == 11) { _root.SLIFE5 = 11; } if (this.life == 12) { _root.SLIFE5 = 12; } if (this.life == 13) { _root.SLIFE5 = 13; } if (this.life == 14) { _root.SLIFE5 = 14; } if (this.life == 15) { _root.SLIFE5 = 15; } if (this.life == 16) { _root.SLIFE5 = 16; } if (this.life == 17) { _root.SLIFE5 = 17; } if (this.life == 18) { _root.SLIFE5 = 18; } if (this.life == 19) { _root.SLIFE5 = 19; } if (this.life == 20) { _root.SLIFE5 = 20; } if (this.life == 21) { _root.SLIFE5 = 21; } }
Instance of Symbol 651 MovieClip "fadeOut" in Frame 12
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 652 MovieClip "gameOver" in Frame 12
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 220 MovieClip "light" in Frame 12
onClipEvent (load) { _y = (_root.player.cy - 400); }
Frame 13
_root.purple = 1; _root.song.play(); function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.green = 0; _root.purple = 1; _root.grey = 0; _root.blue = 0; _root.livesa._alpha = 0; _root.eggsa._alpha = 0; _root.fadeIn.gotoAndPlay(1); _root.gameOver.gotoAndStop(1); _root.fadeIn.play(); this.lives.life = _root.SLIFE4; if (_root.continuee != true) { } if (_root.continuee == true) { _root.scoreza = 0; fadeOut.gotoAndStop(1); gameOver.gotoAndStop(1); score = 0; _root.lives.life = 5; } _root.eggiesb = 0; onLoad = function () { _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; }; _root.lastlevel = _currentframe; onEnterFrame = function () { _root.eggiesb = eggs.egg; if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; _root.lives._x = _root.player.cx; _root.lives._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._x = _root.player.cx; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; }; i = 0; z = 0; j = 0; k = 0;
Instance of Symbol 654 MovieClip in Frame 13
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 660 MovieClip "bubbles" in Frame 13
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { _x = _root.player._x; if (_root.player._xscale > 0) { _xscale = scale; } if (_root.player._xscale < 0) { _xscale = (-scale); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 398 MovieClip in Frame 13
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } }
Instance of Symbol 398 MovieClip in Frame 13
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 319 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 666 MovieClip in Frame 13
onClipEvent (load) { xspeed = 3; yspeed = 3; } onClipEvent (enterFrame) { distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y))); if (distance <= 350) { var1 = 1; } if (var1 == 1) { _y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180)))); _x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180)))); } if (distance <= 200) { xspeed = 13; yspeed = 13; this.gotoAndStop(2); } else { if (xspeed >= 3) { xspeed = xspeed - 1; } if (yspeed >= 3) { yspeed = yspeed - 1; } } if (this.hitTest(_root.player)) { _root.blink2.play(); } }
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) { _root.fadeOut.play(); } }
Instance of Symbol 673 MovieClip "player" in Frame 13
onClipEvent (load) { w = _width / 2; h = _height / 2; speed = 4; cx = _x; cy = _y; rot = _rotation; xspeed = 0; yspeed = 0; scale = _xscale; } onClipEvent (enterFrame) { _root.wide._y = cy; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.9; yspeed = yspeed * 0.9; cx = cx + ((_x - cx) / 3); _root._x = (Stage.width / 2) - cx; cy = cy + ((_y - cy) / 3); _root._y = (Stage.height / 2) - cy; _root.wide._x = cx; _root.bubbles._y = _y - 40; if (Key.isDown(39)) { xspeed = xspeed + 1; } if (Key.isDown(37)) { xspeed = xspeed - 1; } if (Key.isDown(38)) { yspeed = yspeed - 1; } if (Key.isDown(40)) { yspeed = yspeed + 1; } var1 = 0; if (_root.ground.hitTest(_x + w, _y, true)) { while (_root.ground.hitTest(_x + w, _y, true)) { _x = (_x - 1.5); } } if (_root.ground.hitTest(_x - w, _y, true)) { while (_root.ground.hitTest(_x - w, _y, true)) { _x = (_x + 1.5); } } if (_root.ground.hitTest(_x, _y + h, true)) { while (_root.ground.hitTest(_x, _y + h, true)) { _y = (_y - 1.5); var1 = 1; } } if (_root.ground.hitTest(_x, _y - h, true)) { while (_root.ground.hitTest(_x, _y - h, true)) { _y = (_y + 1.5); var1 = 1; } } if (Key.isDown(38)) { _rotation = -90; } if (Key.isDown(39)) { _rotation = rot; _yscale = 100; } if (Key.isDown(40)) { _rotation = 90; } if (Key.isDown(37)) { _rotation = -180; _yscale = -100; } if (Key.isDown(39) && (Key.isDown(38))) { _rotation = -35; } if (Key.isDown(39) && (Key.isDown(40))) { _rotation = 35; } if (Key.isDown(37) && (Key.isDown(38))) { _rotation = -135; } if (Key.isDown(37) && (Key.isDown(40))) { _rotation = 135; } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 314 MovieClip "blink2" in Frame 13
onClipEvent (enterFrame) { _root.SEGGS = _root.eggs.egg; if (_root.SEGGS >= 100) { _root.allowGameOver = true; } else { _root.allowGameOver = false; } }
Instance of Symbol 681 MovieClip "fadeOut" in Frame 13
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 14
function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.green = 1; _root.purple = 0; _root.blue = 0; _root.livesa._alpha = 0; _root.eggsa._alpha = 0; _root.fadeIn.gotoAndPlay(1); _root.gameOver.gotoAndStop(1); _root.fadeIn.play(); this.lives.life = _root.SLIFE5; if (_root.continuee != true) { } if (_root.continuee == true) { _root.scoreza = 0; fadeOut.gotoAndStop(1); gameOver.gotoAndStop(1); score = 0; _root.lives.life = 5; } _root.eggiesb = 0; onLoad = function () { _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; }; _root.lastlevel = _currentframe; onEnterFrame = function () { _root.eggiesb = eggs.egg; if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; _root.lives._x = _root.player.cx; _root.lives._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._x = _root.player.cx; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; }; i = 0; z = 0; j = 0; k = 0;
Instance of Symbol 600 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 601 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Instance of Symbol 686 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -20; this.gotoAndStop(2); } }
Instance of Symbol 686 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -20; this.gotoAndStop(2); } }
Instance of Symbol 686 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -20; this.gotoAndStop(2); } }
Instance of Symbol 686 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -20; this.gotoAndStop(2); } }
Instance of Symbol 691 MovieClip "spikes" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 696 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -20; this.gotoAndStop(2); } }
Instance of Symbol 696 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -20; this.gotoAndStop(2); } }
Instance of Symbol 701 MovieClip "land" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 314 MovieClip "blink2" in Frame 14
onClipEvent (enterFrame) { _root.SEGGS = _root.eggs.egg; if (_root.SEGGS >= 100) { _root.allowGameOver = true; } else { _root.allowGameOver = false; } }
Instance of Symbol 686 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -40; this.gotoAndStop(2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 686 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -32; this.gotoAndStop(2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 269 MovieClip in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 557 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 501 MovieClip in Frame 14
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } }
Instance of Symbol 305 MovieClip "player" in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; dx = _x; dy = _y; noslide = false; ccy = _root._y; } onClipEvent (enterFrame) { _root.water.tt._x = _root.water.tt._x + xspeed; if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } if (_y >= 420) { _root.blink.play(); _x = dx; _y = dy; _root.fall = 1; } _root.wide._y = cy; if ((Key.isDown(37) && (punch == false)) && (slide == false)) { xspeed = xspeed - 1; _root.water.tt._x = _root.water.tt._x - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if ((Key.isDown(39) && (punch == false)) && (slide == false)) { xspeed = xspeed + 1; _root.water.tt._x = _root.water.tt._x + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if (((punch != true) && (jumpa == false)) && (slide == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if ((jumpb == false) && (slide == false)) { gotoAndStop (3); yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if ((Key.isDown(65) && (grounded)) && (slide == false)) { this.gotoAndStop(4); punch = true; } if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } }
Instance of Symbol 587 MovieClip in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; _root.blink2.play(); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 423 MovieClip in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 5.5; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 7); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 7); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 376 MovieClip in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { if (i <= 2) { i++; gotoAndStop (4); } else if ((i >= 3) && (_currentframe != 3)) { gotoAndStop (3); } } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.yspeed = -14; if (i <= 1) { i++; gotoAndStop (4); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 704 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 501 MovieClip in Frame 14
onClipEvent (load) { yy = _y; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } }
Instance of Symbol 423 MovieClip in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 4.2; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -18; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i <= 1) { i++; gotoAndStop (2); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 4); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 4); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 269 MovieClip in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 587 MovieClip in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; _root.blink2.play(); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 269 MovieClip in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 400 MovieClip "endd" in Frame 14
onClipEvent (enterFrame) { _alpha = 0; if (this.hitTest(_root.player.block) && (_root.fadeOut._currentframe == 1)) { _root.fadeOut.play(); } }
Instance of Symbol 730 MovieClip in Frame 14
onClipEvent (enterFrame) { _x = ((_root.player._x / -5) + 120); }
Instance of Symbol 309 MovieClip "lives" in Frame 14
onClipEvent (enterFrame) { if (this.life == 7) { _root.SLIFE6 = 7; } if (this.life == 6) { _root.SLIFE6 = 6; } if (this.life == 5) { _root.SLIFE6 = 5; } if (this.life == 4) { _root.SLIFE6 = 4; } if (this.life == 3) { _root.SLIFE6 = 3; } if (this.life == 2) { _root.SLIFE6 = 2; } if (this.life == 1) { _root.SLIFE6 = 1; } if (this.life == 8) { _root.SLIFE6 = 8; } if (this.life == 9) { _root.SLIFE6 = 9; } if (this.life == 10) { _root.SLIFE6 = 10; } if (this.life == 11) { _root.SLIFE6 = 11; } if (this.life == 12) { _root.SLIFE6 = 12; } if (this.life == 13) { _root.SLIFE6 = 13; } if (this.life == 14) { _root.SLIFE6 = 14; } if (this.life == 15) { _root.SLIFE6 = 15; } if (this.life == 16) { _root.SLIFE6 = 16; } if (this.life == 17) { _root.SLIFE6 = 17; } if (this.life == 18) { _root.SLIFE6 = 18; } if (this.life == 19) { _root.SLIFE6 = 19; } if (this.life == 20) { _root.SLIFE6 = 20; } if (this.life == 21) { _root.SLIFE6 = 21; } if (this.life == 22) { _root.SLIFE6 = 22; } if (this.life == 23) { _root.SLIFE6 = 23; } if (this.life == 24) { _root.SLIFE6 = 24; } if (this.life == 25) { _root.SLIFE6 = 25; } if (this.life == 26) { _root.SLIFE6 = 26; } }
Instance of Symbol 734 MovieClip "fadeOut" in Frame 14
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 15
function makeSnow() { _root.h++; duplicateMovieClip (_root.snow, "snow" + _root.h, _root.h); setProperty(_root["snow" + _root.h], _x , random(_root.player._x + 700)); setProperty(_root["snow" + _root.h], _y , (_root.player._y - (_root.player._height / 2)) - 200); setProperty(_root["snow" + _root.h], _xscale , _root.RAN); setProperty(_root["snow" + _root.h], _yscale , _root.RAN); _root["snow" + _root.h].speed = random(10); } nmbr = 0; nmbr2 = 0; z = 0; h = 0; RAN = 4; z = 10; function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.blue = 1; _root.purple = 0; _root.green = 0; _root.livesa._alpha = 0; _root.eggsa._alpha = 0; _root.fadeIn.gotoAndPlay(1); _root.gameOver.gotoAndStop(1); _root.fadeIn.play(); _x = 0; _y = 0; _root.player._x = 380; _root.player._y = 60; this.lives.life = _root.SLIFE6; if (_root.continuee != true) { } if (_root.continuee == true) { _root.scoreza = 0; fadeOut.gotoAndStop(1); gameOver.gotoAndStop(1); score = 0; _root.lives.life = 5; } _root.eggiesb = 0; onLoad = function () { _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; }; _root.lastlevel = _currentframe; onEnterFrame = function () { _root.eggiesb = eggs.egg; if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; _root.lives._x = _root.player.cx; _root.lives._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._x = _root.player.cx; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; }; i = 0; z = 0; j = 0; k = 0; _quality = "LOW";
Instance of Symbol 735 MovieClip in Frame 15
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 738 MovieClip in Frame 15
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Instance of Symbol 742 MovieClip "spike6" in Frame 15
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player.block)) { _root.blink2.play(); } } onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 742 MovieClip "spike5" in Frame 15
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 742 MovieClip "spike4" in Frame 15
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 742 MovieClip "spike2" in Frame 15
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 742 MovieClip "spike3" in Frame 15
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 742 MovieClip "spike1" in Frame 15
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player.block)) { _root.blink2.play(); } }
Instance of Symbol 749 MovieClip in Frame 15
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -32; this.gotoAndStop(2); } }
Instance of Symbol 749 MovieClip in Frame 15
onClipEvent (load) { dx = _x; } onClipEvent (enterFrame) { if ((_x < (dx + 115)) && (var1 != 1)) { _x = (_x + 2); } else { var1 = 1; } if ((_x > (dx - 85)) && (var1 == 1)) { _x = (_x - 2); } else { var1 = 0; } if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -14; this.gotoAndStop(2); } }
Instance of Symbol 749 MovieClip in Frame 15
onClipEvent (load) { dx = _x; } onClipEvent (enterFrame) { if ((_x > (dx - 115)) && (var1 != 1)) { _x = (_x - 2); } else { var1 = 1; } if ((_x < (dx + 85)) && (var1 == 1)) { _x = (_x + 2); } else { var1 = 0; } if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -14; this.gotoAndStop(2); } }
Instance of Symbol 749 MovieClip in Frame 15
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -25; this.gotoAndStop(2); } }
Instance of Symbol 749 MovieClip in Frame 15
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -13; this.gotoAndStop(2); } }
Instance of Symbol 761 MovieClip "land" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 749 MovieClip in Frame 15
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -32; this.gotoAndStop(2); } }
Instance of Symbol 749 MovieClip in Frame 15
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -32; this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 319 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 749 MovieClip in Frame 15
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -28; this.gotoAndStop(2); } }
Instance of Symbol 422 MovieClip in Frame 15
onClipEvent (load) { yspeed = 0; xspeed = 5.5; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 7); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 7); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 766 MovieClip in Frame 15
onClipEvent (load) { yy = _y; _x = 1517; _y = -958.6; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 764 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 560 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 785 MovieClip "player" in Frame 15
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; frozen = false; icebreaker = 0; dx = _x; dy = _y; noslide = false; ccy = _root._y; } onClipEvent (enterFrame) { _root.water.tt._x = _root.water.tt._x + xspeed; _root.water.tt._y = _root.water.tt._y + yspeed; if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } if (_y >= 470) { _root.blink.play(); _x = dx; _y = dy; _root.fall = 1; } _root.wide._y = cy; if (((Key.isDown(37) && (punch == false)) && (slide == false)) && (frozen == false)) { xspeed = xspeed - 1; _root.water.tt._x = _root.water.tt._x - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if (((Key.isDown(39) && (punch == false)) && (slide == false)) && (frozen == false)) { xspeed = xspeed + 1; _root.water.tt._x = _root.water.tt._x + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if ((((punch != true) && (jumpa == false)) && (slide == false)) && (frozen == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if (((jumpb == false) && (slide == false)) && (frozen == false)) { gotoAndStop (3); _root.water.tt._y = _root.water.tt._y + 10; yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (((Key.isDown(65) && (grounded)) && (slide == false)) && (frozen == false)) { this.gotoAndStop(4); punch = true; } if (((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) && (frozen == false)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if (((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) && (frozen == false)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } if (frozen == true) { this.gotoAndStop("freeze"); } if (icebreaker >= 5) { this.ice.gotoAndStop(4); icebreaker = 0; } }
Instance of Symbol 422 MovieClip in Frame 15
onClipEvent (load) { yspeed = 0; xspeed = 5.5; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 7); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 7); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 808 MovieClip "enemy2a" in Frame 15
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dxx = _x; dx = _x; scale = _xscale; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.guy.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.yspeed = -12; } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } if (((_x < (dxx + 155)) && (var1a != 1)) && (_currentframe != 3)) { _x = (_x + 4); _xscale = scale; gotoAndStop (2); } else { var1a = 1; } if (((_x > (dxx - 155)) && (var1a == 1)) && (_currentframe != 3)) { _x = (_x - 4); _xscale = (-scale); gotoAndStop (2); } else { var1a = 0; } }
Instance of Symbol 811 MovieClip in Frame 15
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { _x = _root.enemy2a._x; _y = _root.enemy2a._y; if (((this.hitTest(_root.player) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 3)) && (_root.player.grounded == true)) { _root.player.frozen = true; } if (_root.enemy2a._currentframe == 3) { gotoAndStop (2); } if (_root.enemy2a._xscale > 0) { _xscale = scale; } if (_root.enemy2a._xscale < 0) { _xscale = (-scale); } if (_root.enemy2a._currentframe == 2) { _alpha = 0; } else { _alpha = 100; } }
Instance of Symbol 808 MovieClip "enemy1a" in Frame 15
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dxx = _x; dx = _x; scale = _xscale; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.guy.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { this.gotoAndStop(3); _root.player.yspeed = -12; } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } if (((_x < (dxx + 155)) && (var1a != 1)) && (_currentframe != 3)) { _x = (_x + 4); _xscale = scale; gotoAndStop (2); } else { var1a = 1; } if (((_x > (dxx - 155)) && (var1a == 1)) && (_currentframe != 3)) { _x = (_x - 4); _xscale = (-scale); gotoAndStop (2); } else { var1a = 0; } }
Instance of Symbol 811 MovieClip in Frame 15
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { _x = _root.enemy1a._x; _y = _root.enemy1a._y; if (((this.hitTest(_root.player) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 3)) && (_root.player.grounded == true)) { _root.player.frozen = true; } if (_root.enemy1a._currentframe == 3) { gotoAndStop (2); } if (_root.enemy1a._xscale > 0) { _xscale = scale; } if (_root.enemy1a._xscale < 0) { _xscale = (-scale); } if (_root.enemy1a._currentframe == 2) { _alpha = 0; } else { _alpha = 100; } }
Instance of Symbol 698 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_root.fadeOut._currentframe == 1)) { _root.fadeOut.play(); } }
Instance of Symbol 314 MovieClip "blink2" in Frame 15
onClipEvent (enterFrame) { _root.SEGGS = _root.eggs.egg; if (_root.SEGGS >= 100) { _root.allowGameOver = true; } else { _root.allowGameOver = false; } }
Instance of Symbol 819 MovieClip "snow" in Frame 15
onClipEvent (enterFrame) { if (_root.fadeOut._currentframe <= 10) { this._x = this._x - speed; this._y = this._y + 5; if (this._y >= 410) { this.removeMovieClip(); } } }
Instance of Symbol 821 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.fadeOut._currentframe <= 10) { _root.RAN = random(101); _root.makeSnow(); _alpha = 0; } }
Instance of Symbol 309 MovieClip "lives" in Frame 15
onClipEvent (enterFrame) { if (this.life == 7) { _root.SLIFE7 = 7; } if (this.life == 6) { _root.SLIFE7 = 6; } if (this.life == 5) { _root.SLIFE7 = 5; } if (this.life == 4) { _root.SLIFE7 = 4; } if (this.life == 3) { _root.SLIFE7 = 3; } if (this.life == 2) { _root.SLIFE7 = 2; } if (this.life == 1) { _root.SLIFE7 = 1; } if (this.life == 8) { _root.SLIFE7 = 8; } if (this.life == 9) { _root.SLIFE7 = 9; } if (this.life == 10) { _root.SLIFE7 = 10; } if (this.life == 11) { _root.SLIFE7 = 11; } if (this.life == 12) { _root.SLIFE7 = 12; } if (this.life == 13) { _root.SLIFE7 = 13; } if (this.life == 14) { _root.SLIFE7 = 14; } if (this.life == 15) { _root.SLIFE7 = 15; } if (this.life == 16) { _root.SLIFE7 = 16; } if (this.life == 17) { _root.SLIFE7 = 17; } if (this.life == 18) { _root.SLIFE7 = 18; } if (this.life == 19) { _root.SLIFE7 = 19; } if (this.life == 20) { _root.SLIFE7 = 20; } if (this.life == 21) { _root.SLIFE7 = 21; } if (this.life == 22) { _root.SLIFE7 = 22; } if (this.life == 23) { _root.SLIFE7 = 23; } if (this.life == 24) { _root.SLIFE7 = 24; } if (this.life == 25) { _root.SLIFE7 = 25; } if (this.life == 26) { _root.SLIFE7 = 26; } }
Instance of Symbol 823 MovieClip "fadeOut" in Frame 15
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 16
function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.blue = 0; _root.purple = 0; _root.green = 0; _root.grey = 1; _root.livesa._alpha = 0; _root.eggsa._alpha = 0; _root.fadeIn.gotoAndPlay(1); _root.gameOver.gotoAndStop(1); _root.fadeIn.play(); _x = 0; _y = 0; GO = 1; _root.player._x = 380; _root.player._y = 60; _root.wide._y = _root.player._y + 130; this.lives.life = _root.SLIFE7; if (_root.continuee != true) { } if (_root.continuee == true) { _root.scoreza = 0; fadeOut.gotoAndStop(1); gameOver.gotoAndStop(1); score = 0; _root.lives.life = 5; } _root.eggiesb = 0; onLoad = function () { _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; }; _root.lastlevel = _currentframe; onEnterFrame = function () { _root.eggiesb = eggs.egg; if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.lives._x = _root.player.cx; _root.eggs._x = _root.player.cx; _root.light._x = _root.player.cx; _root.bubbles._x = _root.player.cx + 200; }; i = 0; z = 0; j = 0; k = 0; _quality = "MEDIUM"; _quality = "MEDIUM";
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 829 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 836 MovieClip "land" in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 839 MovieClip in Frame 16
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } i++; if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 843 MovieClip in Frame 16
onClipEvent (enterFrame) { if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) { _root.player.yspeed = -52; this.gotoAndStop(2); _root.fadeOut.play(); _root.flashFast.gotoAndStop(1); } if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 398 MovieClip in Frame 16
onClipEvent (load) { yy = _y; _x = 753.8; _y = -1133.2; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 398 MovieClip in Frame 16
onClipEvent (load) { yy = _y; _x = 1030.5; _y = -1995; } onClipEvent (enterFrame) { if ((_y <= (yy + 5)) && (up != 1)) { _y = (_y + 0.2); } else { up = 1; if ((_y >= (yy - 5)) && (up != 0)) { _y = (_y - 0.2); } if (_y == (yy - 5)) { up = 0; } } if (this.hitTest(_root.player.block)) { gotoAndStop (2); } if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 319 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } if (_root.GO == 1) { _y = (_y + 4); } }
Instance of Symbol 785 MovieClip "player" in Frame 16
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; frozen = false; icebreaker = 0; dx = _x; dy = _y; noslide = false; ccy = _root._y; } onClipEvent (enterFrame) { _root.water.tt._x = _root.water.tt._x + xspeed; _root.water.tt._y = _root.water.tt._y + yspeed; if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } if (((Key.isDown(37) && (punch == false)) && (slide == false)) && (frozen == false)) { xspeed = xspeed - 1; _root.water.tt._x = _root.water.tt._x - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if (((Key.isDown(39) && (punch == false)) && (slide == false)) && (frozen == false)) { xspeed = xspeed + 1; _root.water.tt._x = _root.water.tt._x + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if ((((punch != true) && (jumpa == false)) && (slide == false)) && (frozen == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if (((jumpb == false) && (slide == false)) && (frozen == false)) { gotoAndStop (3); _root.water.tt._y = _root.water.tt._y + 10; yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.thinga.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.thinga.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.thing.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.thing.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true) && (_currentframe != 3)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 9, true) && (_currentframe == 3)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (((Key.isDown(65) && (grounded)) && (slide == false)) && (frozen == false)) { this.gotoAndStop(4); punch = true; } if (((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) && (frozen == false)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if (((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) && (frozen == false)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } if (frozen == true) { this.gotoAndStop("freeze"); } if (icebreaker >= 5) { this.ice.gotoAndStop(4); icebreaker = 0; } }
Instance of Symbol 846 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.square.hitTest(_root.player.heada) && (_root.flashFast._currentframe == 1)) { _root.blink2.play(); _root.flashFast.play(); } }
Instance of Symbol 596 MovieClip "eggs" in Frame 16
onClipEvent (load) { if ((_root.varR != 1) && (_root.continuee != true)) { this.egg = _root.eggRR; this.score = _root.scoreRR; _root.score = _root.scoreRR; } if (_root.continuee == true) { this.egg = _root.lastEgga - 100; this.score = 0; _root.score = 0; _root.song.gotoAndStop(3); i = 0; _root.continuee = false; } if (_root.varR == 1) { _root.lives.life = _root.lifeR; this.egg = _root.eggR; this.score = _root.scoreR; _root.score = _root.scoreR; } } onClipEvent (enterFrame) { if (_root.song._currentframe != 1) { _root.song.play(); } }
Instance of Symbol 309 MovieClip "lives" in Frame 16
onClipEvent (enterFrame) { if (this.life == 7) { _root.SLIFE8 = 7; } if (this.life == 6) { _root.SLIFE8 = 6; } if (this.life == 5) { _root.SLIFE8 = 5; } if (this.life == 4) { _root.SLIFE8 = 4; } if (this.life == 3) { _root.SLIFE8 = 3; } if (this.life == 2) { _root.SLIFE8 = 2; } if (this.life == 1) { _root.SLIFE8 = 1; } if (this.life == 8) { _root.SLIFE8 = 8; } if (this.life == 9) { _root.SLIFE8 = 9; } if (this.life == 10) { _root.SLIFE8 = 10; } if (this.life == 11) { _root.SLIFE8 = 11; } if (this.life == 12) { _root.SLIFE8 = 12; } if (this.life == 13) { _root.SLIFE8 = 13; } if (this.life == 14) { _root.SLIFE8 = 14; } if (this.life == 15) { _root.SLIFE8 = 15; } if (this.life == 16) { _root.SLIFE8 = 16; } if (this.life == 17) { _root.SLIFE8 = 17; } if (this.life == 18) { _root.SLIFE8 = 18; } if (this.life == 19) { _root.SLIFE8 = 19; } if (this.life == 20) { _root.SLIFE8 = 20; } if (this.life == 21) { _root.SLIFE8 = 21; } if (this.life == 22) { _root.SLIFE8 = 22; } if (this.life == 23) { _root.SLIFE8 = 23; } if (this.life == 24) { _root.SLIFE8 = 24; } if (this.life == 25) { _root.SLIFE8 = 25; } if (this.life == 26) { _root.SLIFE8 = 26; } }
Instance of Symbol 864 MovieClip "fadeOut" in Frame 16
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 867 MovieClip "flashFast" in Frame 16
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 17
function MakeNum() { i++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i); setProperty("nummm" + i, _x , _root.player._x + a); setProperty("nummm" + i, _y , _root.player._y + 6); } function MakeNum2() { z++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z); setProperty("nummm2" + z, _x , _root.player._x + a); setProperty("nummm2" + z, _y , _root.player._y + 6); } function MakeNum3() { j++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j); setProperty("nummm3" + j, _x , _root.player._x + a); setProperty("nummm3" + j, _y , _root.player._y + 6); } function MakeNum4() { k++; if (_root.player._xscale > 0) { a = 50; } if (_root.player._xscale < 0) { a = -50; } duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k); setProperty("nummm4" + k, _x , _root.player._x + a); setProperty("nummm4" + k, _y , _root.player._y + 6); } stop(); _root.green = 0; _root.purple = 0; _root.blue = 0; _root.livesa._alpha = 0; _root.eggsa._alpha = 0; _root.fadeIn.gotoAndPlay(1); _root.gameOver.gotoAndStop(1); _root.fadeIn.play(); this.lives.life = _root.SLIFE5; if (_root.continuee != true) { } if (_root.continuee == true) { _root.scoreza = 0; fadeOut.gotoAndStop(1); gameOver.gotoAndStop(1); score = 0; _root.lives.life = 5; } _root.eggiesb = 0; onLoad = function () { _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; }; _root.lastlevel = _currentframe; onEnterFrame = function () { _root.eggiesb = eggs.egg; if (lives.life <= 0) { lives.life = 0; _root.gameOver.play(); } if (eggs.score != score) { eggs.score = eggs.score + 1; } _root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3); _root._x = (Stage.width / 2) - _root.player.cx; _root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3); _root._y = (Stage.height / 2) - _root.player.cy; _root.lives._x = _root.player.cx; _root.lives._y = _root.player.cy; _root.eggs._x = _root.player.cx; _root.eggs._y = _root.player.cy; _root.light._x = _root.player.cx; _root.light._y = _root.player.cy - 400; _root.wide._x = _root.player.cx; _root.bubble._x = _root.player.cx + 200; _root.bubble._y = _root.player.cy + 100; }; i = 0; z = 0; j = 0; k = 0;
Instance of Symbol 600 MovieClip in Frame 17
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 601 MovieClip in Frame 17
onClipEvent (enterFrame) { _x = (_x - 0.2); _y = _root.player.cy; }
Instance of Symbol 871 MovieClip "land" in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 314 MovieClip "blink2" in Frame 17
onClipEvent (enterFrame) { _root.SEGGS = _root.eggs.egg; if (_root.SEGGS >= 100) { _root.allowGameOver = true; } else { _root.allowGameOver = false; } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 875 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Instance of Symbol 423 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 5.5; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 7); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 7); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 587 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; _root.blink2.play(); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 376 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { if (i <= 2) { i++; gotoAndStop (4); } else if ((i >= 3) && (_currentframe != 3)) { gotoAndStop (3); } } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.yspeed = -14; if (i <= 1) { i++; gotoAndStop (4); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 376 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { if (i <= 2) { i++; gotoAndStop (4); } else if ((i >= 3) && (_currentframe != 3)) { gotoAndStop (3); } } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.yspeed = -14; if (i <= 1) { i++; gotoAndStop (4); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 423 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 5.5; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 7); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 7); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 423 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 5.5; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; rot = _rotation; } onClipEvent (enterFrame) { if (_currentframe == 3) { _rotation = rot; } _x = (_x + xspeed2); if (this.hitTest(_root.player.thing.hitd) && (grounded)) { yspeed = -25; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) { _root.player.yspeed = -15; if (i == 0) { i++; gotoAndStop (2); } else { gotoAndStop (3); } } if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) { _root.blink2.play(); } if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) { if (_currentframe != 3) { distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x)); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); _rotation = (_rotation - 7); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); _rotation = (_rotation + 7); } } } } } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 587 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; _root.blink2.play(); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 587 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { this.gotoAndStop(3); } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; _root.blink2.play(); } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 376 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 3; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; die = false; hits = 0; dx = _x; dy = _y; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.spikes)) { this.gotoAndStop(3); } if (_root.blink._currentframe == 1) { dx = _x; dy = _y; } if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) { _x = dx; _y = dy; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) { _root.blink2.play(); _root.player.xspeed = -6; } if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) { _root.blink2.play(); _root.player.xspeed = 6; } if (!this.hitTest(_root.player.block)) { if (_currentframe != 3) { distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y))); if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x < (_x - 10)) { _x = (_x - xspeed); gotoAndStop (2); _xscale = (-scale); } else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) { if (_root.player._x > (_x + 10)) { _x = (_x + xspeed); gotoAndStop (2); _xscale = scale; } } } } } if (this.hitTest(_root.player) && (_currentframe != 3)) { gotoAndStop (1); } if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) { if (i <= 2) { i++; gotoAndStop (4); } else if ((i >= 3) && (_currentframe != 3)) { gotoAndStop (3); } } if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) { _root.player.yspeed = -14; if (i <= 1) { i++; gotoAndStop (4); } else if (i >= 2) { gotoAndStop (3); } } if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(3); } if ((_root.blink._currentframe == 1) && (distance < 350)) { yspeed = yspeed + grav; _y = (_y + yspeed); grounded = false; if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 8, true)) { grounded = true; yspeed = 0; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } } }
Instance of Symbol 560 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 560 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 557 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 563 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) { this.gotoAndStop(2); } }
Instance of Symbol 305 MovieClip "player" in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; grounded = false; jump = 13; scale = _xscale; cx = _x; cy = _y; i = 0; dx = _x; dy = _y; noslide = false; ccy = _root._y; } onClipEvent (enterFrame) { _root.water.tt._x = _root.water.tt._x + xspeed; if (this.hitTest(_root.endd)) { _root.fadeOut.play(); } _root.wide._y = cy; if ((Key.isDown(37) && (punch == false)) && (slide == false)) { xspeed = xspeed - 1; _root.water.tt._x = _root.water.tt._x - 1; if (jumpa == false) { gotoAndStop (2); } _xscale = (-scale); } else if ((Key.isDown(39) && (punch == false)) && (slide == false)) { xspeed = xspeed + 1; _root.water.tt._x = _root.water.tt._x + 1; _xscale = scale; if (jumpa == false) { gotoAndStop (2); } } else if (((punch != true) && (jumpa == false)) && (slide == false)) { gotoAndStop (1); } if (_currentframe == 1) { punch = false; } if (slide == false) { xspeed = xspeed * 0.91; } if (slide == true) { xspeed = xspeed * 0.93; } if (Key.isDown(38)) { if ((jumpb == false) && (slide == false)) { gotoAndStop (3); yspeed = -10.3; jumpa = true; } } if (((!grounded) && (jumpa == true)) && (slide == false)) { gotoAndStop (3); punch = false; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; if (_root.land.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.land.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.land.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.land.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.land.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.land.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); } } if (_root.land.hitTest(_x, (_y + h) + 2, true)) { grounded = true; yspeed = 0; jumpa = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if ((Key.isDown(65) && (grounded)) && (slide == false)) { this.gotoAndStop(4); punch = true; } if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale > 0) { xspeed = xspeed + 1.5; yspeed = yspeed + 5; } } else { if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) { this.gotoAndStop(5); slide = true; } else { slide = false; } if (slide == true) { if (_xscale < 0) { xspeed = xspeed - 1.5; yspeed = yspeed + 5; } } } if (_root.land.hitTest(_x, (_y + h) + 7, true)) { jumpb = false; } else { jumpb = true; } }
Instance of Symbol 877 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_root.bubble._currentframe == 1)) { _root.bubble.play(); var1 = 1; } else if ((var1 == 1) && (!this.hitTest(_root.player.block))) { _root.bubble.play(); var1 = 0; } }
Instance of Symbol 730 MovieClip in Frame 17
onClipEvent (enterFrame) { _x = ((_root.player._x / -5) + 120); }
Instance of Symbol 892 MovieClip "eggs" in Frame 17
onClipEvent (load) { if ((_root.varR != 1) && (_root.continuee != true)) { this.egg = _root.eggRR; this.score = _root.scoreRR; _root.score = _root.scoreRR; } if (_root.continuee == true) { this.egg = _root.lastEgga - 100; this.score = 0; _root.score = 0; _root.song.gotoAndStop(3); i = 0; _root.continuee = false; } if (_root.varR == 1) { _root.lives.life = _root.lifeR; this.egg = _root.eggR; this.score = _root.scoreR; _root.score = _root.scoreR; } } onClipEvent (enterFrame) { if (_root.song._currentframe != 1) { _root.song.play(); } }
Instance of Symbol 309 MovieClip "lives" in Frame 17
onClipEvent (enterFrame) { if (this.life == 7) { _root.SLIFE6 = 7; } if (this.life == 6) { _root.SLIFE6 = 6; } if (this.life == 5) { _root.SLIFE6 = 5; } if (this.life == 4) { _root.SLIFE6 = 4; } if (this.life == 3) { _root.SLIFE6 = 3; } if (this.life == 2) { _root.SLIFE6 = 2; } if (this.life == 1) { _root.SLIFE6 = 1; } if (this.life == 8) { _root.SLIFE6 = 8; } if (this.life == 9) { _root.SLIFE6 = 9; } if (this.life == 10) { _root.SLIFE6 = 10; } if (this.life == 11) { _root.SLIFE6 = 11; } if (this.life == 12) { _root.SLIFE6 = 12; } if (this.life == 13) { _root.SLIFE6 = 13; } if (this.life == 14) { _root.SLIFE6 = 14; } if (this.life == 15) { _root.SLIFE6 = 15; } if (this.life == 16) { _root.SLIFE6 = 16; } if (this.life == 17) { _root.SLIFE6 = 17; } if (this.life == 18) { _root.SLIFE6 = 18; } if (this.life == 19) { _root.SLIFE6 = 19; } if (this.life == 20) { _root.SLIFE6 = 20; } if (this.life == 21) { _root.SLIFE6 = 21; } if (this.life == 22) { _root.SLIFE6 = 22; } if (this.life == 23) { _root.SLIFE6 = 23; } if (this.life == 24) { _root.SLIFE6 = 24; } if (this.life == 25) { _root.SLIFE6 = 25; } if (this.life == 26) { _root.SLIFE6 = 26; } }
Instance of Symbol 893 MovieClip "fadeOut" in Frame 17
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 43
_root.fadeIn.gotoAndPlay(1); _root.fadeIn.play(); _x = 0; _y = 0; stop(); trace(_root.finalScoreS); _root.scoreF = _root.finalScoreS; trace(_root.scoreF); _root.lastEgga = _root.lastEgg; _quality = "MEDIUM";
Instance of Symbol 945 MovieClip "gameover" in Frame 43
onClipEvent (load) { if (_root.allowGameOver == true) { this.gotoAndStop(1); } if (_root.allowGameOver == false) { this.gotoAndStop(3); } }
Instance of Symbol 353 MovieClip "fadeIn" in Frame 43
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 947 MovieClip "fadeOutt" in Frame 43
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 948 MovieClip "fadeOutm" in Frame 43
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Instance of Symbol 949 MovieClip "fadeOutss" in Frame 43
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 44
stop(); trace(_root.finalScoreS);
Instance of Symbol 948 MovieClip "fadeOutm" in Frame 44
onClipEvent (enterFrame) { _x = _root.player._x; _y = _root.player._y; }
Frame 46
_root.gotoAndStop("lavaLevel");
Symbol 4 MovieClip Frame 1
stop();
Symbol 4 MovieClip Frame 174
stop();
Symbol 16 MovieClip Frame 1
stop();
Symbol 16 MovieClip Frame 100
stop();
Symbol 17 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 500; onEnterFrame = function () { if (PercentLoaded != 100) { tet.gotoAndStop(_root.num); } else { gotoAndPlay ("loaded"); } };
Symbol 18 MovieClip Frame 2
gotoAndPlay (1);
Symbol 18 MovieClip Frame 3
stop();
Symbol 27 MovieClip Frame 45
stop(); _root.fadeOutt.play();
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 38
stop(); _root.nextFrame();
Symbol 38 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 76 MovieClip Frame 76
_parent.play();
Symbol 78 MovieClip Frame 121
stop();
Symbol 78 MovieClip Frame 130
_root.play();
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Symbol 109 MovieClip Frame 14
stop(); _root.eggs.egg++;
Symbol 110 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Symbol 111 MovieClip Frame 6
stop();
Instance of Symbol 110 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Symbol 113 MovieClip Frame 6
stop();
Symbol 115 MovieClip Frame 5
stop();
Symbol 116 Button
on (release) { if ((_root.bubblez._currentframe == 1) && (_root.credits._currentframe == 1)) { _root.bubblez.play(); } }
Symbol 128 MovieClip Frame 5
stop();
Symbol 129 Button
on (release) { getURL ("http://www.armorbot.com/mytable/?id=238", "_blank"); }
Symbol 132 MovieClip Frame 5
stop();
Symbol 133 Button
on (release) { if ((_root.bubblez._currentframe == 1) && (_root.credits._currentframe == 1)) { _root.credits.play(); } }
Symbol 143 MovieClip Frame 5
stop();
Symbol 144 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 146 Button
on (release) { getURL ("http://www.truedarkness.phrozenflame.com", "_blank"); }
Symbol 149 Button
on (release) { getURL ("http://www.brainwashstudios.com/buzzwerd", "_blank"); }
Symbol 157 MovieClip Frame 19
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 2
stop();
Instance of Symbol 158 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.IC == 1) { this.gotoAndStop(2); } if (_root.IC == 2) { this.gotoAndStop(2); } if (_root.IC == 0) { this.gotoAndStop(1); } }
Symbol 162 MovieClip Frame 120
stop();
Symbol 173 Button
on (release) { _root.IC = 1; _root.fadeGame.play(); _root.sSound1.stop(); }
Symbol 174 Button
on (release) { _root.IC = 2; _root.fadeGame.play(); _root.sSound1.stop(); }
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 15
stop();
Symbol 187 Button
on (release) { _root.credits.gotoAndStop(1); }
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 15
stop();
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 29
stop(); _root.play();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 19
stop();
Symbol 214 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 2
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 2
_root._x = _root._x - 5;
Instance of Symbol 223 MovieClip in Symbol 225 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.lives.life != 0) { _root.lives.life--; } }
Symbol 225 MovieClip Frame 3
_root._x = _root._x + 10;
Symbol 225 MovieClip Frame 4
_root._x = _root._x - 5; _root._y = _root._y - 5; _root.player._alpha = 50; _root.plats = 1; _root.fall = 0;
Symbol 225 MovieClip Frame 5
_root._y = _root._y + 10;
Symbol 225 MovieClip Frame 6
_root._y = _root._y - 5;
Symbol 225 MovieClip Frame 7
_root._x = _root._x - 2; _root.player._alpha = 100;
Symbol 225 MovieClip Frame 8
_root._x = _root._x + 4;
Symbol 225 MovieClip Frame 9
_root._x = _root._x - 2; _root._y = _root._y - 2;
Symbol 225 MovieClip Frame 10
_root._y = _root._y + 4; _root.player._alpha = 50; _root.fall = 0;
Symbol 225 MovieClip Frame 11
_root._y = _root._y - 2;
Symbol 225 MovieClip Frame 13
_root.player._alpha = 100;
Symbol 225 MovieClip Frame 16
_root.player._alpha = 50;
Symbol 225 MovieClip Frame 19
_root.player._alpha = 100;
Symbol 225 MovieClip Frame 21
_root.player._alpha = 50;
Symbol 225 MovieClip Frame 23
_root.player._alpha = 100;
Symbol 225 MovieClip Frame 25
_root.player._alpha = 50;
Symbol 225 MovieClip Frame 27
_root.player._alpha = 100;
Symbol 225 MovieClip Frame 29
_root.player._alpha = 50;
Symbol 225 MovieClip Frame 30
_root.player._alpha = 100;
Symbol 225 MovieClip Frame 31
_root.player._alpha = 50;
Symbol 225 MovieClip Frame 32
_root.player._alpha = 100;
Symbol 225 MovieClip Frame 33
_root.player._alpha = 50;
Symbol 225 MovieClip Frame 34
_root.player._alpha = 100;
Symbol 229 MovieClip Frame 14
stop(); _root.eggs.egg++;
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 260 MovieClip Frame 4
_root.MakeNum(); if (_root.player._currentframe == 3) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Symbol 260 MovieClip Frame 9
stop();
Symbol 268 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 3
_root.score = _root.score + 10; _root.enemy = "dead";
Symbol 279 MovieClip Frame 5
_root.player.yspeed = -_root.player.jump; _root.player.jumpa = true;
Symbol 279 MovieClip Frame 12
stop();
Symbol 285 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 305 MovieClip Frame 1
stop();
Instance of Symbol 276 MovieClip "heada" in Symbol 305 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.water.square)) { _root.var1a = 1; _root.fadeOut.play(); } }
Instance of Symbol 230 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
_root.player.cx = _root.player.cx - 5;
Instance of Symbol 223 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.lives.life != 0) { _root.lives.life--; } }
Symbol 314 MovieClip Frame 3
_root.player.cx = _root.player.cx + 10;
Symbol 314 MovieClip Frame 4
_root.player.cx = _root.player.cx - 5; _root.player.cy = _root.player.cy - 5; _root.player._alpha = 50; _root.plats = 1; _root.fall = 0;
Symbol 314 MovieClip Frame 5
_root.player.cy = _root.player.cy + 10;
Symbol 314 MovieClip Frame 6
_root.player.cy = _root.player.cy - 5;
Symbol 314 MovieClip Frame 7
_root.player.cx = _root.player.cx - 2; _root.player._alpha = 100;
Symbol 314 MovieClip Frame 8
_root.player.cx = _root.player.cx + 4;
Symbol 314 MovieClip Frame 9
_root.player.cx = _root.player.cx - 2; _root.player.cy = _root.player.cy - 2;
Symbol 314 MovieClip Frame 10
_root.player.cy = _root.player.cy + 4; _root.player._alpha = 50; _root.fall = 0;
Symbol 314 MovieClip Frame 11
_root.player.cy = _root.player.cy - 2;
Symbol 314 MovieClip Frame 13
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 16
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 19
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 21
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 23
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 25
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 27
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 29
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 30
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 31
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 32
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 33
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 34
_root.player._alpha = 100;
Symbol 318 MovieClip Frame 14
_root.MakeNum4(); _root.score = _root.score + 100;
Symbol 318 MovieClip Frame 26
stop();
Symbol 319 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 26
stop();
Symbol 326 MovieClip Frame 26
stop();
Symbol 329 MovieClip Frame 26
stop();
Symbol 349 MovieClip Frame 9
stop(); _root.pausedd = true; _root.frame1 = 1; onEnterFrame = function () { if (var1 != 1) { if (Key.isDown(32)) { _root.frame1 = 2; var1 = 1; _root.pausedd = false; play(); } } };
Symbol 349 MovieClip Frame 18
stop();
Symbol 349 MovieClip Frame 29
stop(); _root.frame1 = 1; _root.pausedd = true; _root.tuta = 1; onEnterFrame = function () { if (var2 != 1) { if (Key.isDown(32)) { _root.frame1 = 0; var2 = 1; _root.pausedd = false; play(); } } };
Symbol 349 MovieClip Frame 39
stop();
Symbol 349 MovieClip Frame 50
stop(); _root.pausedd = true; _root.tutb = 1; _root.frame1a = 1; onEnterFrame = function () { if (var3 != 1) { if (Key.isDown(32)) { _root.frame1a = 0; var3 = 1; _root.pausedd = false; play(); } } };
Symbol 349 MovieClip Frame 60
stop();
Symbol 349 MovieClip Frame 70
stop(); _root.pausedd = true; _root.tutc = 1; _root.frame1a = 1; onEnterFrame = function () { if (var4 != 1) { if (Key.isDown(32)) { _root.frame1a = 0; var4 = 1; _root.pausedd = false; play(); } } };
Symbol 349 MovieClip Frame 80
stop();
Symbol 349 MovieClip Frame 90
stop(); _root.pausedd = true; _root.tutd = 1; _root.frame1a = 1; onEnterFrame = function () { if (var5 != 1) { if (Key.isDown(32)) { _root.frame1a = 0; var5 = 1; _root.pausedd = false; play(); } } };
Symbol 349 MovieClip Frame 101
stop();
Symbol 349 MovieClip Frame 111
stop(); _root.pausedd = true; _root.tute = 1; _root.frame1a = 1; onEnterFrame = function () { if (var6 != 1) { if (Key.isDown(32)) { _root.frame1a = 0; var6 = 1; _root.pausedd = false; play(); } } };
Symbol 349 MovieClip Frame 121
stop();
Symbol 349 MovieClip Frame 131
stop(); _root.pausedd = true; _root.tutf = 1; _root.frame1a = 1; onEnterFrame = function () { if (var7 != 1) { if (Key.isDown(32)) { _root.frame1a = 0; var7 = 1; _root.pausedd = false; play(); } } };
Symbol 349 MovieClip Frame 141
stop();
Symbol 349 MovieClip Frame 153
stop(); _root.pausedd = true; _root.tutg = 1; _root.frame1a = 1; onEnterFrame = function () { if (var8 != 1) { if (Key.isDown(32)) { _root.frame1a = 0; var8 = 1; _root.pausedd = false; play(); } } };
Symbol 349 MovieClip Frame 166
stop(); _root.fadeOut.play();
Symbol 352 MovieClip Frame 1
stop();
Symbol 352 MovieClip Frame 66
_root.nextFrame();
Symbol 352 MovieClip Frame 86
stop();
Symbol 353 MovieClip Frame 66
stop();
Symbol 360 MovieClip Frame 26
stop();
Symbol 367 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 368 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 375 MovieClip Frame 4
_root.MakeNum2(); if (_root.player._currentframe == 3) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Symbol 375 MovieClip Frame 9
stop();
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 3
_root.score = _root.score + 20; _root.enemy = "dead";
Symbol 397 MovieClip Frame 20
stop();
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
stop(); _root.lives.life++;
Symbol 404 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 2
stop();
Symbol 414 MovieClip Frame 6
_parent.gotoAndStop(1);
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 421 MovieClip Frame 6
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Symbol 421 MovieClip Frame 17
stop();
Symbol 422 MovieClip Frame 1
stop();
Symbol 422 MovieClip Frame 3
_root.score = _root.score + 10; _root.MakeNum();
Symbol 423 MovieClip Frame 1
stop();
Symbol 423 MovieClip Frame 3
_root.score = _root.score + 30; _root.MakeNum3();
Symbol 426 MovieClip Frame 4
_root.MakeNum3(); if (_root.player._currentframe == 3) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Symbol 426 MovieClip Frame 9
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 3
_root.score = _root.score + 30; _root.enemy = "dead";
Symbol 428 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 3
_root.score = _root.score + 30; _root.MakeNum3();
Instance of Symbol 368 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Symbol 435 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 60
_root.lastEgg = _root.eggs.egg; _root.lastScore = _root.eggs.score; _root.FINALSCORE = _root.FINALSCORE + _root.eggs.score; _root.finalScoreS = _root.eggs.score;
Symbol 435 MovieClip Frame 66
_root.gotoAndStop("GO");
Symbol 435 MovieClip Frame 71
stop();
Symbol 446 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 23
_root.nextFrame(); stop();
Symbol 447 MovieClip Frame 97
stop();
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble)) { _root.bubble.Velocity._x = _root.bubble.Velocity._x * -1.2; } }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble)) { _root.bubble.Velocity._y = _root.bubble.Velocity._y * -1.2; } }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble)) { _root.bubble.Velocity._x = _root.bubble.Velocity._x * -1.2; } }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bubble)) { _root.bubble.Velocity._y = _root.bubble.Velocity._y * -1.2; } }
Symbol 461 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 462 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 464 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 467 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 468 MovieClip Frame 1
stop();
Symbol 468 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 471 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 472 MovieClip Frame 1
stop();
Symbol 472 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 2
_root._x = _root._x - 5;
Instance of Symbol 223 MovieClip in Symbol 473 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.lives.life != 0) { _root.lives.life--; } }
Symbol 473 MovieClip Frame 3
_root._x = _root._x + 10;
Symbol 473 MovieClip Frame 4
_root._x = _root._x - 5; _root._y = _root._y - 5; _root.bubble._alpha = 50; _root.plats = 1; _root.fall = 0; _root.livesa.lifea--;
Symbol 473 MovieClip Frame 5
_root._y = _root._y + 10;
Symbol 473 MovieClip Frame 6
_root._y = _root._y - 5;
Symbol 473 MovieClip Frame 7
_root._x = _root._x - 2; _root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 8
_root._x = _root._x + 4;
Symbol 473 MovieClip Frame 9
_root._x = _root._x - 2; _root._y = _root._y - 2;
Symbol 473 MovieClip Frame 10
_root._y = _root._y + 4; _root.bubble._alpha = 50; _root.fall = 0;
Symbol 473 MovieClip Frame 11
_root._y = _root._y - 2;
Symbol 473 MovieClip Frame 13
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 16
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 19
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 21
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 23
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 25
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 27
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 29
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 30
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 31
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 32
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 33
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 34
_root.bubble._alpha = 100;
Symbol 501 MovieClip Frame 1
stop();
Symbol 501 MovieClip Frame 2
stop(); _root.livesa.lifea++;
Instance of Symbol 507 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Symbol 510 MovieClip Frame 5
stop();
Symbol 511 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip "player" in Symbol 511 MovieClip Frame 2
onClipEvent (load) { yspeed = 0; grav = 1; } onClipEvent (enterFrame) { if (_root.bubble._currentframe == 2) { this._y = this._y + yspeed; yspeed = yspeed + grav; } }
Symbol 526 MovieClip Frame 1
stop();
Symbol 526 MovieClip Frame 65
stop(); _root.goo = 0;
Instance of Symbol 526 MovieClip in Symbol 528 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.goo == 1) { this.play(); } }
Symbol 529 MovieClip Frame 1
stop();
Symbol 529 MovieClip Frame 60
_root.lastEgg = _root.eggsa.egga; _root.lastScore = _root.eggsa.scorea; _root.FINALSCORE = _root.FINALSCORE + _root.eggsa.scorea; _root.finalScoreS = _root.eggsa.scorea;
Symbol 529 MovieClip Frame 66
_root.gotoAndStop("GO");
Symbol 529 MovieClip Frame 71
stop();
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 536 MovieClip Frame 3
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Symbol 536 MovieClip Frame 8
stop(); _root.score = _root.score + 20; _root.MakeNum2();
Symbol 537 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 2
stop();
Symbol 556 MovieClip Frame 17
stop();
Symbol 557 MovieClip Frame 1
stop();
Symbol 559 MovieClip Frame 17
stop();
Symbol 560 MovieClip Frame 1
stop();
Symbol 562 MovieClip Frame 17
stop();
Symbol 563 MovieClip Frame 1
stop();
Symbol 585 MovieClip Frame 13
_root.MakeNum();
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 585 MovieClip Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Symbol 585 MovieClip Frame 21
stop();
Symbol 586 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 587 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 3
_root.score = _root.score + 10; _root.enemy = "dead";
Symbol 589 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 507 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Symbol 594 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 2
stop();
Symbol 594 MovieClip Frame 3
stop();
Symbol 594 MovieClip Frame 4
stop();
Instance of Symbol 594 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } if (_root.green == 1) { _root.purple = 0; _root.grey = 0; _root.blue = 0; this.gotoAndStop(2); } if (_root.purple == 1) { _root.green = 0; _root.grey = 0; _root.blue = 0; this.gotoAndStop(1); } if (_root.blue == 1) { _root.green = 0; _root.purple = 0; _root.grey = 0; this.gotoAndStop(3); } if (_root.grey == 1) { _root.green = 0; _root.purple = 0; _root.blue = 0; this.gotoAndStop(4); } }
Symbol 598 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 60
_root.lastEgg = _root.eggs.egg; trace(_root.lastEgg); _root.lastScore = _root.eggs.score; _root.finalScoreS = _root.eggs.score; _root.FINALSCORE = _root.FINALSCORE + _root.eggs.score;
Symbol 598 MovieClip Frame 66
_root.gotoAndStop("GO");
Symbol 598 MovieClip Frame 71
stop();
Symbol 601 MovieClip Frame 1
stop();
Symbol 642 MovieClip Frame 12
stop();
Symbol 643 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 644 MovieClip Frame 1
stop();
Instance of Symbol 645 MovieClip "tt" in Symbol 648 MovieClip Frame 1
onClipEvent (load) { scale = _yscale; } onClipEvent (enterFrame) { if (_root.player._currentframe == 1) { this.tt2.gotoAndStop(1); } if (_root.player._currentframe == 2) { this.tt2.gotoAndStop(2); } if (_root.player._currentframe == 3) { this.tt2.gotoAndStop(3); } if (_root.player._currentframe == 4) { this.tt2.gotoAndStop(4); } if (_root.player._xscale > 0) { _yscale = (-scale); } if (_root.player._xscale < 0) { _yscale = scale; } if (_root.var1a == 1) { _visible = false; } }
Symbol 651 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 2
stopAllSounds();
Symbol 651 MovieClip Frame 13
_root.nextFrame();
Symbol 651 MovieClip Frame 18
stop();
Symbol 652 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 60
_root.lastEgg = _root.eggs.egg; _root.lastScore = _root.eggs.score; _root.FINALSCORE = _root.FINALSCORE + _root.eggs.score; _root.finalScoreS = _root.eggs.score;
Symbol 652 MovieClip Frame 66
_root.gotoAndStop("GO");
Symbol 652 MovieClip Frame 71
stop();
Symbol 665 MovieClip Frame 13
stop();
Symbol 666 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 1
stop();
Symbol 681 MovieClip Frame 1
stop();
Symbol 681 MovieClip Frame 48
stopAllSounds();
Symbol 681 MovieClip Frame 54
_root.nextFrame();
Symbol 681 MovieClip Frame 59
stop();
Symbol 685 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 686 MovieClip Frame 1
stop();
Symbol 686 MovieClip Frame 2
stop();
Symbol 695 MovieClip Frame 8
_parent.gotoAndStop(1);
Symbol 696 MovieClip Frame 1
stop();
Symbol 698 MovieClip Frame 1
stop();
Instance of Symbol 698 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.tree1.gotoAndStop(2); var1 = 1; i = 0; } else { if (var1 == 1) { _root.tree1.gotoAndStop(3); i++; if (i >= 10) { var1 = 0; } } if (var1 == 0) { _root.tree1.gotoAndStop(1); } } }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.tree2.gotoAndStop(2); var1 = 1; i = 0; } else { if (var1 == 1) { _root.tree2.gotoAndStop(3); i++; if (i >= 10) { var1 = 0; } } if (var1 == 0) { _root.tree2.gotoAndStop(1); } } }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.tree3.gotoAndStop(2); var1 = 1; i = 0; } else { if (var1 == 1) { _root.tree3.gotoAndStop(3); i++; if (i >= 10) { var1 = 0; } } if (var1 == 0) { _root.tree3.gotoAndStop(1); } } }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.tree4.gotoAndStop(2); var1 = 1; i = 0; } else { if (var1 == 1) { _root.tree4.gotoAndStop(3); i++; if (i >= 10) { var1 = 0; } } if (var1 == 0) { _root.tree4.gotoAndStop(1); } } }
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.tree5.gotoAndStop(2); var1 = 1; i = 0; } else { if (var1 == 1) { _root.tree5.gotoAndStop(3); i++; if (i >= 10) { var1 = 0; } } if (var1 == 0) { _root.tree5.gotoAndStop(1); } } }
Symbol 703 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 704 MovieClip Frame 1
stop();
Symbol 704 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 712 MovieClip Frame 7
stop();
Symbol 720 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 721 MovieClip Frame 1
stop();
Symbol 734 MovieClip Frame 1
stop();
Symbol 734 MovieClip Frame 54
_root.nextFrame();
Symbol 734 MovieClip Frame 59
stop();
Symbol 738 MovieClip Frame 1
stop();
Symbol 748 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 749 MovieClip Frame 1
stop();
Symbol 749 MovieClip Frame 2
stop();
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Instance of Symbol 698 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) { this.gotoAndStop(2); } }
Symbol 763 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 764 MovieClip Frame 1
stop();
Symbol 764 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 766 MovieClip Frame 1
stop();
Symbol 766 MovieClip Frame 2
stop(); _root.livesa.lifea++;
Symbol 769 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 776 MovieClip Frame 11
_parent.gotoAndStop(2);
Symbol 777 MovieClip Frame 7
_parent.gotoAndStop(2);
Symbol 781 MovieClip Frame 7
stop(); _root.player.frozen = false; _root.player.gotoAndStop(1); _root.player.icebreaker = 0;
Symbol 781 MovieClip Frame 11
stop(); _root.player.frozen = false; _root.player.gotoAndStop(1); _root.player.icebreaker = 0;
Symbol 782 MovieClip Frame 1
stop();
Symbol 782 MovieClip Frame 3
_root.player.icebreaker++;
Symbol 785 MovieClip Frame 1
stop();
Instance of Symbol 767 MovieClip "heada" in Symbol 785 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.water.square)) { _root.var1a = 1; _root.fadeOut.play(); } }
Instance of Symbol 782 MovieClip "ice" in Symbol 785 MovieClip Frame 6
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { i++; if (i >= 180) { i = 0; _root.player.icebreaker = 0; } if ((Key.isDown(65) && (var1 != 1)) && (_currentframe != 4)) { var1 = 1; this.gotoAndStop(3); } else if ((this._currentframe != 3) && (!Key.isDown(65))) { var1 = 0; } }
Instance of Symbol 784 MovieClip in Symbol 785 MovieClip Frame 6
onClipEvent (load) { scale = _xscale; } onClipEvent (enterFrame) { if (_root.player._xscale > 0) { _xscale = scale; } else { _xscale = (-scale); } }
Symbol 807 MovieClip Frame 7
_root.MakeNum(); if (_root.player._currentframe == 3) { _root.player.gotoAndStop(3); _root.player.yspeed = -15; _root.player.jumpa = true; }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Instance of Symbol 257 MovieClip in Symbol 807 MovieClip Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; aaaed = false; lefted = false; righted = false; jump = 15; walljump = false; i = 0; n7 = random(2); nn7 = Math.round(random(15) + 7); } onClipEvent (enterFrame) { if (n7 == 0) { xspeed = xspeed - 0.2; } if (n7 == 1) { xspeed = xspeed + 0.2; } i++; if (i < 5) { yspeed = -nn7; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); grounded = false; lefted = false; righted = false; if (_root.aaa.hitTest((_x - w) - 1, _y, true)) { xspeed = 0; lefted = true; while (_root.aaa.hitTest(_x - w, _y, true)) { _x = (_x + 0.1); } } if (_root.aaa.hitTest((_x + w) + 1, _y, true)) { righted = true; xspeed = 0; while (_root.aaa.hitTest(_x + w, _y, true)) { _x = (_x - 0.1); } } if (_root.aaa.hitTest(_x, _y - h, true)) { yspeed = 0; while (_root.aaa.hitTest(_x, _y - h, true)) { _y = (_y + 0.1); xspeed = xspeed - 1; yspeed = yspeed + 1; } } if (_root.aaa.hitTest(_x, _y + h, true)) { grounded = true; yspeed = 0; while (_root.aaa.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); xspeed = xspeed + 1; yspeed = yspeed - 1; } } }
Symbol 807 MovieClip Frame 14
stop();
Symbol 808 MovieClip Frame 1
stop();
Symbol 811 MovieClip Frame 1
stop();
Symbol 823 MovieClip Frame 1
stop();
Symbol 823 MovieClip Frame 48
_root.eggRR = _root.eggs.egg; _root.scoreRR = _root.eggs.score; trace(_root.eggRR);
Symbol 823 MovieClip Frame 54
_root.nextFrame();
Symbol 823 MovieClip Frame 59
stop();
Symbol 826 MovieClip Frame 1
stop();
Instance of Symbol 826 MovieClip in Symbol 827 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Symbol 838 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 839 MovieClip Frame 1
stop();
Symbol 839 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 842 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 843 MovieClip Frame 1
stop();
Symbol 843 MovieClip Frame 2
stop();
Symbol 856 MovieClip Frame 1
_root.GO = 0;
Symbol 856 MovieClip Frame 98
_root.GO = 1;
Symbol 856 MovieClip Frame 106
stop();
Symbol 864 MovieClip Frame 1
stop();
Symbol 864 MovieClip Frame 48
_root.eggRR = _root.eggs.egg; _root.scoreRR = _root.eggs.score;
Symbol 864 MovieClip Frame 54
_root.nextFrame();
Symbol 864 MovieClip Frame 59
stop();
Symbol 867 MovieClip Frame 1
stop();
Symbol 867 MovieClip Frame 5
_root.eggR = _root.eggs.egg; _root.scoreR = _root.eggs.score; _root.lifeR = _root.lives.life; _root.varR = 1;
Symbol 867 MovieClip Frame 6
_root.gotoAndStop("flashfast");
Symbol 874 MovieClip Frame 14
stop(); _root.eggs.egg++; _root.eggsa.egga++;
Symbol 875 MovieClip Frame 1
stop();
Symbol 875 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 877 MovieClip Frame 1
stop();
Symbol 881 MovieClip Frame 1
stop();
Symbol 881 MovieClip Frame 11
stop();
Instance of Symbol 880 MovieClip in Symbol 881 MovieClip Frame 11
onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.fadeOut._currentframe == 1)) { _root.fadeOut.play(); _parent.play(); } }
Symbol 881 MovieClip Frame 21
if (_root.fadeOut._currentframe >= 2) { stop(); }
Symbol 893 MovieClip Frame 1
stop();
Symbol 893 MovieClip Frame 48
_root.finalEggS = _root.eggs.egg;
Symbol 893 MovieClip Frame 54
_root.nextFrame();
Symbol 893 MovieClip Frame 59
stop();
Symbol 905 Button
on (release) { _root.gameover.gotoAndStop(2); _root.continuee = true; }
Symbol 908 Button
on (release) { _root.gameover.gotoAndStop(3); }
Symbol 909 MovieClip Frame 10
stop();
Symbol 911 MovieClip Frame 39
stop(); _root.fadeOutt.play();
Instance of Symbol 368 MovieClip in Symbol 912 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Symbol 912 MovieClip Frame 6
stop();
Instance of Symbol 368 MovieClip in Symbol 921 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.block) && (_currentframe == 1)) { gotoAndStop (2); } }
Symbol 921 MovieClip Frame 6
stop();
Symbol 939 Button
on (release) { getURL ("http://www.buzzwerd.deviantart.com", "_blank"); }
Symbol 940 Button
on (release) { getURL ("http://www.truedarkness.phrozenflame.com", "_blank"); }
Symbol 941 Button
on (release) { _root.fadeOutss.play(); }
Symbol 942 Button
on (release) { _root.fadeOutm.play(); }
Symbol 943 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 944 MovieClip Frame 44
stop();
Symbol 945 MovieClip Frame 1
stop(); stopAllSounds();
Symbol 945 MovieClip Frame 2
stop();
Symbol 945 MovieClip Frame 3
stop();
Symbol 947 MovieClip Frame 1
stop();
Symbol 947 MovieClip Frame 63
if (_root.lastlevel != 13) { play(); } else { gotoAndPlay (80); }
Symbol 947 MovieClip Frame 67
_root.continuee = true; _root.cont = true;
Symbol 947 MovieClip Frame 68
_root.gotoAndStop(_root.lastlevel);
Symbol 947 MovieClip Frame 71
stop();
Symbol 947 MovieClip Frame 83
_root.continuee = true; _root.cont = true;
Symbol 947 MovieClip Frame 84
_root.gotoAndStop(_root.lastlevel);
Symbol 947 MovieClip Frame 87
stop();
Symbol 948 MovieClip Frame 1
stop();
Symbol 948 MovieClip Frame 66
_root.gotoAndStop("menu");
Symbol 948 MovieClip Frame 71
stop();
Symbol 949 MovieClip Frame 1
stop();
Symbol 949 MovieClip Frame 66
_root.gotoAndStop("SS");
Symbol 949 MovieClip Frame 71
stop();
Symbol 959 Button
on (release) { _root.fadeOutm.play(); }
Symbol 973 MovieClip Frame 1
score = 0; score = _root.scoreF;
Instance of Symbol 4 MovieClip in Symbol 973 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_x - 0.2); }
Symbol 973 MovieClip Frame 13
stop(); submit.onRelease = function () { ab20_09 = new LoadVars(); ab20_09.z = namee; ab20_09.x = score; ab20_09.c = 238; ab20_09.v = "4918c8555ad6dd4d969a0a173de0f356"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); getURL ("http://www.armorbot.com/mytable/?id=238", "_blank"); _root.fadeOutm.play(); };

Library Items

Symbol 1 Sound [song]
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:4 601
Symbol 4 MovieClipUses:3Used by:973  Timeline
Symbol 5 BitmapUsed by:6 231 365 436 453 474 476 478 480 482 484 540 602 687 697 870 952
Symbol 6 GraphicUses:5Used by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 FontUsed by:9 19 20 21 22 23 24 31 79 80 105 112 114 117 118 119 120 121 122 123 124 125 126 127 130 131 134 135 136 137 138 139 140 141 142 154 156 164 165 168 169 177 179 180 181 182 183 184 197 198 199 200 201 202 270 307 308 310 311 320 321 324 327 331 335 337 339 342 344 346 348 358 380 381 382 383 384 385 431 432 433 441 443 513 517 518 519 520 521 522 523 524 527 588 590 595 649 674 675 676 677 678 679 680 722 723 724 725 726 727 728 783 812 813 814 815 816 817 822 848 851 853 855 857 858 859 860 861 862 863 882 883 884 885 886 887 888 890 891 894 895 896 902 903 906 913 914 915 916 917 918 919 920 923 925 926 927 928 929 930 931 932 933 934 936 937 938 963 964 965 966 971 972
Symbol 9 EditableTextUses:8Used by:10
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:13 14 15
Symbol 13 MovieClipUses:12Used by:16 17
Symbol 14 MovieClipUses:12Used by:16 17
Symbol 15 MovieClipUses:12Used by:16 17
Symbol 16 MovieClipUses:13 14 15Used by:18
Symbol 17 MovieClipUses:13 14 15Used by:18 27
Symbol 18 MovieClipUses:16 17Used by:Timeline
Symbol 19 EditableTextUses:8Used by:Timeline
Symbol 20 EditableTextUses:8Used by:Timeline
Symbol 21 EditableTextUses:8Used by:Timeline
Symbol 22 EditableTextUses:8Used by:Timeline
Symbol 23 EditableTextUses:8Used by:Timeline
Symbol 24 EditableTextUses:8Used by:Timeline
Symbol 25 FontUsed by:26 145 868 950
Symbol 26 EditableTextUses:25Used by:Timeline
Symbol 27 MovieClipUses:17Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 TextUses:8Used by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 ShapeTweeningUsed by:78
Symbol 34 ShapeTweeningUsed by:78
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:78
Symbol 37 GraphicUsed by:38 78 82 351 735 970  Timeline
Symbol 38 ButtonUses:37Used by:78
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:78
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:78
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:78
Symbol 45 ShapeTweeningUsed by:78
Symbol 46 ShapeTweeningUsed by:78
Symbol 47 ShapeTweeningUsed by:78
Symbol 48 ShapeTweeningUsed by:78
Symbol 49 GraphicUsed by:78 397  Timeline
Symbol 50 GraphicUsed by:76
Symbol 51 GraphicUsed by:54
Symbol 52 GraphicUsed by:53 100 779
Symbol 53 MovieClipUses:52Used by:54 638 640 898
Symbol 54 MovieClipUses:51 53Used by:59 277 278 279 285 304 642 643 669 672 769
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:59 277 278 279 285 304 641 642 643 669 672 769 899
Symbol 57 GraphicUsed by:58 98
Symbol 58 MovieClipUses:57Used by:59 277 278 279 285 304 641 642 643 669 672 769 899
Symbol 59 MovieClipUses:54 56 58Used by:76 973
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:71 72 961 962
Symbol 62 FontUsed by:63 64 65 66 67 68 69 70 954 955 956 960
Symbol 63 TextUses:62Used by:71 72 961 962
Symbol 64 TextUses:62Used by:71 72 961 962 967 968 969
Symbol 65 TextUses:62Used by:71 72 961 962
Symbol 66 TextUses:62Used by:71 72 961 962 967 968 969
Symbol 67 TextUses:62Used by:71 72 961 962 967 968 969
Symbol 68 TextUses:62Used by:71 72
Symbol 69 TextUses:62Used by:71 72 957 958 959 961 962
Symbol 70 TextUses:62Used by:71 72
Symbol 71 MovieClipUses:61 63 64 65 66 67 68 69 70Used by:72
Symbol 72 MovieClipUses:71 61 63 64 65 66 67 68 69 70Used by:76 973
Symbol 73 FontUsed by:74 75
Symbol 74 TextUses:73Used by:76 973
Symbol 75 TextUses:73Used by:76 973
Symbol 76 MovieClipUses:50 59 72 74 75Used by:78
Symbol 77 ShapeTweeningUsed by:78
Symbol 78 MovieClipUses:33 34 36 38 40 42 44 45 46 47 48 49 76 77 37 SS1Used by:Timeline
Symbol 79 EditableTextUses:8Used by:Timeline
Symbol 80 EditableTextUses:8Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 MovieClipUses:37Used by:Timeline
Symbol 83 GraphicUsed by:162
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:86
Symbol 86 MovieClipUses:85Used by:160
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:89
Symbol 89 MovieClipUses:88Used by:160
Symbol 90 GraphicUsed by:91 362
Symbol 91 MovieClipUses:90Used by:160
Symbol 92 GraphicUsed by:93 361
Symbol 93 MovieClipUses:92Used by:160
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:160
Symbol 96 GraphicUsed by:160
Symbol 97 GraphicUsed by:104
Symbol 98 MovieClipUses:57Used by:104
Symbol 99 GraphicUsed by:101
Symbol 100 MovieClipUses:52Used by:101
Symbol 101 MovieClipUses:99 100Used by:104
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:104
Symbol 104 MovieClipUses:97 98 101 103Used by:160
Symbol 105 TextUses:8Used by:160
Symbol 106 GraphicUsed by:110 116 129 133 144 146 149 368 922 924 935 941 942 943
Symbol 107 GraphicUsed by:109 367
Symbol 108 SoundUsed by:109
Symbol 109 MovieClipUses:107 108Used by:110
Symbol 110 MovieClipUses:106 109Used by:111 113 116 129 133 144 146 149
Symbol 111 MovieClipUses:110Used by:116 129 133 144 146 149
Symbol 112 TextUses:8Used by:116
Symbol 113 MovieClipUses:110Used by:116 129 133 144 146 149
Symbol 114 TextUses:8Used by:115
Symbol 115 MovieClipUses:114Used by:116 924 942
Symbol 116 ButtonUses:111 112 113 115 110 106Used by:160
Symbol 117 TextUses:8Used by:129
Symbol 118 TextUses:8Used by:129
Symbol 119 TextUses:8Used by:129
Symbol 120 TextUses:8Used by:129
Symbol 121 TextUses:8Used by:129
Symbol 122 TextUses:8Used by:129
Symbol 123 TextUses:8Used by:129
Symbol 124 TextUses:8Used by:129
Symbol 125 TextUses:8Used by:129
Symbol 126 TextUses:8Used by:129
Symbol 127 TextUses:8Used by:128
Symbol 128 MovieClipUses:127Used by:129
Symbol 129 ButtonUses:111 117 118 119 120 121 122 123 124 125 126 113 128 110 106Used by:160
Symbol 130 TextUses:8Used by:133
Symbol 131 TextUses:8Used by:132
Symbol 132 MovieClipUses:131Used by:133
Symbol 133 ButtonUses:111 130 113 132 110 106Used by:160
Symbol 134 TextUses:8Used by:144
Symbol 135 TextUses:8Used by:144
Symbol 136 TextUses:8Used by:144
Symbol 137 TextUses:8Used by:144
Symbol 138 TextUses:8Used by:144
Symbol 139 TextUses:8Used by:144
Symbol 140 TextUses:8Used by:144
Symbol 141 TextUses:8Used by:144
Symbol 142 TextUses:8Used by:143
Symbol 143 MovieClipUses:142Used by:144 922 935 941 943
Symbol 144 ButtonUses:111 134 135 136 137 138 139 140 141 113 143 110 106Used by:160
Symbol 145 TextUses:25Used by:146
Symbol 146 ButtonUses:111 113 145 110 106Used by:160
Symbol 147 FontUsed by:148 287 289 291 293 295 297 299 301 303
Symbol 148 TextUses:147Used by:149
Symbol 149 ButtonUses:111 113 148 110 106Used by:160
Symbol 150 GraphicUsed by:153
Symbol 151 FontUsed by:152 332 341 879
Symbol 152 TextUses:151Used by:153
Symbol 153 MovieClipUses:150 152Used by:160
Symbol 154 TextUses:8Used by:155
Symbol 155 MovieClipUses:154Used by:158
Symbol 156 TextUses:8Used by:157
Symbol 157 MovieClipUses:156Used by:158
Symbol 158 MovieClipUses:155 157Used by:160
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:86 89 91 93 95 96 104 105 116 129 133 144 146 149 153 158 159Used by:162
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:83 160 161Used by:Timeline
Symbol 163 GraphicUsed by:171
Symbol 164 TextUses:8Used by:171 175
Symbol 165 TextUses:8Used by:167 173
Symbol 166 GraphicUsed by:167 170 173 174 178 187 959 969
Symbol 167 ButtonUses:165 166Used by:171
Symbol 168 TextUses:8Used by:170 174
Symbol 169 TextUses:8Used by:170 174
Symbol 170 ButtonUses:168 169 166Used by:171
Symbol 171 MovieClipUses:163 164 167 170Used by:175
Symbol 172 GraphicUsed by:175
Symbol 173 ButtonUses:165 166Used by:175
Symbol 174 ButtonUses:168 169 166Used by:175
Symbol 175 MovieClipUses:171 172 164 173 174Used by:Timeline
Symbol 176 GraphicUsed by:185
Symbol 177 TextUses:8Used by:178 187
Symbol 178 ButtonUses:177 166Used by:185
Symbol 179 TextUses:8Used by:185 188
Symbol 180 TextUses:8Used by:185 188
Symbol 181 TextUses:8Used by:185 188
Symbol 182 TextUses:8Used by:185 188
Symbol 183 TextUses:8Used by:185 188
Symbol 184 TextUses:8Used by:185 188
Symbol 185 MovieClipUses:176 178 179 180 181 182 183 184Used by:188
Symbol 186 GraphicUsed by:188
Symbol 187 ButtonUses:177 166Used by:188
Symbol 188 MovieClipUses:185 186 187 179 180 181 182 183 184Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:192
Symbol 191 SoundUsed by:192
Symbol 192 MovieClipUses:190 191Used by:Timeline
Symbol 193 GraphicUsed by:196
Symbol 194 GraphicUsed by:196
Symbol 195 SoundUsed by:196 681
Symbol 196 MovieClipUses:193 194 195Used by:Timeline
Symbol 197 EditableTextUses:8Used by:Timeline
Symbol 198 EditableTextUses:8Used by:Timeline
Symbol 199 EditableTextUses:8Used by:Timeline
Symbol 200 EditableTextUses:8Used by:Timeline
Symbol 201 EditableTextUses:8Used by:Timeline
Symbol 202 EditableTextUses:8Used by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:Timeline
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:215
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:214
Symbol 213 SoundUsed by:214 404 546 695
Symbol 214 MovieClipUses:212 213Used by:215
Symbol 215 MovieClipUses:210 214Used by:Timeline
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 GraphicUsed by:225 314
Symbol 222 GraphicUsed by:223 225 314 473
Symbol 223 MovieClipUses:222Used by:225 314 473
Symbol 224 GraphicUsed by:225 314 473
Symbol 225 MovieClipUses:221 223 224 222Used by:Timeline
Symbol 226 GraphicUsed by:230
Symbol 227 GraphicUsed by:229
Symbol 228 SoundUsed by:229 367 461 464 467 471 703 763 838 874
Symbol 229 MovieClipUses:227 228Used by:230
Symbol 230 MovieClipUses:226 229Used by:313  Timeline
Symbol 231 GraphicUses:5Used by:232
Symbol 232 MovieClipUses:231Used by:Timeline
Symbol 233 GraphicUsed by:243
Symbol 234 GraphicUsed by:243
Symbol 235 GraphicUsed by:243
Symbol 236 GraphicUsed by:243
Symbol 237 GraphicUsed by:243
Symbol 238 GraphicUsed by:243
Symbol 239 GraphicUsed by:243
Symbol 240 GraphicUsed by:243
Symbol 241 GraphicUsed by:243
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:233 234 235 236 237 238 239 240 241 242Used by:269 376 427
Symbol 244 GraphicUsed by:251 260 375 426
Symbol 245 GraphicUsed by:251
Symbol 246 GraphicUsed by:251
Symbol 247 GraphicUsed by:251
Symbol 248 GraphicUsed by:251
Symbol 249 GraphicUsed by:251
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:244 245 246 247 248 249 250Used by:269 376 427
Symbol 252 GraphicUsed by:260 375 426
Symbol 253 SoundUsed by:260 375 421 426 585 807
Symbol 254 GraphicUsed by:260
Symbol 255 GraphicUsed by:260 375 426
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:256Used by:260 375 421 426 536 585 807
Symbol 258 GraphicUsed by:260 375 426
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:244 252 253 254 255 257 258 259Used by:269
Symbol 261 GraphicUsed by:268
Symbol 262 GraphicUsed by:268
Symbol 263 GraphicUsed by:268
Symbol 264 SoundUsed by:268 414
Symbol 265 GraphicUsed by:268
Symbol 266 GraphicUsed by:268
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:261 262 263 264 265 266 267Used by:269 376 427
Symbol 269 MovieClipUses:243 251 260 268Used by:Timeline
Symbol 270 EditableTextUses:8Used by:Timeline
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:285 305 643 669 672 769 785
Symbol 275 GraphicUsed by:276 767
Symbol 276 MovieClipUses:275Used by:305
Symbol 277 MovieClipUses:58 54 56Used by:305 785
Symbol 278 MovieClipUses:58 54 56Used by:305 785
Symbol 279 MovieClipUses:58 54 56Used by:305 785
Symbol 280 GraphicUsed by:281 768
Symbol 281 MovieClipUses:280Used by:285 305 643 644 769
Symbol 282 SoundUsed by:285 769
Symbol 283 GraphicUsed by:284 660
Symbol 284 MovieClipUses:283Used by:285 769
Symbol 285 MovieClipUses:58 54 56 281 282 284 274Used by:305
Symbol 286 GraphicUsed by:304
Symbol 287 EditableTextUses:147Used by:304
Symbol 288 GraphicUsed by:304
Symbol 289 EditableTextUses:147Used by:304
Symbol 290 GraphicUsed by:304
Symbol 291 EditableTextUses:147Used by:304
Symbol 292 GraphicUsed by:304
Symbol 293 EditableTextUses:147Used by:304
Symbol 294 GraphicUsed by:304
Symbol 295 EditableTextUses:147Used by:304
Symbol 296 GraphicUsed by:304
Symbol 297 EditableTextUses:147Used by:304
Symbol 298 GraphicUsed by:304
Symbol 299 EditableTextUses:147Used by:304
Symbol 300 GraphicUsed by:304
Symbol 301 EditableTextUses:147Used by:304
Symbol 302 GraphicUsed by:304
Symbol 303 EditableTextUses:147Used by:304
Symbol 304 MovieClipUses:58 54 56 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303Used by:305 785
Symbol 305 MovieClipUses:274 276 277 278 279 281 285 304Used by:511 589  Timeline
Symbol 306 GraphicUsed by:309
Symbol 307 TextUses:8Used by:309 313 434 442 514 528 596 892
Symbol 308 EditableTextUses:8Used by:309
Symbol 309 MovieClipUses:306 307 308Used by:Timeline
Symbol 310 EditableTextUses:8Used by:313
Symbol 311 EditableTextUses:8Used by:313
Symbol 312 GraphicUsed by:313 434 528 596 892
Symbol 313 MovieClipUses:307 310 230 311 312Used by:Timeline
Symbol 314 MovieClipUses:221 223 224 222Used by:Timeline
Symbol 315 GraphicUsed by:317 318
Symbol 316 GraphicUsed by:317 318
Symbol 317 MovieClipUses:315 316Used by:319
Symbol 318 MovieClipUses:315 316Used by:319
Symbol 319 MovieClipUses:317 318Used by:Timeline
Symbol 320 TextUses:8Used by:322 325 328 359
Symbol 321 TextUses:8Used by:322
Symbol 322 MovieClipUses:320 321Used by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 TextUses:8Used by:325
Symbol 325 MovieClipUses:320 324Used by:326
Symbol 326 MovieClipUses:325Used by:Timeline
Symbol 327 TextUses:8Used by:328
Symbol 328 MovieClipUses:320 327Used by:329
Symbol 329 MovieClipUses:328Used by:Timeline
Symbol 330 GraphicUsed by:349
Symbol 331 TextUses:8Used by:349
Symbol 332 TextUses:151Used by:349
Symbol 333 SoundUsed by:349 856 881
Symbol 334 GraphicUsed by:349
Symbol 335 TextUses:8Used by:349
Symbol 336 GraphicUsed by:349
Symbol 337 TextUses:8Used by:349
Symbol 338 GraphicUsed by:349
Symbol 339 TextUses:8Used by:349
Symbol 340 GraphicUsed by:349
Symbol 341 TextUses:151Used by:349
Symbol 342 TextUses:8Used by:349
Symbol 343 GraphicUsed by:349
Symbol 344 TextUses:8Used by:349
Symbol 345 GraphicUsed by:349
Symbol 346 TextUses:8Used by:349
Symbol 347 GraphicUsed by:349
Symbol 348 TextUses:8Used by:349
Symbol 349 MovieClipUses:330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348Used by:Timeline
Symbol 350 GraphicUsed by:352 435 529 651 681 734 823 864 893 947 948 949
Symbol 351 MovieClipUses:37Used by:352 353 435 447 529 598 651 652 681 734 823 864 893 947 948 949
Symbol 352 MovieClipUses:350 351Used by:Timeline
Symbol 353 MovieClipUses:351Used by:Timeline
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:354Used by:Timeline
Symbol 356 GraphicUsed by:357 530
Symbol 357 MovieClipUses:356Used by:Timeline
Symbol 358 TextUses:8Used by:359
Symbol 359 MovieClipUses:320 358Used by:360
Symbol 360 MovieClipUses:359Used by:Timeline
Symbol 361 MovieClipUses:92Used by:869  Timeline
Symbol 362 MovieClipUses:90Used by:Timeline
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:Timeline
Symbol 365 GraphicUses:5Used by:366
Symbol 366 MovieClipUses:365Used by:Timeline
Symbol 367 MovieClipUses:107 228Used by:368
Symbol 368 MovieClipUses:106 367Used by:434 912 921 922 924 935 941 942 943  Timeline
Symbol 369 GraphicUsed by:372
Symbol 370 GraphicUsed by:371
Symbol 371 MovieClipUses:370Used by:372 691
Symbol 372 MovieClipUses:369 371Used by:539  Timeline
Symbol 373 GraphicUsed by:375
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:244 252 253 373 255 257 258 374Used by:376
Symbol 376 MovieClipUses:243 251 375 268Used by:Timeline
Symbol 377 GraphicUsed by:398
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:378Used by:397
Symbol 380 TextUses:8Used by:397
Symbol 381 TextUses:8Used by:397
Symbol 382 TextUses:8Used by:397
Symbol 383 TextUses:8Used by:397
Symbol 384 TextUses:8Used by:397
Symbol 385 TextUses:8Used by:397
Symbol 386 GraphicUsed by:397
Symbol 387 GraphicUsed by:397
Symbol 388 GraphicUsed by:397
Symbol 389 GraphicUsed by:397
Symbol 390 GraphicUsed by:397
Symbol 391 GraphicUsed by:397
Symbol 392 GraphicUsed by:397
Symbol 393 GraphicUsed by:397
Symbol 394 GraphicUsed by:397
Symbol 395 GraphicUsed by:397
Symbol 396 GraphicUsed by:397
Symbol 397 MovieClipUses:49 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396Used by:398 501 766
Symbol 398 MovieClipUses:377 397Used by:Timeline
Symbol 399 GraphicUsed by:400
Symbol 400 MovieClipUses:399Used by:Timeline
Symbol 401 GraphicUsed by:402 403
Symbol 402 MovieClipUses:401Used by:405
Symbol 403 MovieClipUses:401Used by:404
Symbol 404 MovieClipUses:403 213Used by:405
Symbol 405 MovieClipUses:402 404Used by:Timeline
Symbol 406 GraphicUsed by:422 423
Symbol 407 GraphicUsed by:408
Symbol 408 ButtonUses:407Used by:409
Symbol 409 MovieClipUses:408Used by:413 421 422 423 428
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:410Used by:422 423 428
Symbol 412 GraphicUsed by:413 421 428
Symbol 413 MovieClipUses:412 409Used by:414
Symbol 414 MovieClipUses:413 264Used by:422 423 428
Symbol 415 GraphicUsed by:421
Symbol 416 GraphicUsed by:421
Symbol 417 GraphicUsed by:421
Symbol 418 GraphicUsed by:421
Symbol 419 GraphicUsed by:421
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:412 409 415 416 417 253 418 419 257 420Used by:422 423 428
Symbol 422 MovieClipUses:406 409 411 414 421Used by:Timeline
Symbol 423 MovieClipUses:406 409 411 414 421Used by:Timeline
Symbol 424 GraphicUsed by:426
Symbol 425 GraphicUsed by:426
Symbol 426 MovieClipUses:244 252 253 424 255 257 258 425Used by:427
Symbol 427 MovieClipUses:243 251 426 268Used by:Timeline
Symbol 428 MovieClipUses:412 409 411 414 421Used by:Timeline
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:429Used by:Timeline
Symbol 431 EditableTextUses:8Used by:Timeline
Symbol 432 EditableTextUses:8Used by:434
Symbol 433 EditableTextUses:8Used by:434
Symbol 434 MovieClipUses:312 307 432 368 433Used by:Timeline
Symbol 435 MovieClipUses:350 351Used by:Timeline
Symbol 436 GraphicUses:5Used by:437
Symbol 437 MovieClipUses:436Used by:Timeline
Symbol 438 GraphicUsed by:439
Symbol 439 MovieClipUses:438Used by:511  Timeline
Symbol 440 GraphicUsed by:442
Symbol 441 EditableTextUses:8Used by:442
Symbol 442 MovieClipUses:440 307 441Used by:Timeline
Symbol 443 EditableTextUses:8Used by:Timeline
Symbol 444 GraphicUsed by:445
Symbol 445 MovieClipUses:444Used by:446
Symbol 446 MovieClipUses:445Used by:Timeline
Symbol 447 MovieClipUses:351Used by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:449Used by:Timeline
Symbol 451 GraphicUsed by:452
Symbol 452 MovieClipUses:451Used by:869  Timeline
Symbol 453 GraphicUses:5Used by:454
Symbol 454 MovieClipUses:453Used by:Timeline
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:Timeline
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:457Used by:459
Symbol 459 MovieClipUses:458Used by:Timeline
Symbol 460 GraphicUsed by:461 462
Symbol 461 MovieClipUses:460 228Used by:462
Symbol 462 MovieClipUses:460 461Used by:Timeline
Symbol 463 GraphicUsed by:464 465
Symbol 464 MovieClipUses:463 228Used by:465
Symbol 465 MovieClipUses:463 464Used by:Timeline
Symbol 466 GraphicUsed by:467 468
Symbol 467 MovieClipUses:466 228Used by:468
Symbol 468 MovieClipUses:466 467Used by:Timeline
Symbol 469 GraphicUsed by:472 594
Symbol 470 GraphicUsed by:471 526
Symbol 471 MovieClipUses:470 228Used by:472
Symbol 472 MovieClipUses:469 471Used by:Timeline
Symbol 473 MovieClipUses:224 223 222Used by:Timeline
Symbol 474 GraphicUses:5Used by:475
Symbol 475 MovieClipUses:474Used by:Timeline
Symbol 476 GraphicUses:5Used by:477
Symbol 477 MovieClipUses:476Used by:Timeline
Symbol 478 GraphicUses:5Used by:479
Symbol 479 MovieClipUses:478Used by:Timeline
Symbol 480 GraphicUses:5Used by:481
Symbol 481 MovieClipUses:480Used by:Timeline
Symbol 482 GraphicUses:5Used by:483
Symbol 483 MovieClipUses:482Used by:Timeline
Symbol 484 GraphicUses:5Used by:485
Symbol 485 MovieClipUses:484Used by:Timeline
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClipUses:486Used by:493
Symbol 488 GraphicUsed by:492
Symbol 489 GraphicUsed by:492
Symbol 490 GraphicUsed by:491
Symbol 491 MovieClipUses:490Used by:492
Symbol 492 MovieClipUses:488 489 491Used by:493
Symbol 493 MovieClipUses:487 492Used by:494 495 496 497
Symbol 494 MovieClipUses:493Used by:Timeline
Symbol 495 MovieClipUses:493Used by:Timeline
Symbol 496 MovieClipUses:493Used by:Timeline
Symbol 497 MovieClipUses:493Used by:Timeline
Symbol 498 GraphicUsed by:499
Symbol 499 MovieClipUses:498Used by:Timeline
Symbol 500 GraphicUsed by:501
Symbol 501 MovieClipUses:500 397Used by:Timeline
Symbol 502 GraphicUsed by:503
Symbol 503 MovieClipUses:502Used by:511 589
Symbol 504 GraphicUsed by:508
Symbol 505 GraphicUsed by:506
Symbol 506 MovieClipUses:505Used by:507
Symbol 507 MovieClipUses:506Used by:508 589
Symbol 508 MovieClipUses:504 507Used by:510
Symbol 509 SoundUsed by:510
Symbol 510 MovieClipUses:508 509Used by:511 589
Symbol 511 MovieClipUses:305 439 503 510Used by:Timeline
Symbol 512 GraphicUsed by:514
Symbol 513 EditableTextUses:8Used by:514
Symbol 514 MovieClipUses:512 307 513Used by:Timeline
Symbol 515 GraphicUsed by:516
Symbol 516 MovieClipUses:515Used by:Timeline
Symbol 517 EditableTextUses:8Used by:Timeline
Symbol 518 EditableTextUses:8Used by:Timeline
Symbol 519 EditableTextUses:8Used by:Timeline
Symbol 520 EditableTextUses:8Used by:Timeline
Symbol 521 EditableTextUses:8Used by:Timeline
Symbol 522 EditableTextUses:8Used by:Timeline
Symbol 523 EditableTextUses:8Used by:Timeline
Symbol 524 EditableTextUses:8Used by:528
Symbol 525 ShapeTweeningUsed by:526
Symbol 526 MovieClipUses:525 470Used by:528
Symbol 527 EditableTextUses:8Used by:528
Symbol 528 MovieClipUses:312 307 524 526 527Used by:Timeline
Symbol 529 MovieClipUses:350 351Used by:Timeline
Symbol 530 MovieClipUses:356Used by:Timeline
Symbol 531 GraphicUsed by:532
Symbol 532 MovieClipUses:531Used by:533 536
Symbol 533 MovieClipUses:532Used by:537
Symbol 534 GraphicUsed by:536
Symbol 535 SoundUsed by:536
Symbol 536 MovieClipUses:532 534 257 535Used by:537
Symbol 537 MovieClipUses:533 536Used by:Timeline
Symbol 538 GraphicUsed by:539
Symbol 539 MovieClipUses:538 372Used by:Timeline
Symbol 540 GraphicUses:5Used by:541
Symbol 541 MovieClipUses:540Used by:Timeline
Symbol 542 GraphicUsed by:543
Symbol 543 MovieClipUses:542Used by:547
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:544Used by:546
Symbol 546 MovieClipUses:545 213Used by:547
Symbol 547 MovieClipUses:543 546Used by:Timeline
Symbol 548 GraphicUsed by:553 556 559 562
Symbol 549 GraphicUsed by:553 556 559 562
Symbol 550 GraphicUsed by:553 556 559 562
Symbol 551 GraphicUsed by:553 556 559 562
Symbol 552 GraphicUsed by:553 556 559 562
Symbol 553 MovieClipUses:548 549 550 551 552Used by:557 560 563 698
Symbol 554 GraphicUsed by:556 559 562
Symbol 555 SoundUsed by:556
Symbol 556 MovieClipUses:548 549 550 551 552 554 555Used by:557
Symbol 557 MovieClipUses:553 556Used by:Timeline
Symbol 558 SoundUsed by:559
Symbol 559 MovieClipUses:548 549 550 551 552 554 558Used by:560
Symbol 560 MovieClipUses:553 559Used by:Timeline
Symbol 561 SoundUsed by:562
Symbol 562 MovieClipUses:548 549 550 551 552 554 561Used by:563
Symbol 563 MovieClipUses:553 562Used by:Timeline
Symbol 564 GraphicUsed by:571 586
Symbol 565 GraphicUsed by:566
Symbol 566 MovieClipUses:565Used by:571 581 585 586
Symbol 567 GraphicUsed by:568 789 794
Symbol 568 MovieClipUses:567Used by:569
Symbol 569 MovieClipUses:568Used by:571 581 585 586
Symbol 570 GraphicUsed by:571 586
Symbol 571 MovieClipUses:564 566 569 570Used by:587
Symbol 572 GraphicUsed by:581 585
Symbol 573 GraphicUsed by:581
Symbol 574 GraphicUsed by:581
Symbol 575 GraphicUsed by:581
Symbol 576 GraphicUsed by:581
Symbol 577 GraphicUsed by:581
Symbol 578 GraphicUsed by:581
Symbol 579 GraphicUsed by:581
Symbol 580 GraphicUsed by:581
Symbol 581 MovieClipUses:572 566 569 573 574 575 576 577 578 579 580Used by:587
Symbol 582 GraphicUsed by:585
Symbol 583 GraphicUsed by:585
Symbol 584 GraphicUsed by:585
Symbol 585 MovieClipUses:572 566 569 582 253 257 583 584Used by:587
Symbol 586 MovieClipUses:564 566 569 570 SS2Used by:587
Symbol 587 MovieClipUses:571 581 585 586Used by:Timeline
Symbol 588 EditableTextUses:8Used by:Timeline
Symbol 589 MovieClipUses:305 507 503 510Used by:Timeline
Symbol 590 EditableTextUses:8Used by:596
Symbol 591 GraphicUsed by:594 703
Symbol 592 GraphicUsed by:594 763
Symbol 593 GraphicUsed by:594 838
Symbol 594 MovieClipUses:469 591 592 593Used by:596
Symbol 595 EditableTextUses:8Used by:596
Symbol 596 MovieClipUses:307 590 594 595 312Used by:Timeline
Symbol 597 GraphicUsed by:598 652
Symbol 598 MovieClipUses:597 351Used by:Timeline
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:599Used by:Timeline
Symbol 601 MovieClipUses:3Used by:Timeline
Symbol 602 GraphicUses:5Used by:603
Symbol 603 MovieClipUses:602Used by:Timeline
Symbol 604 GraphicUsed by:606
Symbol 605 GraphicUsed by:606 732
Symbol 606 MovieClipUses:604 605Used by:648  Timeline
Symbol 607 GraphicUsed by:638
Symbol 608 GraphicUsed by:638
Symbol 609 GraphicUsed by:638
Symbol 610 GraphicUsed by:638
Symbol 611 GraphicUsed by:638
Symbol 612 GraphicUsed by:638
Symbol 613 GraphicUsed by:638
Symbol 614 GraphicUsed by:638
Symbol 615 GraphicUsed by:638
Symbol 616 GraphicUsed by:638
Symbol 617 GraphicUsed by:638
Symbol 618 GraphicUsed by:638
Symbol 619 GraphicUsed by:638
Symbol 620 GraphicUsed by:638
Symbol 621 GraphicUsed by:638
Symbol 622 GraphicUsed by:638
Symbol 623 GraphicUsed by:638
Symbol 624 GraphicUsed by:638
Symbol 625 GraphicUsed by:638
Symbol 626 GraphicUsed by:638
Symbol 627 GraphicUsed by:638
Symbol 628 GraphicUsed by:638
Symbol 629 GraphicUsed by:638
Symbol 630 GraphicUsed by:638
Symbol 631 GraphicUsed by:638
Symbol 632 GraphicUsed by:638
Symbol 633 GraphicUsed by:638
Symbol 634 GraphicUsed by:638
Symbol 635 GraphicUsed by:638
Symbol 636 GraphicUsed by:638
Symbol 637 GraphicUsed by:638
Symbol 638 MovieClipUses:607 608 609 53 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637Used by:644
Symbol 639 GraphicUsed by:640
Symbol 640 MovieClipUses:639 53Used by:641
Symbol 641 MovieClipUses:58 640 56Used by:644
Symbol 642 MovieClipUses:58 54 56Used by:644
Symbol 643 MovieClipUses:58 54 56 281 274Used by:644
Symbol 644 MovieClipUses:638 641 642 281 643Used by:645
Symbol 645 MovieClipUses:644Used by:648
Symbol 646 GraphicUsed by:647
Symbol 647 MovieClipUses:646Used by:648
Symbol 648 MovieClipUses:606 645 647Used by:Timeline
Symbol 649 EditableTextUses:8Used by:Timeline
Symbol 650 SoundUsed by:651
Symbol 651 MovieClipUses:350 351 650Used by:Timeline
Symbol 652 MovieClipUses:597 351Used by:Timeline
Symbol 653 GraphicUsed by:654
Symbol 654 MovieClipUses:653Used by:Timeline
Symbol 655 BitmapUsed by:656
Symbol 656 GraphicUses:655Used by:659
Symbol 657 GraphicUsed by:658
Symbol 658 MovieClipUses:657Used by:659
Symbol 659 MovieClipUses:656 658Used by:Timeline
Symbol 660 MovieClipUses:283Used by:Timeline
Symbol 661 GraphicUsed by:664
Symbol 662 GraphicUsed by:663
Symbol 663 MovieClipUses:662Used by:664
Symbol 664 MovieClipUses:661 663Used by:665 666
Symbol 665 MovieClipUses:664Used by:666
Symbol 666 MovieClipUses:664 665Used by:Timeline
Symbol 667 GraphicUsed by:668
Symbol 668 MovieClipUses:667Used by:Timeline
Symbol 669 MovieClipUses:58 56 274 54Used by:673
Symbol 670 GraphicUsed by:671
Symbol 671 MovieClipUses:670Used by:673
Symbol 672 MovieClipUses:58 56 274 54Used by:673
Symbol 673 MovieClipUses:669 671 672Used by:Timeline
Symbol 674 EditableTextUses:8Used by:Timeline
Symbol 675 EditableTextUses:8Used by:Timeline
Symbol 676 EditableTextUses:8Used by:Timeline
Symbol 677 EditableTextUses:8Used by:Timeline
Symbol 678 EditableTextUses:8Used by:Timeline
Symbol 679 EditableTextUses:8Used by:Timeline
Symbol 680 EditableTextUses:8Used by:Timeline
Symbol 681 MovieClipUses:350 351 195Used by:Timeline
Symbol 682 GraphicUsed by:683
Symbol 683 MovieClipUses:682Used by:685 686
Symbol 684 SoundUsed by:685 748 842
Symbol 685 MovieClipUses:683 684Used by:686
Symbol 686 MovieClipUses:683 685Used by:Timeline
Symbol 687 GraphicUses:5Used by:688
Symbol 688 MovieClipUses:687Used by:689
Symbol 689 MovieClipUses:688Used by:Timeline
Symbol 690 GraphicUsed by:691
Symbol 691 MovieClipUses:690 371Used by:Timeline
Symbol 692 GraphicUsed by:695 696
Symbol 693 GraphicUsed by:694
Symbol 694 MovieClipUses:693Used by:695 696
Symbol 695 MovieClipUses:692 694 213Used by:696
Symbol 696 MovieClipUses:692 694 695Used by:Timeline
Symbol 697 GraphicUses:5Used by:701
Symbol 698 MovieClipUses:553Used by:701 761  Timeline
Symbol 699 GraphicUsed by:700
Symbol 700 MovieClipUses:699Used by:701
Symbol 701 MovieClipUses:697 698 700Used by:Timeline
Symbol 702 GraphicUsed by:704
Symbol 703 MovieClipUses:591 228Used by:704
Symbol 704 MovieClipUses:702 703Used by:Timeline
Symbol 705 GraphicUsed by:721
Symbol 706 GraphicUsed by:712
Symbol 707 GraphicUsed by:712
Symbol 708 GraphicUsed by:712
Symbol 709 GraphicUsed by:712
Symbol 710 GraphicUsed by:712
Symbol 711 GraphicUsed by:712
Symbol 712 MovieClipUses:706 707 708 709 710 711Used by:721
Symbol 713 GraphicUsed by:720
Symbol 714 GraphicUsed by:720
Symbol 715 GraphicUsed by:720
Symbol 716 GraphicUsed by:720
Symbol 717 GraphicUsed by:720
Symbol 718 GraphicUsed by:720
Symbol 719 GraphicUsed by:720
Symbol 720 MovieClipUses:713 714 715 716 717 718 719Used by:721
Symbol 721 MovieClipUses:705 712 720Used by:Timeline
Symbol 722 EditableTextUses:8Used by:Timeline
Symbol 723 EditableTextUses:8Used by:Timeline
Symbol 724 EditableTextUses:8Used by:Timeline
Symbol 725 EditableTextUses:8Used by:Timeline
Symbol 726 EditableTextUses:8Used by:Timeline
Symbol 727 EditableTextUses:8Used by:Timeline
Symbol 728 EditableTextUses:8Used by:Timeline
Symbol 729 GraphicUsed by:730
Symbol 730 MovieClipUses:729Used by:Timeline
Symbol 731 GraphicUsed by:732
Symbol 732 MovieClipUses:731 605Used by:733
Symbol 733 MovieClipUses:732Used by:Timeline
Symbol 734 MovieClipUses:350 351Used by:Timeline
Symbol 735 MovieClipUses:37Used by:Timeline
Symbol 736 GraphicUsed by:737
Symbol 737 MovieClipUses:736Used by:738
Symbol 738 MovieClipUses:737Used by:Timeline
Symbol 739 GraphicUsed by:742
Symbol 740 GraphicUsed by:741
Symbol 741 MovieClipUses:740Used by:742
Symbol 742 MovieClipUses:739 741Used by:Timeline
Symbol 743 BitmapUsed by:744 756 760 792
Symbol 744 GraphicUses:743Used by:745
Symbol 745 MovieClipUses:744Used by:Timeline
Symbol 746 GraphicUsed by:747
Symbol 747 MovieClipUses:746Used by:748 749
Symbol 748 MovieClipUses:747 684Used by:749
Symbol 749 MovieClipUses:747 748Used by:Timeline
Symbol 750 GraphicUsed by:751
Symbol 751 MovieClipUses:750Used by:Timeline
Symbol 752 GraphicUsed by:Timeline
Symbol 753 GraphicUsed by:Timeline
Symbol 754 GraphicUsed by:Timeline
Symbol 755 GraphicUsed by:Timeline
Symbol 756 GraphicUses:743Used by:757
Symbol 757 MovieClipUses:756Used by:Timeline
Symbol 758 GraphicUsed by:Timeline
Symbol 759 GraphicUsed by:Timeline
Symbol 760 GraphicUses:743Used by:761
Symbol 761 MovieClipUses:760 698Used by:Timeline
Symbol 762 GraphicUsed by:764
Symbol 763 MovieClipUses:592 228Used by:764
Symbol 764 MovieClipUses:762 763Used by:Timeline
Symbol 765 GraphicUsed by:766
Symbol 766 MovieClipUses:765 397Used by:Timeline
Symbol 767 MovieClipUses:275Used by:785
Symbol 768 MovieClipUses:280Used by:785
Symbol 769 MovieClipUses:58 54 56 281 282 284 274Used by:785
Symbol 770 GraphicUsed by:776 777 781 782
Symbol 771 GraphicUsed by:772
Symbol 772 MovieClipUses:771Used by:776 777 781 782
Symbol 773 GraphicUsed by:774
Symbol 774 MovieClipUses:773Used by:776 777 781 782
Symbol 775 GraphicUsed by:776 777 781 782
Symbol 776 MovieClipUses:770 772 774 775Used by:782
Symbol 777 MovieClipUses:770 772 774 775Used by:782
Symbol 778 GraphicUsed by:780
Symbol 779 MovieClipUses:52Used by:780
Symbol 780 MovieClipUses:778 779Used by:781
Symbol 781 MovieClipUses:770 772 774 775 780Used by:782
Symbol 782 MovieClipUses:776 770 772 774 775 777 781Used by:785
Symbol 783 TextUses:8Used by:784
Symbol 784 MovieClipUses:783Used by:785
Symbol 785 MovieClipUses:274 767 277 278 279 768 769 304 782 784Used by:Timeline
Symbol 786 GraphicUsed by:787
Symbol 787 MovieClipUses:786Used by:791
Symbol 788 GraphicUsed by:791 805 806
Symbol 789 MovieClipUses:567Used by:790
Symbol 790 MovieClipUses:789Used by:791 806
Symbol 791 MovieClipUses:787 788 790Used by:808
Symbol 792 GraphicUses:743Used by:793
Symbol 793 MovieClipUses:792Used by:808
Symbol 794 MovieClipUses:567Used by:795
Symbol 795 MovieClipUses:794Used by:805
Symbol 796 GraphicUsed by:797
Symbol 797 MovieClipUses:796Used by:805
Symbol 798 GraphicUsed by:805
Symbol 799 GraphicUsed by:805
Symbol 800 GraphicUsed by:805
Symbol 801 GraphicUsed by:805
Symbol 802 GraphicUsed by:805
Symbol 803 GraphicUsed by:805
Symbol 804 GraphicUsed by:805
Symbol 805 MovieClipUses:788 795 797 798 799 800 801 802 803 804Used by:808
Symbol 806 MovieClipUses:788 790Used by:807
Symbol 807 MovieClipUses:806 253 257Used by:808
Symbol 808 MovieClipUses:791 793 805 807Used by:Timeline
Symbol 809 GraphicUsed by:810
Symbol 810 MovieClipUses:809Used by:811
Symbol 811 MovieClipUses:810Used by:Timeline
Symbol 812 EditableTextUses:8Used by:Timeline
Symbol 813 EditableTextUses:8Used by:Timeline
Symbol 814 EditableTextUses:8Used by:Timeline
Symbol 815 EditableTextUses:8Used by:Timeline
Symbol 816 EditableTextUses:8Used by:Timeline
Symbol 817 EditableTextUses:8Used by:Timeline
Symbol 818 GraphicUsed by:819
Symbol 819 MovieClipUses:818Used by:Timeline
Symbol 820 GraphicUsed by:821
Symbol 821 MovieClipUses:820Used by:Timeline
Symbol 822 EditableTextUses:8Used by:Timeline
Symbol 823 MovieClipUses:350 351Used by:Timeline
Symbol 824 GraphicUsed by:825
Symbol 825 MovieClipUses:824Used by:826
Symbol 826 MovieClipUses:825Used by:827
Symbol 827 MovieClipUses:826Used by:Timeline
Symbol 828 GraphicUsed by:829
Symbol 829 MovieClipUses:828Used by:Timeline
Symbol 830 GraphicUsed by:831
Symbol 831 MovieClipUses:830Used by:Timeline
Symbol 832 BitmapUsed by:833 834
Symbol 833 GraphicUses:832Used by:836
Symbol 834 GraphicUses:832Used by:835
Symbol 835 MovieClipUses:834Used by:836
Symbol 836 MovieClipUses:833 835Used by:Timeline
Symbol 837 GraphicUsed by:839
Symbol 838 MovieClipUses:593 228Used by:839
Symbol 839 MovieClipUses:837 838Used by:Timeline
Symbol 840 GraphicUsed by:841
Symbol 841 MovieClipUses:840Used by:842 843
Symbol 842 MovieClipUses:841 684Used by:843
Symbol 843 MovieClipUses:841 842Used by:Timeline
Symbol 844 GraphicUsed by:845 846
Symbol 845 MovieClipUses:844Used by:846
Symbol 846 MovieClipUses:844 845Used by:Timeline
Symbol 847 GraphicUsed by:856
Symbol 848 TextUses:8Used by:856
Symbol 849 GraphicUsed by:856
Symbol 850 GraphicUsed by:856
Symbol 851 TextUses:8Used by:856
Symbol 852 GraphicUsed by:856
Symbol 853 TextUses:8Used by:856
Symbol 854 GraphicUsed by:856
Symbol 855 TextUses:8Used by:856
Symbol 856 MovieClipUses:847 848 333 849 850 851 852 853 854 855Used by:Timeline
Symbol 857 EditableTextUses:8Used by:Timeline
Symbol 858 EditableTextUses:8Used by:Timeline
Symbol 859 EditableTextUses:8Used by:Timeline
Symbol 860 EditableTextUses:8Used by:Timeline
Symbol 861 EditableTextUses:8Used by:Timeline
Symbol 862 EditableTextUses:8Used by:Timeline
Symbol 863 EditableTextUses:8Used by:Timeline
Symbol 864 MovieClipUses:350 351Used by:Timeline
Symbol 865 GraphicUsed by:866
Symbol 866 MovieClipUses:865Used by:867
Symbol 867 MovieClipUses:866Used by:Timeline
Symbol 868 EditableTextUses:25Used by:Timeline
Symbol 869 MovieClipUses:361 452Used by:Timeline
Symbol 870 GraphicUses:5Used by:871
Symbol 871 MovieClipUses:870Used by:Timeline
Symbol 872 GraphicUsed by:875
Symbol 873 GraphicUsed by:874
Symbol 874 MovieClipUses:873 228Used by:875
Symbol 875 MovieClipUses:872 874Used by:Timeline
Symbol 876 GraphicUsed by:877
Symbol 877 MovieClipUses:876Used by:Timeline
Symbol 878 GraphicUsed by:880 881
Symbol 879 TextUses:151Used by:880 881
Symbol 880 MovieClipUses:878 879Used by:881
Symbol 881 MovieClipUses:878 879 333 880Used by:Timeline
Symbol 882 EditableTextUses:8Used by:Timeline
Symbol 883 EditableTextUses:8Used by:Timeline
Symbol 884 EditableTextUses:8Used by:Timeline
Symbol 885 EditableTextUses:8Used by:Timeline
Symbol 886 EditableTextUses:8Used by:Timeline
Symbol 887 EditableTextUses:8Used by:Timeline
Symbol 888 EditableTextUses:8Used by:Timeline
Symbol 889 GraphicUsed by:892
Symbol 890 EditableTextUses:8Used by:892
Symbol 891 EditableTextUses:8Used by:892
Symbol 892 MovieClipUses:889 307 890 891 312Used by:Timeline
Symbol 893 MovieClipUses:350 351Used by:Timeline
Symbol 894 EditableTextUses:8Used by:Timeline
Symbol 895 EditableTextUses:8Used by:Timeline
Symbol 896 EditableTextUses:8Used by:Timeline
Symbol 897 GraphicUsed by:898
Symbol 898 MovieClipUses:897 53Used by:899
Symbol 899 MovieClipUses:58 898 56Used by:911 945
Symbol 900 GraphicUsed by:945
Symbol 901 GraphicUsed by:909 939 940
Symbol 902 TextUses:8Used by:909
Symbol 903 TextUses:8Used by:905
Symbol 904 GraphicUsed by:905
Symbol 905 ButtonUses:903 904Used by:909
Symbol 906 TextUses:8Used by:908
Symbol 907 GraphicUsed by:908
Symbol 908 ButtonUses:906 907Used by:909
Symbol 909 MovieClipUses:901 902 905 908Used by:945
Symbol 910 GraphicUsed by:911 944
Symbol 911 MovieClipUses:899 910Used by:945
Symbol 912 MovieClipUses:368Used by:922 924 935 941 942 943
Symbol 913 TextUses:8Used by:922 943
Symbol 914 TextUses:8Used by:922 943
Symbol 915 TextUses:8Used by:922 943
Symbol 916 TextUses:8Used by:922 943
Symbol 917 TextUses:8Used by:922 943
Symbol 918 TextUses:8Used by:922 943
Symbol 919 TextUses:8Used by:922 943
Symbol 920 TextUses:8Used by:922 943
Symbol 921 MovieClipUses:368Used by:922 924 935 941 942 943
Symbol 922 ButtonUses:912 913 914 915 916 917 918 919 920 921 143 368 106Used by:944
Symbol 923 TextUses:8Used by:924 942
Symbol 924 ButtonUses:912 923 921 115 368 106Used by:944
Symbol 925 TextUses:8Used by:935 941
Symbol 926 TextUses:8Used by:935 941
Symbol 927 TextUses:8Used by:935 941
Symbol 928 TextUses:8Used by:935 941
Symbol 929 TextUses:8Used by:935 941
Symbol 930 TextUses:8Used by:935 941
Symbol 931 TextUses:8Used by:935 941
Symbol 932 TextUses:8Used by:935 941
Symbol 933 TextUses:8Used by:935 941
Symbol 934 TextUses:8Used by:935 941
Symbol 935 ButtonUses:912 925 926 927 928 929 930 931 932 933 934 921 143 368 106Used by:944
Symbol 936 TextUses:8Used by:944
Symbol 937 TextUses:8Used by:939 944
Symbol 938 TextUses:8Used by:940 944
Symbol 939 ButtonUses:901 937Used by:944
Symbol 940 ButtonUses:938 901Used by:944
Symbol 941 ButtonUses:912 925 926 927 928 929 930 931 932 933 934 921 143 368 106Used by:944
Symbol 942 ButtonUses:912 923 921 115 368 106Used by:944
Symbol 943 ButtonUses:912 913 914 915 916 917 918 919 920 921 143 368 106Used by:944
Symbol 944 MovieClipUses:910 922 924 935 936 937 938 939 940 941 942 943Used by:945
Symbol 945 MovieClipUses:899 900 909 911 944Used by:Timeline
Symbol 946 SoundUsed by:947
Symbol 947 MovieClipUses:350 351 946Used by:Timeline
Symbol 948 MovieClipUses:350 351Used by:Timeline
Symbol 949 MovieClipUses:350 351Used by:Timeline
Symbol 950 EditableTextUses:25Used by:Timeline
Symbol 951 GraphicUsed by:973
Symbol 952 GraphicUses:5Used by:953
Symbol 953 MovieClipUses:952Used by:973
Symbol 954 TextUses:62Used by:957 958 959 961 962 967 968 969
Symbol 955 TextUses:62Used by:957 958 959
Symbol 956 TextUses:62Used by:957 958 959 961 962 967 968 969
Symbol 957 MovieClipUses:954 955 69 956Used by:958
Symbol 958 MovieClipUses:957 954 955 69 956Used by:959
Symbol 959 ButtonUses:958 166 954 955 69 956Used by:973
Symbol 960 TextUses:62Used by:961 962 967 968 969
Symbol 961 MovieClipUses:61 63 67 66 64 956 960 954 69 65Used by:962
Symbol 962 MovieClipUses:961 61 63 67 66 64 956 960 954 69 65Used by:973
Symbol 963 EditableTextUses:8Used by:973
Symbol 964 TextUses:8Used by:973
Symbol 965 TextUses:8Used by:973
Symbol 966 EditableTextUses:8Used by:973
Symbol 967 MovieClipUses:66 64 956 960 954 67Used by:968
Symbol 968 MovieClipUses:967 66 64 956 960 954 67Used by:969
Symbol 969 ButtonUses:968 166 66 64 956 960 954 67Used by:973
Symbol 970 MovieClipUses:37Used by:973
Symbol 971 EditableTextUses:8Used by:973
Symbol 972 EditableTextUses:8Used by:973
Symbol 973 MovieClipUses:951 4 953 959 59 72 74 75 962 963 964 965 966 969 970 971 972Used by:Timeline
Streaming Sound 1Used by:Symbol 78 MovieClip
Streaming Sound 2Used by:Symbol 586 MovieClip

Instance Names

"land"Frame 1Symbol 7 MovieClip
"percent"Frame 1Symbol 10 MovieClip
"loade"Frame 1Symbol 18 MovieClip
"fadeOutt"Frame 2Symbol 30 MovieClip
"percent"Frame 2Symbol 32 MovieClip
"bubblez"Frame 4Symbol 175 MovieClip
"credits"Frame 4Symbol 188 MovieClip
"fadeGame"Frame 4Symbol 192 MovieClip
"song"Frame 4Symbol 196 MovieClip
"back"Frame 7Symbol 204 MovieClip
"light"Frame 7Symbol 220 MovieClip
"blink"Frame 7Symbol 225 MovieClip
"land"Frame 7Symbol 232 MovieClip
"tut1"Frame 7Symbol 272 MovieClip
"tut2"Frame 7Symbol 272 MovieClip
"tut3"Frame 7Symbol 272 MovieClip
"tut4"Frame 7Symbol 272 MovieClip
"player"Frame 7Symbol 305 MovieClip
"lives"Frame 7Symbol 309 MovieClip
"eggs"Frame 7Symbol 313 MovieClip
"tut5"Frame 7Symbol 272 MovieClip
"blink2"Frame 7Symbol 314 MovieClip
"tut6"Frame 7Symbol 272 MovieClip
"nummm2"Frame 7Symbol 323 MovieClip
"nummm3"Frame 7Symbol 326 MovieClip
"nummm4"Frame 7Symbol 329 MovieClip
"tut7"Frame 7Symbol 272 MovieClip
"bubbles"Frame 7Symbol 349 MovieClip
"fadeOut"Frame 7Symbol 352 MovieClip
"fadeIn"Frame 7Symbol 353 MovieClip
"wide"Frame 7Symbol 357 MovieClip
"nummm"Frame 7Symbol 360 MovieClip
"land"Frame 8Symbol 366 MovieClip
"blink"Frame 8Symbol 225 MovieClip
"spikes"Frame 8Symbol 372 MovieClip
"endd"Frame 8Symbol 400 MovieClip
"blink2"Frame 8Symbol 314 MovieClip
"spikes2"Frame 8Symbol 372 MovieClip
"player"Frame 8Symbol 305 MovieClip
"nummm2"Frame 8Symbol 323 MovieClip
"nummm3"Frame 8Symbol 326 MovieClip
"nummm4"Frame 8Symbol 329 MovieClip
"lives"Frame 8Symbol 309 MovieClip
"eggs"Frame 8Symbol 434 MovieClip
"gameOver"Frame 8Symbol 435 MovieClip
"land"Frame 9Symbol 437 MovieClip
"blink"Frame 9Symbol 225 MovieClip
"player"Frame 9Symbol 305 MovieClip
"livesf"Frame 9Symbol 442 MovieClip
"blink2"Frame 9Symbol 314 MovieClip
"fadee"Frame 9Symbol 446 MovieClip
"fadeIn"Frame 9Symbol 447 MovieClip
"clouds"Frame 10Symbol 4 MovieClip
"land"Frame 10Symbol 454 MovieClip
"blink"Frame 10Symbol 225 MovieClip
"TX"Frame 10Symbol 456 MovieClip
"TY"Frame 10Symbol 456 MovieClip
"bound"Frame 10Symbol 459 MovieClip
"blink3"Frame 10Symbol 473 MovieClip
"endas"Frame 10Symbol 499 MovieClip
"bubble"Frame 10Symbol 511 MovieClip
"livesa"Frame 10Symbol 514 MovieClip
"eggsa"Frame 10Symbol 528 MovieClip
"fadeOut"Frame 10Symbol 352 MovieClip
"fadeIn"Frame 10Symbol 353 MovieClip
"gameOver"Frame 10Symbol 529 MovieClip
"widelight"Frame 10Symbol 355 MovieClip
"wide"Frame 10Symbol 530 MovieClip
"spikes"Frame 11Symbol 539 MovieClip
"land"Frame 11Symbol 541 MovieClip
"blink2"Frame 11Symbol 314 MovieClip
"livesa"Frame 11Symbol 514 MovieClip
"nummm2"Frame 11Symbol 323 MovieClip
"nummm3"Frame 11Symbol 326 MovieClip
"nummm4"Frame 11Symbol 329 MovieClip
"spikes2"Frame 11Symbol 372 MovieClip
"endd"Frame 11Symbol 400 MovieClip
"land"Frame 11Symbol 541 MovieClip
"player"Frame 11Symbol 305 MovieClip
"bubble"Frame 11Symbol 589 MovieClip
"eggs"Frame 11Symbol 596 MovieClip
"lives"Frame 11Symbol 309 MovieClip
"fadeOut"Frame 11Symbol 352 MovieClip
"fadeIn"Frame 11Symbol 353 MovieClip
"gameOver"Frame 11Symbol 598 MovieClip
"wide"Frame 11Symbol 357 MovieClip
"eggsa"Frame 12Symbol 528 MovieClip
"land"Frame 12Symbol 603 MovieClip
"player"Frame 12Symbol 305 MovieClip
"water"Frame 12Symbol 648 MovieClip
"lives"Frame 12Symbol 309 MovieClip
"fadeOut"Frame 12Symbol 651 MovieClip
"gameOver"Frame 12Symbol 652 MovieClip
"light"Frame 12Symbol 220 MovieClip
"eggsa"Frame 13Symbol 528 MovieClip
"ground"Frame 13Symbol 659 MovieClip
"bubbles"Frame 13Symbol 660 MovieClip
"nummm2"Frame 13Symbol 323 MovieClip
"nummm3"Frame 13Symbol 326 MovieClip
"nummm4"Frame 13Symbol 329 MovieClip
"player"Frame 13Symbol 673 MovieClip
"blink"Frame 13Symbol 225 MovieClip
"blink2"Frame 13Symbol 314 MovieClip
"fadeOut"Frame 13Symbol 681 MovieClip
"spikes"Frame 14Symbol 691 MovieClip
"land"Frame 14Symbol 701 MovieClip
"blink"Frame 14Symbol 225 MovieClip
"blink2"Frame 14Symbol 314 MovieClip
"player"Frame 14Symbol 305 MovieClip
"tree1"Frame 14Symbol 721 MovieClip
"tree2"Frame 14Symbol 721 MovieClip
"tree3"Frame 14Symbol 721 MovieClip
"tree4"Frame 14Symbol 721 MovieClip
"tree5"Frame 14Symbol 721 MovieClip
"endd"Frame 14Symbol 400 MovieClip
"song"Frame 14Symbol 196 MovieClip
"lives"Frame 14Symbol 309 MovieClip
"fadeOut"Frame 14Symbol 734 MovieClip
"spike6"Frame 15Symbol 742 MovieClip
"spike5"Frame 15Symbol 742 MovieClip
"spike4"Frame 15Symbol 742 MovieClip
"spike2"Frame 15Symbol 742 MovieClip
"spike3"Frame 15Symbol 742 MovieClip
"spike1"Frame 15Symbol 742 MovieClip
"land"Frame 15Symbol 761 MovieClip
"nummm2"Frame 15Symbol 323 MovieClip
"nummm3"Frame 15Symbol 326 MovieClip
"nummm4"Frame 15Symbol 329 MovieClip
"player"Frame 15Symbol 785 MovieClip
"enemy2a"Frame 15Symbol 808 MovieClip
"enemy1a"Frame 15Symbol 808 MovieClip
"blink"Frame 15Symbol 225 MovieClip
"blink2"Frame 15Symbol 314 MovieClip
"snow"Frame 15Symbol 819 MovieClip
"lives"Frame 15Symbol 309 MovieClip
"fadeOut"Frame 15Symbol 823 MovieClip
"land"Frame 16Symbol 836 MovieClip
"player"Frame 16Symbol 785 MovieClip
"bubbles"Frame 16Symbol 856 MovieClip
"eggs"Frame 16Symbol 596 MovieClip
"lives"Frame 16Symbol 309 MovieClip
"fadeOut"Frame 16Symbol 864 MovieClip
"flashFast"Frame 16Symbol 867 MovieClip
"eggsa"Frame 17Symbol 528 MovieClip
"land"Frame 17Symbol 871 MovieClip
"blink"Frame 17Symbol 225 MovieClip
"blink2"Frame 17Symbol 314 MovieClip
"player"Frame 17Symbol 305 MovieClip
"bubble"Frame 17Symbol 881 MovieClip
"eggs"Frame 17Symbol 892 MovieClip
"lives"Frame 17Symbol 309 MovieClip
"fadeOut"Frame 17Symbol 893 MovieClip
"gameover"Frame 43Symbol 945 MovieClip
"fadeIn"Frame 43Symbol 353 MovieClip
"fadeOutt"Frame 43Symbol 947 MovieClip
"fadeOutm"Frame 43Symbol 948 MovieClip
"fadeOutss"Frame 43Symbol 949 MovieClip
"fadeOutm"Frame 44Symbol 948 MovieClip
"tet"Symbol 18 MovieClip Frame 1Symbol 16 MovieClip
"hit"Symbol 285 MovieClip Frame 8Symbol 281 MovieClip
"hitd"Symbol 285 MovieClip Frame 9Symbol 284 MovieClip
"hit"Symbol 285 MovieClip Frame 10Symbol 274 MovieClip
"block2"Symbol 285 MovieClip Frame 11Symbol 274 MovieClip
"block"Symbol 305 MovieClip Frame 1Symbol 274 MovieClip
"block"Symbol 305 MovieClip Frame 1Symbol 274 MovieClip
"heada"Symbol 305 MovieClip Frame 1Symbol 276 MovieClip
"jumpa"Symbol 305 MovieClip Frame 3Symbol 279 MovieClip
"hita"Symbol 305 MovieClip Frame 3Symbol 281 MovieClip
"thing"Symbol 305 MovieClip Frame 4Symbol 285 MovieClip
"numm"Symbol 323 MovieClip Frame 1Symbol 322 MovieClip
"numm"Symbol 326 MovieClip Frame 1Symbol 325 MovieClip
"numm"Symbol 329 MovieClip Frame 1Symbol 328 MovieClip
"numm"Symbol 360 MovieClip Frame 1Symbol 359 MovieClip
"ssp"Symbol 372 MovieClip Frame 1Symbol 371 MovieClip
"square"Symbol 422 MovieClip Frame 1Symbol 411 MovieClip
"square"Symbol 423 MovieClip Frame 1Symbol 411 MovieClip
"square"Symbol 428 MovieClip Frame 1Symbol 411 MovieClip
"player"Symbol 511 MovieClip Frame 1Symbol 305 MovieClip
"square"Symbol 511 MovieClip Frame 1Symbol 503 MovieClip
"player"Symbol 511 MovieClip Frame 2Symbol 305 MovieClip
"square"Symbol 589 MovieClip Frame 1Symbol 503 MovieClip
"hit"Symbol 643 MovieClip Frame 8Symbol 281 MovieClip
"hit"Symbol 643 MovieClip Frame 10Symbol 274 MovieClip
"block2"Symbol 643 MovieClip Frame 11Symbol 274 MovieClip
"jumpa"Symbol 644 MovieClip Frame 3Symbol 642 MovieClip
"hita"Symbol 644 MovieClip Frame 3Symbol 281 MovieClip
"thing"Symbol 644 MovieClip Frame 4Symbol 643 MovieClip
"tt2"Symbol 645 MovieClip Frame 1Symbol 644 MovieClip
"tt"Symbol 648 MovieClip Frame 1Symbol 645 MovieClip
"square"Symbol 648 MovieClip Frame 1Symbol 647 MovieClip
"block"Symbol 669 MovieClip Frame 1Symbol 274 MovieClip
"block"Symbol 669 MovieClip Frame 1Symbol 274 MovieClip
"block"Symbol 672 MovieClip Frame 1Symbol 274 MovieClip
"block"Symbol 672 MovieClip Frame 1Symbol 274 MovieClip
"block"Symbol 673 MovieClip Frame 1Symbol 671 MovieClip
"ssp"Symbol 691 MovieClip Frame 1Symbol 371 MovieClip
"ssp"Symbol 691 MovieClip Frame 1Symbol 371 MovieClip
"ssp"Symbol 691 MovieClip Frame 1Symbol 371 MovieClip
"ssp"Symbol 691 MovieClip Frame 1Symbol 371 MovieClip
"ssp"Symbol 691 MovieClip Frame 1Symbol 371 MovieClip
"spikey"Symbol 742 MovieClip Frame 1Symbol 741 MovieClip
"hit"Symbol 769 MovieClip Frame 8Symbol 281 MovieClip
"hitd"Symbol 769 MovieClip Frame 9Symbol 284 MovieClip
"hit"Symbol 769 MovieClip Frame 10Symbol 274 MovieClip
"block2"Symbol 769 MovieClip Frame 11Symbol 274 MovieClip
"block"Symbol 785 MovieClip Frame 1Symbol 274 MovieClip
"block"Symbol 785 MovieClip Frame 1Symbol 274 MovieClip
"heada"Symbol 785 MovieClip Frame 1Symbol 274 MovieClip
"heada"Symbol 785 MovieClip Frame 1Symbol 767 MovieClip
"jumpa"Symbol 785 MovieClip Frame 3Symbol 279 MovieClip
"hita"Symbol 785 MovieClip Frame 3Symbol 768 MovieClip
"thing"Symbol 785 MovieClip Frame 4Symbol 769 MovieClip
"ice"Symbol 785 MovieClip Frame 6Symbol 782 MovieClip
"square"Symbol 791 MovieClip Frame 1Symbol 787 MovieClip
"guy"Symbol 808 MovieClip Frame 1Symbol 793 MovieClip
"thinga"Symbol 836 MovieClip Frame 1Symbol 835 MovieClip
"thing"Symbol 836 MovieClip Frame 1Symbol 835 MovieClip
"square"Symbol 846 MovieClip Frame 1Symbol 845 MovieClip
"submit"Symbol 973 MovieClip Frame 1Symbol 969 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "song"

Labels

"menu"Frame 4
"tut"Frame 7
"level"Frame 8
"lavaLevel"Frame 16
"GO"Frame 43
"SS"Frame 44
"flashfast"Frame 46
"jumpa"Symbol 305 MovieClip Frame 3
"thing"Symbol 305 MovieClip Frame 4
"jumpa"Symbol 644 MovieClip Frame 3
"thing"Symbol 644 MovieClip Frame 4
"jumpa"Symbol 785 MovieClip Frame 3
"thing"Symbol 785 MovieClip Frame 4
"freeze"Symbol 785 MovieClip Frame 6

Dynamic Text Variables

pl1Symbol 9 EditableText"0"
numSymbol 19 EditableText"0"
eggRRSymbol 20 EditableText""
scoreRRSymbol 21 EditableText""
scoreRSymbol 22 EditableText""
eggRSymbol 23 EditableText""
finalScoreSSymbol 24 EditableText""
SEGGSSymbol 26 EditableText""
lastEggSymbol 79 EditableText""
lastEggaSymbol 80 EditableText""
scorezSymbol 197 EditableText""
eggzSymbol 198 EditableText""
livezSymbol 199 EditableText""
scorezaSymbol 200 EditableText""
eggzaSymbol 201 EditableText""
livezaSymbol 202 EditableText""
scoreSymbol 270 EditableText""
lifeSymbol 308 EditableText"5"
eggSymbol 310 EditableText"0"
scoreSymbol 311 EditableText"0000"
scoreSymbol 431 EditableText""
eggSymbol 432 EditableText"0"
scoreSymbol 433 EditableText"0000"
lifefSymbol 441 EditableText"5"
scoreSymbol 443 EditableText""
lifeaSymbol 513 EditableText"5"
scorezSymbol 517 EditableText""
eggzSymbol 518 EditableText""
livezSymbol 519 EditableText""
scorezaSymbol 520 EditableText""
eggzaSymbol 521 EditableText""
livezaSymbol 522 EditableText""
scoreSymbol 523 EditableText""
eggaSymbol 524 EditableText"0"
scoreaSymbol 527 EditableText"0000"
scoreSymbol 588 EditableText""
eggSymbol 590 EditableText"0"
scoreSymbol 595 EditableText"0000"
scoreSymbol 649 EditableText""
scorezSymbol 674 EditableText""
eggzSymbol 675 EditableText""
livezSymbol 676 EditableText""
scorezaSymbol 677 EditableText""
eggzaSymbol 678 EditableText""
livezaSymbol 679 EditableText""
scoreSymbol 680 EditableText""
scorezSymbol 722 EditableText""
eggzSymbol 723 EditableText""
livezSymbol 724 EditableText""
scorezaSymbol 725 EditableText""
eggzaSymbol 726 EditableText""
livezaSymbol 727 EditableText""
scoreSymbol 728 EditableText""
scorezSymbol 812 EditableText""
eggzSymbol 813 EditableText""
livezSymbol 814 EditableText""
scorezaSymbol 815 EditableText""
eggzaSymbol 816 EditableText""
livezaSymbol 817 EditableText""
scoreSymbol 822 EditableText""
scorezSymbol 857 EditableText""
eggzSymbol 858 EditableText""
livezSymbol 859 EditableText""
scorezaSymbol 860 EditableText""
eggzaSymbol 861 EditableText""
livezaSymbol 862 EditableText""
scoreSymbol 863 EditableText""
SEGGSSymbol 868 EditableText""
scorezSymbol 882 EditableText""
eggzSymbol 883 EditableText""
livezSymbol 884 EditableText""
scorezaSymbol 885 EditableText""
eggzaSymbol 886 EditableText""
livezaSymbol 887 EditableText""
scoreSymbol 888 EditableText""
eggSymbol 890 EditableText"0"
scoreSymbol 891 EditableText"0000"
lastEggSymbol 894 EditableText""
lastEggaSymbol 895 EditableText""
scoreFSymbol 896 EditableText""
SEGGSSymbol 950 EditableText""
nameeSymbol 963 EditableText"(Enter Name Here)"
scoreSymbol 966 EditableText"0"
nameeSymbol 971 EditableText"(Enter Name Here)"
scoreSymbol 972 EditableText"1000"




https://swfchan.com/54/267594/info.shtml
Created: 4/6 -2026 17:10:04 Last modified: 4/6 -2026 17:10:04 Server time: 24/06 -2026 14:09:20