STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229671 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #55019 |
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 1stop(); Stage.showMenu = false;Instance of Symbol 6 MovieClip in Frame 1onClipEvent (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 1onClipEvent (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 1onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; Mouse.hide(); }Frame 2stop();Instance of Symbol 26 MovieClip in Frame 2onClipEvent (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 2onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 5stop(); 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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 9onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 10onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 11onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 12onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 13onClipEvent (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 14onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 16onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 17onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 18onClipEvent (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 19onClipEvent (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 19onClipEvent (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 19onClipEvent (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 20onClipEvent (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 Buttonon (release) { getURL ("http://www.newgrounds.com", "blank"); }Symbol 20 Buttonon (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 2gotoAndPlay (1);Symbol 26 MovieClip Frame 1stop();Symbol 49 MovieClip Frame 30this.timeLeft = this.timeLeft - 1; _root.timeTotal = _root.timeTotal + 1;Symbol 72 MovieClip Frame 1stop();Symbol 72 MovieClip Frame 6this.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 16stop();Symbol 78 MovieClip Frame 1stop();Symbol 78 MovieClip Frame 6this.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 16stop();Symbol 100 MovieClip Frame 1stop();Symbol 100 MovieClip Frame 2play();Symbol 100 MovieClip Frame 6this.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 16stop();Symbol 101 MovieClip Frame 1stop();Symbol 101 MovieClip Frame 2this.splode.gotoAndPlay("collect");Instance of Symbol 100 MovieClip "splode" in Symbol 101 MovieClip Frame 2onClipEvent (load) { var collected = false; var timeAddition = 2; }Symbol 121 MovieClip Frame 1stop();Symbol 121 MovieClip Frame 6this.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 16stop();Symbol 144 MovieClip Frame 1stop();Symbol 154 MovieClip Frame 1stop();Symbol 159 MovieClip Frame 1stop();Symbol 159 MovieClip Frame 2play();Symbol 159 MovieClip Frame 61stop(); _root.game = true;Symbol 159 MovieClip Frame 62stop(); 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 62onClipEvent (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 63stop(); var finalPoints1 = _root.clock.eggsScore; this.finalScore = "Final=" + this.finalPoints1;Instance of Symbol 154 MovieClip in Symbol 159 MovieClip Frame 63onClipEvent (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 90if (_root.clock.eggsScore >= 800) { this.gotoAndPlay("enoughPoints"); } else { this.gotoAndPlay("notEnough"); }Instance of Symbol 144 MovieClip in Symbol 159 MovieClip Frame 105onClipEvent (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 120stop();Instance of Symbol 154 MovieClip in Symbol 159 MovieClip Frame 135onClipEvent (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 150stop();Instance of Symbol 154 MovieClip in Symbol 159 MovieClip Frame 150onClipEvent (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 255this.gotoAndPlay("starting");Symbol 172 MovieClip Frame 1stop();Instance of Symbol 72 MovieClip in Symbol 173 MovieClip Frame 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1stop();Symbol 292 MovieClip Frame 100this.splode = true; _root.clock.eggsScore = _root.clock.eggsScore + 100; _root.clock.eggsNeed = _root.clock.eggsNeed - 1;Symbol 292 MovieClip Frame 200stop(); this.splode = false;
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:6 | |
Symbol 4 Graphic | Used by:6 | |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 MovieClip | Uses:3 4 5 | Used by:Timeline |
Symbol 7 Graphic | Used by:21 159 | |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:8 | Used by:21 |
Symbol 10 Graphic | Used by:21 | |
Symbol 11 Graphic | Used by:14 15 | |
Symbol 12 Graphic | Used by:14 15 | |
Symbol 13 Graphic | Used by:14 15 | |
Symbol 14 MovieClip | Uses:11 12 13 | Used by:15 |
Symbol 15 Button | Uses:14 11 12 13 | Used by:21 |
Symbol 16 Graphic | Used by:20 | |
Symbol 17 Graphic | Used by:20 | |
Symbol 18 Graphic | Used by:20 | |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 Button | Uses:16 17 18 19 | Used by:21 |
Symbol 21 MovieClip | Uses:7 9 10 15 20 | Used by:Timeline |
Symbol 22 Graphic | Used by:23 | |
Symbol 23 MovieClip | Uses:22 | Used by:Timeline |
Symbol 24 Graphic | Used by:26 | |
Symbol 25 Graphic | Used by:26 | |
Symbol 26 MovieClip | Uses:24 25 | Used by:Timeline |
Symbol 27 Font | Used 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 Text | Uses:27 | Used by:Timeline |
Symbol 29 Text | Uses:27 | Used by:Timeline |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:30 | Used by:Timeline |
Symbol 32 Sound | Used by:Timeline | |
Symbol 33 Graphic | Used by:Timeline | |
Symbol 34 Graphic | Used by:35 | |
Symbol 35 MovieClip | Uses:34 | Used by:72 Timeline |
Symbol 36 Graphic | Used by:37 | |
Symbol 37 MovieClip | Uses:36 | Used by:72 Timeline |
Symbol 38 Text | Uses:27 | Used by:Timeline |
Symbol 39 Text | Uses:27 | Used by:Timeline |
Symbol 40 Text | Uses:27 | Used by:Timeline |
Symbol 41 Text | Uses:27 | Used by:Timeline |
Symbol 42 Text | Uses:27 | Used by:Timeline |
Symbol 43 Graphic | Used by:49 | |
Symbol 44 EditableText | Uses:27 | Used by:49 |
Symbol 45 Graphic | Used by:46 | |
Symbol 46 MovieClip | Uses:45 | Used by:49 |
Symbol 47 Graphic | Used by:48 | |
Symbol 48 MovieClip | Uses:47 | Used by:49 |
Symbol 49 MovieClip | Uses:43 44 46 48 | Used by:Timeline |
Symbol 50 EditableText | Uses:27 | Used by:Timeline |
Symbol 51 EditableText | Uses:27 | Used by:Timeline |
Symbol 52 EditableText | Uses:27 | Used by:Timeline |
Symbol 53 Text | Uses:27 | Used by:Timeline |
Symbol 54 Text | Uses:27 | Used by:Timeline |
Symbol 55 Text | Uses:27 | Used by:Timeline |
Symbol 56 Graphic | Used by:72 78 | |
Symbol 57 Sound | Used by:72 78 100 121 | |
Symbol 58 Graphic | Used by:72 78 | |
Symbol 59 Graphic | Used by:72 78 | |
Symbol 60 Graphic | Used by:72 78 | |
Symbol 61 Graphic | Used by:72 78 | |
Symbol 62 EditableText | Uses:27 | Used by:72 |
Symbol 63 Graphic | Used by:72 78 | |
Symbol 64 Graphic | Used by:72 78 | |
Symbol 65 Graphic | Used by:72 78 | |
Symbol 66 Graphic | Used by:72 78 | |
Symbol 67 Graphic | Used by:72 78 | |
Symbol 68 Graphic | Used by:72 78 | |
Symbol 69 Graphic | Used by:72 78 | |
Symbol 70 Graphic | Used by:72 78 | |
Symbol 71 Graphic | Used by:72 78 | |
Symbol 72 MovieClip | Uses:35 37 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | Used by:173 Timeline |
Symbol 73 Graphic | Used by:74 | |
Symbol 74 MovieClip | Uses:73 | Used by:78 |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 MovieClip | Uses:75 | Used by:78 |
Symbol 77 EditableText | Uses:27 | Used by:78 |
Symbol 78 MovieClip | Uses:74 76 56 57 58 59 60 61 77 63 64 65 66 67 68 69 70 71 | Used by:Timeline |
Symbol 79 Graphic | Used by:80 101 | |
Symbol 80 MovieClip | Uses:79 | Used by:101 |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 MovieClip | Uses:81 | Used by:100 |
Symbol 83 Graphic | Used by:84 | |
Symbol 84 MovieClip | Uses:83 | Used by:100 |
Symbol 85 Graphic | Used by:100 | |
Symbol 86 Graphic | Used by:100 | |
Symbol 87 Graphic | Used by:100 | |
Symbol 88 Graphic | Used by:100 | |
Symbol 89 Graphic | Used by:100 | |
Symbol 90 EditableText | Uses:27 | Used by:100 |
Symbol 91 Graphic | Used by:100 | |
Symbol 92 Graphic | Used by:100 | |
Symbol 93 Graphic | Used by:100 | |
Symbol 94 Graphic | Used by:100 | |
Symbol 95 Graphic | Used by:100 | |
Symbol 96 Graphic | Used by:100 | |
Symbol 97 Graphic | Used by:100 | |
Symbol 98 Graphic | Used by:100 | |
Symbol 99 Graphic | Used by:100 | |
Symbol 100 MovieClip | Uses:82 84 85 57 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | Used by:101 |
Symbol 101 MovieClip | Uses:80 100 79 | Used by:Timeline |
Symbol 102 Graphic | Used by:103 | |
Symbol 103 MovieClip | Uses:102 | Used by:121 |
Symbol 104 Graphic | Used by:105 | |
Symbol 105 MovieClip | Uses:104 | Used by:121 |
Symbol 106 Graphic | Used by:121 | |
Symbol 107 Graphic | Used by:121 | |
Symbol 108 Graphic | Used by:121 | |
Symbol 109 Graphic | Used by:121 | |
Symbol 110 Graphic | Used by:121 | |
Symbol 111 EditableText | Uses:27 | Used by:121 |
Symbol 112 Graphic | Used by:121 | |
Symbol 113 Graphic | Used by:121 | |
Symbol 114 Graphic | Used by:121 | |
Symbol 115 Graphic | Used by:121 | |
Symbol 116 Graphic | Used by:121 | |
Symbol 117 Graphic | Used by:121 | |
Symbol 118 Graphic | Used by:121 | |
Symbol 119 Graphic | Used by:121 | |
Symbol 120 Graphic | Used by:121 | |
Symbol 121 MovieClip | Uses:103 105 106 57 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | Used by:173 Timeline |
Symbol 122 Text | Uses:27 | Used by:Timeline |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip | Uses:123 | Used by:Timeline |
Symbol 125 Graphic | Used by:126 | |
Symbol 126 MovieClip | Uses:125 | Used by:Timeline |
Symbol 127 Graphic | Used by:130 | |
Symbol 128 Graphic | Used by:129 | |
Symbol 129 MovieClip | Uses:128 | Used by:130 |
Symbol 130 MovieClip | Uses:127 129 | Used by:Timeline |
Symbol 131 EditableText | Uses:27 | Used by:Timeline |
Symbol 132 EditableText | Uses:27 | Used by:Timeline |
Symbol 133 EditableText | Uses:27 | Used by:Timeline |
Symbol 134 Graphic | Used by:159 | |
Symbol 135 Text | Uses:27 | Used by:159 |
Symbol 136 Graphic | Used by:159 | |
Symbol 137 Text | Uses:27 | Used by:159 |
Symbol 138 Text | Uses:27 | Used by:159 |
Symbol 139 Graphic | Used by:159 | |
Symbol 140 Graphic | Used by:144 | |
Symbol 141 Graphic | Used by:144 | |
Symbol 142 EditableText | Uses:27 | Used by:144 |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 MovieClip | Uses:140 141 142 143 | Used by:159 |
Symbol 145 EditableText | Uses:27 | Used by:159 |
Symbol 146 EditableText | Uses:27 | Used by:159 |
Symbol 147 EditableText | Uses:27 | Used by:159 |
Symbol 148 EditableText | Uses:27 | Used by:159 |
Symbol 149 Text | Uses:27 | Used by:159 |
Symbol 150 Text | Uses:27 | Used by:159 |
Symbol 151 Graphic | Used by:154 | |
Symbol 152 Text | Uses:27 | Used by:154 |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:151 152 153 | Used by:159 Timeline |
Symbol 155 ShapeTweening | Used by:159 | |
Symbol 156 Text | Uses:27 | Used by:159 |
Symbol 157 Text | Uses:27 | Used by:159 |
Symbol 158 Text | Uses:27 | Used by:159 |
Symbol 159 MovieClip | Uses:134 135 136 137 138 139 144 145 146 147 148 149 150 154 155 7 156 157 158 | Used by:Timeline |
Symbol 160 Graphic | Used by:161 | |
Symbol 161 MovieClip | Uses:160 | Used by:Timeline |
Symbol 162 Graphic | Used by:163 | |
Symbol 163 MovieClip | Uses:162 | Used by:Timeline |
Symbol 164 Graphic | Used by:165 | |
Symbol 165 MovieClip | Uses:164 | Used by:Timeline |
Symbol 166 Graphic | Used by:173 | |
Symbol 167 Graphic | Used by:168 | |
Symbol 168 MovieClip | Uses:167 | Used by:173 |
Symbol 169 Graphic | Used by:173 | |
Symbol 170 Graphic | Used by:172 | |
Symbol 171 Graphic | Used by:172 | |
Symbol 172 MovieClip | Uses:170 171 | Used by:173 |
Symbol 173 MovieClip | Uses:166 72 121 168 169 172 | Used by:Timeline |
Symbol 174 Graphic | Used by:175 | |
Symbol 175 MovieClip | Uses:174 | Used by:Timeline |
Symbol 176 Graphic | Used by:177 | |
Symbol 177 MovieClip | Uses:176 | Used by:Timeline |
Symbol 178 Graphic | Used by:292 | |
Symbol 179 Graphic | Used by:292 | |
Symbol 180 Graphic | Used by:292 | |
Symbol 181 Graphic | Used by:292 | |
Symbol 182 Graphic | Used by:292 | |
Symbol 183 Graphic | Used by:292 | |
Symbol 184 Graphic | Used by:292 | |
Symbol 185 Graphic | Used by:292 | |
Symbol 186 Graphic | Used by:292 | |
Symbol 187 Graphic | Used by:292 | |
Symbol 188 Graphic | Used by:292 | |
Symbol 189 Graphic | Used by:292 | |
Symbol 190 Graphic | Used by:292 | |
Symbol 191 Graphic | Used by:292 | |
Symbol 192 Graphic | Used by:292 | |
Symbol 193 Graphic | Used by:292 | |
Symbol 194 Graphic | Used by:292 | |
Symbol 195 Graphic | Used by:292 | |
Symbol 196 Graphic | Used by:292 | |
Symbol 197 Graphic | Used by:292 | |
Symbol 198 Graphic | Used by:292 | |
Symbol 199 Graphic | Used by:292 | |
Symbol 200 Graphic | Used by:292 | |
Symbol 201 Graphic | Used by:292 | |
Symbol 202 Graphic | Used by:292 | |
Symbol 203 Graphic | Used by:292 | |
Symbol 204 Graphic | Used by:292 | |
Symbol 205 Graphic | Used by:292 | |
Symbol 206 Graphic | Used by:292 | |
Symbol 207 Graphic | Used by:292 | |
Symbol 208 Graphic | Used by:292 | |
Symbol 209 Graphic | Used by:292 | |
Symbol 210 Graphic | Used by:292 | |
Symbol 211 Graphic | Used by:292 | |
Symbol 212 Graphic | Used by:292 | |
Symbol 213 Graphic | Used by:292 | |
Symbol 214 Graphic | Used by:292 | |
Symbol 215 Graphic | Used by:292 | |
Symbol 216 Graphic | Used by:292 | |
Symbol 217 Graphic | Used by:292 | |
Symbol 218 Graphic | Used by:292 | |
Symbol 219 Graphic | Used by:292 | |
Symbol 220 Graphic | Used by:292 | |
Symbol 221 Graphic | Used by:292 | |
Symbol 222 Graphic | Used by:292 | |
Symbol 223 Graphic | Used by:292 | |
Symbol 224 Graphic | Used by:292 | |
Symbol 225 Graphic | Used by:292 | |
Symbol 226 Graphic | Used by:292 | |
Symbol 227 Graphic | Used by:292 | |
Symbol 228 Graphic | Used by:292 | |
Symbol 229 Graphic | Used by:292 | |
Symbol 230 Graphic | Used by:292 | |
Symbol 231 Graphic | Used by:292 | |
Symbol 232 Graphic | Used by:292 | |
Symbol 233 Graphic | Used by:292 | |
Symbol 234 Graphic | Used by:292 | |
Symbol 235 Graphic | Used by:292 | |
Symbol 236 Graphic | Used by:292 | |
Symbol 237 Graphic | Used by:292 | |
Symbol 238 Graphic | Used by:292 | |
Symbol 239 Graphic | Used by:292 | |
Symbol 240 Graphic | Used by:292 | |
Symbol 241 Graphic | Used by:292 | |
Symbol 242 Graphic | Used by:292 | |
Symbol 243 Graphic | Used by:292 | |
Symbol 244 Graphic | Used by:292 | |
Symbol 245 Graphic | Used by:292 | |
Symbol 246 Graphic | Used by:292 | |
Symbol 247 Graphic | Used by:292 | |
Symbol 248 Graphic | Used by:292 | |
Symbol 249 Graphic | Used by:292 | |
Symbol 250 Graphic | Used by:292 | |
Symbol 251 Graphic | Used by:292 | |
Symbol 252 Graphic | Used by:292 | |
Symbol 253 Graphic | Used by:292 | |
Symbol 254 Graphic | Used by:292 | |
Symbol 255 Graphic | Used by:292 | |
Symbol 256 Graphic | Used by:292 | |
Symbol 257 Graphic | Used by:292 | |
Symbol 258 Graphic | Used by:292 | |
Symbol 259 Graphic | Used by:292 | |
Symbol 260 Graphic | Used by:292 | |
Symbol 261 Graphic | Used by:292 | |
Symbol 262 Graphic | Used by:292 | |
Symbol 263 Graphic | Used by:292 | |
Symbol 264 Graphic | Used by:292 | |
Symbol 265 Graphic | Used by:292 | |
Symbol 266 Graphic | Used by:292 | |
Symbol 267 Graphic | Used by:292 | |
Symbol 268 Graphic | Used by:292 | |
Symbol 269 Graphic | Used by:292 | |
Symbol 270 Graphic | Used by:292 | |
Symbol 271 Graphic | Used by:292 | |
Symbol 272 Graphic | Used by:292 | |
Symbol 273 Graphic | Used by:292 | |
Symbol 274 Graphic | Used by:292 | |
Symbol 275 Graphic | Used by:292 | |
Symbol 276 Graphic | Used by:292 | |
Symbol 277 Graphic | Used by:292 | |
Symbol 278 Graphic | Used by:292 | |
Symbol 279 Graphic | Used by:292 | |
Symbol 280 Graphic | Used by:292 | |
Symbol 281 Graphic | Used by:292 | |
Symbol 282 Graphic | Used by:292 | |
Symbol 283 Graphic | Used by:292 | |
Symbol 284 Graphic | Used by:292 | |
Symbol 285 Graphic | Used by:292 | |
Symbol 286 Graphic | Used by:292 | |
Symbol 287 Graphic | Used by:292 | |
Symbol 288 Graphic | Used by:292 | |
Symbol 289 Graphic | Used by:292 | |
Symbol 290 Graphic | Used by:292 | |
Symbol 291 Graphic | Used by:292 | |
Symbol 292 MovieClip | Uses: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 291 | Used by:Timeline |
Symbol 293 Graphic | Used by:294 | |
Symbol 294 MovieClip | Uses:293 | Used by:Timeline |
Symbol 295 Sound | Used by:Timeline | |
Symbol 296 EditableText | Uses:27 | Used by:Timeline |
Symbol 297 EditableText | Uses:27 | Used by:Timeline |
Instance Names
"player" | Frame 1 | Symbol 23 MovieClip |
"clock" | Frame 3 | Symbol 49 MovieClip |
"clock" | Frame 5 | Symbol 49 MovieClip |
"levelStarter" | Frame 5 | Symbol 159 MovieClip |
"bar" | Symbol 21 MovieClip Frame 1 | Symbol 9 MovieClip |
"splode" | Symbol 101 MovieClip Frame 2 | Symbol 100 MovieClip |
"windows1" | Symbol 173 MovieClip Frame 1 | Symbol 168 MovieClip |
"door" | Symbol 173 MovieClip Frame 1 | Symbol 172 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access 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
timeLeft | Symbol 44 EditableText | "" |
eggCounter | Symbol 50 EditableText | "" |
score | Symbol 51 EditableText | "" |
timeTotal | Symbol 52 EditableText | "" |
timeAdd | Symbol 62 EditableText | "" |
timeAdd | Symbol 77 EditableText | "" |
timeAdd | Symbol 90 EditableText | "" |
timeAdd | Symbol 111 EditableText | "" |
eggCounter | Symbol 131 EditableText | "" |
score | Symbol 132 EditableText | "" |
timeTotal | Symbol 133 EditableText | "" |
timeScore | Symbol 145 EditableText | "" |
eggScore | Symbol 146 EditableText | "" |
totalScore | Symbol 147 EditableText | "" |
finalScore | Symbol 148 EditableText | "" |
|