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

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

Egg-Splosion!.swf

This is the info page for
Flash #55019

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


Text
Play the game!

Instructions

The rules of the game are simple; just
simply find an egg then click on it!
(eggs look like this)======>
Every egg you find will subtract one
form the amount of eggs you need to
progress to the next level.
Eggs of the same color will always
give you the same amount of points.

If the time you have left reaches zero it is
game over! To prevent this, you must
click on eggs to gain more time!
Eggs may not give you the same amount
of time each level, or none at all!
(Due to flash's Inability to display
dynamic text at an angle, you may not be
able to see how much time an egg gives
you.)

This last bar is
how much total
time it has
taken you to
beat the game.

To Menu

Egg statistics

The most common egg. It will give
you one point, and will usually add
one to your time.

This egg is semi-common. It will
give you five points, and will
usually add three to your time.

This egg bounces around! It
will give you two points, and
will usually add two to your
time.

This egg is rare. it will give
you five points, and will
usually add three to your
time.

Ready?

Steady

GO!!!

Next

GAME

OVER!!!!

Menu

You have enough points to go to the extra levels!

Thank you very much for playing
my game!
Try agian to get enough points to
go to the extra levels!

Don't click the red eggs!
You have fifty seconds
per level good luck!

Thank you for playing my game!

YOU
WON!!!!

ActionScript [AS1/AS2]

Frame 1
stop(); Stage.showMenu = false;
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (load) { var speed = 3; } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -200) { this._x = 900; } }
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (load) { var speed = 1; } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 900) { this._x = -200; } }
Instance of Symbol 23 MovieClip "player" in Frame 1
onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; Mouse.hide(); }
Frame 2
stop();
Instance of Symbol 26 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.gotoAndStop("lev1"); } }
Instance of Symbol 26 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.gotoAndStop("instructions"); } }
Instance of Symbol 26 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.gotoAndStop("menu"); } }
Instance of Symbol 26 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.gotoAndStop("eggStat"); } }
Instance of Symbol 49 MovieClip "clock" in Frame 3
onClipEvent (load) { this.timeLeft = _root.defTime; var eggsNeed = _root.eggsNeeded; var eggs = ("Eggs left" + _root.eggsNeeded); var eggsScore = 0; } onClipEvent (enterFrame) { _root.score = "score" + this.eggsScore; _root.eggCounter = this.eggs; eggs = "Eggs left" + this.eggsNeed; if (_root.game == false) { this.gotoAndStop("still"); } else { this.play(); } }
Frame 5
stop(); var defTime = 20; var defScore = 0; var eggsNeeded = 10; var game = false; _root.levelStarter.gotoAndPlay("starting"); _root.timeTotal = 0; _root.levelStarter.totalScore = _root.defScore; _root.levelStarter.timeScore = _root.defScore; _root.levelStarter.eggScore = _root.defScore; _root.levelStarter.finalScore = _root.defScore;
Instance of Symbol 78 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 130 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 130 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 5
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 49 MovieClip "clock" in Frame 5
onClipEvent (load) { this.timeLeft = _root.defTime; var eggsNeed = _root.eggsNeeded; var eggs = ("Eggs left" + _root.eggsNeeded); var eggsScore = 0; } onClipEvent (enterFrame) { _root.score = "score" + this.eggsScore; _root.eggCounter = this.eggs; eggs = "Eggs left" + this.eggsNeed; if (_root.game == false) { this.gotoAndStop("still"); } else { this.play(); } }
Instance of Symbol 159 MovieClip "levelStarter" in Frame 5
onClipEvent (enterFrame) { if (_root.clock.eggsNeed <= 0) { _root.game = false; this.gotoAndStop("tally"); } } onClipEvent (enterFrame) { if (_root.clock.timeLeft <= 0) { _root.game = false; this.gotoAndStop("gameOver"); } }
Frame 6
_root.clock.eggsNeed = 20; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 78 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Frame 7
_root.clock.eggsNeed = 35; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 130 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 121 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 121 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 121 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 121 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 121 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 7
onClipEvent (load) { var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Frame 8
_root.clock.eggsNeed = 25; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 173 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 72 MovieClip in Frame 8
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 8
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 8
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 8
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 8
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 8
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 8
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 8
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Frame 9
_root.clock.eggsNeed = 30; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._rotation = this._rotation - this.rot; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 72 MovieClip in Frame 9
onClipEvent (load) { var speed = 5; var rot = 3; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._rotation = this._rotation + this.rot; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x <= -50) { this._x = 750; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 9
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Frame 10
_root.clock.eggsNeed = 75; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 101 MovieClip in Frame 10
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 10
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Frame 11
_root.clock.eggsNeed = 80; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (load) { var speed = 10; } onClipEvent (enterFrame) { this._y = this._y - this.speed; if (this._y <= -400) { this._y = 1100; } } onClipEvent (enterFrame) { if (this.windows1.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.windows1._alpha = 50; } else { this.windows1._alpha = 100; } } onClipEvent (mouseDown) { if (this.door.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this.door.gotoAndStop("open"); } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Instance of Symbol 101 MovieClip in Frame 11
onClipEvent (load) { var speed = 7; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; } }
Frame 12
_root.clock.eggsNeed = 20; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 8; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._y = this._y + 150; this._x = -50; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 7; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 16; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 7; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 12; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 10; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 6; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 8; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 101 MovieClip in Frame 12
onClipEvent (load) { var speed = 25; var collected = false; var timeAddition = 1; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndStop("splode"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 750) { this._x = -50; this._y = this._y + 150; } if (this._y >= 600) { this._y = 220; } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 78 MovieClip in Frame 12
onClipEvent (load) { var collected = false; var timeAddition = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { this._alpha = 50; } else { this._alpha = 100; } }
Frame 13
_root.clock.eggsNeed = 25; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 10; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 12; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 13; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 10; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 11; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 20; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 2; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 7; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 4; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 8; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x - this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x - 20; } if (this._x <= -20) { this._x = 720; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 4; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 5; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 13; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 10; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 7; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 8; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 9; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 10; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 13
onClipEvent (load) { var collected = false; var timeAddition = 1; var speed = 13; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._x = this._x + this.speed; this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; this._x = this._x + 20; } if (this._x >= 720) { this._x = -20; } }
Frame 14
_root.clock.eggsNeed = 1; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 292 MovieClip in Frame 14
onClipEvent (load) { var splode = false; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.splode == false)) && (_root.game == true)) { this.nextFrame(); } if (this.splode == true) { this.play(); } }
Frame 15
_root.clock.eggsNeed = 1; _root.levelStarter.gotoAndPlay("darken");
Frame 16
_root.clock.eggsNeed = 25; _root.clock.timeLeft = 50; _root.levelStarter.gotoAndPlay("warning");
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 16
onClipEvent (load) { var timeSubtraction = 1; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Frame 16
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Frame 17
_root.clock.eggsNeed = 20; _root.clock.timeLeft = 50; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 72 MovieClip in Frame 17
onClipEvent (load) { var collected = false; var timeAddition = 0; var speed = 6; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 750) { this._y = -50; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Instance of Symbol 294 MovieClip in Frame 17
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._x = this._x + this.speed; if (this._x >= 720) { this._x = -20; } }
Frame 18
_root.clock.eggsNeed = 15; _root.clock.timeLeft = 50; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Instance of Symbol 294 MovieClip in Frame 18
onClipEvent (load) { var timeSubtraction = 5; var speed = 5; } onClipEvent (mouseDown) { if (this.hitTest(_root.player._x, _root.player._y, true) && (_root.game == true)) { _root.clock.timeLeft = _root.clock.timeLeft - this.timeSubtraction; } } onClipEvent (enterFrame) { this._y = this._y + this.speed; if (this._y >= 720) { this._y = -20; } }
Frame 19
_root.clock.eggsNeed = 3; _root.clock.timeLeft = 50; _root.levelStarter.gotoAndPlay("starting");
Instance of Symbol 292 MovieClip in Frame 19
onClipEvent (load) { var splode = false; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.splode == false)) && (_root.game == true)) { this.nextFrame(); } if (this.splode == true) { this.play(); } }
Instance of Symbol 292 MovieClip in Frame 19
onClipEvent (load) { var splode = false; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.splode == false)) && (_root.game == true)) { this.nextFrame(); } if (this.splode == true) { this.play(); } }
Instance of Symbol 292 MovieClip in Frame 19
onClipEvent (load) { var splode = false; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.splode == false)) && (_root.game == true)) { this.nextFrame(); } if (this.splode == true) { this.play(); } }
Frame 20
_root.levelStarter.gotoAndStop("gone");
Instance of Symbol 154 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.gotoAndStop("menu"); } }
Symbol 15 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 20 Button
on (release) { _root.play(); }
Symbol 21 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 21 MovieClip Frame 2
gotoAndPlay (1);
Symbol 26 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 30
this.timeLeft = this.timeLeft - 1; _root.timeTotal = _root.timeTotal + 1;
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 6
this.timeAdd = ("+" + this.timeAddition) + "!"; _root.clock.timeLeft = _root.clock.timeLeft + this.timeAddition; _root.clock.eggsScore = _root.clock.eggsScore + 1; _root.clock.eggsNeed = _root.clock.eggsNeed - 1;
Symbol 72 MovieClip Frame 16
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 6
this.timeAdd = ("+" + this.timeAddition) + "!"; _root.clock.timeLeft = _root.clock.timeLeft + this.timeAddition; _root.clock.eggsScore = _root.clock.eggsScore + 5; _root.clock.eggsNeed = _root.clock.eggsNeed - 1;
Symbol 78 MovieClip Frame 16
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 2
play();
Symbol 100 MovieClip Frame 6
this.timeAdd = ("+" + this.timeAddition) + "!"; _root.clock.timeLeft = _root.clock.timeLeft + this.timeAddition; _root.clock.eggsScore = _root.clock.eggsScore + 2; _root.clock.eggsNeed = _root.clock.eggsNeed - 1;
Symbol 100 MovieClip Frame 16
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 2
this.splode.gotoAndPlay("collect");
Instance of Symbol 100 MovieClip "splode" in Symbol 101 MovieClip Frame 2
onClipEvent (load) { var collected = false; var timeAddition = 2; }
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 6
this.timeAdd = ("+" + this.timeAddition) + "!"; _root.clock.timeLeft = _root.clock.timeLeft + this.timeAddition; _root.clock.eggsScore = _root.clock.eggsScore + 5; _root.clock.eggsNeed = _root.clock.eggsNeed - 1;
Symbol 121 MovieClip Frame 16
stop();
Symbol 144 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
play();
Symbol 159 MovieClip Frame 61
stop(); _root.game = true;
Symbol 159 MovieClip Frame 62
stop(); var totalPoints = (_root.clock.timeLeft + _root.clock.eggsScore); this.timeScore = "Time=" + _root.clock.timeLeft; this.eggScore = "Score=" + _root.clock.eggsScore; this.totalScore = "Total=" + this.totalPoints;
Instance of Symbol 144 MovieClip in Symbol 159 MovieClip Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.nextFrame(); } }
Symbol 159 MovieClip Frame 63
stop(); var finalPoints1 = _root.clock.eggsScore; this.finalScore = "Final=" + this.finalPoints1;
Instance of Symbol 154 MovieClip in Symbol 159 MovieClip Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.gotoAndStop("menu"); } }
Symbol 159 MovieClip Frame 90
if (_root.clock.eggsScore >= 800) { this.gotoAndPlay("enoughPoints"); } else { this.gotoAndPlay("notEnough"); }
Instance of Symbol 144 MovieClip in Symbol 159 MovieClip Frame 105
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.nextFrame(); } }
Symbol 159 MovieClip Frame 120
stop();
Instance of Symbol 154 MovieClip in Symbol 159 MovieClip Frame 135
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.nextFrame(); } }
Symbol 159 MovieClip Frame 150
stop();
Instance of Symbol 154 MovieClip in Symbol 159 MovieClip Frame 150
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { this.gotoAndStop("over"); } else { this.gotoAndStop("off"); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) { _root.gotoAndStop("menu"); } }
Symbol 159 MovieClip Frame 255
this.gotoAndPlay("starting");
Symbol 172 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 72 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { var collected = false; var timeAddition = 0; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Instance of Symbol 121 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { var collected = false; var timeAddition = 3; } onClipEvent (mouseDown) { if ((this.hitTest(_root.player._x, _root.player._y, true) && (this.collected == false)) && (_root.game == true)) { this.collected = true; this.gotoAndPlay("collect"); } }
Symbol 292 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 100
this.splode = true; _root.clock.eggsScore = _root.clock.eggsScore + 100; _root.clock.eggsNeed = _root.clock.eggsNeed - 1;
Symbol 292 MovieClip Frame 200
stop(); this.splode = false;

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:6
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:3 4 5Used by:Timeline
Symbol 7 GraphicUsed by:21 159
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:21
Symbol 10 GraphicUsed by:21
Symbol 11 GraphicUsed by:14 15
Symbol 12 GraphicUsed by:14 15
Symbol 13 GraphicUsed by:14 15
Symbol 14 MovieClipUses:11 12 13Used by:15
Symbol 15 ButtonUses:14 11 12 13Used by:21
Symbol 16 GraphicUsed by:20
Symbol 17 GraphicUsed by:20
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 ButtonUses:16 17 18 19Used by:21
Symbol 21 MovieClipUses:7 9 10 15 20Used by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:24 25Used by:Timeline
Symbol 27 FontUsed by:28 29 38 39 40 41 42 44 50 51 52 53 54 55 62 77 90 111 122 131 132 133 135 137 138 142 145 146 147 148 149 150 152 156 157 158 296 297
Symbol 28 TextUses:27Used by:Timeline
Symbol 29 TextUses:27Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 SoundUsed by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:72  Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:72  Timeline
Symbol 38 TextUses:27Used by:Timeline
Symbol 39 TextUses:27Used by:Timeline
Symbol 40 TextUses:27Used by:Timeline
Symbol 41 TextUses:27Used by:Timeline
Symbol 42 TextUses:27Used by:Timeline
Symbol 43 GraphicUsed by:49
Symbol 44 EditableTextUses:27Used by:49
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:49
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:43 44 46 48Used by:Timeline
Symbol 50 EditableTextUses:27Used by:Timeline
Symbol 51 EditableTextUses:27Used by:Timeline
Symbol 52 EditableTextUses:27Used by:Timeline
Symbol 53 TextUses:27Used by:Timeline
Symbol 54 TextUses:27Used by:Timeline
Symbol 55 TextUses:27Used by:Timeline
Symbol 56 GraphicUsed by:72 78
Symbol 57 SoundUsed by:72 78 100 121
Symbol 58 GraphicUsed by:72 78
Symbol 59 GraphicUsed by:72 78
Symbol 60 GraphicUsed by:72 78
Symbol 61 GraphicUsed by:72 78
Symbol 62 EditableTextUses:27Used by:72
Symbol 63 GraphicUsed by:72 78
Symbol 64 GraphicUsed by:72 78
Symbol 65 GraphicUsed by:72 78
Symbol 66 GraphicUsed by:72 78
Symbol 67 GraphicUsed by:72 78
Symbol 68 GraphicUsed by:72 78
Symbol 69 GraphicUsed by:72 78
Symbol 70 GraphicUsed by:72 78
Symbol 71 GraphicUsed by:72 78
Symbol 72 MovieClipUses:35 37 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71Used by:173  Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:78
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:78
Symbol 77 EditableTextUses:27Used by:78
Symbol 78 MovieClipUses:74 76 56 57 58 59 60 61 77 63 64 65 66 67 68 69 70 71Used by:Timeline
Symbol 79 GraphicUsed by:80 101
Symbol 80 MovieClipUses:79Used by:101
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:100
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:100
Symbol 85 GraphicUsed by:100
Symbol 86 GraphicUsed by:100
Symbol 87 GraphicUsed by:100
Symbol 88 GraphicUsed by:100
Symbol 89 GraphicUsed by:100
Symbol 90 EditableTextUses:27Used by:100
Symbol 91 GraphicUsed by:100
Symbol 92 GraphicUsed by:100
Symbol 93 GraphicUsed by:100
Symbol 94 GraphicUsed by:100
Symbol 95 GraphicUsed by:100
Symbol 96 GraphicUsed by:100
Symbol 97 GraphicUsed by:100
Symbol 98 GraphicUsed by:100
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:82 84 85 57 86 87 88 89 90 91 92 93 94 95 96 97 98 99Used by:101
Symbol 101 MovieClipUses:80 100 79Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:121
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:121
Symbol 106 GraphicUsed by:121
Symbol 107 GraphicUsed by:121
Symbol 108 GraphicUsed by:121
Symbol 109 GraphicUsed by:121
Symbol 110 GraphicUsed by:121
Symbol 111 EditableTextUses:27Used by:121
Symbol 112 GraphicUsed by:121
Symbol 113 GraphicUsed by:121
Symbol 114 GraphicUsed by:121
Symbol 115 GraphicUsed by:121
Symbol 116 GraphicUsed by:121
Symbol 117 GraphicUsed by:121
Symbol 118 GraphicUsed by:121
Symbol 119 GraphicUsed by:121
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:103 105 106 57 107 108 109 110 111 112 113 114 115 116 117 118 119 120Used by:173  Timeline
Symbol 122 TextUses:27Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 GraphicUsed by:130
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:130
Symbol 130 MovieClipUses:127 129Used by:Timeline
Symbol 131 EditableTextUses:27Used by:Timeline
Symbol 132 EditableTextUses:27Used by:Timeline
Symbol 133 EditableTextUses:27Used by:Timeline
Symbol 134 GraphicUsed by:159
Symbol 135 TextUses:27Used by:159
Symbol 136 GraphicUsed by:159
Symbol 137 TextUses:27Used by:159
Symbol 138 TextUses:27Used by:159
Symbol 139 GraphicUsed by:159
Symbol 140 GraphicUsed by:144
Symbol 141 GraphicUsed by:144
Symbol 142 EditableTextUses:27Used by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:140 141 142 143Used by:159
Symbol 145 EditableTextUses:27Used by:159
Symbol 146 EditableTextUses:27Used by:159
Symbol 147 EditableTextUses:27Used by:159
Symbol 148 EditableTextUses:27Used by:159
Symbol 149 TextUses:27Used by:159
Symbol 150 TextUses:27Used by:159
Symbol 151 GraphicUsed by:154
Symbol 152 TextUses:27Used by:154
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:151 152 153Used by:159  Timeline
Symbol 155 ShapeTweeningUsed by:159
Symbol 156 TextUses:27Used by:159
Symbol 157 TextUses:27Used by:159
Symbol 158 TextUses:27Used by:159
Symbol 159 MovieClipUses:134 135 136 137 138 139 144 145 146 147 148 149 150 154 155 7 156 157 158Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:Timeline
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:Timeline
Symbol 166 GraphicUsed by:173
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:173
Symbol 169 GraphicUsed by:173
Symbol 170 GraphicUsed by:172
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:170 171Used by:173
Symbol 173 MovieClipUses:166 72 121 168 169 172Used by:Timeline
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:292
Symbol 179 GraphicUsed by:292
Symbol 180 GraphicUsed by:292
Symbol 181 GraphicUsed by:292
Symbol 182 GraphicUsed by:292
Symbol 183 GraphicUsed by:292
Symbol 184 GraphicUsed by:292
Symbol 185 GraphicUsed by:292
Symbol 186 GraphicUsed by:292
Symbol 187 GraphicUsed by:292
Symbol 188 GraphicUsed by:292
Symbol 189 GraphicUsed by:292
Symbol 190 GraphicUsed by:292
Symbol 191 GraphicUsed by:292
Symbol 192 GraphicUsed by:292
Symbol 193 GraphicUsed by:292
Symbol 194 GraphicUsed by:292
Symbol 195 GraphicUsed by:292
Symbol 196 GraphicUsed by:292
Symbol 197 GraphicUsed by:292
Symbol 198 GraphicUsed by:292
Symbol 199 GraphicUsed by:292
Symbol 200 GraphicUsed by:292
Symbol 201 GraphicUsed by:292
Symbol 202 GraphicUsed by:292
Symbol 203 GraphicUsed by:292
Symbol 204 GraphicUsed by:292
Symbol 205 GraphicUsed by:292
Symbol 206 GraphicUsed by:292
Symbol 207 GraphicUsed by:292
Symbol 208 GraphicUsed by:292
Symbol 209 GraphicUsed by:292
Symbol 210 GraphicUsed by:292
Symbol 211 GraphicUsed by:292
Symbol 212 GraphicUsed by:292
Symbol 213 GraphicUsed by:292
Symbol 214 GraphicUsed by:292
Symbol 215 GraphicUsed by:292
Symbol 216 GraphicUsed by:292
Symbol 217 GraphicUsed by:292
Symbol 218 GraphicUsed by:292
Symbol 219 GraphicUsed by:292
Symbol 220 GraphicUsed by:292
Symbol 221 GraphicUsed by:292
Symbol 222 GraphicUsed by:292
Symbol 223 GraphicUsed by:292
Symbol 224 GraphicUsed by:292
Symbol 225 GraphicUsed by:292
Symbol 226 GraphicUsed by:292
Symbol 227 GraphicUsed by:292
Symbol 228 GraphicUsed by:292
Symbol 229 GraphicUsed by:292
Symbol 230 GraphicUsed by:292
Symbol 231 GraphicUsed by:292
Symbol 232 GraphicUsed by:292
Symbol 233 GraphicUsed by:292
Symbol 234 GraphicUsed by:292
Symbol 235 GraphicUsed by:292
Symbol 236 GraphicUsed by:292
Symbol 237 GraphicUsed by:292
Symbol 238 GraphicUsed by:292
Symbol 239 GraphicUsed by:292
Symbol 240 GraphicUsed by:292
Symbol 241 GraphicUsed by:292
Symbol 242 GraphicUsed by:292
Symbol 243 GraphicUsed by:292
Symbol 244 GraphicUsed by:292
Symbol 245 GraphicUsed by:292
Symbol 246 GraphicUsed by:292
Symbol 247 GraphicUsed by:292
Symbol 248 GraphicUsed by:292
Symbol 249 GraphicUsed by:292
Symbol 250 GraphicUsed by:292
Symbol 251 GraphicUsed by:292
Symbol 252 GraphicUsed by:292
Symbol 253 GraphicUsed by:292
Symbol 254 GraphicUsed by:292
Symbol 255 GraphicUsed by:292
Symbol 256 GraphicUsed by:292
Symbol 257 GraphicUsed by:292
Symbol 258 GraphicUsed by:292
Symbol 259 GraphicUsed by:292
Symbol 260 GraphicUsed by:292
Symbol 261 GraphicUsed by:292
Symbol 262 GraphicUsed by:292
Symbol 263 GraphicUsed by:292
Symbol 264 GraphicUsed by:292
Symbol 265 GraphicUsed by:292
Symbol 266 GraphicUsed by:292
Symbol 267 GraphicUsed by:292
Symbol 268 GraphicUsed by:292
Symbol 269 GraphicUsed by:292
Symbol 270 GraphicUsed by:292
Symbol 271 GraphicUsed by:292
Symbol 272 GraphicUsed by:292
Symbol 273 GraphicUsed by:292
Symbol 274 GraphicUsed by:292
Symbol 275 GraphicUsed by:292
Symbol 276 GraphicUsed by:292
Symbol 277 GraphicUsed by:292
Symbol 278 GraphicUsed by:292
Symbol 279 GraphicUsed by:292
Symbol 280 GraphicUsed by:292
Symbol 281 GraphicUsed by:292
Symbol 282 GraphicUsed by:292
Symbol 283 GraphicUsed by:292
Symbol 284 GraphicUsed by:292
Symbol 285 GraphicUsed by:292
Symbol 286 GraphicUsed by:292
Symbol 287 GraphicUsed by:292
Symbol 288 GraphicUsed by:292
Symbol 289 GraphicUsed by:292
Symbol 290 GraphicUsed by:292
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291Used by:Timeline
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:Timeline
Symbol 295 SoundUsed by:Timeline
Symbol 296 EditableTextUses:27Used by:Timeline
Symbol 297 EditableTextUses:27Used by:Timeline

Instance Names

"player"Frame 1Symbol 23 MovieClip
"clock"Frame 3Symbol 49 MovieClip
"clock"Frame 5Symbol 49 MovieClip
"levelStarter"Frame 5Symbol 159 MovieClip
"bar"Symbol 21 MovieClip Frame 1Symbol 9 MovieClip
"splode"Symbol 101 MovieClip Frame 2Symbol 100 MovieClip
"windows1"Symbol 173 MovieClip Frame 1Symbol 168 MovieClip
"door"Symbol 173 MovieClip Frame 1Symbol 172 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"menu"Frame 2
"instructions"Frame 3
"eggStat"Frame 4
"lev1"Frame 5
"loaded"Symbol 21 MovieClip Frame 3
"off"Symbol 26 MovieClip Frame 1
"over"Symbol 26 MovieClip Frame 2
"still"Symbol 49 MovieClip Frame 1
"collect"Symbol 72 MovieClip Frame 2
"collect"Symbol 78 MovieClip Frame 2
"collect"Symbol 100 MovieClip Frame 2
"move"Symbol 101 MovieClip Frame 1
"splode"Symbol 101 MovieClip Frame 2
"collect"Symbol 121 MovieClip Frame 2
"off"Symbol 144 MovieClip Frame 1
"over"Symbol 144 MovieClip Frame 2
"off"Symbol 154 MovieClip Frame 1
"over"Symbol 154 MovieClip Frame 2
"start"Symbol 159 MovieClip Frame 1
"starting"Symbol 159 MovieClip Frame 2
"clear"Symbol 159 MovieClip Frame 61
"tally"Symbol 159 MovieClip Frame 62
"gameOver"Symbol 159 MovieClip Frame 63
"darken"Symbol 159 MovieClip Frame 64
"enoughPoints"Symbol 159 MovieClip Frame 91
"notEnough"Symbol 159 MovieClip Frame 121
"warning"Symbol 159 MovieClip Frame 151
"gone"Symbol 159 MovieClip Frame 256
"closed"Symbol 172 MovieClip Frame 1
"open"Symbol 172 MovieClip Frame 2

Dynamic Text Variables

timeLeftSymbol 44 EditableText""
eggCounterSymbol 50 EditableText""
scoreSymbol 51 EditableText""
timeTotalSymbol 52 EditableText""
timeAddSymbol 62 EditableText""
timeAddSymbol 77 EditableText""
timeAddSymbol 90 EditableText""
timeAddSymbol 111 EditableText""
eggCounterSymbol 131 EditableText""
scoreSymbol 132 EditableText""
timeTotalSymbol 133 EditableText""
timeScoreSymbol 145 EditableText""
eggScoreSymbol 146 EditableText""
totalScoreSymbol 147 EditableText""
finalScoreSymbol 148 EditableText""




http://swfchan.com/12/55019/info.shtml
Created: 20/4 -2019 23:54:41 Last modified: 20/4 -2019 23:54:41 Server time: 04/05 -2024 08:03:48