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

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

Santa's Rooftop-Hop.swf

This is the info page for
Flash #25449

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


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

MINICLIP.COM INTRO COMPONENT v1.3

Free Games AND ShowS

The game is loading (0%)

The game is loading (0%)

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

scoreLocation
gamename
saveScore
scoreIsTime
scoreReversed
negativeScoreAllowed

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

MINICLIP.COM HIGHSCORE COMPONENT v1.26

HIGHSCORES

PLAY THIS GAME WITH HIGHSCORES!

PLAY THIS GAME WITH HIGHSCORES!

THE HIGHSCORES ARE EXCLUSIVELY
AVAILABLE ON MINICLIP.COM

MONTHLY

WEEKLY

DAILY

ActionScript [AS1/AS2]

Frame 1
function fGetPresentNum() { var _local1 = pCount; pCount++; if (pCount == 4) { pCount = 1; } return(_local1); } pCount = 1; w1 = 0; _root.newLoad = 0; fscommand ("showmenu", "false"); myLocalSO = sharedobject.getLocal("flashcookie"); if (myLocalSO.data.name_a_1 != null) { name_a_1 = myLocalSO.data.name_a_1; name_a_2 = myLocalSO.data.name_a_2; name_a_3 = myLocalSO.data.name_a_3; score_a_1 = myLocalSO.data.score_a_1; score_a_2 = myLocalSO.data.score_a_2; score_a_3 = myLocalSO.data.score_a_3; name_b_1 = myLocalSO.data.name_b_1; name_b_2 = myLocalSO.data.name_b_2; name_b_3 = myLocalSO.data.name_b_3; score_b_1 = myLocalSO.data.score_b_1; score_b_2 = myLocalSO.data.score_b_2; score_b_3 = myLocalSO.data.score_b_3; name_c_1 = myLocalSO.data.name_c_1; name_c_2 = myLocalSO.data.name_c_2; name_c_3 = myLocalSO.data.name_c_3; score_c_1 = myLocalSO.data.score_c_1; score_c_2 = myLocalSO.data.score_c_2; score_c_3 = myLocalSO.data.score_c_3; numVisits.text = ("You have been here " + myLocalSO.data.counter) + " times."; } else { name_a_1 = "mark"; name_a_2 = "pol"; name_a_3 = "pete"; score_a_1 = 48; score_a_2 = 62; score_a_3 = 75; name_b_1 = "tetsuo"; name_b_2 = "bob"; name_b_3 = "matt"; score_b_1 = 41; score_b_2 = 42; score_b_3 = 53; name_c_1 = "champ"; name_c_2 = "master"; name_c_3 = "bob"; score_c_1 = 46; score_c_2 = 55; score_c_3 = 62; myLocalSO.data.name_a_1 = name_a_1; myLocalSO.data.name_a_2 = name_a_2; myLocalSO.data.name_a_3 = name_a_3; myLocalSO.data.score_a_1 = score_a_1; myLocalSO.data.score_a_2 = score_a_2; myLocalSO.data.score_a_3 = score_a_3; myLocalSO.data.name_b_1 = name_b_1; myLocalSO.data.name_b_2 = name_b_2; myLocalSO.data.name_b_3 = name_b_3; myLocalSO.data.score_b_1 = score_b_1; myLocalSO.data.score_b_2 = score_b_2; myLocalSO.data.score_b_3 = score_b_3; myLocalSO.data.name_c_1 = name_c_1; myLocalSO.data.name_c_2 = name_c_2; myLocalSO.data.name_c_3 = name_c_3; myLocalSO.data.score_c_1 = score_c_1; myLocalSO.data.score_c_2 = score_c_2; myLocalSO.data.score_c_3 = score_c_3; myLocalSO.data.counter = 1; numVisits.text = myLocalSO.data.counter; } myLocalSO.data.counter++; userName.onChanged = function () { myLocalSO.data.name = userName.text; };
Instance of Symbol 14 MovieClip "inSpark" in Frame 1
onClipEvent (load) { function fPlay(who) { _x = (who._x + 29); _y = (who._y + 175); gotoAndPlay (1); } }
Frame 2
_root.currentmenu = 1; _root.mytargetcourse = 1;
Frame 3
w1 = 0; stop();
Instance of Symbol 72 MovieClip "musicswitch" in Frame 3
onClipEvent (enterFrame) { } onClipEvent (load) { }
Instance of Symbol 73 MovieClip "storage" in Frame 3
onClipEvent (load) { _root.worldrankingscores = 0; _root.loadedC1 = 0; _root.loadedC2 = 0; _root.loadedC3 = 0; _root.myActualFrame = _root._currentframe; _root.myTargetFrame = _root._currentframe; } onClipEvent (enterFrame) { _root.myActualFrame = _root._currentframe; if (_root.myActualFrame != _root.myTargetFrame) { _root.gotoAndPlay(_root.myTargetFrame); } if (_root.loadedC1 == 1) { if (_root.loadedC2 == 1) { if (_root.loadedC3 == 1) { _root.worldrankingscores = 1; } } } }
Instance of Symbol 74 MovieClip "sound" in Frame 3
onClipEvent (load) { function gottwig() { gottwig_s.start(); } function buttonsound() { button_s.start(); } function levelcomplete() { levelcomplete_s.start(); } function startsound() { if (_root.newLoad == 0) { _root.newLoad = 1; intro_s.start(); } } function stopsound() { main_s.stop("egg_main_loop2.wav"); sax_s.stop("sax.wav"); intro_s.stop("egg_main_intro.wav"); } _root.musictimer = 1; 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"); sax_s = new Sound(); sax_s.attachSound("sax.wav"); main_s = new Sound(); main_s.attachSound("egg_main_loop2.wav"); main_s.onSoundComplete = function () { var _local1 = _root; main_s.start(); _local1.musictimer = _local1.musictimer + 1; if (_local1.musictimer > 3) { sax_s.start(); _local1.musictimer = 0; } }; intro_s = new Sound(); intro_s.attachSound("egg_main_intro.wav"); intro_s.start(); intro_s.onSoundComplete = function () { main_s.start(); sax_s.start(); }; }
Frame 4
stop();
Instance of Symbol 282 MovieClip in Frame 4
onClipEvent (load) { }
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 271 MovieClip "loader1" in Frame 9
onClipEvent (enterFrame) { if (_root._framesloaded > 110) { gotoAndStop (2); } }
Frame 10
stop();
Instance of Symbol 380 MovieClip "egg" in Frame 10
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 8) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 20
stop();
Instance of Symbol 389 MovieClip "egg" in Frame 20
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 3) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 30
stop();
Instance of Symbol 391 MovieClip "egg" in Frame 30
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 8) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 40
stop();
Instance of Symbol 395 MovieClip "egg" in Frame 40
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 6) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 50
stop();
Instance of Symbol 398 MovieClip "egg" in Frame 50
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 27) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 60
stop();
Instance of Symbol 428 MovieClip "comHighscores" in Frame 60
//component parameters onClipEvent (initialize) { scoreLocation = "_root.w1"; gamename = "rooftophop1"; saveScore = true; scoreIsTime = false; scoreReversed = true; negativeScoreAllowed = false; }
Frame 70
stop(); w1 = 0;
Instance of Symbol 431 MovieClip "egg" in Frame 70
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 8) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 80
stop();
Instance of Symbol 432 MovieClip "egg" in Frame 80
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 13) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 90
stop();
Instance of Symbol 434 MovieClip "egg" in Frame 90
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 8) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 100
stop();
Instance of Symbol 436 MovieClip "egg" in Frame 100
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 7) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 110
stop();
Instance of Symbol 439 MovieClip "egg" in Frame 110
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 11) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 111
Frame 119
stop();
Frame 120
stop();
Instance of Symbol 428 MovieClip "comHighscores" in Frame 120
//component parameters onClipEvent (initialize) { scoreLocation = "_root.w1"; gamename = "rooftophop2"; saveScore = true; scoreIsTime = false; scoreReversed = true; negativeScoreAllowed = false; }
Frame 130
stop(); w1 = 0;
Instance of Symbol 442 MovieClip "egg" in Frame 130
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 8) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 140
stop();
Instance of Symbol 443 MovieClip "egg" in Frame 140
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 9) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 150
stop();
Instance of Symbol 447 MovieClip "egg" in Frame 150
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 6) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 160
stop();
Instance of Symbol 448 MovieClip "egg" in Frame 160
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 8) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 170
stop();
Instance of Symbol 451 MovieClip "egg" in Frame 170
onClipEvent (load) { new_x = mainegg._x; new_y = mainegg._y; this.complete = false; currenttwigs = 0; collected = false; } onClipEvent (enterFrame) { if (currenttwigs == 10) { this.collected = true; if (this.glowing_chimney.active == false) { this.glowing_chimney.active = true; this.glowing_chimney.play(); } } }
Frame 180
stop();
Instance of Symbol 428 MovieClip "comHighscores" in Frame 180
//component parameters onClipEvent (initialize) { scoreLocation = "_root.w1"; gamename = "rooftophop3"; saveScore = true; scoreIsTime = false; scoreReversed = true; negativeScoreAllowed = false; }
Symbol 14 MovieClip Frame 1
this._rotation = random(360);
Symbol 14 MovieClip Frame 22
_x = -100; stop();
Symbol 19 MovieClip Frame 1
this._visible = false;
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 60
Symbol 33 MovieClip Frame 121
_parent.mcBackground.play(); stop();
Symbol 35 Button
on (release) { getURL ("http://www.miniclip.com/", "_blank"); }
Symbol 38 MovieClip Frame 2
_parent.mcAnimation.play(); stop();
Symbol 38 MovieClip Frame 13
_parent.gotoAndPlay("preload"); stop();
Symbol 52 MovieClip Frame 1
pushSWF1 = "http://www.miniclip.com/swfcontent/push/didyouknow.swf"; totalAds = 1; gotoAndPlay ("ReadCookie");
Symbol 52 MovieClip Frame 9
so = SharedObject.getLocal("MiniclipLoaderAd"); showThisAd = so.data.showThisAd + 1; if (showThisAd > totalAds) { showThisAd = 1; } so.data.showThisAd = showThisAd; gotoAndPlay ("prepareAd");
Symbol 52 MovieClip Frame 20
doReadCookie(); showAd = ((this["pushSWF" + showThisAd] + "?cacheBuster=") + getTimer()) + random(999999); gotoAndPlay ("loadAd");
Symbol 52 MovieClip Frame 31
if (_url.indexOf(http) > 0) { mcAd.loadMovie(showAd); } mcCookie.doWriteCookie(showThisAd);
Symbol 52 MovieClip Frame 33
if ((mcAd.getBytesTotal() != 0) && (mcAd.getBytesLoaded() == mcAd.getBytesTotal())) { lastAdShown = showThisAd; doWriteCookie(); gotoAndStop ("showAd"); } else { gotoAndPlay(_currentframe - 1); }
Symbol 52 MovieClip Frame 41
stop();
Symbol 56 Button
on (release) { getURL ("http://www.miniclip.com/", "_blank"); }
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 100
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 12
_root.play(); _root.isFinished = true; _parent.stop(); stop();
Symbol 62 MovieClip Frame 1
_root.stop(); play();
Instance of Symbol 19 MovieClip "mcIntro" in Symbol 62 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 62 MovieClip Frame 2
xPos = _x; yPos = _y; mcBackground._x = mcBackground._x - xPos; mcBackground._y = mcBackground._y - yPos; mcAnimation._x = mcAnimation._x - xPos; mcAnimation._y = mcAnimation._y - yPos; var stageWidth = Stage.width; var stageHeight = Stage.height; var centerStageX = (stageWidth / 2); var centerStageY = (stageHeight / 2); mcBackground._width = stageWidth; mcBackground._height = stageHeight; mcAnimation._x = mcAnimation._x + centerStageX; mcAnimation._y = mcAnimation._y + (centerStageY - (stageHeight / 10)); stop();
Instance of Symbol 61 MovieClip "mcLoadingAnimated" in Symbol 62 MovieClip Frame 2
onClipEvent (load) { _visible = false; }
Symbol 62 MovieClip Frame 3
var loadedPercent = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (loadedPercent == 100) { _root.play(); stop(); } else { mcLoadingAnimated._visible = true; }
Symbol 62 MovieClip Frame 5
var loadedPercent = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (loadedPercent < 100) { mcLoadingAnimated.mcLoading.gotoAndStop(loadedPercent); mcLoadingAnimated.mcLoading.txtPercentLoaded1 = ("The game is loading (" + loadedPercent) + "%)"; mcLoadingAnimated.mcLoading.txtPercentLoaded2 = ("The game is loading (" + loadedPercent) + "%)"; gotoAndPlay(_currentframe - 1); } else { mcLoadingAnimated.play(); stop(); }
Symbol 65 Button
on (release) { getURL ("http://www.miniclip.com", "_blank"); }
Symbol 68 Button
on (release) { _root.sound.buttonsound(); _root.sound.musicstatus = false; _root.sound.stopsound(); gotoAndStop (2); "stop button - sound status---" + _root.sound.intro_s.position; }
Symbol 71 Button
on (release) { _root.sound.buttonsound(); _root.sound.musicstatus = true; _root.sound.main_s.start(); gotoAndStop (1); "start button - sound status---" + _root.sound.intro_s.position; }
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 2
stop();
Symbol 79 Button
on (release) { _root.sound.buttonsound(); _root.currentmenu = 1; _root.myTargetFrame = 4; }
Symbol 84 Button
on (release) { _root.sound.buttonsound(); _root.currentmenu = 2; _root.myTargetFrame = 5; }
Symbol 88 MovieClip Frame 1
gotoAndPlay (2);
Symbol 88 MovieClip Frame 32
stop();
Symbol 91 MovieClip Frame 20
gotoAndPlay (1);
Symbol 92 MovieClip Frame 1
this.onEnterFrame = function () { var _local1 = this; if (_local1.now == false) { _local1.star1.gotoAndPlay(random(15)); _local1.star1.star2.gotoAndPlay(2 / (random(20) + random(20))); _local1.now = true; _local1.temp = Math.random(); _local1.speed = 2 * _local1.temp; _local1._y = random(10) - 10; _local1._x = random(700) - 100; _local1._alpha = random(60) + 40; } _local1._y = _local1._y + _local1.yspeed; _local1._x = _local1._x + _local1.xspeed; if (_local1._y > 460) { _local1.now = false; } }; this._alpha = random(60) + 40; this.now = true; this.temp = Math.random(); this.speed = 1 * this.temp; this.yspeed = this.speed + 1; this.xspeed = 0.2 * this.yspeed; this.star1.star2.gotoAndPlay(1); this._width = ((this.temp * 5) + 2) * 1.3; this._height = this._width; this._y = random(500) - 0; this._x = random(700) - 100; this.star1.gotoAndPlay(2 / (random(15) + random(15))); this.star1.star2.gotoAndPlay(2 / (random(20) + random(20)));
Symbol 92 MovieClip Frame 16
gotoAndPlay (2);
Symbol 104 MovieClip Frame 1
Symbol 104 MovieClip Frame 25
gotoAndPlay (1);
Symbol 105 MovieClip Frame 1
stop(); active = false;
Symbol 105 MovieClip Frame 2
active = true; play();
Symbol 105 MovieClip Frame 56
gotoAndPlay ("loop");
Symbol 108 MovieClip Frame 60
stop(); glowing_chimney.gotoAndPlay(2);
Symbol 237 MovieClip Frame 1
var tR = _root.fGetPresentNum(); gotoAndPlay("p" + tR);
Symbol 237 MovieClip Frame 3
gotoAndPlay(_currentframe + (random(20) + 2));
Symbol 237 MovieClip Frame 97
gotoAndPlay ("loop1");
Symbol 237 MovieClip Frame 100
gotoAndPlay(_currentframe + (random(20) + 2));
Symbol 237 MovieClip Frame 194
gotoAndPlay ("loop2");
Symbol 237 MovieClip Frame 197
gotoAndPlay(_currentframe + (random(20) + 2));
Symbol 237 MovieClip Frame 291
gotoAndPlay ("loop3");
Symbol 242 Button
on (release) { _root.sound.buttonsound(); _parent.nextFrame(); }
Symbol 251 Button
on (release) { _root.sound.buttonsound(); _parent.gotoAndPlay(77); _root.mytargetcourse = 3; }
Symbol 256 Button
on (release) { _root.sound.buttonsound(); _parent.gotoAndPlay(60); _root.mytargetcourse = 2; }
Symbol 261 Button
on (release) { _root.sound.buttonsound(); _parent.gotoAndPlay(41); _root.mytargetcourse = 1; }
Symbol 264 MovieClip Frame 1
stop();
Instance of Symbol 237 MovieClip "spinningpresent" in Symbol 264 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(60)); }
Instance of Symbol 237 MovieClip "spinningpresent" in Symbol 264 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(60)); }
Instance of Symbol 237 MovieClip "spinningpresent" in Symbol 264 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(60)); }
Instance of Symbol 237 MovieClip "spinningpresent" in Symbol 264 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(60)); }
Instance of Symbol 237 MovieClip "spinningpresent" in Symbol 264 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(60)); }
Symbol 264 MovieClip Frame 2
stop(); _root.mytargetcourse = 0;
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 15
gotoAndPlay (1);
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 2
stop();
Instance of Symbol 270 MovieClip in Symbol 271 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 10; }; }
Symbol 274 MovieClip Frame 1
stop();
Instance of Symbol 267 MovieClip "preloader" in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded > 210) { _parent.gotoAndStop(2); } }
Symbol 274 MovieClip Frame 2
stop();
Instance of Symbol 270 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 70; }; }
Symbol 275 MovieClip Frame 1
stop();
Instance of Symbol 267 MovieClip "preloader" in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded > 179) { _parent.gotoAndStop(2); } }
Symbol 275 MovieClip Frame 2
stop();
Instance of Symbol 270 MovieClip in Symbol 275 MovieClip Frame 2
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { _root.myTargetFrame = 130; }; }
Symbol 276 MovieClip Frame 1
stop();
Instance of Symbol 271 MovieClip "loader1" in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded > 69) { gotoAndStop (2); } }
Symbol 276 MovieClip Frame 2
stop();
Instance of Symbol 274 MovieClip "loader2" in Symbol 276 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root._framesloaded > 129) { gotoAndStop (2); } }
Symbol 276 MovieClip Frame 3
stop();
Instance of Symbol 275 MovieClip "loader3" in Symbol 276 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root._framesloaded > 353) { gotoAndStop (2); } }
Symbol 277 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 4; }
Symbol 278 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 5; }
Instance of Symbol 264 MovieClip "mymenu_window" in Symbol 281 MovieClip Frame 1
onClipEvent (load) { if (_root.currentmenu == 1) { gotoAndStop (1); } if (_root.currentmenu == 2) { gotoAndStop (2); } }
Symbol 281 MovieClip Frame 20
stop();
Symbol 281 MovieClip Frame 21
play();
Symbol 281 MovieClip Frame 38
stop(); _root.myTargetFrame = 3;
Symbol 281 MovieClip Frame 39
play();
Instance of Symbol 276 MovieClip "small_menu" in Symbol 281 MovieClip Frame 39
onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 264 MovieClip in Symbol 281 MovieClip Frame 39
onClipEvent (load) { if (_root.currentmenu == 1) { gotoAndStop (1); } if (_root.currentmenu == 2) { gotoAndStop (2); } }
Symbol 281 MovieClip Frame 59
stop();
Instance of Symbol 276 MovieClip "small_menu" in Symbol 281 MovieClip Frame 59
onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 276 MovieClip "small_menu" in Symbol 281 MovieClip Frame 60
onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 264 MovieClip in Symbol 281 MovieClip Frame 60
onClipEvent (load) { if (_root.currentmenu == 1) { gotoAndStop (1); } if (_root.currentmenu == 2) { gotoAndStop (2); } }
Symbol 281 MovieClip Frame 76
stop();
Instance of Symbol 276 MovieClip "small_menu" in Symbol 281 MovieClip Frame 77
onClipEvent (load) { gotoAndStop (3); }
Instance of Symbol 264 MovieClip in Symbol 281 MovieClip Frame 77
onClipEvent (load) { if (_root.currentmenu == 1) { gotoAndStop (1); } if (_root.currentmenu == 2) { gotoAndStop (2); } }
Symbol 281 MovieClip Frame 94
stop();
Instance of Symbol 279 MovieClip in Symbol 281 MovieClip Frame 97
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x > -1000) { this._x = this._x - n; n = n + 2; } }
Instance of Symbol 280 MovieClip in Symbol 281 MovieClip Frame 97
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x < 1200) { this._x = this._x + n; n = n + 2; } }
Instance of Symbol 279 MovieClip in Symbol 281 MovieClip Frame 136
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x > -1000) { this._x = this._x - n; n = n + 2; } }
Instance of Symbol 280 MovieClip in Symbol 281 MovieClip Frame 136
onClipEvent (load) { n = 5; } onClipEvent (enterFrame) { if (this._x < 1200) { this._x = this._x + n; n = n + 2; } }
Symbol 285 Button
on (release) { _root.sound.buttonsound(); _root.myTargetFrame = 3; }
Instance of Symbol 309 MovieClip "numbers" in Symbol 310 MovieClip Frame 1
onClipEvent (enterFrame) { if (pLastScore != _root.w1) { pLastScore = _root.w1; fCheckScore(pLastScore); } } onClipEvent (load) { function fCheckScore(tScore) { var _local3 = tScore; if (_local3 > 999) { _local3 = 999; } tStringScore = _local3.toString(); var _local2 = 0; var _local1 = tStringScore.length; while (_local1 >= 0) { tD = tStringScore.charAt(_local1 - 1); pDigits[_local2].gotoAndStop("f" + tD); _local2++; _local1--; } } pDigits = [_parent.numbers3, _parent.numbers2, this]; pDigits[0].gotoAndStop("f0"); pDigits[1].gotoAndStop("blank"); pDigits[2].gotoAndStop("blank"); pLastScore = 0; fCheckScore(pLastScore); }
Symbol 312 MovieClip Frame 1
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; this.onEnterFrame = function () { var _local1 = _parent; var _local2 = this; var _local3 = 22; if (_local2.ready == true) { if ((_local1.spinningegg._x + _local3) > _local2.leftside) { if ((_local1.spinningegg._y + _local3) > _local2.top) { if ((_local1.spinningegg._y - _local3) < _local2.bottom) { if ((_local1.spinningegg._x - _local3) < _local2.rightside) { _local1.currenttwigs = _local1.currenttwigs + 1; _local2.ready = false; gotoAndPlay (2); } } } } } }; stop();
Symbol 312 MovieClip Frame 2
Symbol 312 MovieClip Frame 36
Symbol 312 MovieClip Frame 39
this.removeMovieClip(); stop();
Symbol 314 Button
on (press) { _parent._parent.eggstatus = "firing"; }
Symbol 330 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 2
stop();
Symbol 336 MovieClip Frame 1
stop();
Instance of Symbol 335 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 336 MovieClip Frame 2
stop();
Symbol 346 MovieClip Frame 63
_parent.gotoAndPlay(11); stop();
Symbol 347 MovieClip Frame 1
_root.movenow = false;
Instance of Symbol 346 MovieClip "finsanta" in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.movenow = true)) { _parent._parent._parent.spinningegg._x = _parent._parent._parent.spinningegg._x + _root.endoffset; } }
Symbol 347 MovieClip Frame 4
pEndPos = _root.egg.glowing_chimney._x - 60; pMove = 1; pMoveAmount = 1; this.onEnterFrame = function () { var _local1 = _root; if (pMove == 1) { if (_local1.egg.mainegg._x > pEndPos) { _local1.egg.mainegg._x = _local1.egg.mainegg._x - pMoveAmount; } else if (_local1.egg.mainegg._x < pEndPos) { _local1.egg.mainegg._x = _local1.egg.mainegg._x + pMoveAmount; } if (Math.abs(_local1.egg.mainegg._x - pEndPos) < (pMoveAmount * 2)) { pMove = 0; } } }; stop();
Symbol 347 MovieClip Frame 17
_root.myTargetFrame = _root._currentFrame + 10;
Symbol 347 MovieClip Frame 40
_root.myTargetFrame = _root._currentFrame + 10;
Symbol 348 MovieClip Frame 1
stop();
Instance of Symbol 315 MovieClip "trigger" in Symbol 348 MovieClip Frame 1
onClipEvent (load) { Mouse.addListener(trigger); } onClipEvent (enterFrame) { this.onMouseUp = function () { var _local1 = _parent; if (_local1._parent.eggstatus == "firing") { _local1._parent.eggstatus = "launch"; _root.w1 = _root.w1 + 1; _local1.body._rotation = 0; _local1._parent.gotoAndPlay(2); } }; }
Instance of Symbol 331 MovieClip "body" in Symbol 348 MovieClip Frame 1
onClipEvent (load) { this.maxpower = 22; } 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"; santa_all.gotoAndPlay(int(power)); _parent.feet.gotoAndStop(1); this.gotoAndStop(1); } else { _parent._parent.facing = "left"; santa_all.gotoAndPlay(int(power)); _parent.feet.gotoAndStop(2); this.gotoAndStop(2); } } }
Symbol 348 MovieClip Frame 2
stop();
Symbol 356 MovieClip Frame 1
stop();
Symbol 356 MovieClip Frame 132
stop();
Symbol 359 MovieClip Frame 10
gotoAndPlay (1);
Symbol 360 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 2
stop();
Instance of Symbol 356 MovieClip "mask" in Symbol 360 MovieClip Frame 2
onClipEvent (enterFrame) { trace(_parent._parent.power); var tF = Math.floor(_parent._parent.power * 5); if (tF > 130) { tF = 130; } if (tF < 1) { tF = 1; } gotoAndStop(tF); }
Symbol 362 MovieClip Frame 1
this.onEnterFrame = function () { var _local1 = _parent; var _local2 = this; _local2.collision = false; if (_local1.spinningegg.active == true) { var _local3 = _local2.edge; _local2.edge = 15; if ((_local1.spinningegg._x + _local2.edge) > _local2.leftside) { if ((_local1.spinningegg._y + (_local2.edge + 10)) > _local2.top) { if ((_local1.spinningegg._y - _local2.edge) < _local2.bottom) { if ((_local1.spinningegg._x - _local2.edge) < _local2.rightside) { if (_local1.dropvar > 0) { _local2.collision = true; _root.inSpark.fPlay(_root.egg.spinningegg); landingsound = new Sound(); landingsound.attachSound("land_real_short.wav"); landingsound.start(); } } } } } _local2.edge = _local3; if (_local2.collision == true) { _local2.found = false; if (_local2.found == false) { if (_local1.spinningegg._x > _local2.rightside) { if (_local1.xpower < 0) { _local1.spinningegg._x = (_local1.spinningegg._x - _local1.xpower) + 2; _local1.xpower = Math.abs(_local1.xpower - (1.3 * _local1.xpower)); _local1.spinningegg.eggspin = _local1.spinningegg.eggspin - (2 * _local1.spinningegg.eggspin); } _local2.found = true; } } if (_local2.found == false) { if (_local1.spinningegg._x < _local2.leftside) { if (_local1.xpower > 0) { _local1.spinningegg._x = (_local1.spinningegg._x - _local1.xpower) - 2; _local1.xpower = _local1.xpower - (1.3 * _local1.xpower); _local1.spinningegg.eggspin = _local1.spinningegg.eggspin - (2 * _local1.spinningegg.eggspin); } _local2.found = true; } } if (_local2.found == false) { if (_local1.spinningegg._y > (_local2.bottom - _local2.edge)) { _local2.found = true; _local1.spinningegg._y = _local2.bottom + _local2.edge; _local1.ypower = 0; _local1.spinningegg.gravity = 0.3; _local1.spinningegg.gravity2 = 0.3; } } if (_local2.found == false) { if (_local1.spinningegg._y < _local2.top) { _local1.spinningegg._y = _local2.top - _local2.edge; _local1.spinningegg.active = false; _local1.spinningegg.gotoAndPlay(2); _local1.new_x = _local1.spinningegg._x; _local1.new_y = _local1.spinningegg._y; _local2.found = true; } } if (_local2.found == false) { _local1.spinningegg.active = false; _local1.spinningegg.gotoAndPlay(2); _local1.spinningegg._y = _local2.top - _local2.edge; _local1.new_x = _local1.spinningegg._x; _local1.new_y = _local1.spinningegg._y; } } } }; stop();
Symbol 369 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 2
stop();
Symbol 370 MovieClip Frame 1
stop(); ready = false;
Instance of Symbol 369 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (load) { if (_root._currentFrame > 240) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 370 MovieClip Frame 2
ready = true;
Symbol 370 MovieClip Frame 30
stop(); ready = true;
Symbol 375 MovieClip Frame 1
stop();
Instance of Symbol 331 MovieClip "body" in Symbol 377 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 377 MovieClip Frame 30
stop(); _parent._parent._parent.gotoAndPlay(20);
Symbol 378 MovieClip Frame 20
stop(); _parent._parent.gotoAndPlay(1);
Symbol 379 MovieClip Frame 1
stop(); launchsound = new Sound(); launchsound.attachSound("boing_even_shorter.wav"); launchsound.start(); _root.inSpark.fPlay(this); var tmin = 37; if (Math.abs(eggspin) < tmin) { if (eggspin < 0) { eggspin = -tmin; } else { eggspin = tmin; } }
Symbol 379 MovieClip Frame 2
stop();
Instance of Symbol 378 MovieClip "eggup" in Symbol 379 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 379 MovieClip Frame 3
stop();
Instance of Symbol 347 MovieClip "santachimney" in Symbol 379 MovieClip Frame 3
onClipEvent (load) { _root.endoffset = (_parent._parent.spinningegg._x - _parent._parent.glowing_chimney._x) / 20; endoffset here ---------------------(_root.endoffset)("endoffset here ---------------------"); }
Instance of Symbol 331 MovieClip "body" in Symbol 379 MovieClip Frame 5
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 380 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 380 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 380 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 360 MovieClip "comp" in Symbol 380 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 362 MovieClip "platform1" in Symbol 380 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 380 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 380 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.collected == 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 362 MovieClip "platform1" in Symbol 380 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 380 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 380 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 380 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + gravity; this._rotation = this._rotation + eggspin; if (this._rotation > 360) { this._rotation = 360; } if (this._x < -150) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._x > 591) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 300) { 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 383 MovieClip Frame 1
function fFinish(aa) { var _local1 = _parent; trace("fFinish " + aa); _local1.spinningegg.active = false; _local1.spinningegg.gotoAndPlay(2); _local1.spinningegg._y = this.top - tOldEdge; _local1.new_x = _local1.spinningegg._x; _local1.new_y = _local1.spinningegg._y; } this.onEnterFrame = function () { var _local1 = _parent; var _local2 = this; _local2.collision = false; if (_local1.spinningegg.active == true) { tOldEdge = _local2.edge; _local2.edge = 15; if ((_local1.spinningegg._x + _local2.edge) > _local2.leftside) { if ((_local1.spinningegg._y + _local2.edge) > _local2.top) { if ((_local1.spinningegg._y - _local2.edge) < _local2.bottom) { if ((_local1.spinningegg._x - _local2.edge) < _local2.rightside) { if (_local1.dropvar > 0) { _local2.collision = true; if (_local2.sliding == false) { landingsound = new Sound(); landingsound.attachSound("land_real_short.wav"); landingsound.start(); _root.inSpark.fPlay(_root.egg.spinningegg); } } } } } } if (_local2.collision == true) { _local2.found = false; if (_local2.found == false) { if (_local1.spinningegg._x > _local2.rightside) { if (_local1.xpower < 0) { _local1.spinningegg._x = (_local1.spinningegg._x - _local1.xpower) + 2; _local1.xpower = Math.abs(_local1.xpower - (1.5 * _local1.xpower)); _local1.spinningegg.eggspin = _local1.spinningegg.eggspin - (2 * _local1.spinningegg.eggspin); } _local2.found = true; } } if (_local2.found == false) { if (_local1.spinningegg._x < _local2.leftside) { if (_local1.xpower > 0) { _local1.spinningegg._x = (_local1.spinningegg._x - _local1.xpower) - 2; _local1.xpower = _local1.xpower - (1.5 * _local1.xpower); _local1.spinningegg.eggspin = _local1.spinningegg.eggspin - (2 * _local1.spinningegg.eggspin); } _local2.found = true; } } if (_local2.found == false) { if (_local1.spinningegg._y > (_local2.bottom - _local2.edge)) { _local2.found = true; _local1.ypower = 0; } } if (_local2.found == false) { if (_local1.spinningegg._y < _local2.top) { _local1.spinningegg._y = _local2.top - _local2.edge; var _local3 = 0.2; if (_local1.xpower > 0) { _local1.xpower = _local1.xpower - (_local3 * 0.7); } else { _local1.xpower = _local1.xpower + (_local3 * 0.7); } _local1.ypower = 0; _local1.spinningegg.gravity = 0; _local2.sliding = true; _local2.found = true; if (_local1.xpower < _local3) { if (_local1.xpower > (-_local3)) { fFinish(1); } } } } if (_local2.found == false) { fFinish(2); } } _local2.edge = tOldEdge; } }; tOldEdge = this.edge; stop();
Symbol 389 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 360 MovieClip "comp" in Symbol 389 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 389 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 383 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 389 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.collected == 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 362 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 389 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 389 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 389 MovieClip Frame 2
onClipEvent (load) { maxrotate = 60; minrotate = -60; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 391 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 391 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 360 MovieClip "comp" in Symbol 391 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip in Symbol 391 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.collected == 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; } } } } } } }
Symbol 391 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 391 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 395 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 395 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 395 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 360 MovieClip "comp" in Symbol 395 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip in Symbol 395 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.collected == 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 362 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 395 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 395 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 398 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 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 360 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip "platform1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 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; _parent.complete = false; } onClipEvent (enterFrame) { if (_parent.collected == 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 362 MovieClip "platform1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 398 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 398 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 406 MovieClip Frame 1
this._visible = false;
Symbol 419 Button
on (release) { gameURL = ("http://www.miniclip.com/" + gamename) + ".htm"; getURL (gameURL, "_blank"); }
Instance of Symbol 406 MovieClip "mcHighscores" in Symbol 428 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 428 MovieClip Frame 2
if (_url.indexOf("miniclip.com") == -1) { gotoAndStop(_currentframe + 1); } else { var noCache = (getTimer() + random(100000)); mcTarget.loadMovie("http://www.miniclip.com/swfcontent/highscore.swf?" + noCache); stop(); }
Symbol 428 MovieClip Frame 3
stop();
Symbol 431 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 431 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 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 360 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip "platform1" in Symbol 431 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 431 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 431 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 431 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 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; _parent.complete = false; } onClipEvent (enterFrame) { if (_parent.collected == 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 362 MovieClip "platform1" in Symbol 431 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 431 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 431 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 431 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 432 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 360 MovieClip "comp" in Symbol 432 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip "platform1" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 432 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.collected == 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 362 MovieClip "platform1" in Symbol 432 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 432 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 432 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 433 MovieClip Frame 1
trace("init pressy " + ready); 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; this.onEnterFrame = function () { var _local1 = this; var _local2 = _parent; _local1.leftside = _local1._x - (_local1._width / 2); _local1.rightside = _local1.leftside + _local1._width; _local1.top = _local1._y - (_local1._height / 2); _local1.bottom = _local1.top + _local1._height; if (_local1.ready == true) { if ((_local2.spinningegg._x + 10) > _local1.leftside) { if ((_local2.spinningegg._y + 10) > _local1.top) { if ((_local2.spinningegg._y - 10) < _local1.bottom) { if ((_local2.spinningegg._x - 10) < _local1.rightside) { trace("got pressy " + _local1); _local2.currenttwigs = _local2.currenttwigs + 1; _local1.ready = false; gotoAndPlay (2); } } } } } }; stop();
Symbol 433 MovieClip Frame 2
Symbol 433 MovieClip Frame 36
Symbol 433 MovieClip Frame 39
trace("ENDDNDING " + ready); this.removeMovieClip(); stop();
Symbol 434 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 433 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._x > 550) { this._x = -100; } this._x = this._x + 3; }
Instance of Symbol 433 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._x > 550) { this._x = -100; } this._x = this._x + 3; }
Instance of Symbol 433 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._x > 550) { this._x = -100; } this._x = this._x + 3; }
Instance of Symbol 433 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._x > 550) { this._x = -100; } this._x = this._x + 3; }
Instance of Symbol 433 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._x > 550) { this._x = -100; } this._x = this._x + 3; }
Instance of Symbol 433 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._x > 550) { this._x = -100; } this._x = this._x + 3; }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 434 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 434 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 360 MovieClip "comp" in Symbol 434 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 362 MovieClip "platform1" in Symbol 434 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 434 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.collected == 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 362 MovieClip "platform1" in Symbol 434 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 434 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 434 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 436 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 312 MovieClip "twig" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 436 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 360 MovieClip "comp" in Symbol 436 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 362 MovieClip "platform1" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 436 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.collected == 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 362 MovieClip "platform1" in Symbol 436 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 436 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 436 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 439 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 439 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 360 MovieClip "comp" in Symbol 439 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip "platform1" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 439 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 439 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.collected == 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; } } } } } } }
Symbol 439 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 439 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 442 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 312 MovieClip "twig" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 442 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 360 MovieClip "comp" in Symbol 442 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 442 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 442 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.collected == 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; } } } } } } }
Symbol 442 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 442 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 443 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 443 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 360 MovieClip "comp" in Symbol 443 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 362 MovieClip "platform1" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 443 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.collected == 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 362 MovieClip "platform1" in Symbol 443 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 443 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 443 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 447 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 312 MovieClip "twig" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 383 MovieClip "platform1" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 312 MovieClip "twig" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 447 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 360 MovieClip "comp" in Symbol 447 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip "platform1" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 447 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.collected == 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 362 MovieClip "platform1" in Symbol 447 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 447 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 447 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 448 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 312 MovieClip "twig" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 312 MovieClip "twig" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.spinningpresent.gotoAndPlay(random(60)); this.ready = eval (true)("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) { gotoAndPlay (2); _parent.currenttwigs = _parent.currenttwigs + 1; this.ready = false; } } } } } }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 448 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 360 MovieClip "comp" in Symbol 448 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 383 MovieClip "platform1" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 448 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.collected == 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 362 MovieClip "platform1" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 448 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 448 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { 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 451 MovieClip Frame 1
stop(); bounced = false; if (this.complete == true) { mainegg.gotoAndPlay(2); }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._y < -240) { this._y = 260; } this._y = this._y - 3; }
Instance of Symbol 348 MovieClip "mainegg" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this._x = _parent.new_x + 1; this._y = _parent.new_y - 0.9; if (_parent.facing == "left") { body.gotoAndPlay(2); feet.gotoAndPlay(2); } else { body.gotoAndPlay(1); feet.gotoAndPlay(1); } }
Instance of Symbol 349 MovieClip "clip" in Symbol 451 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 360 MovieClip "comp" in Symbol 451 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; _parent.eggstatus; if (_parent.eggstatus == "firing") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 362 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 383 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.sliding = false; this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 362 MovieClip "platform1" in Symbol 451 MovieClip Frame 1
onClipEvent (load) { this.edge = 26; this.collision = false; this.leftside = 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 364 MovieClip "platform1" in Symbol 451 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.collected == 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; } } } } } } }
Symbol 451 MovieClip Frame 2
stop();
Instance of Symbol 379 MovieClip "spinningegg" in Symbol 451 MovieClip Frame 2
onClipEvent (load) { maxrotate = 40; minrotate = -40; 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 = _parent.xpower * 3; active = true; mypower = 0.3; power = 0.4 * Math.sqrt((_parent._parent.xpower * _parent._parent.xpower) + (_parent._parent.ypower * _parent._parent.ypower)); gravity = 0.55; gravity2 = gravity; _parent.dropvar = 1; if (eggspin > maxrotate) { eggspin = maxrotate; } if (eggspin < minrotate) { eggspin = minrotate; } } onClipEvent (enterFrame) { if (active == true) { if (gravity < 40) { gravity = gravity + (gravity2 / 1.5); } this._x = this._x + (_parent.xpower * mypower); this._y = (this._y + (_parent.ypower * mypower)) + 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 > 500) { if (screaming == false) { _root.w1 = _root.w1 + 2; screaming = true; fallingsound = new Sound(); fallingsound.attachSound("falling.wav"); fallingsound.start(); } } if (this._y > 1000) { screaming = false; _parent.gotoAndStop(1); } } }

Library Items

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

Instance Names

"inSpark"Frame 1Symbol 14 MovieClip
"musicswitch"Frame 3Symbol 72 MovieClip
"storage"Frame 3Symbol 73 MovieClip
"sound"Frame 3Symbol 74 MovieClip
"loader1"Frame 9Symbol 271 MovieClip
"scoredisplay"Frame 10Symbol 310 MovieClip
"egg"Frame 10Symbol 380 MovieClip
"egg"Frame 20Symbol 389 MovieClip
"egg"Frame 30Symbol 391 MovieClip
"egg"Frame 40Symbol 395 MovieClip
"egg"Frame 50Symbol 398 MovieClip
"comHighscores"Frame 60Symbol 428 MovieClip
"scoredisplay"Frame 61Symbol 310 MovieClip
"egg"Frame 70Symbol 431 MovieClip
"egg"Frame 80Symbol 432 MovieClip
"egg"Frame 90Symbol 434 MovieClip
"egg"Frame 100Symbol 436 MovieClip
"egg"Frame 110Symbol 439 MovieClip
"comHighscores"Frame 120Symbol 428 MovieClip
"scoredisplay"Frame 121Symbol 310 MovieClip
"egg"Frame 130Symbol 442 MovieClip
"egg"Frame 140Symbol 443 MovieClip
"egg"Frame 150Symbol 447 MovieClip
"egg"Frame 160Symbol 448 MovieClip
"egg"Frame 170Symbol 451 MovieClip
"comHighscores"Frame 180Symbol 428 MovieClip
"mcAd"Symbol 52 MovieClip Frame 1Symbol 51 MovieClip
"mcLoading"Symbol 61 MovieClip Frame 1Symbol 59 MovieClip
"mcLoading"Symbol 61 MovieClip Frame 11Symbol 59 MovieClip
"mcIntro"Symbol 62 MovieClip Frame 1Symbol 19 MovieClip
"mcAnimation"Symbol 62 MovieClip Frame 2Symbol 33 MovieClip
"mcBackground"Symbol 62 MovieClip Frame 2Symbol 38 MovieClip
"mcLoadingAnimated"Symbol 62 MovieClip Frame 2Symbol 61 MovieClip
"star2"Symbol 91 MovieClip Frame 1Symbol 90 MovieClip
"star1"Symbol 92 MovieClip Frame 1Symbol 91 MovieClip
"star"Symbol 92 MovieClip Frame 30Symbol 91 MovieClip
"glowing_chimney"Symbol 108 MovieClip Frame 1Symbol 105 MovieClip
"spinningpresent"Symbol 264 MovieClip Frame 1Symbol 237 MovieClip
"spinningpresent"Symbol 264 MovieClip Frame 1Symbol 237 MovieClip
"spinningpresent"Symbol 264 MovieClip Frame 1Symbol 237 MovieClip
"spinningpresent"Symbol 264 MovieClip Frame 1Symbol 237 MovieClip
"spinningpresent"Symbol 264 MovieClip Frame 1Symbol 237 MovieClip
"preloader"Symbol 271 MovieClip Frame 1Symbol 267 MovieClip
"preloader"Symbol 274 MovieClip Frame 1Symbol 267 MovieClip
"preloader"Symbol 275 MovieClip Frame 1Symbol 267 MovieClip
"loader1"Symbol 276 MovieClip Frame 1Symbol 271 MovieClip
"loader2"Symbol 276 MovieClip Frame 2Symbol 274 MovieClip
"loader3"Symbol 276 MovieClip Frame 3Symbol 275 MovieClip
"mymenu_window"Symbol 281 MovieClip Frame 1Symbol 264 MovieClip
"small_menu"Symbol 281 MovieClip Frame 39Symbol 276 MovieClip
"small_menu"Symbol 281 MovieClip Frame 59Symbol 276 MovieClip
"small_menu"Symbol 281 MovieClip Frame 60Symbol 276 MovieClip
"small_menu"Symbol 281 MovieClip Frame 77Symbol 276 MovieClip
"mymenu"Symbol 282 MovieClip Frame 1Symbol 281 MovieClip
"numbers3"Symbol 310 MovieClip Frame 1Symbol 309 MovieClip
"numbers2"Symbol 310 MovieClip Frame 1Symbol 309 MovieClip
"numbers"Symbol 310 MovieClip Frame 1Symbol 309 MovieClip
"spinningpresent"Symbol 312 MovieClip Frame 1Symbol 237 MovieClip
"santa_all"Symbol 331 MovieClip Frame 1Symbol 330 MovieClip
"finsanta"Symbol 347 MovieClip Frame 1Symbol 346 MovieClip
"trigger"Symbol 348 MovieClip Frame 1Symbol 315 MovieClip
"body"Symbol 348 MovieClip Frame 1Symbol 331 MovieClip
"feet"Symbol 348 MovieClip Frame 1Symbol 336 MovieClip
"jumpingegg"Symbol 348 MovieClip Frame 2Symbol 347 MovieClip
"mask"Symbol 360 MovieClip Frame 2Symbol 356 MovieClip
"arrow"Symbol 360 MovieClip Frame 3Symbol 359 MovieClip
"body"Symbol 377 MovieClip Frame 1Symbol 331 MovieClip
"feet"Symbol 377 MovieClip Frame 1Symbol 336 MovieClip
"adjust"Symbol 378 MovieClip Frame 1Symbol 377 MovieClip
"eggup"Symbol 379 MovieClip Frame 2Symbol 378 MovieClip
"santachimney"Symbol 379 MovieClip Frame 3Symbol 347 MovieClip
"body"Symbol 379 MovieClip Frame 5Symbol 331 MovieClip
"feet"Symbol 379 MovieClip Frame 5Symbol 336 MovieClip
"mainegg"Symbol 380 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 380 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 380 MovieClip Frame 1Symbol 360 MovieClip
"glowing_chimney"Symbol 380 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 380 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 380 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 380 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 380 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 380 MovieClip Frame 1Symbol 362 MovieClip
"ladder"Symbol 380 MovieClip Frame 1Symbol 370 MovieClip
"spinningegg"Symbol 380 MovieClip Frame 2Symbol 379 MovieClip
"mainegg"Symbol 389 MovieClip Frame 1Symbol 348 MovieClip
"comp"Symbol 389 MovieClip Frame 1Symbol 360 MovieClip
"clip"Symbol 389 MovieClip Frame 1Symbol 349 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 362 MovieClip
"glowing_chimney"Symbol 389 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 389 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 389 MovieClip Frame 2Symbol 379 MovieClip
"mainegg"Symbol 391 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 391 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 391 MovieClip Frame 1Symbol 360 MovieClip
"ladder"Symbol 391 MovieClip Frame 1Symbol 370 MovieClip
"glowing_chimney"Symbol 391 MovieClip Frame 1Symbol 105 MovieClip
"spinningegg"Symbol 391 MovieClip Frame 2Symbol 379 MovieClip
"mainegg"Symbol 395 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 395 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 395 MovieClip Frame 1Symbol 360 MovieClip
"glowing_chimney"Symbol 395 MovieClip Frame 1Symbol 105 MovieClip
"ladder"Symbol 395 MovieClip Frame 1Symbol 370 MovieClip
"spinningegg"Symbol 395 MovieClip Frame 2Symbol 379 MovieClip
"mainegg"Symbol 398 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 398 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 398 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 383 MovieClip
"glowing_chimney"Symbol 398 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 398 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 398 MovieClip Frame 2Symbol 379 MovieClip
"mcHighscores"Symbol 428 MovieClip Frame 1Symbol 406 MovieClip
"mcTarget"Symbol 428 MovieClip Frame 2Symbol 407 MovieClip
"mcHighScoreData"Symbol 428 MovieClip Frame 3Symbol 410 MovieClip
"mainegg"Symbol 431 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 431 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 431 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 383 MovieClip
"glowing_chimney"Symbol 431 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 431 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 431 MovieClip Frame 2Symbol 379 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 432 MovieClip Frame 1Symbol 312 MovieClip
"mainegg"Symbol 432 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 432 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 432 MovieClip Frame 1Symbol 360 MovieClip
"glowing_chimney"Symbol 432 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 432 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 432 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 432 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 432 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 432 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 432 MovieClip Frame 2Symbol 379 MovieClip
"spinningpresent"Symbol 433 MovieClip Frame 1Symbol 237 MovieClip
"mainegg"Symbol 434 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 434 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 434 MovieClip Frame 1Symbol 360 MovieClip
"glowing_chimney"Symbol 434 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 434 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 434 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 434 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 434 MovieClip Frame 2Symbol 379 MovieClip
"twig"Symbol 436 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 436 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 436 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 436 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 436 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 436 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 436 MovieClip Frame 1Symbol 312 MovieClip
"mainegg"Symbol 436 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 436 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 436 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 436 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 436 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 436 MovieClip Frame 1Symbol 362 MovieClip
"glowing_chimney"Symbol 436 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 436 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 436 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 436 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 436 MovieClip Frame 2Symbol 379 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 439 MovieClip Frame 1Symbol 312 MovieClip
"mainegg"Symbol 439 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 439 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 439 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 439 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 439 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 439 MovieClip Frame 1Symbol 383 MovieClip
"ladder"Symbol 439 MovieClip Frame 1Symbol 370 MovieClip
"platform1"Symbol 439 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 439 MovieClip Frame 1Symbol 362 MovieClip
"glowing_chimney"Symbol 439 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 439 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 439 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 439 MovieClip Frame 1Symbol 364 MovieClip
"spinningegg"Symbol 439 MovieClip Frame 2Symbol 379 MovieClip
"twig"Symbol 442 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 442 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 442 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 442 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 442 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 442 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 442 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 442 MovieClip Frame 1Symbol 312 MovieClip
"mainegg"Symbol 442 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 442 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 442 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 362 MovieClip
"glowing_chimney"Symbol 442 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 442 MovieClip Frame 1Symbol 364 MovieClip
"spinningegg"Symbol 442 MovieClip Frame 2Symbol 379 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 443 MovieClip Frame 1Symbol 312 MovieClip
"mainegg"Symbol 443 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 443 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 443 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 443 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 443 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 443 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 443 MovieClip Frame 1Symbol 383 MovieClip
"glowing_chimney"Symbol 443 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 443 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 443 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 443 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 443 MovieClip Frame 2Symbol 379 MovieClip
"twig"Symbol 447 MovieClip Frame 1Symbol 312 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 383 MovieClip
"twig"Symbol 447 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 447 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 447 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 447 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 447 MovieClip Frame 1Symbol 312 MovieClip
"mainegg"Symbol 447 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 447 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 447 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 383 MovieClip
"glowing_chimney"Symbol 447 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 447 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 447 MovieClip Frame 2Symbol 379 MovieClip
"twig"Symbol 448 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 448 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 448 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 448 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 448 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 448 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 448 MovieClip Frame 1Symbol 312 MovieClip
"twig"Symbol 448 MovieClip Frame 1Symbol 312 MovieClip
"mainegg"Symbol 448 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 448 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 448 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 448 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 448 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 448 MovieClip Frame 1Symbol 383 MovieClip
"glowing_chimney"Symbol 448 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 448 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 448 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 448 MovieClip Frame 1Symbol 364 MovieClip
"platform1"Symbol 448 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 448 MovieClip Frame 1Symbol 362 MovieClip
"spinningegg"Symbol 448 MovieClip Frame 2Symbol 379 MovieClip
"mainegg"Symbol 451 MovieClip Frame 1Symbol 348 MovieClip
"clip"Symbol 451 MovieClip Frame 1Symbol 349 MovieClip
"comp"Symbol 451 MovieClip Frame 1Symbol 360 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 383 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 383 MovieClip
"glowing_chimney"Symbol 451 MovieClip Frame 1Symbol 105 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 362 MovieClip
"platform1"Symbol 451 MovieClip Frame 1Symbol 364 MovieClip
"spinningegg"Symbol 451 MovieClip Frame 2Symbol 379 MovieClip

Special Tags

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

Labels

"content"Symbol 52 MovieClip Frame 1
"ReadCookie"Symbol 52 MovieClip Frame 9
"prepareAd"Symbol 52 MovieClip Frame 20
"loadAd"Symbol 52 MovieClip Frame 31
"showAd"Symbol 52 MovieClip Frame 41
"preload"Symbol 62 MovieClip Frame 3
"loop"Symbol 105 MovieClip Frame 26
"p1"Symbol 237 MovieClip Frame 2
"loop1"Symbol 237 MovieClip Frame 34
"p2"Symbol 237 MovieClip Frame 99
"loop2"Symbol 237 MovieClip Frame 131
"p3"Symbol 237 MovieClip Frame 196
"loop3"Symbol 237 MovieClip Frame 228
"f0"Symbol 309 MovieClip Frame 1
"f1"Symbol 309 MovieClip Frame 2
"f2"Symbol 309 MovieClip Frame 3
"f3"Symbol 309 MovieClip Frame 4
"f4"Symbol 309 MovieClip Frame 5
"f5"Symbol 309 MovieClip Frame 6
"f6"Symbol 309 MovieClip Frame 7
"f7"Symbol 309 MovieClip Frame 8
"f8"Symbol 309 MovieClip Frame 9
"f9"Symbol 309 MovieClip Frame 10
"blank"Symbol 309 MovieClip Frame 11

Dynamic Text Variables

txtPercentLoaded2Symbol 44 EditableText"The game is loading (0%)"
txtPercentLoaded2Symbol 46 EditableText"The game is loading (0%)"




http://swfchan.com/6/25449/info.shtml
Created: 23/5 -2019 17:21:24 Last modified: 23/5 -2019 17:21:24 Server time: 15/05 -2024 11:52:11