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

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

Egg Run.swf

This is the info page for
Flash #26503

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


Text
Place this component on the top layer of
the second frame, leaving frame 1
completely empty. The silhouette helps
you position the preloader correctly on
your page.

MINICLIP.COM INTRO COMPONENT v1.3

Free Games AND ShowS

The game is loading (0%)

The game is loading (0%)

The absolute path to the
score variable.
Game identifier.
Set to false to only show
the scores and not save score.
Score is based on time -
'00m23s45ms' should be
sent as '2345' (number mustn't
start with a zero).
Score is sorted descending,
time is sorted ascending.
Score can be less than zero.

scoreLocation
gamename
saveScore
scoreIsTime
scoreReversed
negativeScoreAllowed

Place this component on a frame where the
highscores should be displayed. The silhouette
helps you position it correctly on your page.

MINICLIP.COM HIGHSCORE COMPONENT v1.26

HIGHSCORES

PLAY THIS GAME WITH HIGHSCORES!

PLAY THIS GAME WITH HIGHSCORES!

THE HIGHSCORES ARE EXCLUSIVELY
AVAILABLE ON MINICLIP.COM

MONTHLY

WEEKLY

DAILY

ActionScript [AS1/AS2]

Frame 1
w1 = 0; _root.newLoad = 0; fscommand ("showmenu", "false"); myLocalSO = sharedobject.getLocal("flashcookie"); if (myLocalSO.data.name_a_1 != null) { name_a_1 = myLocalSO.data.name_a_1; name_a_2 = myLocalSO.data.name_a_2; name_a_3 = myLocalSO.data.name_a_3; score_a_1 = myLocalSO.data.score_a_1; score_a_2 = myLocalSO.data.score_a_2; score_a_3 = myLocalSO.data.score_a_3; name_b_1 = myLocalSO.data.name_b_1; name_b_2 = myLocalSO.data.name_b_2; name_b_3 = myLocalSO.data.name_b_3; score_b_1 = myLocalSO.data.score_b_1; score_b_2 = myLocalSO.data.score_b_2; score_b_3 = myLocalSO.data.score_b_3; name_c_1 = myLocalSO.data.name_c_1; name_c_2 = myLocalSO.data.name_c_2; name_c_3 = myLocalSO.data.name_c_3; score_c_1 = myLocalSO.data.score_c_1; score_c_2 = myLocalSO.data.score_c_2; score_c_3 = myLocalSO.data.score_c_3; numVisits.text = ("You have been here " + myLocalSO.data.counter) + " times."; } else { name_a_1 = "mark"; name_a_2 = "pol"; name_a_3 = "pete"; score_a_1 = 48; score_a_2 = 62; score_a_3 = 75; name_b_1 = "tetsuo"; name_b_2 = "bob"; name_b_3 = "matt"; score_b_1 = 41; score_b_2 = 42; score_b_3 = 53; name_c_1 = "champ"; name_c_2 = "master"; name_c_3 = "bob"; score_c_1 = 46; score_c_2 = 55; score_c_3 = 62; myLocalSO.data.name_a_1 = name_a_1; myLocalSO.data.name_a_2 = name_a_2; myLocalSO.data.name_a_3 = name_a_3; myLocalSO.data.score_a_1 = score_a_1; myLocalSO.data.score_a_2 = score_a_2; myLocalSO.data.score_a_3 = score_a_3; myLocalSO.data.name_b_1 = name_b_1; myLocalSO.data.name_b_2 = name_b_2; myLocalSO.data.name_b_3 = name_b_3; myLocalSO.data.score_b_1 = score_b_1; myLocalSO.data.score_b_2 = score_b_2; myLocalSO.data.score_b_3 = score_b_3; myLocalSO.data.name_c_1 = name_c_1; myLocalSO.data.name_c_2 = name_c_2; myLocalSO.data.name_c_3 = name_c_3; myLocalSO.data.score_c_1 = score_c_1; myLocalSO.data.score_c_2 = score_c_2; myLocalSO.data.score_c_3 = score_c_3; myLocalSO.data.counter = 1; numVisits.text = myLocalSO.data.counter; } myLocalSO.data.counter++; userName.onChanged = function () { myLocalSO.data.name = userName.text; };
Frame 2
_root.myTargetFrame = 5;
Frame 3
w1 = 0; stop();
Instance of Symbol 69 MovieClip "musicswitch" in Frame 3
onClipEvent (enterFrame) { } onClipEvent (load) { }
Instance of Symbol 70 MovieClip "storage" in Frame 3
onClipEvent (load) { _root.worldrankingscores = 0; _root.loadedC1 = 0; _root.loadedC2 = 0; _root.loadedC3 = 0; _root.myActualFrame = _root._currentframe; _root.myTargetFrame = _root._currentframe; } onClipEvent (enterFrame) { _root.myActualFrame = _root._currentframe; if (_root.myActualFrame != _root.myTargetFrame) { _root.gotoAndPlay(_root.myTargetFrame); } if (_root.loadedC1 == 1) { if (_root.loadedC2 == 1) { if (_root.loadedC3 == 1) { _root.worldrankingscores = 1; } } } }
Instance of Symbol 71 MovieClip "sound" in Frame 3
onClipEvent (load) { function gottwig() { gottwig_s.start(); } function buttonsound() { button_s.start(); } function levelcomplete() { levelcomplete_s.start(); } function startsound() { if (_root.newLoad == 0) { _root.newLoad = 1; intro_s.start(); } } function stopsound() { main_s.stop("egg_main_loop2.wav"); main_s.start(); main_s.stop("egg_main_loop2.wav"); } musicstatus = true; gottwig_s = new Sound(); gottwig_s.attachSound("eggfx_pickup.wav"); button_s = new Sound(); button_s.attachSound("eggfx_button.wav"); levelcomplete_s = new Sound(); levelcomplete_s.attachSound("eggfx_finish_level.wav"); main_s = new Sound(); main_s.attachSound("egg_main_loop2.wav"); main_s.onSoundComplete = function () { main_s.start(); }; intro_s = new Sound(); intro_s.attachSound("egg_main_intro.wav"); intro_s.start(); intro_s.onSoundComplete = function () { main_s.start(); }; } onClipEvent (enterFrame) { }
Frame 4
stop();
Frame 5
stop(); course_1_scores = _root.$hiscores1.split(","); course_2_scores = _root.$hiscores2.split(","); course_3_scores = _root.$hiscores3.split(","); name_a_1 = myLocalSO.data.name_a_1; name_a_2 = myLocalSO.data.name_a_2; name_a_3 = myLocalSO.data.name_a_3; score_a_1 = myLocalSO.data.score_a_1; score_a_2 = myLocalSO.data.score_a_2; score_a_3 = myLocalSO.data.score_a_3; name_b_1 = myLocalSO.data.name_b_1; name_b_2 = myLocalSO.data.name_b_2; name_b_3 = myLocalSO.data.name_b_3; score_b_1 = myLocalSO.data.score_b_1; score_b_2 = myLocalSO.data.score_b_2; score_b_3 = myLocalSO.data.score_b_3; name_c_1 = myLocalSO.data.name_c_1; name_c_2 = myLocalSO.data.name_c_2; name_c_3 = myLocalSO.data.name_c_3; score_c_1 = myLocalSO.data.score_c_1; score_c_2 = myLocalSO.data.score_c_2; score_c_3 = myLocalSO.data.score_c_3;
Frame 6
stop();
Frame 7
stop();
Frame 9
stop(); _root.playername = "";
Instance of Symbol 134 MovieClip "loader1" in Frame 9
onClipEvent (enterFrame) { if (_root._framesloaded > 110) { gotoAndStop (2); } }
Frame 10
stop();
Instance of Symbol 263 MovieClip "egg" in Frame 10
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 20
stop();
Instance of Symbol 267 MovieClip "egg" in Frame 20
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 30
stop();
Instance of Symbol 271 MovieClip "egg" in Frame 30
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 40
stop();
Instance of Symbol 274 MovieClip "egg" in Frame 40
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 50
stop();
Instance of Symbol 277 MovieClip "egg" in Frame 50
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 60
stop();
Instance of Symbol 281 MovieClip "egg" in Frame 60
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 70
stop();
Instance of Symbol 284 MovieClip "egg" in Frame 70
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 80
stop();
Instance of Symbol 287 MovieClip "egg" in Frame 80
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 90
stop();
Instance of Symbol 290 MovieClip "egg" in Frame 90
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 100
stop();
Instance of Symbol 293 MovieClip "egg" in Frame 100
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 110
stop();
Instance of Symbol 321 MovieClip "comHighscores" in Frame 110
//component parameters onClipEvent (initialize) { scoreLocation = "_root.w1"; gamename = "eggrun1"; saveScore = true; scoreIsTime = false; scoreReversed = true; negativeScoreAllowed = false; }
Instance of Symbol 342 MovieClip "numbers" in Frame 110
onClipEvent (enterFrame) { if (_root.w1 < 10) { this.gotoAndStop(1); temp = _root.w1; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 9) { this.gotoAndStop(2); temp = _root.w1 - 10; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 19) { this.gotoAndStop(3); temp = _root.w1 - 20; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 29) { this.gotoAndStop(4); temp = _root.w1 - 30; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 39) { this.gotoAndStop(5); temp = _root.w1 - 40; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 49) { this.gotoAndStop(6); temp = _root.w1 - 50; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 59) { this.gotoAndStop(7); temp = _root.w1 - 60; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 69) { this.gotoAndStop(8); temp = _root.w1 - 70; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 79) { this.gotoAndStop(9); temp = _root.w1 - 80; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 89) { this.gotoAndStop(10); temp = _root.w1 - 90; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 99) { _root.w1 = 99; } }
Frame 111
_root.myTargetFrame = 3;
Frame 119
stop(); w1 = 0;
Instance of Symbol 134 MovieClip "loader1" in Frame 119
onClipEvent (enterFrame) { if (_root._framesloaded > 220) { gotoAndStop (2); } }
Frame 120
stop();
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 3 * this.temp; this._y = random(10) - 10; this._x = random(500) - 500; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 3 * this.temp; this._y = random(10) - 10; this._x = random(500) - 500; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 346 MovieClip in Frame 120
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if (this._y > 310) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(700) - 300; } if (this._x > 410) { this.temp = Math.random(); this.speed = 5 * this.temp; this._y = random(10) - 10; this._x = random(600) - 200; } } onClipEvent (load) { this.temp = Math.random(); this.speed = 5 * this.temp; this.yspeed = this.speed + 1; this.xspeed = (2 / this.yspeed) + (2 * this.temp); this.star1.gotoAndPlay(1); this.star1.star2.gotoAndPlay(1); this._width = (this.temp * 5) + 2; this._height = this._width; this._y = random(300) - 300; this._x = random(700) - 300; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); }
Instance of Symbol 355 MovieClip "egg" in Frame 120
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 130
stop();
Instance of Symbol 360 MovieClip "egg" in Frame 130
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 140
stop();
Instance of Symbol 363 MovieClip "egg" in Frame 140
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 150
stop();
Instance of Symbol 367 MovieClip "egg" in Frame 150
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 160
stop();
Instance of Symbol 371 MovieClip "egg" in Frame 160
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 170
stop();
Instance of Symbol 372 MovieClip "egg" in Frame 170
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 180
stop();
Instance of Symbol 373 MovieClip "egg" in Frame 180
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 190
stop();
Instance of Symbol 376 MovieClip "egg" in Frame 190
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 200
stop();
Instance of Symbol 377 MovieClip "egg" in Frame 200
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 210
stop();
Instance of Symbol 379 MovieClip "egg" in Frame 210
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 220
stop();
Instance of Symbol 321 MovieClip "comHighscores" in Frame 220
//component parameters onClipEvent (initialize) { scoreLocation = "_root.w1"; gamename = "eggrun2"; saveScore = true; scoreIsTime = false; scoreReversed = true; negativeScoreAllowed = false; }
Frame 221
_root.myTargetFrame = 3;
Frame 249
stop(); w1 = 0;
Instance of Symbol 134 MovieClip "loader1" in Frame 249
onClipEvent (enterFrame) { if (_root._framesloaded == _root._totalframes) { gotoAndStop (2); } }
Frame 250
stop();
Instance of Symbol 400 MovieClip "egg" in Frame 250
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 260
stop();
Instance of Symbol 406 MovieClip "egg" in Frame 260
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 270
stop();
Instance of Symbol 411 MovieClip "egg" in Frame 270
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 280
stop();
Instance of Symbol 415 MovieClip "egg" in Frame 280
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 290
stop();
Instance of Symbol 420 MovieClip "egg" in Frame 290
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 300
stop();
Instance of Symbol 424 MovieClip "egg" in Frame 300
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 310
stop();
Instance of Symbol 426 MovieClip "egg" in Frame 310
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 320
stop();
Instance of Symbol 428 MovieClip "egg" in Frame 320
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 330
stop();
Instance of Symbol 430 MovieClip "egg" in Frame 330
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 340
stop();
Instance of Symbol 433 MovieClip "egg" in Frame 340
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 350
stop();
Instance of Symbol 321 MovieClip "comHighscores" in Frame 350
//component parameters onClipEvent (initialize) { scoreLocation = "_root.w1"; gamename = "eggrun3"; saveScore = true; scoreIsTime = false; scoreReversed = true; negativeScoreAllowed = false; }
Frame 351
_root.myTargetFrame = 3;
Symbol 15 MovieClip Frame 1
this._visible = false;
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 60
Symbol 29 MovieClip Frame 121
_parent.mcBackground.play(); stop();
Symbol 31 Button
on (release) { getURL ("http://www.miniclip.com/", "_blank"); }
Symbol 34 MovieClip Frame 2
_parent.mcAnimation.play(); stop();
Symbol 34 MovieClip Frame 13
_parent.gotoAndPlay("preload"); stop();
Symbol 48 MovieClip Frame 1
pushSWF1 = "http://www.miniclip.com/swfcontent/push/didyouknow.swf"; totalAds = 1; gotoAndPlay ("ReadCookie");
Symbol 48 MovieClip Frame 9
so = SharedObject.getLocal("MiniclipLoaderAd"); showThisAd = so.data.showThisAd + 1; if (showThisAd > totalAds) { showThisAd = 1; } so.data.showThisAd = showThisAd; gotoAndPlay ("prepareAd");
Symbol 48 MovieClip Frame 20
doReadCookie(); showAd = ((this["pushSWF" + showThisAd] + "?cacheBuster=") + getTimer()) + random(999999); gotoAndPlay ("loadAd");
Symbol 48 MovieClip Frame 31
if (_url.indexOf(http) > 0) { mcAd.loadMovie(showAd); } mcCookie.doWriteCookie(showThisAd);
Symbol 48 MovieClip Frame 33
if ((mcAd.getBytesTotal() != 0) && (mcAd.getBytesLoaded() == mcAd.getBytesTotal())) { lastAdShown = showThisAd; doWriteCookie(); gotoAndStop ("showAd"); } else { gotoAndPlay(_currentframe - 1); }
Symbol 48 MovieClip Frame 41
stop();
Symbol 52 Button
on (release) { getURL ("http://www.miniclip.com/", "_blank"); }
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 100
stop();
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 12
_root.play(); _root.isFinished = true; _parent.stop(); stop();
Symbol 58 MovieClip Frame 1
_root.stop(); play();
Instance of Symbol 15 MovieClip "mcIntro" in Symbol 58 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 58 MovieClip Frame 2
xPos = _x; yPos = _y; mcBackground._x = mcBackground._x - xPos; mcBackground._y = mcBackground._y - yPos; mcAnimation._x = mcAnimation._x - xPos; mcAnimation._y = mcAnimation._y - yPos; var stageWidth = Stage.width; var stageHeight = Stage.height; var centerStageX = (stageWidth / 2); var centerStageY = (stageHeight / 2); mcBackground._width = stageWidth; mcBackground._height = stageHeight; mcAnimation._x = mcAnimation._x + centerStageX; mcAnimation._y = mcAnimation._y + (centerStageY - (stageHeight / 10)); stop();
Instance of Symbol 57 MovieClip "mcLoadingAnimated" in Symbol 58 MovieClip Frame 2
onClipEvent (load) { _visible = false; }
Symbol 58 MovieClip Frame 3
var loadedPercent = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (loadedPercent == 100) { _root.play(); stop(); } else { mcLoadingAnimated._visible = true; }
Symbol 58 MovieClip Frame 5
var loadedPercent = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (loadedPercent < 100) { mcLoadingAnimated.mcLoading.gotoAndStop(loadedPercent); mcLoadingAnimated.mcLoading.txtPercentLoaded1 = ("The game is loading (" + loadedPercent) + "%)"; mcLoadingAnimated.mcLoading.txtPercentLoaded2 = ("The game is loading (" + loadedPercent) + "%)"; gotoAndPlay(_currentframe - 1); } else { mcLoadingAnimated.play(); stop(); }
Symbol 60 Button
on (release) { getURL ("http://www.miniclip.com", "_blank"); }
Symbol 66 Button
on (release) { _root.sound.buttonsound(); _root.sound.musicstatus = false; _root.sound.stopsound(); gotoAndStop (2); }
Symbol 68 Button
on (release) { _root.sound.buttonsound(); _root.sound.musicstatus = true; _root.sound.main_s.start(); gotoAndStop (1); }
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 74 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 3; }
Symbol 79 MovieClip Frame 30
stop();
Symbol 84 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 4; }
Symbol 87 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 5; }
Symbol 95 MovieClip Frame 10
stop();
Symbol 96 Button
on (release) { _root.sound.buttonsound(); }
Symbol 97 Button
on (release) { _root.sound.buttonsound(); }
Instance of Symbol 98 MovieClip in Symbol 100 MovieClip Frame 1
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x > -350) { this._x = this._x - n; n = n + 2; } }
Instance of Symbol 99 MovieClip in Symbol 100 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._alpha > 40) { this._alpha = this._alpha - 5; } }
Symbol 103 Button
on (release) { _root.gotoAndStop(2); }
Symbol 104 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 3; }
Symbol 107 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 9; }
Symbol 110 Button
on (release) { _root.gotoAndPlay(6); _root.sound.buttonsound(); }
Symbol 113 Button
on (release) { _root.gotoAndPlay(7); _root.sound.buttonsound(); }
Symbol 114 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 7; }
Symbol 115 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 6; }
Symbol 116 MovieClip Frame 30
stop();
Instance of Symbol 98 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x > -350) { this._x = this._x - n; n = n + 2; } }
Instance of Symbol 99 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._alpha > 40) { this._alpha = this._alpha - 5; } }
Symbol 121 MovieClip Frame 15
gotoAndPlay (1);
Symbol 122 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip "preloader" in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded > 220) { _parent.gotoAndStop(2); } }
Symbol 122 MovieClip Frame 2
stop();
Instance of Symbol 121 MovieClip in Symbol 122 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 120; }; }
Symbol 127 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip "preloader" in Symbol 127 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded > 349) { _parent.gotoAndStop(2); } }
Symbol 127 MovieClip Frame 2
stop();
Instance of Symbol 121 MovieClip in Symbol 127 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 250; }; }
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
stop();
Instance of Symbol 121 MovieClip in Symbol 134 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 10; }; }
Instance of Symbol 157 MovieClip "numbers" in Symbol 159 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.w1 < 10) { this.gotoAndStop(1); temp = _root.w1; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 9) { this.gotoAndStop(2); temp = _root.w1 - 10; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 19) { this.gotoAndStop(3); temp = _root.w1 - 20; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 29) { this.gotoAndStop(4); temp = _root.w1 - 30; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 39) { this.gotoAndStop(5); temp = _root.w1 - 40; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 49) { this.gotoAndStop(6); temp = _root.w1 - 50; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 59) { this.gotoAndStop(7); temp = _root.w1 - 60; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 69) { this.gotoAndStop(8); temp = _root.w1 - 70; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 79) { this.gotoAndStop(9); temp = _root.w1 - 80; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 89) { this.gotoAndStop(10); temp = _root.w1 - 90; _parent.numbers2.gotoAndStop(temp + 1); } if (_root.w1 > 99) { _root.w1 = 99; } }
Symbol 161 Button
on (press) { _parent._parent.eggstatus = "firing"; }
Instance of Symbol 165 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 115) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 168 MovieClip Frame 1
stop();
Instance of Symbol 167 MovieClip "eggbodygraphic" in Symbol 168 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 168 MovieClip Frame 2
stop();
Instance of Symbol 167 MovieClip "eggbodygraphic" in Symbol 168 MovieClip Frame 2
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 173 MovieClip Frame 1
stop();
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 173 MovieClip Frame 2
stop();
Symbol 174 MovieClip Frame 1
Instance of Symbol 168 MovieClip "body" in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.eggstatus == "firing") { _parent.xpower = _parent._parent.egg._x - _parent._parent._xmouse; _parent.ypower = _parent._parent.egg._y - _parent._parent._ymouse; if (_parent.xpower > 55) { _parent.xpower = 55; } if (_parent.ypower > 55) { _parent.ypower = 55; } this._rotation = 360 - _parent.xpower; } }
Symbol 174 MovieClip Frame 40
_root.myTargetFrame = _root._currentFrame + 10;
Symbol 175 MovieClip Frame 1
stop();
Instance of Symbol 162 MovieClip "trigger" in Symbol 175 MovieClip Frame 1
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { var _local1 = _parent; var _local2 = _root; if (_local1._parent.eggstatus == "firing") { _local1._parent.eggstatus = "launch"; _local2.w1 = _local2.w1 + 1; _local1.body._rotation = 0; _local1._parent.gotoAndPlay(2); } }; }
Instance of Symbol 168 MovieClip "body" in Symbol 175 MovieClip Frame 1
onClipEvent (load) { this.maxpower = 6; } onClipEvent (enterFrame) { if (_parent._parent.eggstatus == "firing") { _parent._parent.xpower = 0.4 * (_parent._parent._parent.egg.mainegg._x - _parent._parent._xmouse); _parent._parent.ypower = 0.4 * (_parent._parent._parent.egg.mainegg._y - _parent._parent._ymouse); power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); _parent._parent.power = power; if (power < maxpower) { _parent._parent.xpower = 0.4 * (_parent._parent._parent.egg.mainegg._x - _parent._parent._xmouse); _parent._parent.ypower = 0.4 * (_parent._parent._parent.egg.mainegg._y - _parent._parent._ymouse); scalefactor = 1; } else { scalefactor = Math.abs(power) / Math.abs(maxpower); _parent._parent.xpower = (0.4 * (_parent._parent._parent.egg.mainegg._x - _parent._parent._xmouse)) / scalefactor; _parent._parent.ypower = (0.4 * (_parent._parent._parent.egg.mainegg._y - _parent._parent._ymouse)) / scalefactor; } if (_parent._parent._parent.egg.mainegg._x > _parent._parent._xmouse) { _parent._parent.facing = "right"; this._rotation = 360 - ((power * 10) / scalefactor); _parent.feet.gotoAndStop(1); this.gotoAndStop(1); } else { _parent._parent.facing = "left"; this._rotation = 360 + ((power * 10) / scalefactor); _parent.feet.gotoAndStop(2); this.gotoAndStop(2); } } }
Symbol 175 MovieClip Frame 2
stop();
Symbol 180 MovieClip Frame 15
gotoAndPlay (1);
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 2
stop();
Instance of Symbol 177 MovieClip "mask" in Symbol 181 MovieClip Frame 2
onClipEvent (enterFrame) { this._width = _parent._parent.power * 12; if (this._width > 80) { this._width = 80; } }
Symbol 184 MovieClip Frame 1
this.collision = false; if (_parent.spinningegg.active == true) { if ((_parent.spinningegg._x + this.edge) > this.leftside) { if ((_parent.spinningegg._y + this.edge) > this.top) { if ((_parent.spinningegg._y - this.edge) < this.bottom) { if ((_parent.spinningegg._x - this.edge) < this.rightside) { if (_parent.dropvar > 0) { this.collision = true; landingsound = new Sound(); landingsound.attachSound("land_real_short.wav"); landingsound.start(); } } } } } if (this.collision == true) { this.found = false; if (this.found == false) { if (_parent.spinningegg._x > this.rightside) { if (_parent.xpower < 0) { _parent.spinningegg._x = (_parent.spinningegg._x - _parent.xpower) + 2; _parent.xpower = Math.abs(_parent.xpower - (1.5 * _parent.xpower)); _parent.spinningegg.eggspin = _parent.spinningegg.eggspin - (2 * _parent.spinningegg.eggspin); } this.found = true; } } if (this.found == false) { if (_parent.spinningegg._x < this.leftside) { if (_parent.xpower > 0) { _parent.spinningegg._x = (_parent.spinningegg._x - _parent.xpower) - 2; _parent.xpower = _parent.xpower - (1.5 * _parent.xpower); _parent.spinningegg.eggspin = _parent.spinningegg.eggspin - (2 * _parent.spinningegg.eggspin); } this.found = true; } } if (this.found == false) { if (_parent.spinningegg._y > (this.bottom - this.edge)) { this.found = true; _parent.spinningegg._y = this.bottom + 10; _parent.ypower = 0; _parent.spinningegg.gravity = 0.3; _parent.spinningegg.gravity2 = 0.3; } } if (this.found == false) { if (_parent.spinningegg._y < this.top) { _parent.spinningegg._y = this.top - 10; _parent.spinningegg.active = false; _parent.spinningegg.gotoAndPlay(2); _parent.new_x = _parent.spinningegg._x; _parent.new_y = _parent.spinningegg._y; this.found = true; } } if (this.found == false) { _parent.spinningegg.active = false; _parent.spinningegg.gotoAndPlay(2); _parent.spinningegg._y = this.top - 10; _parent.new_x = _parent.spinningegg._x; _parent.new_y = _parent.spinningegg._y; } } }
Symbol 184 MovieClip Frame 2
this.collision = false; if (_parent.spinningegg.active == true) { if ((_parent.spinningegg._x + this.edge) > this.leftside) { if ((_parent.spinningegg._y + this.edge) > this.top) { if ((_parent.spinningegg._y - this.edge) < this.bottom) { if ((_parent.spinningegg._x - this.edge) < this.rightside) { if (_parent.dropvar > 0) { this.collision = true; landingsound = new Sound(); landingsound.attachSound("land_real_short.wav"); landingsound.start(); } } } } } if (this.collision == true) { this.found = false; if (this.found == false) { if (_parent.spinningegg._x > this.rightside) { if (_parent.xpower < 0) { _parent.spinningegg._x = (_parent.spinningegg._x - _parent.xpower) + 2; _parent.xpower = Math.abs(_parent.xpower - (1.5 * _parent.xpower)); _parent.spinningegg.eggspin = _parent.spinningegg.eggspin - (2 * _parent.spinningegg.eggspin); } this.found = true; } } if (this.found == false) { if (_parent.spinningegg._x < this.leftside) { if (_parent.xpower > 0) { _parent.spinningegg._x = (_parent.spinningegg._x - _parent.xpower) - 2; _parent.xpower = _parent.xpower - (1.5 * _parent.xpower); _parent.spinningegg.eggspin = _parent.spinningegg.eggspin - (2 * _parent.spinningegg.eggspin); } this.found = true; } } if (this.found == false) { if (_parent.spinningegg._y > (this.bottom - this.edge)) { this.found = true; _parent.spinningegg._y = this.bottom + 10; _parent.ypower = 0; _parent.spinningegg.gravity = 0.3; _parent.spinningegg.gravity2 = 0.3; } } if (this.found == false) { if (_parent.spinningegg._y < this.top) { _parent.spinningegg._y = this.top - 10; _parent.spinningegg.active = false; _parent.spinningegg.gotoAndPlay(2); _parent.new_x = _parent.spinningegg._x; _parent.new_y = _parent.spinningegg._y; this.found = true; } } if (this.found == false) { _parent.spinningegg.active = false; _parent.spinningegg.gotoAndPlay(2); _parent.spinningegg._y = this.top - 10; _parent.new_x = _parent.spinningegg._x; _parent.new_y = _parent.spinningegg._y; } } } gotoAndPlay (1);
Symbol 245 MovieClip Frame 29
gotoAndPlay (1);
Symbol 246 MovieClip Frame 1
stop(); this.ready = true;
Symbol 246 MovieClip Frame 2
this.ready = false; _root.sound.gottwig();
Symbol 246 MovieClip Frame 40
stop(); _parent.ladder.gotoAndPlay(2);
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 2
stop();
Symbol 252 MovieClip Frame 1
stop(); ready = false;
Instance of Symbol 251 MovieClip in Symbol 252 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 252 MovieClip Frame 2
ready = true;
Symbol 252 MovieClip Frame 30
stop(); ready = true;
Instance of Symbol 168 MovieClip "body" in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.eggstatus == "firing") { _parent.xpower = _parent._parent.egg._x - _parent._parent._xmouse; _parent.ypower = _parent._parent.egg._y - _parent._parent._ymouse; if (_parent.xpower > 55) { _parent.xpower = 55; } if (_parent.ypower > 55) { _parent.ypower = 55; } this._rotation = 360 - _parent.xpower; } }
Symbol 260 MovieClip Frame 30
stop(); _parent._parent._parent.gotoAndPlay(20);
Symbol 261 MovieClip Frame 30
stop(); _parent._parent.gotoAndPlay(1);
Symbol 262 MovieClip Frame 1
stop(); launchsound = new Sound(); launchsound.attachSound("boing_even_shorter.wav"); launchsound.start();
Instance of Symbol 168 MovieClip "body" in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.eggstatus == "firing") { _parent.xpower = _parent._parent.egg._x - _parent._parent._xmouse; _parent.ypower = _parent._parent.egg._y - _parent._parent._ymouse; if (_parent.xpower > 55) { _parent.xpower = 55; } if (_parent.ypower > 55) { _parent.ypower = 55; } this._rotation = 360 - _parent.xpower; } }
Symbol 262 MovieClip Frame 2
stop();
Instance of Symbol 261 MovieClip "eggup" in Symbol 262 MovieClip Frame 2
onClipEvent (load) { if (_parent._parent.facing == "left") { adjust.body.gotoAndPlay(2); adjust.feet.gotoAndPlay(2); } else { adjust.body.gotoAndPlay(1); adjust.feet.gotoAndPlay(1); } n = 0; temp = _parent._rotation; if (_parent._parent.facing == "left") { direction = -1; } else { direction = 1; } } onClipEvent (enterFrame) { n = n + 1; if (n < 7) { if (direction == -1) { newtemp = 360 - temp; _parent._rotation = _parent._rotation - (newtemp / 7); } else { newtemp = 360 - temp; _parent._rotation = _parent._rotation + (newtemp / 7); } } else { _parent._rotation = 0; } }
Symbol 262 MovieClip Frame 3
stop();
Symbol 263 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; _parent.complete = false; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 263 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 263 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); _root.w1 = _root.w1 + 1; } if (this._y < -1000) { _parent.gotoAndStop(1); _root.w1 = _root.w1 + 1; } if (this._x < -1000) { _parent.gotoAndStop(1); _root.w1 = _root.w1 + 1; } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 267 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 267 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 267 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 267 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 267 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 271 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_parent.complete == true) { if (this._currentFrame == 1) { this.gotoAndPlay(2); } } }
Instance of Symbol 181 MovieClip "comp" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 271 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 271 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 271 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 271 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 274 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 274 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { this.ready = false; gotoAndPlay (2); } } } } } }
Symbol 274 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 274 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 277 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 277 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 277 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 277 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 277 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 277 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 277 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 277 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 277 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 277 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 277 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 281 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 281 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 281 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 284 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 284 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 284 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 284 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 287 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 287 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 287 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 287 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 290 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 290 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { this.collision = false; if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { if (_parent.dropvar > 0) { this.collision = true; _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; _parent.complete = true; } } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 290 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 290 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 293 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 293 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 293 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 186 MovieClip "platform1" in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 293 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 293 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 294 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 3; }
Symbol 300 MovieClip Frame 1
this._visible = false;
Symbol 313 Button
on (release) { gameURL = ("http://www.miniclip.com/" + gamename) + ".htm"; getURL (gameURL, "_blank"); }
Instance of Symbol 300 MovieClip "mcHighscores" in Symbol 321 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 321 MovieClip Frame 2
if (_url.indexOf("miniclip.com") == -1) { gotoAndStop(_currentframe + 1); } else { var noCache = (getTimer() + random(100000)); mcTarget.loadMovie("http://www.miniclip.com/swfcontent/highscore.swf?" + noCache); stop(); }
Symbol 321 MovieClip Frame 3
stop();
Symbol 345 MovieClip Frame 20
gotoAndPlay (1);
Symbol 346 MovieClip Frame 15
gotoAndPlay (1);
Symbol 347 MovieClip Frame 1
this.collision = false; if (_parent.spinningegg.active == true) { if ((_parent.spinningegg._x + this.edge) > this.leftside) { if ((_parent.spinningegg._y + this.edge) > this.top) { if ((_parent.spinningegg._y - this.edge) < this.bottom) { if ((_parent.spinningegg._x - this.edge) < this.rightside) { if (_parent.dropvar > 0) { this.collision = true; if (this.sliding == false) { landingsound = new Sound(); landingsound.attachSound("land_real_short.wav"); landingsound.start(); } } } } } } if (this.collision == true) { this.found = false; if (this.found == false) { if (_parent.spinningegg._x > this.rightside) { if (_parent.xpower < 0) { _parent.spinningegg._x = (_parent.spinningegg._x - _parent.xpower) + 2; _parent.xpower = Math.abs(_parent.xpower - (1.5 * _parent.xpower)); _parent.spinningegg.eggspin = _parent.spinningegg.eggspin - (2 * _parent.spinningegg.eggspin); } this.found = true; } } if (this.found == false) { if (_parent.spinningegg._x < this.leftside) { if (_parent.xpower > 0) { _parent.spinningegg._x = (_parent.spinningegg._x - _parent.xpower) - 2; _parent.xpower = _parent.xpower - (1.5 * _parent.xpower); _parent.spinningegg.eggspin = _parent.spinningegg.eggspin - (2 * _parent.spinningegg.eggspin); } this.found = true; } } if (this.found == false) { if (_parent.spinningegg._y > (this.bottom - this.edge)) { this.found = true; _parent.ypower = 0; } } if (this.found == false) { if (_parent.spinningegg._y < this.top) { _parent.spinningegg._y = this.top - 10; if (_parent.xpower > 0) { _parent.xpower = _parent.xpower - 0.1; } else { _parent.xpower = _parent.xpower + 0.1; } _parent.ypower = 0; _parent.spinningegg.gravity = 0; _parent.spinningegg.eggspin = 0; this.sliding = true; this.found = true; if (_parent.xpower < 0.1) { if (_parent.xpower > -0.1) { _parent.spinningegg.active = false; _parent.spinningegg.gotoAndPlay(2); _parent.new_x = _parent.spinningegg._x; _parent.new_y = _parent.spinningegg._y; } } } } if (this.found == false) { _parent.spinningegg.active = false; _parent.spinningegg.gotoAndPlay(2); _parent.spinningegg._y = this.top - 10; _parent.new_x = _parent.spinningegg._x; _parent.new_y = _parent.spinningegg._y; } } }
Symbol 347 MovieClip Frame 2
this.collision = false; if (_parent.spinningegg.active == true) { if ((_parent.spinningegg._x + this.edge) > this.leftside) { if ((_parent.spinningegg._y + this.edge) > this.top) { if ((_parent.spinningegg._y - this.edge) < this.bottom) { if ((_parent.spinningegg._x - this.edge) < this.rightside) { if (_parent.dropvar > 0) { this.collision = true; if (this.sliding == false) { landingsound = new Sound(); landingsound.attachSound("land_real_short.wav"); landingsound.start(); } } } } } } if (this.collision == true) { this.found = false; if (this.found == false) { if (_parent.spinningegg._x > this.rightside) { if (_parent.xpower < 0) { _parent.spinningegg._x = (_parent.spinningegg._x - _parent.xpower) + 2; _parent.xpower = Math.abs(_parent.xpower - (1.5 * _parent.xpower)); _parent.spinningegg.eggspin = _parent.spinningegg.eggspin - (2 * _parent.spinningegg.eggspin); } this.found = true; } } if (this.found == false) { if (_parent.spinningegg._x < this.leftside) { if (_parent.xpower > 0) { _parent.spinningegg._x = (_parent.spinningegg._x - _parent.xpower) - 2; _parent.xpower = _parent.xpower - (1.5 * _parent.xpower); _parent.spinningegg.eggspin = _parent.spinningegg.eggspin - (2 * _parent.spinningegg.eggspin); } this.found = true; } } if (this.found == false) { if (_parent.spinningegg._y > (this.bottom - this.edge)) { this.found = true; _parent.ypower = 0; } } if (this.found == false) { if (_parent.spinningegg._y < this.top) { _parent.spinningegg._y = this.top - 10; if (_parent.xpower > 0) { _parent.xpower = _parent.xpower - 0.1; } else { _parent.xpower = _parent.xpower + 0.1; } _parent.ypower = 0; _parent.spinningegg.gravity = 0; _parent.spinningegg.eggspin = 0; this.sliding = true; this.found = true; if (_parent.xpower < 0.1) { if (_parent.xpower > -0.1) { _parent.spinningegg.active = false; _parent.spinningegg.gotoAndPlay(2); _parent.new_x = _parent.spinningegg._x; _parent.new_y = _parent.spinningegg._y; } } } } if (this.found == false) { _parent.spinningegg.active = false; _parent.spinningegg.gotoAndPlay(2); _parent.spinningegg._y = this.top - 10; _parent.new_x = _parent.spinningegg._x; _parent.new_y = _parent.spinningegg._y; } } } gotoAndPlay (1);
Symbol 355 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 355 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 347 MovieClip "platform1" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 355 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 355 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 360 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 360 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 347 MovieClip "platform1" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 347 MovieClip "platform1" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 360 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 360 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 360 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 363 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 363 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 363 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 363 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 363 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 363 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 363 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 363 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 363 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 363 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 367 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 367 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 367 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 367 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 371 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 347 MovieClip "platform1" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 371 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 371 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 372 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 347 MovieClip "platform1" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 372 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 372 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 373 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 373 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 373 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 373 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 373 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 373 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 373 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 373 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 373 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 373 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 376 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 376 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 376 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 376 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 376 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 376 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 376 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 376 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 376 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 376 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 376 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 377 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 377 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 377 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 347 MovieClip "platform1" in Symbol 377 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 347 MovieClip "platform1" in Symbol 377 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 377 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 377 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 377 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 377 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 377 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 377 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 379 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 379 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 379 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 347 MovieClip "platform1" in Symbol 379 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 379 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 379 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 379 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 379 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 379 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 379 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 379 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.5; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * 0.7); this._y = (this._y + (_parent.ypower * 0.7)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 387 MovieClip Frame 73
gotoAndPlay (1);
Symbol 390 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 2
stop();
Symbol 394 MovieClip Frame 1
this._x = this._x - this.myspeed; if (this.newinstance == "false") { } else { this.rand1 = Math.random(); this.myspeed = this.rand1 / 4; this._x = 320 * Math.random(); this._y = 240 * Math.random(); this._xscale = 100 * this.rand1; this._yscale = 100 * this.rand1; } this.newinstance = "false"; if (this._x < -2) { this.myspeed = this.rand1 / 4; this._x = 322; this._y = 240 * Math.random(); this._xscale = 100 * this.rand1; this._yscale = 100 * this.rand1; }
Symbol 394 MovieClip Frame 2
this._x = this._x - this.myspeed; if (this._x < -2) { this.myspeed = this.rand1 / 4; this._x = 322; this._y = 240 * Math.random(); this._xscale = 100 * this.rand1; this._yscale = 100 * this.rand1; } gotoAndPlay (1);
Instance of Symbol 391 MovieClip "code" in Symbol 395 MovieClip Frame 1
onClipEvent (load) { n = 1; amount = 20; while (amount > 1) { duplicateMovieClip (_parent.star0, "star" + amount, amount); setProperty("star" + amount, _xscale , 100); setProperty("star" + amount, _yscale , 100); amount--; } }
Symbol 399 MovieClip Frame 1
stop();
Instance of Symbol 390 MovieClip "satellite_2" in Symbol 399 MovieClip Frame 1
onClipEvent (load) { this.rand1 = (0.6 * Math.random()) + 0.4; this.myspeed = this.rand1 / 2; this._x = 230; this._y = (150 * Math.random()) - 120; this._xscale = (this.rand1 * 85) + 15; this._yscale = (this.rand1 * 85) + 15; this._rotation = Math.random() * 360; } onClipEvent (enterFrame) { this._x = this._x - this.myspeed; this._rotation = this._rotation + 0.5; if (this._x < -230) { this.rand1 = (0.6 * Math.random()) + 0.4; this.myspeed = this.rand1 / 2; this._x = 230; this._y = (150 * Math.random()) - 120; this._xscale = (this.rand1 * 85) + 15; this._yscale = (this.rand1 * 85) + 15; this._rotation = Math.random() * 360; } }
Symbol 400 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 400 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 400 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 400 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 400 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 400 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 400 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 400 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 400 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 400 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 400 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 401 MovieClip Frame 40
stop();
Symbol 406 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 406 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 406 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 406 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 406 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 407 MovieClip Frame 40
stop();
Symbol 411 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 411 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 411 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 411 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 411 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 412 MovieClip Frame 40
stop();
Symbol 415 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 415 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Symbol 415 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 415 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 416 MovieClip Frame 40
stop();
Symbol 420 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 420 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 420 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 424 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 424 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Symbol 424 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 424 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 426 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 426 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 426 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 426 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 426 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 426 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 426 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 426 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 426 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 426 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 426 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 428 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 246 MovieClip "twig" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 428 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 428 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 430 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 430 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 430 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 430 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }
Symbol 431 MovieClip Frame 40
stop();
Symbol 433 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 175 MovieClip "mainegg" in Symbol 433 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 181 MovieClip "comp" in Symbol 433 MovieClip Frame 1
onClipEvent (load) { _parent.power = 0; this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; } onClipEvent (enterFrame) { this._x = _parent.mainegg._x; this._y = _parent.mainegg._y; this._rotation = _parent.clip.deg; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 182 MovieClip "clip" in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) { x = _root._xmouse - (_root.egg._x + _parent.comp._x); y = _root._ymouse - (_root.egg._y + _parent.comp._y); hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } }
Instance of Symbol 184 MovieClip "platform1" in Symbol 433 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 433 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 184 MovieClip "platform1" in Symbol 433 MovieClip Frame 1
onClipEvent (load) { this.edge = 10; this.collision = false; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; }
Instance of Symbol 186 MovieClip "platform1" in Symbol 433 MovieClip Frame 1
onClipEvent (load) { this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (_parent.ladder.ready == true) { if (_parent.spinningegg.active == false) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; if (_parent.complete == false) { _root.sound.levelcomplete(); } _parent.complete = true; } } } } } } }
Instance of Symbol 246 MovieClip "twig" in Symbol 433 MovieClip Frame 1
onClipEvent (load) { this.ready = true; this.leftside = this._x - (this._width / 2); this.rightside = this.leftside + this._width; this.top = this._y - (this._height / 2); this.bottom = this.top + this._height; } onClipEvent (enterFrame) { if (this.ready == true) { if ((_parent.spinningegg._x + 10) > this.leftside) { if ((_parent.spinningegg._y + 10) > this.top) { if ((_parent.spinningegg._y - 10) < this.bottom) { if ((_parent.spinningegg._x - 10) < this.rightside) { _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 433 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "spinningegg" in Symbol 433 MovieClip Frame 2
onClipEvent (load) { if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } screaming = false; this._x = _parent.new_x; this._y = _parent.new_y; eggspin = 2 + (_parent.xpower / 1); active = true; power = 0.2 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.3; gravity2 = gravity; _parent.dropvar = 1; } onClipEvent (enterFrame) { if (active == true) { if (gravity < 20) { gravity = gravity + (gravity2 / 2.25); } this._x = this._x + (_parent.xpower * 0.5); this._y = (this._y + (_parent.ypower * 0.5)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x > 1000) { _parent.gotoAndStop(1); } if (this._y < -1000) { _parent.gotoAndStop(1); } if (this._x < -1000) { _parent.gotoAndStop(1); } if (this._y > 100) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }

Library Items

Symbol 1 Sound [falling.wav]
Symbol 2 Sound [eggfx_pickup.wav]
Symbol 3 Sound [eggfx_finish_level.wav]
Symbol 4 Sound [eggfx_button.wav]
Symbol 5 Sound [egg_main_loop2.wav]
Symbol 6 Sound [egg_main_intro.wav]
Symbol 7 Sound [boing_even_shorter.wav]
Symbol 8 Sound [land_real_short.wav]Used by:174
Symbol 9 Sound [ladder_land.wav]Used by:252
Symbol 10 Sound [ladder_release.wav]Used by:252
Symbol 11 FontUsed by:12 13 40 42 295 296 297 298 309 312 314
Symbol 12 TextUses:11Used by:15
Symbol 13 TextUses:11Used by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:12 13 14Used by:58
Symbol 16 GraphicUsed by:29
Symbol 17 ShapeTweeningUsed by:29
Symbol 18 GraphicUsed by:29
Symbol 19 SoundUsed by:29
Symbol 20 GraphicUsed by:29 313
Symbol 21 GraphicUsed by:29
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:29
Symbol 24 GraphicUsed by:29
Symbol 25 GraphicUsed by:29
Symbol 26 SoundUsed by:29
Symbol 27 FontUsed by:28
Symbol 28 TextUses:27Used by:29
Symbol 29 MovieClipUses:16 18 17 19 20 21 23 25 24 26 28Used by:58
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:30Used by:34
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:31 32 33Used by:58
Symbol 35 ShapeTweeningUsed by:57
Symbol 36 GraphicUsed by:55
Symbol 37 GraphicUsed by:55
Symbol 38 ShapeTweeningUsed by:55
Symbol 39 GraphicUsed by:55
Symbol 40 EditableTextUses:11Used by:55
Symbol 41 GraphicUsed by:55
Symbol 42 EditableTextUses:11Used by:55
Symbol 43 GraphicUsed by:55
Symbol 44 GraphicUsed by:48
Symbol 45 GraphicUsed by:48
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:48
Symbol 48 MovieClipUses:44 47 45Used by:55
Symbol 49 GraphicUsed by:52
Symbol 50 GraphicUsed by:52
Symbol 51 GraphicUsed by:52
Symbol 52 ButtonUses:49 50 51Used by:55
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:37 36 39 40 41 38 42 43 48 52 53 54Used by:57
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:55 35 56Used by:58
Symbol 58 MovieClipUses:15 29 34 57Used by:Timeline
Symbol 59 GraphicUsed by:60
Symbol 60 ButtonUses:59Used by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:66 68
Symbol 64 GraphicUsed by:65 66 68
Symbol 65 MovieClipUses:64Used by:66 68
Symbol 66 ButtonUses:63 65 64Used by:69
Symbol 67 GraphicUsed by:68
Symbol 68 ButtonUses:63 67 65 64Used by:69
Symbol 69 MovieClipUses:66 68Used by:Timeline
Symbol 70 MovieClipUsed by:Timeline
Symbol 71 MovieClipUsed by:Timeline
Symbol 72 GraphicUsed by:74 103 104 294
Symbol 73 GraphicUsed by:74 103 104 294
Symbol 74 ButtonUses:72 73Used by:79
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:79
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:79
Symbol 79 MovieClipUses:74 76 78Used by:100  Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:92 95 117
Symbol 82 GraphicUsed by:84 96
Symbol 83 GraphicUsed by:84 96
Symbol 84 ButtonUses:82 83Used by:92
Symbol 85 GraphicUsed by:87 97
Symbol 86 GraphicUsed by:87 97
Symbol 87 ButtonUses:85 86Used by:92
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:92 99
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:92 100 117
Symbol 92 MovieClipUses:81 84 87 89 91Used by:Timeline
Symbol 93 GraphicUsed by:94 321  Timeline
Symbol 94 MovieClipUses:93Used by:Timeline
Symbol 95 MovieClipUses:81Used by:100
Symbol 96 ButtonUses:82 83Used by:98
Symbol 97 ButtonUses:85 86Used by:98
Symbol 98 MovieClipUses:96 97Used by:100 117
Symbol 99 MovieClipUses:89Used by:100 117
Symbol 100 MovieClipUses:95 79 98 99 91Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:116
Symbol 103 ButtonUses:72 73Used by:116
Symbol 104 ButtonUses:72 73Used by:116
Symbol 105 GraphicUsed by:107
Symbol 106 GraphicUsed by:107
Symbol 107 ButtonUses:105 106Used by:116
Symbol 108 GraphicUsed by:110 115
Symbol 109 GraphicUsed by:110 115
Symbol 110 ButtonUses:108 109Used by:116
Symbol 111 GraphicUsed by:113 114
Symbol 112 GraphicUsed by:113 114
Symbol 113 ButtonUses:111 112Used by:116
Symbol 114 ButtonUses:111 112Used by:116
Symbol 115 ButtonUses:108 109Used by:116
Symbol 116 MovieClipUses:102 103 104 107 110 113 114 115Used by:117
Symbol 117 MovieClipUses:81 116 98 99 91Used by:Timeline
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:122 127 134
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:122 127 134
Symbol 122 MovieClipUses:119 121Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:Timeline
Symbol 127 MovieClipUses:119 121Used by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:Timeline
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:Timeline
Symbol 134 MovieClipUses:119 121Used by:Timeline
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:Timeline
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:157
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:157
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:157
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:157
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:157
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:157
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:157
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:157
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:157
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:157
Symbol 157 MovieClipUses:138 140 142 144 146 148 150 152 154 156Used by:159
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:157 158Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 ButtonUses:160Used by:162
Symbol 162 MovieClipUses:161Used by:175
Symbol 163 GraphicUsed by:165
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:163 164Used by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:165 166Used by:168
Symbol 168 MovieClipUses:167Used by:174 175 260 262
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:172
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:170 171Used by:173
Symbol 173 MovieClipUses:172Used by:174 175 260 262
Symbol 174 MovieClipUses:168 173 8Used by:175 262
Symbol 175 MovieClipUses:162 168 173 174Used by:263 267 271 274 277 281 284 287 290 293 355 360 363 367 371 372 373 376 377 379 400 406 411 415 420 424 426 428 430 433
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:181
Symbol 178 GraphicUsed by:180
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179 178Used by:181
Symbol 181 MovieClipUses:180 177Used by:263 267 271 274 277 281 284 287 290 293 355 360 363 367 371 372 373 376 377 379 400 406 411 415 420 424 426 428 430 433
Symbol 182 MovieClipUsed by:263 267 271 274 277 281 284 287 290 293 355 360 363 367 371 372 373 376 377 379 400 406 411 415 420 424 426 428 430 433
Symbol 183 GraphicUsed by:184 347
Symbol 184 MovieClipUses:183Used by:263 267 271 274 277 281 284 287 290 293 355 360 363 367 371 372 373 376 377 379 400 406 411 415 420 424 426 428 430 433
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:263 267 271 274 277 281 284 287 290 293 355 360 363 367 371 372 373 376 377 379 400 406 411 415 420 424 426 428 430 433
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:245
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:245
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:245
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:245
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:245
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:245
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:245
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:245
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:245
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:245
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:245
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:245
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:245
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:245
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:245
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:245
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:245
Symbol 221 BitmapUsed by:222
Symbol 222 GraphicUses:221Used by:245
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:245
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:245
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:245
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:245
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:245
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:245
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:245
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:245
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:245
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:245
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:245
Symbol 245 MovieClipUses:188 190 192 194 196 198 200 202 204 206 208 210 212 214 216 218 220 222 224 226 228 230 232 234 236 238 240 242 244Used by:246
Symbol 246 MovieClipUses:245Used by:263 267 271 274 277 281 284 287 290 293 355 360 363 367 371 372 373 376 377 379 400 406 411 415 420 424 426 428 430 433
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:251
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:251
Symbol 251 MovieClipUses:248 250Used by:252
Symbol 252 MovieClipUses:251 10 9Used by:263 267 271 274 277 281 284 287 290 293 355 360 363 367 371 372 373 376 377 379 400 406 411 415 420 424 426 428 430 433
Symbol 253 BitmapUsed by:256 264 266 269 270 273 275 276 278 282 285 288
Symbol 254 BitmapUsed by:256 264 282 285
Symbol 255 BitmapUsed by:256 266 270 273 282 283 286
Symbol 256 GraphicUses:253 254 255Used by:263
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 MovieClipUses:258Used by:263 267 271 274 277 281 284 287 290 293
Symbol 260 MovieClipUses:168 173Used by:261
Symbol 261 MovieClipUses:260Used by:262
Symbol 262 MovieClipUses:168 173 261 174Used by:263 267 271 274 277 281 284 287 290 293 355 360 363 367 371 372 373 376 377 379 400 406 411 415 420 424 426 428 430 433
Symbol 263 MovieClipUses:175 181 182 184 186 246 252 256 259 262Used by:Timeline
Symbol 264 GraphicUses:253 254Used by:267 274
Symbol 265 BitmapUsed by:266 275 278 288 291
Symbol 266 GraphicUses:253 265 255Used by:267
Symbol 267 MovieClipUses:175 181 182 184 186 264 246 252 266 259 262Used by:Timeline
Symbol 268 BitmapUsed by:269 275 278 289 292
Symbol 269 GraphicUses:253 268Used by:271
Symbol 270 GraphicUses:253 255Used by:271
Symbol 271 MovieClipUses:175 181 182 186 184 269 246 252 270 259 262Used by:Timeline
Symbol 272 BitmapUsed by:273 286 289 292
Symbol 273 GraphicUses:253 272 255Used by:274
Symbol 274 MovieClipUses:175 181 182 186 184 264 246 252 273 259 262Used by:Timeline
Symbol 275 GraphicUses:253 265 268Used by:277
Symbol 276 GraphicUses:253Used by:277
Symbol 277 MovieClipUses:175 181 182 186 184 275 246 252 276 259 262Used by:Timeline
Symbol 278 GraphicUses:253 265 268Used by:281
Symbol 279 BitmapUsed by:280
Symbol 280 GraphicUses:279Used by:281
Symbol 281 MovieClipUses:175 181 182 186 184 278 246 252 280 259 262Used by:Timeline
Symbol 282 GraphicUses:255 254 253Used by:284
Symbol 283 GraphicUses:255Used by:284
Symbol 284 MovieClipUses:175 181 182 186 184 282 246 252 283 259 262Used by:Timeline
Symbol 285 GraphicUses:254 253Used by:287
Symbol 286 GraphicUses:255 272Used by:287
Symbol 287 MovieClipUses:175 181 182 186 184 285 246 252 286 259 262Used by:Timeline
Symbol 288 GraphicUses:265 253Used by:290
Symbol 289 GraphicUses:272 268Used by:290
Symbol 290 MovieClipUses:175 181 182 186 184 288 246 252 289 259 262Used by:Timeline
Symbol 291 GraphicUses:265Used by:293
Symbol 292 GraphicUses:272 268Used by:293
Symbol 293 MovieClipUses:175 181 182 186 184 291 246 252 292 259 262Used by:Timeline
Symbol 294 ButtonUses:72 73Used by:Timeline
Symbol 295 TextUses:11Used by:300
Symbol 296 TextUses:11Used by:300
Symbol 297 TextUses:11Used by:300
Symbol 298 TextUses:11Used by:300
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:295 296 297 298 299Used by:321
Symbol 301 MovieClipUsed by:321
Symbol 302 GraphicUsed by:321
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303Used by:321
Symbol 305 GraphicUsed by:321
Symbol 306 FontUsed by:307 315 317 319
Symbol 307 TextUses:306Used by:321
Symbol 308 GraphicUsed by:313
Symbol 309 TextUses:11Used by:313
Symbol 310 GraphicUsed by:313
Symbol 311 GraphicUsed by:313
Symbol 312 TextUses:11Used by:313
Symbol 313 ButtonUses:308 309 310 311 312 20Used by:321
Symbol 314 TextUses:11Used by:321
Symbol 315 TextUses:306Used by:321
Symbol 316 GraphicUsed by:321
Symbol 317 TextUses:306Used by:321
Symbol 318 GraphicUsed by:321
Symbol 319 TextUses:306Used by:321
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:300 301 302 304 305 307 313 314 93 315 316 317 318 319 320Used by:Timeline
Symbol 322 BitmapUsed by:323
Symbol 323 GraphicUses:322Used by:342
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:342
Symbol 326 BitmapUsed by:327
Symbol 327 GraphicUses:326Used by:342
Symbol 328 BitmapUsed by:329
Symbol 329 GraphicUses:328Used by:342
Symbol 330 BitmapUsed by:331
Symbol 331 GraphicUses:330Used by:342
Symbol 332 BitmapUsed by:333
Symbol 333 GraphicUses:332Used by:342
Symbol 334 BitmapUsed by:335
Symbol 335 GraphicUses:334Used by:342
Symbol 336 BitmapUsed by:337
Symbol 337 GraphicUses:336Used by:342
Symbol 338 BitmapUsed by:339
Symbol 339 GraphicUses:338Used by:342
Symbol 340 BitmapUsed by:341
Symbol 341 GraphicUses:340Used by:342
Symbol 342 MovieClipUses:323 325 327 329 331 333 335 337 339 341Used by:Timeline
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:345
Symbol 345 MovieClipUses:344Used by:346
Symbol 346 MovieClipUses:345Used by:Timeline
Symbol 347 MovieClipUses:183Used by:355 360 371 372 377 379
Symbol 348 BitmapUsed by:351
Symbol 349 BitmapUsed by:351
Symbol 350 BitmapUsed by:351 359 362 366
Symbol 351 GraphicUses:348 349 350Used by:355
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:354
Symbol 354 MovieClipUses:353Used by:355 360 363 367 371 372 373 376 377 379
Symbol 355 MovieClipUses:175 181 182 184 347 186 246 252 351 354 262Used by:Timeline
Symbol 356 BitmapUsed by:357 365
Symbol 357 GraphicUses:356Used by:360 363 371 373 376 377 379
Symbol 358 BitmapUsed by:359 368 378
Symbol 359 GraphicUses:358 350Used by:360
Symbol 360 MovieClipUses:175 181 182 347 184 186 357 246 252 359 354 262Used by:Timeline
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361 350Used by:363
Symbol 363 MovieClipUses:175 181 182 184 186 357 246 252 362 354 262Used by:Timeline
Symbol 364 BitmapUsed by:365
Symbol 365 GraphicUses:364 356Used by:367
Symbol 366 GraphicUses:350Used by:367 371 372 373 376 377 379
Symbol 367 MovieClipUses:175 181 182 184 186 365 246 252 366 354 262Used by:Timeline
Symbol 368 GraphicUses:358Used by:371 372 377
Symbol 369 BitmapUsed by:370
Symbol 370 GraphicUses:369Used by:371 372 373 376 379
Symbol 371 MovieClipUses:175 181 182 347 368 184 370 186 357 246 252 366 354 262Used by:Timeline
Symbol 372 MovieClipUses:175 181 182 347 368 184 370 186 246 252 366 354 262Used by:Timeline
Symbol 373 MovieClipUses:175 181 182 184 370 186 357 246 252 366 354 262Used by:Timeline
Symbol 374 BitmapUsed by:375
Symbol 375 GraphicUses:374Used by:376
Symbol 376 MovieClipUses:175 181 182 184 375 370 186 357 246 252 366 354 262Used by:Timeline
Symbol 377 MovieClipUses:175 181 182 347 368 184 186 357 246 252 366 354 262Used by:Timeline
Symbol 378 GraphicUses:358Used by:379
Symbol 379 MovieClipUses:175 181 182 347 378 184 370 186 357 246 252 366 354 262Used by:Timeline
Symbol 380 GraphicUsed by:Timeline
Symbol 381 BitmapUsed by:384 429 432
Symbol 382 BitmapUsed by:384 405
Symbol 383 BitmapUsed by:384 405 410 414
Symbol 384 GraphicUses:381 382 383Used by:400
Symbol 385 GraphicUsed by:386
Symbol 386 MovieClipUses:385Used by:387
Symbol 387 MovieClipUses:386Used by:390 401 407 412 416 431
Symbol 388 GraphicUsed by:390
Symbol 389 GraphicUsed by:390
Symbol 390 MovieClipUses:387 388 389Used by:399
Symbol 391 MovieClipUsed by:395
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:392Used by:394
Symbol 394 MovieClipUses:393Used by:395
Symbol 395 MovieClipUses:391 394Used by:399
Symbol 396 BitmapUsed by:397
Symbol 397 GraphicUses:396Used by:398
Symbol 398 MovieClipUses:397Used by:399
Symbol 399 MovieClipUses:390 395 398Used by:400 406 411 415 420 424 426 428 430 433
Symbol 400 MovieClipUses:175 181 182 184 186 246 252 384 399 262Used by:Timeline
Symbol 401 MovieClipUses:387Used by:406
Symbol 402 BitmapUsed by:405 413 417 423 432
Symbol 403 BitmapUsed by:405 410 414 419 423 427 432
Symbol 404 BitmapUsed by:405 419 422 425 427 429
Symbol 405 GraphicUses:402 403 404 382 383Used by:406
Symbol 406 MovieClipUses:175 181 182 401 184 186 246 252 405 399 262Used by:Timeline
Symbol 407 MovieClipUses:387Used by:411 415 428
Symbol 408 BitmapUsed by:410 413 429
Symbol 409 BitmapUsed by:410 414 419 421 423 425 427
Symbol 410 GraphicUses:403 408 409 383Used by:411
Symbol 411 MovieClipUses:175 181 182 407 184 186 246 252 410 399 262Used by:Timeline
Symbol 412 MovieClipUses:387Used by:415 424
Symbol 413 GraphicUses:402 408Used by:415
Symbol 414 GraphicUses:403 383 409Used by:415
Symbol 415 MovieClipUses:175 181 182 407 412 184 186 246 252 413 414 399 262Used by:Timeline
Symbol 416 MovieClipUses:387Used by:420
Symbol 417 GraphicUses:402Used by:420
Symbol 418 BitmapUsed by:419 425 429
Symbol 419 GraphicUses:418 403 409 404Used by:420
Symbol 420 MovieClipUses:175 181 182 416 184 417 186 246 252 419 399 262Used by:Timeline
Symbol 421 GraphicUses:409Used by:424
Symbol 422 GraphicUses:404Used by:424
Symbol 423 GraphicUses:402 403 409Used by:424
Symbol 424 MovieClipUses:175 181 182 412 184 421 186 246 252 422 423 399 262Used by:Timeline
Symbol 425 GraphicUses:418 409 404Used by:426
Symbol 426 MovieClipUses:175 181 182 184 186 246 252 425 399 262Used by:Timeline
Symbol 427 GraphicUses:404 403 409Used by:428
Symbol 428 MovieClipUses:175 181 182 407 184 186 246 252 427 399 262Used by:Timeline
Symbol 429 GraphicUses:418 381 408 404Used by:430
Symbol 430 MovieClipUses:175 181 182 184 186 246 252 429 399 262Used by:Timeline
Symbol 431 MovieClipUses:387Used by:433
Symbol 432 GraphicUses:381 402 403Used by:433
Symbol 433 MovieClipUses:175 181 182 431 184 186 246 252 432 399 262Used by:Timeline

Instance Names

"musicswitch"Frame 3Symbol 69 MovieClip
"storage"Frame 3Symbol 70 MovieClip
"sound"Frame 3Symbol 71 MovieClip
"loader"Frame 7Symbol 127 MovieClip
"loader1"Frame 9Symbol 134 MovieClip
"scoredisplay"Frame 10Symbol 159 MovieClip
"egg"Frame 10Symbol 263 MovieClip
"egg"Frame 20Symbol 267 MovieClip
"egg"Frame 30Symbol 271 MovieClip
"egg"Frame 40Symbol 274 MovieClip
"egg"Frame 50Symbol 277 MovieClip
"egg"Frame 60Symbol 281 MovieClip
"egg"Frame 70Symbol 284 MovieClip
"egg"Frame 80Symbol 287 MovieClip
"egg"Frame 90Symbol 290 MovieClip
"egg"Frame 100Symbol 293 MovieClip
"comHighscores"Frame 110Symbol 321 MovieClip
"numbers2"Frame 110Symbol 342 MovieClip
"numbers"Frame 110Symbol 342 MovieClip
"loader1"Frame 119Symbol 134 MovieClip
"scoredisplay"Frame 120Symbol 159 MovieClip
"egg"Frame 120Symbol 355 MovieClip
"egg"Frame 130Symbol 360 MovieClip
"egg"Frame 140Symbol 363 MovieClip
"egg"Frame 150Symbol 367 MovieClip
"egg"Frame 160Symbol 371 MovieClip
"egg"Frame 170Symbol 372 MovieClip
"egg"Frame 180Symbol 373 MovieClip
"egg"Frame 190Symbol 376 MovieClip
"egg"Frame 200Symbol 377 MovieClip
"egg"Frame 210Symbol 379 MovieClip
"comHighscores"Frame 220Symbol 321 MovieClip
"loader1"Frame 249Symbol 134 MovieClip
"scoredisplay"Frame 250Symbol 159 MovieClip
"egg"Frame 250Symbol 400 MovieClip
"egg"Frame 260Symbol 406 MovieClip
"egg"Frame 270Symbol 411 MovieClip
"egg"Frame 280Symbol 415 MovieClip
"egg"Frame 290Symbol 420 MovieClip
"egg"Frame 300Symbol 424 MovieClip
"egg"Frame 310Symbol 426 MovieClip
"egg"Frame 320Symbol 428 MovieClip
"egg"Frame 330Symbol 430 MovieClip
"egg"Frame 340Symbol 433 MovieClip
"comHighscores"Frame 350Symbol 321 MovieClip
"mcAd"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"mcLoading"Symbol 57 MovieClip Frame 1Symbol 55 MovieClip
"mcLoading"Symbol 57 MovieClip Frame 11Symbol 55 MovieClip
"mcIntro"Symbol 58 MovieClip Frame 1Symbol 15 MovieClip
"mcAnimation"Symbol 58 MovieClip Frame 2Symbol 29 MovieClip
"mcBackground"Symbol 58 MovieClip Frame 2Symbol 34 MovieClip
"mcLoadingAnimated"Symbol 58 MovieClip Frame 2Symbol 57 MovieClip
"preloader"Symbol 122 MovieClip Frame 1Symbol 119 MovieClip
"preloader"Symbol 127 MovieClip Frame 1Symbol 119 MovieClip
"preloader"Symbol 134 MovieClip Frame 1Symbol 119 MovieClip
"numbers2"Symbol 159 MovieClip Frame 1Symbol 157 MovieClip
"numbers"Symbol 159 MovieClip Frame 1Symbol 157 MovieClip
"eggbodygraphic"Symbol 168 MovieClip Frame 1Symbol 167 MovieClip
"eggbodygraphic"Symbol 168 MovieClip Frame 2Symbol 167 MovieClip
"body"Symbol 174 MovieClip Frame 1Symbol 168 MovieClip
"trigger"Symbol 175 MovieClip Frame 1Symbol 162 MovieClip
"body"Symbol 175 MovieClip Frame 1Symbol 168 MovieClip
"feet"Symbol 175 MovieClip Frame 1Symbol 173 MovieClip
"jumpingegg"Symbol 175 MovieClip Frame 2Symbol 174 MovieClip
"arrow"Symbol 181 MovieClip Frame 2Symbol 180 MovieClip
"mask"Symbol 181 MovieClip Frame 2Symbol 177 MovieClip
"body"Symbol 260 MovieClip Frame 1Symbol 168 MovieClip
"feet"Symbol 260 MovieClip Frame 1Symbol 173 MovieClip
"adjust"Symbol 261 MovieClip Frame 1Symbol 260 MovieClip
"body"Symbol 262 MovieClip Frame 1Symbol 168 MovieClip
"feet"Symbol 262 MovieClip Frame 1Symbol 173 MovieClip
"eggup"Symbol 262 MovieClip Frame 2Symbol 261 MovieClip
"mainegg"Symbol 263 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 263 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 263 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 263 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 263 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 263 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 263 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 263 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 263 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 263 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 263 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 267 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 267 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 267 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 267 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 267 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 267 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 267 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 267 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 267 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 267 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 267 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 267 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 271 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 271 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 271 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 271 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 271 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 271 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 271 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 271 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 271 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 271 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 271 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 271 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 274 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 274 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 274 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 274 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 274 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 274 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 274 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 274 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 274 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 274 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 274 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 274 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 277 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 277 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 277 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 277 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 277 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 277 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 277 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 277 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 277 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 277 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 277 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 281 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 281 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 281 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 281 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 281 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 281 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 281 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 281 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 281 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 281 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 281 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 281 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 284 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 284 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 284 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 284 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 284 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 284 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 284 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 284 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 284 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 284 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 284 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 284 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 287 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 287 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 287 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 287 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 287 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 287 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 290 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 290 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 290 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 290 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 290 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 290 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 290 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 290 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 290 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 290 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 290 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 290 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 293 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 293 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 293 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 293 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 293 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 293 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 293 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 293 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 293 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 293 MovieClip Frame 2Symbol 262 MovieClip
"mcHighscores"Symbol 321 MovieClip Frame 1Symbol 300 MovieClip
"mcTarget"Symbol 321 MovieClip Frame 2Symbol 301 MovieClip
"mcHighScoreData"Symbol 321 MovieClip Frame 3Symbol 304 MovieClip
"star2"Symbol 345 MovieClip Frame 1Symbol 344 MovieClip
"star1"Symbol 346 MovieClip Frame 1Symbol 345 MovieClip
"star"Symbol 346 MovieClip Frame 29Symbol 345 MovieClip
"mainegg"Symbol 355 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 355 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 355 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 347 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 355 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 355 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 355 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 360 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 360 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 360 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 360 MovieClip Frame 1Symbol 347 MovieClip
"platform1"Symbol 360 MovieClip Frame 1Symbol 347 MovieClip
"platform1"Symbol 360 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 360 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 360 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 360 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 360 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 360 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 363 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 363 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 363 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 363 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 363 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 363 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 363 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 363 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 363 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 363 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 367 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 367 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 367 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 367 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 367 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 367 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 367 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 367 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 367 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 367 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 371 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 371 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 371 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 347 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 371 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 371 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 371 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 372 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 372 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 372 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 347 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 372 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 372 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 372 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 373 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 373 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 373 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 373 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 373 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 373 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 373 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 373 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 373 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 373 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 376 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 376 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 376 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 376 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 376 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 376 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 376 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 376 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 376 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 376 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 376 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 377 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 377 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 377 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 377 MovieClip Frame 1Symbol 347 MovieClip
"platform1"Symbol 377 MovieClip Frame 1Symbol 347 MovieClip
"platform1"Symbol 377 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 377 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 377 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 377 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 377 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 377 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 379 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 379 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 379 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 379 MovieClip Frame 1Symbol 347 MovieClip
"platform1"Symbol 379 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 379 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 379 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 379 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 379 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 379 MovieClip Frame 1Symbol 252 MovieClip
"spinningegg"Symbol 379 MovieClip Frame 2Symbol 262 MovieClip
"light"Symbol 390 MovieClip Frame 1Symbol 387 MovieClip
"twinkle"Symbol 394 MovieClip Frame 1Symbol 393 MovieClip
"code"Symbol 395 MovieClip Frame 1Symbol 391 MovieClip
"star0"Symbol 395 MovieClip Frame 1Symbol 394 MovieClip
"satellite_2"Symbol 399 MovieClip Frame 1Symbol 390 MovieClip
"stars"Symbol 399 MovieClip Frame 1Symbol 395 MovieClip
"cloud"Symbol 399 MovieClip Frame 1Symbol 398 MovieClip
"mainegg"Symbol 400 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 400 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 400 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 400 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 400 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 400 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 400 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 400 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 400 MovieClip Frame 1Symbol 252 MovieClip
"starfield"Symbol 400 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 400 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 406 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 406 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 406 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 406 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 406 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 406 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 406 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 406 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 406 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 406 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 406 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 406 MovieClip Frame 1Symbol 252 MovieClip
"starfield"Symbol 406 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 406 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 411 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 411 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 411 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 411 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 411 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 411 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 411 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 411 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 411 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 411 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 411 MovieClip Frame 1Symbol 252 MovieClip
"starfield"Symbol 411 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 411 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 415 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 415 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 415 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 415 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 415 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 415 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 415 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 415 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 415 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 415 MovieClip Frame 1Symbol 252 MovieClip
"platform1"Symbol 415 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 415 MovieClip Frame 1Symbol 184 MovieClip
"starfield"Symbol 415 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 415 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 420 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 420 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 420 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 420 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 420 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 420 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 420 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 420 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 420 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 420 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 420 MovieClip Frame 1Symbol 252 MovieClip
"starfield"Symbol 420 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 420 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 424 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 424 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 424 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 424 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 424 MovieClip Frame 1Symbol 252 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 184 MovieClip
"starfield"Symbol 424 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 424 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 426 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 426 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 426 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 426 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 426 MovieClip Frame 1Symbol 252 MovieClip
"starfield"Symbol 426 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 426 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 428 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 428 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 428 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 186 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 184 MovieClip
"twig"Symbol 428 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 428 MovieClip Frame 1Symbol 252 MovieClip
"starfield"Symbol 428 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 428 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 430 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 430 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 430 MovieClip Frame 1Symbol 182 MovieClip
"platform1"Symbol 430 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 430 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 430 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 430 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 430 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 430 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 430 MovieClip Frame 1Symbol 252 MovieClip
"starfield"Symbol 430 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 430 MovieClip Frame 2Symbol 262 MovieClip
"mainegg"Symbol 433 MovieClip Frame 1Symbol 175 MovieClip
"comp"Symbol 433 MovieClip Frame 1Symbol 181 MovieClip
"clip"Symbol 433 MovieClip Frame 1Symbol 182 MovieClip
"lights"Symbol 433 MovieClip Frame 1Symbol 431 MovieClip
"platform1"Symbol 433 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 433 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 433 MovieClip Frame 1Symbol 184 MovieClip
"platform1"Symbol 433 MovieClip Frame 1Symbol 186 MovieClip
"twig"Symbol 433 MovieClip Frame 1Symbol 246 MovieClip
"ladder"Symbol 433 MovieClip Frame 1Symbol 252 MovieClip
"starfield"Symbol 433 MovieClip Frame 1Symbol 399 MovieClip
"spinningegg"Symbol 433 MovieClip Frame 2Symbol 262 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "falling.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "eggfx_pickup.wav"
ExportAssets (56)Timeline Frame 1Symbol 3 as "eggfx_finish_level.wav"
ExportAssets (56)Timeline Frame 1Symbol 4 as "eggfx_button.wav"
ExportAssets (56)Timeline Frame 1Symbol 5 as "egg_main_loop2.wav"
ExportAssets (56)Timeline Frame 1Symbol 6 as "egg_main_intro.wav"
ExportAssets (56)Timeline Frame 1Symbol 7 as "boing_even_shorter.wav"
ExportAssets (56)Timeline Frame 1Symbol 8 as "land_real_short.wav"
ExportAssets (56)Timeline Frame 1Symbol 9 as "ladder_land.wav"
ExportAssets (56)Timeline Frame 1Symbol 10 as "ladder_release.wav"
ExportAssets (56)Timeline Frame 10Symbol 8 as "land_real_short.wav"
ExportAssets (56)Timeline Frame 10Symbol 8 as "land_real_short.wav"
ExportAssets (56)Timeline Frame 10Symbol 8 as "land_real_short.wav"
ExportAssets (56)Timeline Frame 10Symbol 10 as "ladder_release.wav"
ExportAssets (56)Timeline Frame 10Symbol 9 as "ladder_land.wav"
ExportAssets (56)Timeline Frame 10Symbol 9 as "ladder_land.wav"

Labels

"content"Symbol 48 MovieClip Frame 1
"ReadCookie"Symbol 48 MovieClip Frame 9
"prepareAd"Symbol 48 MovieClip Frame 20
"loadAd"Symbol 48 MovieClip Frame 31
"showAd"Symbol 48 MovieClip Frame 41
"preload"Symbol 58 MovieClip Frame 3

Dynamic Text Variables

txtPercentLoaded2Symbol 40 EditableText"The game is loading (0%)"
txtPercentLoaded2Symbol 42 EditableText"The game is loading (0%)"




http://swfchan.com/6/26503/info.shtml
Created: 22/5 -2019 14:54:47 Last modified: 22/5 -2019 14:54:47 Server time: 30/04 -2024 17:39:19