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

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

Egg Run.swf

This is the info page for
Flash #22023

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


Text
loading

© playerthree, 2004

high scores

high scores

how to play

how to play

play game

play game

highscores

course 2
medium

course 1
easy

ActionScript [AS1/AS2]

Frame 1
stop(); _root.newLoad = 0; fscommand ("showmenu", "false"); fscommand ("allowscale", "true"); 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; };
Instance of Symbol 25 MovieClip "preloader" in Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded > 8) { } }
Frame 2
stop(); w1 = 0;
Instance of Symbol 37 MovieClip "musicswitch" in Frame 2
onClipEvent (enterFrame) { } onClipEvent (load) { }
Instance of Symbol 41 MovieClip "storage" in Frame 2
onClipEvent (load) { _root.worldrankingscores = 0; _root.loadedC1 = 0; _root.loadedC2 = 0; _root.loadedC3 = 0; _root.myActualFrame = _root._currentframe; _root.myTargetFrame = _root._currentframe; var a = new LoadVars(); a.onLoad = function () { trace("loaded ok"); _root.$hiscores1 = this.$hiscores; trace("vars = " + this.$hiscores); course_1_scores = this.$hiscores1.split(","); _root.loadedC1 = 1; }; a.load("../hiscore_eggrun.php?name=&score=0&email=&slice=10&england=1&chart=1"); var b = new LoadVars(); b.onLoad = function () { trace("loaded ok"); _root.$hiscores2 = this.$hiscores; trace("vars = " + this.$hiscores); course_2_scores = this.$hiscores2.split(","); _root.loadedC2 = 1; }; b.load("../hiscore_eggrun.php?name=&score=0&email=&slice=10&england=1&chart=2"); var c = new LoadVars(); c.onLoad = function () { trace("loaded ok"); _root.$hiscores3 = this.$hiscores; trace("vars = " + this.$hiscores); course_3_scores = this.$hiscores3.split(","); _root.loadedC3 = 1; }; c.load("../hiscore_eggrun.php?name=&score=0&email=&slice=10&england=1&chart=3"); } onClipEvent (enterFrame) { _root.myActualFrame = _root._currentframe; if (_root.myActualFrame != _root.myTargetFrame) { trace("frame error"); _root.gotoAndPlay(_root.myTargetFrame); } if (_root.loadedC1 == 1) { if (_root.loadedC2 == 1) { if (_root.loadedC3 == 1) { _root.worldrankingscores = 1; } } } }
Instance of Symbol 42 MovieClip "sound" in Frame 2
onClipEvent (load) { function gottwig() { trace("function ok"); gottwig_s.start(); } function buttonsound() { trace("function ok"); button_s.start(); } function levelcomplete() { trace("function ok"); levelcomplete_s.start(); } function startsound() { if (_root.newLoad == 0) { _root.newLoad = 1; trace("function ok"); intro_s.start(); } } function stopsound() { trace("function ok"); 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(); trace("main started"); }; intro_s = new Sound(); intro_s.attachSound("egg_main_intro.wav"); intro_s.start(); trace("intro started"); intro_s.onSoundComplete = function () { main_s.start(); trace("intro finished"); }; } onClipEvent (enterFrame) { }
Frame 3
stop();
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 168 MovieClip "loader1" in Frame 9
onClipEvent (enterFrame) { if (_root._framesloaded > 110) { gotoAndStop (2); } }
Frame 10
stop();
Instance of Symbol 287 MovieClip "egg" in Frame 10
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 20
stop();
Instance of Symbol 291 MovieClip "egg" in Frame 20
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 30
stop();
Instance of Symbol 295 MovieClip "egg" in Frame 30
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 40
stop();
Instance of Symbol 298 MovieClip "egg" in Frame 40
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 50
stop();
Instance of Symbol 301 MovieClip "egg" in Frame 50
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 60
stop();
Instance of Symbol 305 MovieClip "egg" in Frame 60
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 70
stop();
Instance of Symbol 308 MovieClip "egg" in Frame 70
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 80
stop();
Instance of Symbol 311 MovieClip "egg" in Frame 80
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 90
stop();
Instance of Symbol 314 MovieClip "egg" in Frame 90
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 100
stop();
Instance of Symbol 317 MovieClip "egg" in Frame 100
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 110
stop();
Instance of Symbol 326 MovieClip "score" in Frame 110
onClipEvent (load) { if (_root.w1 < _root.score_a_3) { gotoAndStop (2); } }
Instance of Symbol 337 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 = 2;
Frame 119
stop(); w1 = 0;
Instance of Symbol 168 MovieClip "loader1" in Frame 119
onClipEvent (enterFrame) { if (_root._framesloaded > 220) { gotoAndStop (2); } }
Frame 120
stop();
Instance of Symbol 341 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 341 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 341 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 341 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 341 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 341 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 341 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 341 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 341 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 341 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 341 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 341 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 341 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 341 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 350 MovieClip "egg" in Frame 120
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 130
stop();
Instance of Symbol 355 MovieClip "egg" in Frame 130
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 140
stop();
Instance of Symbol 358 MovieClip "egg" in Frame 140
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 150
stop();
Instance of Symbol 362 MovieClip "egg" in Frame 150
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 160
stop();
Instance of Symbol 366 MovieClip "egg" in Frame 160
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 170
stop();
Instance of Symbol 367 MovieClip "egg" in Frame 170
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 180
stop();
Instance of Symbol 368 MovieClip "egg" in Frame 180
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 190
stop();
Instance of Symbol 371 MovieClip "egg" in Frame 190
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 200
stop();
Instance of Symbol 372 MovieClip "egg" in Frame 200
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 210
stop();
Instance of Symbol 374 MovieClip "egg" in Frame 210
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 220
stop();
Instance of Symbol 377 MovieClip in Frame 220
onClipEvent (load) { if (_root.w1 < _root.score_b_3) { gotoAndStop (2); } }
Instance of Symbol 337 MovieClip "numbers" in Frame 220
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 221
_root.myTargetFrame = 2;
Frame 249
stop(); w1 = 0;
Instance of Symbol 168 MovieClip "loader1" in Frame 249
onClipEvent (enterFrame) { if (_root._framesloaded == _root._totalframes) { gotoAndStop (2); } }
Frame 250
stop();
Instance of Symbol 398 MovieClip "egg" in Frame 250
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 260
stop();
Instance of Symbol 404 MovieClip "egg" in Frame 260
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 270
stop();
Instance of Symbol 409 MovieClip "egg" in Frame 270
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 280
stop();
Instance of Symbol 413 MovieClip "egg" in Frame 280
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 290
stop();
Instance of Symbol 418 MovieClip "egg" in Frame 290
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 300
stop();
Instance of Symbol 422 MovieClip "egg" in Frame 300
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 310
stop();
Instance of Symbol 424 MovieClip "egg" in Frame 310
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 320
stop();
Instance of Symbol 426 MovieClip "egg" in Frame 320
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 330
stop();
Instance of Symbol 428 MovieClip "egg" in Frame 330
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 340
stop();
Instance of Symbol 431 MovieClip "egg" in Frame 340
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; }
Frame 350
stop();
Instance of Symbol 434 MovieClip "score" in Frame 350
onClipEvent (load) { if (_root.w1 < _root.score_c_3) { gotoAndStop (2); } }
Instance of Symbol 337 MovieClip "numbers" in Frame 350
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 351
_root.myTargetFrame = 2;
Symbol 19 MovieClip Frame 53
_root.nextFrame(); _root.myTargetFrame = 2;
Symbol 34 Button
on (release) { _root.sound.buttonsound(); _root.sound.musicstatus = false; _root.sound.stopsound(); gotoAndStop (2); trace("stop button - sound status---" + _root.sound.intro_s.position); }
Symbol 36 Button
on (release) { _root.sound.buttonsound(); _root.sound.musicstatus = true; _root.sound.main_s.start(); gotoAndStop (1); trace("start button - sound status---" + _root.sound.intro_s.position); }
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 2
stop();
Symbol 49 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 5; }
Symbol 54 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 4; }
Symbol 59 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 3; }
Symbol 68 Button
on (release) { _root.gotoAndStop(2); }
Symbol 69 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 2; }
Symbol 72 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 9; }
Symbol 75 Button
on (release) { _root.gotoAndPlay(6); _root.sound.buttonsound(); }
Symbol 78 Button
on (release) { _root.gotoAndPlay(7); _root.sound.buttonsound(); }
Symbol 79 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 7; }
Symbol 80 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 6; }
Symbol 81 MovieClip Frame 30
stop();
Symbol 82 Button
on (release) { _root.sound.buttonsound(); }
Symbol 83 Button
on (release) { _root.sound.buttonsound(); }
Symbol 84 Button
on (release) { _root.sound.buttonsound(); }
Instance of Symbol 85 MovieClip in Symbol 87 MovieClip Frame 1
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x > -350) { this._x = this._x - n; n = n + 2; } }
Instance of Symbol 86 MovieClip in Symbol 87 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._alpha > 40) { this._alpha = this._alpha - 5; } }
Symbol 88 MovieClip Frame 10
stop();
Symbol 89 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 2; }
Symbol 91 MovieClip Frame 30
stop();
Instance of Symbol 85 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x > -350) { this._x = this._x - n; n = n + 2; } }
Instance of Symbol 86 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._alpha > 40) { this._alpha = this._alpha - 5; } }
Symbol 102 Button
on (release) { _parent.scores.gotoAndStop(1); }
Symbol 103 Button
on (release) { _parent.scores.gotoAndStop(2); }
Symbol 104 Button
on (release) { _parent.gotoAndStop(1); }
Symbol 105 Button
on (release) { _parent.gotoAndStop(2); }
Symbol 106 MovieClip Frame 19
stop();
Instance of Symbol 97 MovieClip "wrloadercheck" in Symbol 106 MovieClip Frame 19
onClipEvent (enterFrame) { if (_root.worldrankingscores == 1) { _parent.gotoAndPlay(20); } }
Symbol 106 MovieClip Frame 32
stop();
Symbol 111 MovieClip Frame 1
stop();
Symbol 112 Button
on (release) { changed = true; currentcourse = 1; _root.sound.buttonsound(); }
Symbol 113 Button
on (release) { changed = true; currentcourse = 2; _root.sound.buttonsound(); }
Symbol 114 Button
on (release) { changed = true; currentcourse = 3; _root.sound.buttonsound(); }
Symbol 115 Button
on (release) { changed = true; currentcourse = 2; _root.sound.buttonsound(); gotoAndStop (31); }
Symbol 116 Button
on (release) { changed = true; currentcourse = 3; _root.sound.buttonsound(); gotoAndStop (32); }
Symbol 117 Button
on (release) { changed = true; currentcourse = 1; _root.sound.buttonsound(); gotoAndStop (30); }
Symbol 118 Button
on (release) { changed = true; currentcourse = 2; _root.sound.buttonsound(); gotoAndStop (31); }
Symbol 119 Button
on (release) { changed = true; currentcourse = 3; _root.sound.buttonsound(); gotoAndStop (32); }
Symbol 120 MovieClip Frame 1
currentcourse = 1;
Symbol 120 MovieClip Frame 30
stop();
Symbol 120 MovieClip Frame 31
stop();
Symbol 120 MovieClip Frame 32
stop();
Symbol 127 MovieClip Frame 1
scoretemp1b = _root.course_1_scores[0]; scoretemp1a = _root.course_1_scores[1]; scoretemp2b = _root.course_1_scores[3]; scoretemp2a = _root.course_1_scores[4]; scoretemp3b = _root.course_1_scores[6]; scoretemp3a = _root.course_1_scores[7]; scoretemp4b = _root.course_1_scores[9]; scoretemp4a = _root.course_1_scores[10]; scoretemp5b = _root.course_1_scores[12]; scoretemp5a = _root.course_1_scores[13]; scoretemp6b = _root.course_1_scores[15]; scoretemp6a = _root.course_1_scores[16]; scoretemp7b = _root.course_1_scores[18]; scoretemp7a = _root.course_1_scores[19]; scoretemp8b = _root.course_1_scores[21]; scoretemp8a = _root.course_1_scores[22]; scoretemp9b = _root.course_1_scores[24]; scoretemp9a = _root.course_1_scores[25]; scoretemp10b = _root.course_1_scores[27]; scoretemp10a = _root.course_1_scores[28];
Symbol 127 MovieClip Frame 25
stop(); _root.tempname_a_1 = _root.name_a_1; _root.tempname_a_2 = _root.name_a_2; _root.tempname_a_3 = _root.name_a_3; _root.tempscore_a_1 = _root.score_a_1; _root.tempscore_a_2 = _root.score_a_2; _root.tempscore_a_3 = _root.score_a_3;
Instance of Symbol 120 MovieClip in Symbol 127 MovieClip Frame 25
onClipEvent (load) { changed = false; currentcourse = 1; } onClipEvent (enterFrame) { if (changed == true) { if (currentcourse == 1) { changed = false; _root.tempname_a_1 = _root.name_a_1; _root.tempname_a_2 = _root.name_a_2; _root.tempname_a_3 = _root.name_a_3; _root.tempscore_a_1 = _root.score_a_1; _root.tempscore_a_2 = _root.score_a_2; _root.tempscore_a_3 = _root.score_a_3; } if (currentcourse == 2) { changed = false; _root.tempname_a_1 = _root.name_b_1; _root.tempname_a_2 = _root.name_b_2; _root.tempname_a_3 = _root.name_b_3; _root.tempscore_a_1 = _root.score_b_1; _root.tempscore_a_2 = _root.score_b_2; _root.tempscore_a_3 = _root.score_b_3; } if (currentcourse == 3) { changed = false; _root.tempname_a_1 = _root.name_c_1; _root.tempname_a_2 = _root.name_c_2; _root.tempname_a_3 = _root.name_c_3; _root.tempscore_a_1 = _root.score_c_1; _root.tempscore_a_2 = _root.score_c_2; _root.tempscore_a_3 = _root.score_c_3; } } }
Symbol 127 MovieClip Frame 26
stop();
Symbol 129 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 1
scoretemp1b = _root.course_1_scores[0]; scoretemp1a = _root.course_1_scores[1]; scoretemp2b = _root.course_1_scores[3]; scoretemp2a = _root.course_1_scores[4]; scoretemp3b = _root.course_1_scores[6]; scoretemp3a = _root.course_1_scores[7]; scoretemp4b = _root.course_1_scores[9]; scoretemp4a = _root.course_1_scores[10]; scoretemp5b = _root.course_1_scores[12]; scoretemp5a = _root.course_1_scores[13]; scoretemp6b = _root.course_1_scores[15]; scoretemp6a = _root.course_1_scores[16]; scoretemp7b = _root.course_1_scores[18]; scoretemp7a = _root.course_1_scores[19]; scoretemp8b = _root.course_1_scores[21]; scoretemp8a = _root.course_1_scores[22]; scoretemp9b = _root.course_1_scores[24]; scoretemp9a = _root.course_1_scores[25]; scoretemp10b = _root.course_1_scores[27]; scoretemp10a = _root.course_1_scores[28];
Symbol 150 MovieClip Frame 25
stop(); scoretemp1b = _root.course_1_scores[0]; scoretemp1a = _root.course_1_scores[1]; scoretemp2b = _root.course_1_scores[3]; scoretemp2a = _root.course_1_scores[4]; scoretemp3b = _root.course_1_scores[6]; scoretemp3a = _root.course_1_scores[7]; scoretemp4b = _root.course_1_scores[9]; scoretemp4a = _root.course_1_scores[10]; scoretemp5b = _root.course_1_scores[12]; scoretemp5a = _root.course_1_scores[13]; scoretemp6b = _root.course_1_scores[15]; scoretemp6a = _root.course_1_scores[16]; scoretemp7b = _root.course_1_scores[18]; scoretemp7a = _root.course_1_scores[19]; scoretemp8b = _root.course_1_scores[21]; scoretemp8a = _root.course_1_scores[22]; scoretemp9b = _root.course_1_scores[24]; scoretemp9a = _root.course_1_scores[25]; scoretemp10b = _root.course_1_scores[27]; scoretemp10a = _root.course_1_scores[28]; trace("now"); trace(_root.course_1_scores);
Instance of Symbol 120 MovieClip in Symbol 150 MovieClip Frame 25
onClipEvent (load) { changed = false; currentcourse = 1; } onClipEvent (enterFrame) { if (changed == true) { if (currentcourse == 1) { changed = false; trace("changed"); _parent.scoretemp1b = _root.course_1_scores[0]; _parent.scoretemp1a = _root.course_1_scores[1]; _parent.scoretemp2b = _root.course_1_scores[3]; _parent.scoretemp2a = _root.course_1_scores[4]; _parent.scoretemp3b = _root.course_1_scores[6]; _parent.scoretemp3a = _root.course_1_scores[7]; _parent.scoretemp4b = _root.course_1_scores[9]; _parent.scoretemp4a = _root.course_1_scores[10]; _parent.scoretemp5b = _root.course_1_scores[12]; _parent.scoretemp5a = _root.course_1_scores[13]; _parent.scoretemp6b = _root.course_1_scores[15]; _parent.scoretemp6a = _root.course_1_scores[16]; _parent.scoretemp7b = _root.course_1_scores[18]; _parent.scoretemp7a = _root.course_1_scores[19]; _parent.scoretemp8b = _root.course_1_scores[21]; _parent.scoretemp8a = _root.course_1_scores[22]; _parent.scoretemp9b = _root.course_1_scores[24]; _parent.scoretemp9a = _root.course_1_scores[25]; _parent.scoretemp10b = _root.course_1_scores[27]; _parent.scoretemp10a = _root.course_1_scores[28]; } if (currentcourse == 2) { changed = false; trace("changed"); _parent.scoretemp1b = _root.course_2_scores[0]; _parent.scoretemp1a = _root.course_2_scores[1]; _parent.scoretemp2b = _root.course_2_scores[3]; _parent.scoretemp2a = _root.course_2_scores[4]; _parent.scoretemp3b = _root.course_2_scores[6]; _parent.scoretemp3a = _root.course_2_scores[7]; _parent.scoretemp4b = _root.course_2_scores[9]; _parent.scoretemp4a = _root.course_2_scores[10]; _parent.scoretemp5b = _root.course_2_scores[12]; _parent.scoretemp5a = _root.course_2_scores[13]; _parent.scoretemp6b = _root.course_2_scores[15]; _parent.scoretemp6a = _root.course_2_scores[16]; _parent.scoretemp7b = _root.course_2_scores[18]; _parent.scoretemp7a = _root.course_2_scores[19]; _parent.scoretemp8b = _root.course_2_scores[21]; _parent.scoretemp8a = _root.course_2_scores[22]; _parent.scoretemp9b = _root.course_2_scores[24]; _parent.scoretemp9a = _root.course_2_scores[25]; _parent.scoretemp10b = _root.course_2_scores[27]; _parent.scoretemp10a = _root.course_2_scores[28]; } if (currentcourse == 3) { changed = false; trace("changed"); _parent.scoretemp1b = _root.course_3_scores[0]; _parent.scoretemp1a = _root.course_3_scores[1]; _parent.scoretemp2b = _root.course_3_scores[3]; _parent.scoretemp2a = _root.course_3_scores[4]; _parent.scoretemp3b = _root.course_3_scores[6]; _parent.scoretemp3a = _root.course_3_scores[7]; _parent.scoretemp4b = _root.course_3_scores[9]; _parent.scoretemp4a = _root.course_3_scores[10]; _parent.scoretemp5b = _root.course_3_scores[12]; _parent.scoretemp5a = _root.course_3_scores[13]; _parent.scoretemp6b = _root.course_3_scores[15]; _parent.scoretemp6a = _root.course_3_scores[16]; _parent.scoretemp7b = _root.course_3_scores[18]; _parent.scoretemp7a = _root.course_3_scores[19]; _parent.scoretemp8b = _root.course_3_scores[21]; _parent.scoretemp8a = _root.course_3_scores[22]; _parent.scoretemp9b = _root.course_3_scores[24]; _parent.scoretemp9a = _root.course_3_scores[25]; _parent.scoretemp10b = _root.course_3_scores[27]; _parent.scoretemp10a = _root.course_3_scores[28]; } } }
Symbol 151 MovieClip Frame 1
stop();
Instance of Symbol 106 MovieClip "scoreSelect" in Symbol 151 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 85 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x > -350) { this._x = this._x - n; n = n + 2; } }
Instance of Symbol 86 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._alpha > 40) { this._alpha = this._alpha - 5; } }
Symbol 151 MovieClip Frame 2
stop();
Symbol 153 MovieClip Frame 15
gotoAndPlay (1);
Symbol 154 MovieClip Frame 1
stop();
Instance of Symbol 25 MovieClip "preloader" in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded > 220) { _parent.gotoAndStop(2); } }
Symbol 154 MovieClip Frame 2
stop();
Instance of Symbol 153 MovieClip in Symbol 154 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 120; }; }
Symbol 160 MovieClip Frame 1
stop();
Instance of Symbol 25 MovieClip "preloader" in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded > 349) { _parent.gotoAndStop(2); } }
Symbol 160 MovieClip Frame 2
stop();
Instance of Symbol 153 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 250; }; }
Symbol 168 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 2
stop();
Instance of Symbol 153 MovieClip in Symbol 168 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 10; }; }
Instance of Symbol 181 MovieClip "numbers" in Symbol 183 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 185 Button
on (press) { _parent._parent.eggstatus = "firing"; }
Instance of Symbol 189 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 115) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 192 MovieClip Frame 1
stop();
Instance of Symbol 191 MovieClip "eggbodygraphic" in Symbol 192 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 192 MovieClip Frame 2
stop();
Instance of Symbol 191 MovieClip "eggbodygraphic" in Symbol 192 MovieClip Frame 2
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 197 MovieClip Frame 1
stop();
Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 197 MovieClip Frame 2
stop();
Symbol 198 MovieClip Frame 1
trace("start");
Instance of Symbol 192 MovieClip "body" in Symbol 198 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) { trace("limit"); _parent.xpower = 55; } if (_parent.ypower > 55) { trace("limit"); _parent.ypower = 55; } this._rotation = 360 - _parent.xpower; } }
Symbol 198 MovieClip Frame 40
_root.myTargetFrame = _root._currentFrame + 10;
Symbol 199 MovieClip Frame 1
stop();
Instance of Symbol 186 MovieClip "trigger" in Symbol 199 MovieClip Frame 1
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { if (_parent._parent.eggstatus == "firing") { _parent._parent.eggstatus = "launch"; _root.w1 = _root.w1 + 1; trace("score " + _root.w1); _parent.body._rotation = 0; _parent._parent.gotoAndPlay(2); } }; }
Instance of Symbol 192 MovieClip "body" in Symbol 199 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); trace(this._rotation); } else { _parent._parent.facing = "left"; this._rotation = 360 + ((power * 10) / scalefactor); _parent.feet.gotoAndStop(2); this.gotoAndStop(2); } } }
Symbol 199 MovieClip Frame 2
stop();
Symbol 204 MovieClip Frame 15
gotoAndPlay (1);
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 2
stop();
Instance of Symbol 201 MovieClip "mask" in Symbol 205 MovieClip Frame 2
onClipEvent (enterFrame) { this._width = _parent._parent.power * 12; if (this._width > 80) { this._width = 80; } }
Symbol 208 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 208 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 269 MovieClip Frame 29
gotoAndPlay (1);
Symbol 270 MovieClip Frame 1
stop(); this.ready = true;
Symbol 270 MovieClip Frame 2
this.ready = false; _root.sound.gottwig();
Symbol 270 MovieClip Frame 40
stop(); _parent.ladder.gotoAndPlay(2);
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 2
stop();
Symbol 276 MovieClip Frame 1
stop(); ready = false;
Instance of Symbol 275 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 276 MovieClip Frame 2
ready = true;
Symbol 276 MovieClip Frame 30
stop(); ready = true;
Instance of Symbol 192 MovieClip "body" in Symbol 284 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) { trace("limit"); _parent.xpower = 55; } if (_parent.ypower > 55) { trace("limit"); _parent.ypower = 55; } this._rotation = 360 - _parent.xpower; } }
Symbol 284 MovieClip Frame 30
stop(); _parent._parent._parent.gotoAndPlay(20);
Symbol 285 MovieClip Frame 30
stop(); _parent._parent.gotoAndPlay(1);
Symbol 286 MovieClip Frame 1
stop(); launchsound = new Sound(); launchsound.attachSound("boing_even_shorter.wav"); launchsound.start();
Instance of Symbol 192 MovieClip "body" in Symbol 286 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 286 MovieClip Frame 2
stop();
Instance of Symbol 285 MovieClip "eggup" in Symbol 286 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 286 MovieClip Frame 3
stop();
Symbol 287 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 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 205 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 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 208 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 210 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; _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 208 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 208 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 208 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 270 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) { trace("got twig "); gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 287 MovieClip Frame 2
stop();
Instance of Symbol 286 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); _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 291 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 291 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 291 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 291 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 208 MovieClip "platform1" in Symbol 291 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 210 MovieClip "platform1" in Symbol 291 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 208 MovieClip "platform1" in Symbol 291 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 208 MovieClip "platform1" in Symbol 291 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 208 MovieClip "platform1" in Symbol 291 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 208 MovieClip "platform1" in Symbol 291 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 270 MovieClip "twig" in Symbol 291 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 291 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 291 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) { trace((("_parent.ypower " + _parent.ypower) + " xpower ") + _parent.xpower); 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 295 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 295 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); 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 205 MovieClip "comp" in Symbol 295 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 295 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 210 MovieClip "platform1" in Symbol 295 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 208 MovieClip "platform1" in Symbol 295 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 208 MovieClip "platform1" in Symbol 295 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 208 MovieClip "platform1" in Symbol 295 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 208 MovieClip "platform1" in Symbol 295 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 208 MovieClip "platform1" in Symbol 295 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 270 MovieClip "twig" in Symbol 295 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 295 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 295 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) { trace((("_parent.ypower " + _parent.ypower) + " xpower ") + _parent.xpower); 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 298 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 298 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 298 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 298 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 210 MovieClip "platform1" in Symbol 298 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 208 MovieClip "platform1" in Symbol 298 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 208 MovieClip "platform1" in Symbol 298 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 208 MovieClip "platform1" in Symbol 298 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 208 MovieClip "platform1" in Symbol 298 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 208 MovieClip "platform1" in Symbol 298 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 270 MovieClip "twig" in Symbol 298 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); this.ready = false; gotoAndPlay (2); } } } } } }
Symbol 298 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 298 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) { trace((("_parent.ypower " + _parent.ypower) + " xpower ") + _parent.xpower); 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 301 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 301 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 301 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 301 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 210 MovieClip "platform1" in Symbol 301 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 208 MovieClip "platform1" in Symbol 301 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 208 MovieClip "platform1" in Symbol 301 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 208 MovieClip "platform1" in Symbol 301 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 208 MovieClip "platform1" in Symbol 301 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 270 MovieClip "twig" in Symbol 301 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 301 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 301 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) { trace((("_parent.ypower " + _parent.ypower) + " xpower ") + _parent.xpower); 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 305 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 305 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 305 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 305 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 210 MovieClip "platform1" in Symbol 305 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 208 MovieClip "platform1" in Symbol 305 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 208 MovieClip "platform1" in Symbol 305 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 208 MovieClip "platform1" in Symbol 305 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 208 MovieClip "platform1" in Symbol 305 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 208 MovieClip "platform1" in Symbol 305 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 270 MovieClip "twig" in Symbol 305 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 305 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 305 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) { trace((("_parent.ypower " + _parent.ypower) + " xpower ") + _parent.xpower); 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 308 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 308 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 308 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 308 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 210 MovieClip "platform1" in Symbol 308 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 208 MovieClip "platform1" in Symbol 308 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 208 MovieClip "platform1" in Symbol 308 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 208 MovieClip "platform1" in Symbol 308 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 208 MovieClip "platform1" in Symbol 308 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 208 MovieClip "platform1" in Symbol 308 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 270 MovieClip "twig" in Symbol 308 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 308 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 308 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) { trace((("_parent.ypower " + _parent.ypower) + " xpower ") + _parent.xpower); 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 311 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 311 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 311 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 311 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 210 MovieClip "platform1" in Symbol 311 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 208 MovieClip "platform1" in Symbol 311 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 208 MovieClip "platform1" in Symbol 311 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 208 MovieClip "platform1" in Symbol 311 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 208 MovieClip "platform1" in Symbol 311 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 208 MovieClip "platform1" in Symbol 311 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 208 MovieClip "platform1" in Symbol 311 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 270 MovieClip "twig" in Symbol 311 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 311 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 311 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) { trace((("_parent.ypower " + _parent.ypower) + " xpower ") + _parent.xpower); 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 314 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 314 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 314 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 314 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 210 MovieClip "platform1" in Symbol 314 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 210 MovieClip "platform1" in Symbol 314 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; trace("hit ladder " + _parent._currentFrame); _parent.mainegg._x = this._x; _parent.mainegg._y = this._y; _parent.mainegg._rotation = 0; this.collision = true; _parent.complete = true; } } } } } } } }
Instance of Symbol 208 MovieClip "platform1" in Symbol 314 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 208 MovieClip "platform1" in Symbol 314 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 208 MovieClip "platform1" in Symbol 314 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 208 MovieClip "platform1" in Symbol 314 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 270 MovieClip "twig" in Symbol 314 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 314 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 314 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 317 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 317 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 317 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 317 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 210 MovieClip "platform1" in Symbol 317 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 208 MovieClip "platform1" in Symbol 317 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 208 MovieClip "platform1" in Symbol 317 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 208 MovieClip "platform1" in Symbol 317 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 270 MovieClip "twig" in Symbol 317 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 317 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 317 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 318 MovieClip Frame 1
play();
Symbol 318 MovieClip Frame 90
_root.nextFrame();
Symbol 324 Button
on (release) { done = false; _root.sound.buttonsound(); if (_root.playername == "") { _root.playername = "egg"; } if (_root.w1 < _root.score_a_1) { _root.myLocalSO.data.name_a_3 = _root.myLocalSO.data.name_a_2; _root.myLocalSO.data.name_a_2 = _root.myLocalSO.data.name_a_1; _root.myLocalSO.data.name_a_1 = _root.playername; _root.myLocalSO.data.score_a_3 = _root.myLocalSO.data.score_a_2; _root.myLocalSO.data.score_a_2 = _root.myLocalSO.data.score_a_1; _root.myLocalSO.data.score_a_1 = _root.w1; done = true; } if (done == false) { if (_root.w1 < _root.score_a_2) { _root.myLocalSO.data.name_a_3 = _root.myLocalSO.data.name_a_2; _root.myLocalSO.data.name_a_2 = _root.playername; _root.myLocalSO.data.score_a_3 = _root.myLocalSO.data.score_a_2; _root.myLocalSO.data.score_a_2 = _root.w1; } else { _root.myLocalSO.data.name_a_3 = _root.playername; _root.myLocalSO.data.score_a_3 = _root.w1; } } var d = new LoadVars(); d.onLoad = function () { trace("loaded ok"); _root.$hiscores1 = this.$hiscores; trace("vars = " + this.$hiscores); _root.nextFrame(); }; c = 0; n = _root.playername; i = 0; while (i < n.length) { c = c + n.charCodeAt(i); i++; } c = c + _root.w1; trace(c); d.load((((("../hiscore_eggrun.php?name=" + _root.playername) + "&score=") + _root.w1) + "&email=x&slice=10&england=1&chart=1&c=") + c); _root.myTargetFrame = _root.myTargetFrame + 1; }
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 2
stop();
Symbol 340 MovieClip Frame 20
gotoAndPlay (1);
Symbol 341 MovieClip Frame 15
gotoAndPlay (1);
Symbol 342 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) { trace("---x---"); _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 342 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) { trace("---x---"); _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 350 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 350 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 205 MovieClip "comp" in Symbol 350 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 350 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 208 MovieClip "platform1" in Symbol 350 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 342 MovieClip "platform1" in Symbol 350 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 208 MovieClip "platform1" in Symbol 350 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 210 MovieClip "platform1" in Symbol 350 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 208 MovieClip "platform1" in Symbol 350 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 270 MovieClip "twig" in Symbol 350 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 350 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 350 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 355 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 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 342 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 342 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 208 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 210 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 208 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 270 MovieClip "twig" in Symbol 355 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 355 MovieClip Frame 2
stop();
Instance of Symbol 286 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 358 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 358 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 358 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 358 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 208 MovieClip "platform1" in Symbol 358 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 208 MovieClip "platform1" in Symbol 358 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 210 MovieClip "platform1" in Symbol 358 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 208 MovieClip "platform1" in Symbol 358 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 270 MovieClip "twig" in Symbol 358 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 358 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 358 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 362 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 362 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 362 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 362 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 208 MovieClip "platform1" in Symbol 362 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 208 MovieClip "platform1" in Symbol 362 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 210 MovieClip "platform1" in Symbol 362 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 208 MovieClip "platform1" in Symbol 362 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 270 MovieClip "twig" in Symbol 362 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 362 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 362 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 366 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 366 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 366 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 366 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 342 MovieClip "platform1" in Symbol 366 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 208 MovieClip "platform1" in Symbol 366 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 208 MovieClip "platform1" in Symbol 366 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 210 MovieClip "platform1" in Symbol 366 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 208 MovieClip "platform1" in Symbol 366 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 270 MovieClip "twig" in Symbol 366 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 366 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 366 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 199 MovieClip "mainegg" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 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 342 MovieClip "platform1" in Symbol 367 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 208 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 210 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 208 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 270 MovieClip "twig" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 367 MovieClip Frame 2
stop();
Instance of Symbol 286 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 368 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 368 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 368 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 368 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 208 MovieClip "platform1" in Symbol 368 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 208 MovieClip "platform1" in Symbol 368 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 210 MovieClip "platform1" in Symbol 368 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 208 MovieClip "platform1" in Symbol 368 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 270 MovieClip "twig" in Symbol 368 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 368 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 368 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 199 MovieClip "mainegg" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 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 208 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 208 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 208 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 210 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 208 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 270 MovieClip "twig" in Symbol 371 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 371 MovieClip Frame 2
stop();
Instance of Symbol 286 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 199 MovieClip "mainegg" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 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 342 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 342 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 208 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 210 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 208 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 270 MovieClip "twig" in Symbol 372 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 372 MovieClip Frame 2
stop();
Instance of Symbol 286 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 374 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 374 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x; this._y = _parent.new_y; trace("dir ---" + _parent.facing); if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 205 MovieClip "comp" in Symbol 374 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 374 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 342 MovieClip "platform1" in Symbol 374 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 208 MovieClip "platform1" in Symbol 374 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 208 MovieClip "platform1" in Symbol 374 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 210 MovieClip "platform1" in Symbol 374 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 208 MovieClip "platform1" in Symbol 374 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 270 MovieClip "twig" in Symbol 374 MovieClip Frame 1
onClipEvent (load) { this.ready = true; trace("twig mc name " + this._name); 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) { trace("got twig "); _parent.ladder.ready = false; gotoAndPlay (2); this.ready = false; } } } } } }
Symbol 374 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 374 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 375 Button
on (release) { done = false; _root.sound.buttonsound(); if (_root.playername == "") { _root.playername = "egg"; } if (_root.w1 < _root.score_b_1) { _root.myLocalSO.data.name_b_3 = _root.myLocalSO.data.name_b_2; _root.myLocalSO.data.name_b_2 = _root.myLocalSO.data.name_b_1; _root.myLocalSO.data.name_b_1 = _root.playername; _root.myLocalSO.data.score_b_3 = _root.myLocalSO.data.score_b_2; _root.myLocalSO.data.score_b_2 = _root.myLocalSO.data.score_b_1; _root.myLocalSO.data.score_b_1 = _root.w1; done = true; } if (done == false) { if (_root.w1 < _root.score_b_2) { _root.myLocalSO.data.name_b_3 = _root.myLocalSO.data.name_b_2; _root.myLocalSO.data.name_b_2 = _root.playername; _root.myLocalSO.data.score_b_3 = _root.myLocalSO.data.score_b_2; _root.myLocalSO.data.score_b_2 = _root.w1; } else { _root.myLocalSO.data.name_b_3 = _root.playername; _root.myLocalSO.data.score_b_3 = _root.w1; } } var d = new LoadVars(); d.onLoad = function () { trace("loaded ok"); _root.$hiscores1 = this.$hiscores; trace("vars = " + this.$hiscores); _root.nextFrame(); }; c = 0; n = _root.playername; i = 0; while (i < n.length) { c = c + n.charCodeAt(i); i++; } c = c + _root.w1; trace(c); d.load((((("../hiscore_eggrun.php?name=" + _root.playername) + "&score=") + _root.w1) + "&email=x&slice=10&england=1&chart=2&c=") + c); _root.myTargetFrame = _root.currentframe + 1; }
Symbol 377 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 2
stop();
Symbol 385 MovieClip Frame 73
gotoAndPlay (1);
Symbol 388 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 2
stop();
Symbol 392 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 392 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 389 MovieClip "code" in Symbol 393 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 397 MovieClip Frame 1
stop();
Instance of Symbol 388 MovieClip "satellite_2" in Symbol 397 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) { trace("x pos" + this._x); 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 398 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 398 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 205 MovieClip "comp" in Symbol 398 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 398 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 208 MovieClip "platform1" in Symbol 398 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 208 MovieClip "platform1" in Symbol 398 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 208 MovieClip "platform1" in Symbol 398 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 210 MovieClip "platform1" in Symbol 398 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 270 MovieClip "twig" in Symbol 398 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 398 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 398 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 399 MovieClip Frame 40
stop();
Symbol 404 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 404 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 205 MovieClip "comp" in Symbol 404 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 404 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 208 MovieClip "platform1" in Symbol 404 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 208 MovieClip "platform1" in Symbol 404 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 208 MovieClip "platform1" in Symbol 404 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 208 MovieClip "platform1" in Symbol 404 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 208 MovieClip "platform1" in Symbol 404 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 208 MovieClip "platform1" in Symbol 404 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 210 MovieClip "platform1" in Symbol 404 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 270 MovieClip "twig" in Symbol 404 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 404 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 404 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 405 MovieClip Frame 40
stop();
Symbol 409 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 409 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 205 MovieClip "comp" in Symbol 409 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 409 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 208 MovieClip "platform1" in Symbol 409 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 208 MovieClip "platform1" in Symbol 409 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 208 MovieClip "platform1" in Symbol 409 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 208 MovieClip "platform1" in Symbol 409 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 208 MovieClip "platform1" in Symbol 409 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 210 MovieClip "platform1" in Symbol 409 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 270 MovieClip "twig" in Symbol 409 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 409 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 409 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 410 MovieClip Frame 40
stop();
Symbol 413 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 413 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 205 MovieClip "comp" in Symbol 413 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 413 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 208 MovieClip "platform1" in Symbol 413 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 208 MovieClip "platform1" in Symbol 413 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 208 MovieClip "platform1" in Symbol 413 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 208 MovieClip "platform1" in Symbol 413 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 210 MovieClip "platform1" in Symbol 413 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 270 MovieClip "twig" in Symbol 413 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 208 MovieClip "platform1" in Symbol 413 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 208 MovieClip "platform1" in Symbol 413 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 413 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 413 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 414 MovieClip Frame 40
stop();
Symbol 418 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 418 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 205 MovieClip "comp" in Symbol 418 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 418 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 208 MovieClip "platform1" in Symbol 418 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 208 MovieClip "platform1" in Symbol 418 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 208 MovieClip "platform1" in Symbol 418 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 208 MovieClip "platform1" in Symbol 418 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 208 MovieClip "platform1" in Symbol 418 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 210 MovieClip "platform1" in Symbol 418 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 270 MovieClip "twig" in Symbol 418 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 418 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 418 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 422 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 422 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 205 MovieClip "comp" in Symbol 422 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 422 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 208 MovieClip "platform1" in Symbol 422 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 208 MovieClip "platform1" in Symbol 422 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 208 MovieClip "platform1" in Symbol 422 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 208 MovieClip "platform1" in Symbol 422 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 208 MovieClip "platform1" in Symbol 422 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 210 MovieClip "platform1" in Symbol 422 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 270 MovieClip "twig" in Symbol 422 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 208 MovieClip "platform1" in Symbol 422 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 422 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 422 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 199 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 205 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 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 208 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 208 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 208 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 210 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 270 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; } } } } } }
Symbol 424 MovieClip Frame 2
stop();
Instance of Symbol 286 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 199 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 205 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 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 208 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 208 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 208 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 208 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 210 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 208 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 270 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 286 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 199 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 205 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 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 208 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 208 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 208 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 208 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 210 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 270 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 286 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 429 MovieClip Frame 40
stop();
Symbol 431 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 199 MovieClip "mainegg" in Symbol 431 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 205 MovieClip "comp" in Symbol 431 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; trace(_parent.eggstatus); if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 206 MovieClip "clip" in Symbol 431 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 208 MovieClip "platform1" in Symbol 431 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 208 MovieClip "platform1" in Symbol 431 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 208 MovieClip "platform1" in Symbol 431 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 210 MovieClip "platform1" in Symbol 431 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 270 MovieClip "twig" in Symbol 431 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 431 MovieClip Frame 2
stop();
Instance of Symbol 286 MovieClip "spinningegg" in Symbol 431 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 432 Button
on (release) { done = false; _root.sound.buttonsound(); if (_root.playername == "") { _root.playername = "egg"; } if (_root.w1 < _root.score_c_1) { _root.myLocalSO.data.name_c_3 = _root.myLocalSO.data.name_c_2; _root.myLocalSO.data.name_c_2 = _root.myLocalSO.data.name_c_1; _root.myLocalSO.data.name_c_1 = _root.playername; _root.myLocalSO.data.score_c_3 = _root.myLocalSO.data.score_c_2; _root.myLocalSO.data.score_c_2 = _root.myLocalSO.data.score_c_1; _root.myLocalSO.data.score_c_1 = _root.w1; done = true; } if (done == false) { if (_root.w1 < _root.score_c_2) { _root.myLocalSO.data.name_c_3 = _root.myLocalSO.data.name_c_2; _root.myLocalSO.data.name_c_2 = _root.playername; _root.myLocalSO.data.score_c_3 = _root.myLocalSO.data.score_c_2; _root.myLocalSO.data.score_c_2 = _root.w1; } else { _root.myLocalSO.data.name_c_3 = _root.playername; _root.myLocalSO.data.score_c_3 = _root.w1; } } var d = new LoadVars(); d.onLoad = function () { trace("loaded ok"); _root.$hiscores1 = this.$hiscores; trace("vars = " + this.$hiscores); _root.nextFrame(); }; c = 0; n = _root.playername; i = 0; while (i < n.length) { c = c + n.charCodeAt(i); i++; } c = c + _root.w1; trace(c); d.load((((("../hiscore_eggrun.php?name=" + _root.playername) + "&score=") + _root.w1) + "&email=x&slice=10&england=1&chart=3&c=") + c); _root.myTargetFrame = _root.currentframe + 1; }
Symbol 434 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 2
stop();

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

Instance Names

"p3logo"Frame 1Symbol 19 MovieClip
"preloader"Frame 1Symbol 25 MovieClip
"musicswitch"Frame 2Symbol 37 MovieClip
"storage"Frame 2Symbol 41 MovieClip
"sound"Frame 2Symbol 42 MovieClip
"loader"Frame 7Symbol 160 MovieClip
"loader1"Frame 9Symbol 168 MovieClip
"scoredisplay"Frame 10Symbol 183 MovieClip
"egg"Frame 10Symbol 287 MovieClip
"egg"Frame 20Symbol 291 MovieClip
"egg"Frame 30Symbol 295 MovieClip
"egg"Frame 40Symbol 298 MovieClip
"egg"Frame 50Symbol 301 MovieClip
"egg"Frame 60Symbol 305 MovieClip
"egg"Frame 70Symbol 308 MovieClip
"egg"Frame 80Symbol 311 MovieClip
"egg"Frame 90Symbol 314 MovieClip
"egg"Frame 100Symbol 317 MovieClip
"score"Frame 110Symbol 326 MovieClip
"numbers2"Frame 110Symbol 337 MovieClip
"numbers"Frame 110Symbol 337 MovieClip
"loader1"Frame 119Symbol 168 MovieClip
"scoredisplay"Frame 120Symbol 183 MovieClip
"egg"Frame 120Symbol 350 MovieClip
"egg"Frame 130Symbol 355 MovieClip
"egg"Frame 140Symbol 358 MovieClip
"egg"Frame 150Symbol 362 MovieClip
"egg"Frame 160Symbol 366 MovieClip
"egg"Frame 170Symbol 367 MovieClip
"egg"Frame 180Symbol 368 MovieClip
"egg"Frame 190Symbol 371 MovieClip
"egg"Frame 200Symbol 372 MovieClip
"egg"Frame 210Symbol 374 MovieClip
"numbers2"Frame 220Symbol 337 MovieClip
"numbers"Frame 220Symbol 337 MovieClip
"loader1"Frame 249Symbol 168 MovieClip
"scoredisplay"Frame 250Symbol 183 MovieClip
"egg"Frame 250Symbol 398 MovieClip
"egg"Frame 260Symbol 404 MovieClip
"egg"Frame 270Symbol 409 MovieClip
"egg"Frame 280Symbol 413 MovieClip
"egg"Frame 290Symbol 418 MovieClip
"egg"Frame 300Symbol 422 MovieClip
"egg"Frame 310Symbol 424 MovieClip
"egg"Frame 320Symbol 426 MovieClip
"egg"Frame 330Symbol 428 MovieClip
"egg"Frame 340Symbol 431 MovieClip
"score"Frame 350Symbol 434 MovieClip
"numbers2"Frame 350Symbol 337 MovieClip
"numbers"Frame 350Symbol 337 MovieClip
"wrloadercheck"Symbol 106 MovieClip Frame 19Symbol 97 MovieClip
"second"Symbol 127 MovieClip Frame 25Symbol 121 EditableText
"second"Symbol 127 MovieClip Frame 25Symbol 122 EditableText
"second"Symbol 127 MovieClip Frame 25Symbol 123 EditableText
"second"Symbol 127 MovieClip Frame 25Symbol 124 EditableText
"second"Symbol 127 MovieClip Frame 25Symbol 125 EditableText
"second"Symbol 127 MovieClip Frame 25Symbol 126 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 130 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 131 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 132 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 133 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 134 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 135 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 136 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 137 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 138 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 139 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 140 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 141 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 142 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 143 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 144 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 145 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 146 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 147 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 148 EditableText
"second"Symbol 150 MovieClip Frame 25Symbol 149 EditableText
"scoreSelect"Symbol 151 MovieClip Frame 1Symbol 106 MovieClip
"localHighScores"Symbol 151 MovieClip Frame 1Symbol 127 MovieClip
"scores"Symbol 151 MovieClip Frame 2Symbol 150 MovieClip
"preloader"Symbol 154 MovieClip Frame 1Symbol 25 MovieClip
"preloader"Symbol 160 MovieClip Frame 1Symbol 25 MovieClip
"preloader"Symbol 168 MovieClip Frame 1Symbol 25 MovieClip
"numbers2"Symbol 183 MovieClip Frame 1Symbol 181 MovieClip
"numbers"Symbol 183 MovieClip Frame 1Symbol 181 MovieClip
"eggbodygraphic"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"eggbodygraphic"Symbol 192 MovieClip Frame 2Symbol 191 MovieClip
"body"Symbol 198 MovieClip Frame 1Symbol 192 MovieClip
"trigger"Symbol 199 MovieClip Frame 1Symbol 186 MovieClip
"body"Symbol 199 MovieClip Frame 1Symbol 192 MovieClip
"feet"Symbol 199 MovieClip Frame 1Symbol 197 MovieClip
"jumpingegg"Symbol 199 MovieClip Frame 2Symbol 198 MovieClip
"arrow"Symbol 205 MovieClip Frame 2Symbol 204 MovieClip
"mask"Symbol 205 MovieClip Frame 2Symbol 201 MovieClip
"body"Symbol 284 MovieClip Frame 1Symbol 192 MovieClip
"feet"Symbol 284 MovieClip Frame 1Symbol 197 MovieClip
"adjust"Symbol 285 MovieClip Frame 1Symbol 284 MovieClip
"body"Symbol 286 MovieClip Frame 1Symbol 192 MovieClip
"feet"Symbol 286 MovieClip Frame 1Symbol 197 MovieClip
"eggup"Symbol 286 MovieClip Frame 2Symbol 285 MovieClip
"mainegg"Symbol 287 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 287 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 287 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 287 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 287 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 287 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 287 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 291 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 291 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 291 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 291 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 291 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 291 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 291 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 291 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 291 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 291 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 291 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 291 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 295 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 295 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 295 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 295 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 295 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 295 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 295 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 295 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 295 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 295 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 295 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 295 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 298 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 298 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 298 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 298 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 298 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 298 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 298 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 298 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 298 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 298 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 298 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 298 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 301 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 301 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 301 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 301 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 301 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 301 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 301 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 301 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 301 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 301 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 301 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 305 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 305 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 305 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 305 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 305 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 305 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 305 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 305 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 305 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 305 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 305 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 305 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 308 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 308 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 308 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 308 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 308 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 308 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 308 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 308 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 308 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 308 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 308 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 308 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 311 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 311 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 311 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 311 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 311 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 311 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 311 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 311 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 311 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 311 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 311 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 311 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 311 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 314 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 314 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 314 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 314 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 314 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 314 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 314 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 314 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 314 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 314 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 314 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 314 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 317 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 317 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 317 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 317 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 317 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 317 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 317 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 317 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 317 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 317 MovieClip Frame 2Symbol 286 MovieClip
"timer"Symbol 326 MovieClip Frame 1Symbol 318 MovieClip
"star2"Symbol 340 MovieClip Frame 1Symbol 339 MovieClip
"star1"Symbol 341 MovieClip Frame 1Symbol 340 MovieClip
"star"Symbol 341 MovieClip Frame 29Symbol 340 MovieClip
"mainegg"Symbol 350 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 350 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 350 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 350 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 350 MovieClip Frame 1Symbol 342 MovieClip
"platform1"Symbol 350 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 350 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 350 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 350 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 350 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 350 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 355 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 355 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 355 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 342 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 342 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 355 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 355 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 355 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 355 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 358 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 358 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 358 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 358 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 358 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 358 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 358 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 358 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 358 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 358 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 362 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 362 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 362 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 362 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 362 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 362 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 362 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 362 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 362 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 362 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 366 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 366 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 366 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 366 MovieClip Frame 1Symbol 342 MovieClip
"platform1"Symbol 366 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 366 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 366 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 366 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 366 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 366 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 366 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 367 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 367 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 367 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 367 MovieClip Frame 1Symbol 342 MovieClip
"platform1"Symbol 367 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 367 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 367 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 367 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 367 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 367 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 368 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 368 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 368 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 368 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 368 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 368 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 368 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 368 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 368 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 368 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 371 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 371 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 371 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 371 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 371 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 371 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 371 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 372 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 372 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 372 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 342 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 342 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 372 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 372 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 372 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 372 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 374 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 374 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 374 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 374 MovieClip Frame 1Symbol 342 MovieClip
"platform1"Symbol 374 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 374 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 374 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 374 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 374 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 374 MovieClip Frame 1Symbol 276 MovieClip
"spinningegg"Symbol 374 MovieClip Frame 2Symbol 286 MovieClip
"timer"Symbol 377 MovieClip Frame 1Symbol 318 MovieClip
"light"Symbol 388 MovieClip Frame 1Symbol 385 MovieClip
"twinkle"Symbol 392 MovieClip Frame 1Symbol 391 MovieClip
"code"Symbol 393 MovieClip Frame 1Symbol 389 MovieClip
"star0"Symbol 393 MovieClip Frame 1Symbol 392 MovieClip
"satellite_2"Symbol 397 MovieClip Frame 1Symbol 388 MovieClip
"stars"Symbol 397 MovieClip Frame 1Symbol 393 MovieClip
"cloud"Symbol 397 MovieClip Frame 1Symbol 396 MovieClip
"mainegg"Symbol 398 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 398 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 398 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 398 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 398 MovieClip Frame 1Symbol 276 MovieClip
"starfield"Symbol 398 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 398 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 404 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 404 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 404 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 404 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 404 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 404 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 404 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 404 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 404 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 404 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 404 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 404 MovieClip Frame 1Symbol 276 MovieClip
"starfield"Symbol 404 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 404 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 409 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 409 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 409 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 409 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 409 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 409 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 409 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 409 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 409 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 409 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 409 MovieClip Frame 1Symbol 276 MovieClip
"starfield"Symbol 409 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 409 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 413 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 413 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 413 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 413 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 413 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 413 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 413 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 413 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 413 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 413 MovieClip Frame 1Symbol 276 MovieClip
"platform1"Symbol 413 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 413 MovieClip Frame 1Symbol 208 MovieClip
"starfield"Symbol 413 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 413 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 418 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 418 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 418 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 418 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 418 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 418 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 418 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 418 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 418 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 418 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 418 MovieClip Frame 1Symbol 276 MovieClip
"starfield"Symbol 418 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 418 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 422 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 422 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 422 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 422 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 422 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 422 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 422 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 422 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 422 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 422 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 422 MovieClip Frame 1Symbol 276 MovieClip
"platform1"Symbol 422 MovieClip Frame 1Symbol 208 MovieClip
"starfield"Symbol 422 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 422 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 424 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 424 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 424 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 424 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 424 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 424 MovieClip Frame 1Symbol 276 MovieClip
"starfield"Symbol 424 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 424 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 426 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 426 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 426 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 210 MovieClip
"platform1"Symbol 426 MovieClip Frame 1Symbol 208 MovieClip
"twig"Symbol 426 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 426 MovieClip Frame 1Symbol 276 MovieClip
"starfield"Symbol 426 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 426 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 428 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 428 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 428 MovieClip Frame 1Symbol 206 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 428 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 428 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 428 MovieClip Frame 1Symbol 276 MovieClip
"starfield"Symbol 428 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 428 MovieClip Frame 2Symbol 286 MovieClip
"mainegg"Symbol 431 MovieClip Frame 1Symbol 199 MovieClip
"comp"Symbol 431 MovieClip Frame 1Symbol 205 MovieClip
"clip"Symbol 431 MovieClip Frame 1Symbol 206 MovieClip
"lights"Symbol 431 MovieClip Frame 1Symbol 429 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 208 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 210 MovieClip
"twig"Symbol 431 MovieClip Frame 1Symbol 270 MovieClip
"ladder"Symbol 431 MovieClip Frame 1Symbol 276 MovieClip
"starfield"Symbol 431 MovieClip Frame 1Symbol 397 MovieClip
"spinningegg"Symbol 431 MovieClip Frame 2Symbol 286 MovieClip
"timer"Symbol 434 MovieClip Frame 1Symbol 318 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"

Dynamic Text Variables

_root.tempscore_a_3Symbol 121 EditableText""
_root.tempname_a_3Symbol 122 EditableText""
_root.tempscore_a_2Symbol 123 EditableText""
_root.tempname_a_2Symbol 124 EditableText""
_root.tempscore_a_1Symbol 125 EditableText""
_root.tempname_a_1Symbol 126 EditableText""
scoretemp5bSymbol 130 EditableText""
scoretemp5aSymbol 131 EditableText""
scoretemp4bSymbol 132 EditableText""
scoretemp4aSymbol 133 EditableText""
scoretemp3bSymbol 134 EditableText""
scoretemp3aSymbol 135 EditableText""
scoretemp2bSymbol 136 EditableText""
scoretemp2aSymbol 137 EditableText""
scoretemp1bSymbol 138 EditableText""
scoretemp1aSymbol 139 EditableText""
scoretemp10bSymbol 140 EditableText""
scoretemp10aSymbol 141 EditableText""
scoretemp9bSymbol 142 EditableText""
scoretemp9aSymbol 143 EditableText""
scoretemp8bSymbol 144 EditableText""
scoretemp8aSymbol 145 EditableText""
scoretemp7bSymbol 146 EditableText""
scoretemp7aSymbol 147 EditableText""
scoretemp6bSymbol 148 EditableText""
scoretemp6aSymbol 149 EditableText""
_root.playernameSymbol 325 EditableText""
_root.playernameSymbol 376 EditableText""
_root.playernameSymbol 433 EditableText""




http://swfchan.com/5/22023/info.shtml
Created: 27/5 -2019 07:10:36 Last modified: 27/5 -2019 07:10:36 Server time: 15/05 -2024 05:07:53