Frame 1
function goToThisURL() {
getURL (linkURL, "_blank");
}
_quality = "MEDIUM";
var linkURL = "http://www.gameprison.com";
var linkText = "Play More Games";
var myMenu = new ContextMenu();
var copyright = new ContextMenuItem(linkText, goToThisURL);
myMenu.customItems.push(copyright);
myMenu.hideBuiltInItems();
_root.menu = myMenu;
stop();
function menuChoiceOne() {
getURL ("http://www.gameprison.org");
}
NewMenu = new ContextMenu();
NewMenu.hideBuiltInItems();
NewMenu.customItems.push(new ContextMenuItem("Gameprison.com", menuChoiceOne));
this.menu = NewMenu;
stop();
Frame 2
stop();
Frame 23
stop();
Instance of Symbol 93 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Instance of Symbol 96 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Instance of Symbol 99 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Instance of Symbol 107 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Instance of Symbol 109 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Instance of Symbol 127 MovieClip "badegg" in Frame 23
onClipEvent (load) {
drop = random(6) + 3;
speedx = -6;
}
onClipEvent (enterFrame) {
if (!(_name === "badegg")) {
if (_currentframe == 1) {
_y = (_y + drop);
}
if (Key.isDown(39) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
}
if (Key.isDown(37) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
}
}
}
Frame 24
score = 0;
stop();
eotwDown = function () {
eotwTime--;
};
Instance of Symbol 131 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.freeze >= 1) || (noplay)) {
stop();
} else {
play();
}
}
Instance of Symbol 133 MovieClip in Frame 24
onClipEvent (load) {
speedx = -0.45;
}
onClipEvent (enterFrame) {
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
}
}
Instance of Symbol 135 MovieClip in Frame 24
onClipEvent (load) {
speedx = -1.5;
}
onClipEvent (enterFrame) {
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
_root.eggplacement = _root.eggplacement - 4;
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
_root.eggplacement = _root.eggplacement + 4;
}
}
Instance of Symbol 153 MovieClip in Frame 24
onClipEvent (load) {
speedx = 1.5;
}
onClipEvent (enterFrame) {
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x - speedx);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x + speedx);
}
if ((_root.freeze >= 1) || (noplay)) {
stop();
} else {
play();
}
}
Instance of Symbol 157 MovieClip "bg1" in Frame 24
onClipEvent (load) {
speed = -4.5;
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_x > 0)) {
_x = (_x + speed);
}
if (Key.isDown(37) && (_x < 600)) {
_x = (_x - speed);
}
}
Instance of Symbol 197 MovieClip "player" in Frame 24
onClipEvent (load) {
scalex = _xscale;
interval = 36;
originalinterval = 20;
_root.eggplacement = 520;
i = 1;
j = 0;
}
onClipEvent (load) {
_root.displayTime = 50;
_root.actualTime = 50;
_root.freeze = 0;
_root.alivetime = 0;
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) && (Key.isDown(68))) && (Key.isDown(70))) && (Key.isDown(83))) {
_root.gotoAndStop("FAIL");
}
_root.alivetime++;
if (_root.freeze > 0) {
_root.freeze--;
}
if (_root.freeze < 0) {
_root.freeze = 0;
}
_root.displayTime = Math.floor(_root.actualTime);
if (_root.freeze < 1) {
_root.actualTime = _root.actualTime - 0.0416666666666667;
}
if (_root.displayTime < 0) {
_root.gotoAndStop("FAIL");
}
interval--;
pie = random(20);
if (interval < 1) {
if (pie < 6) {
duplicateMovieClip (_root.eggs.eggA, "eggA" + i, i);
_root.eggs["eggA" + i]._x = random(_root.eggplacement) + 15;
_root.eggs["eggA" + i]._y = -30;
i++;
if (i > 100) {
i = 1;
}
interval = originalinterval;
}
if ((pie > 5) && (pie < 10)) {
duplicateMovieClip (_root.eggs.eggB, "eggB" + i, i);
_root.eggs["eggB" + i]._x = random(_root.eggplacement) + 15;
_root.eggs["eggB" + i]._y = -30;
i++;
if (i > 100) {
i = 1;
}
interval = originalinterval;
}
if ((pie > 9) && (pie < 13)) {
duplicateMovieClip (_root.eggs.eggC, "eggC" + i, i);
_root.eggs["eggC" + i]._x = random(_root.eggplacement) + 15;
_root.eggs["eggC" + i]._y = -30;
i++;
if (i > 100) {
i = 1;
}
interval = originalinterval;
}
if ((pie > 12) && (pie < 16)) {
duplicateMovieClip (_root.eggs.badegg, "badegg" + i, i);
_root.eggs["badegg" + i]._x = random(_root.eggplacement) + 15;
_root.eggs["badegg" + i]._y = -30;
i++;
if (i > 100) {
i = 1;
}
interval = originalinterval;
}
if ((pie > 15) && (pie < 19)) {
duplicateMovieClip (_root.eggs.clock, "clock" + i, i);
_root.eggs["clock" + i]._x = random(_root.eggplacement) + 15;
_root.eggs["clock" + i]._y = -30;
i++;
if (i > 100) {
i = 1;
}
interval = originalinterval;
}
if (pie > 18) {
duplicateMovieClip (_root.eggs.clockM, "clockM" + i, i);
_root.eggs["clockM" + i]._x = random(_root.eggplacement) + 15;
_root.eggs["clockM" + i]._y = -30;
i++;
if (i > 100) {
i = 1;
}
interval = originalinterval;
}
}
j = 0;
while (j < 101) {
if ((this.hit.hitTest(_root.eggs["eggA" + j]) && (_root.eggs["eggA" + j]._currentframe == 1)) || (this.hit2.hitTest(_root.eggs["eggA" + j]) && (_root.eggs["eggA" + j]._currentframe == 1))) {
_root.score = _root.score + 25;
_root.eggs["eggA" + j].play();
happy.gotoAndPlay("happ");
}
if ((this.hit.hitTest(_root.eggs["eggB" + j]) && (_root.eggs["eggB" + j]._currentframe == 1)) || (this.hit2.hitTest(_root.eggs["eggB" + j]) && (_root.eggs["eggB" + j]._currentframe == 1))) {
_root.score = _root.score + 50;
_root.eggs["eggB" + j].play();
happy.gotoAndPlay("happ");
}
if ((this.hit.hitTest(_root.eggs["eggC" + j]) && (_root.eggs["eggC" + j]._currentframe == 1)) || (this.hit2.hitTest(_root.eggs["eggC" + j]) && (_root.eggs["eggC" + j]._currentframe == 1))) {
_root.score = _root.score + 100;
_root.eggs["eggC" + j].play();
happy.gotoAndPlay("happ");
}
if ((this.hit.hitTest(_root.eggs["badegg" + j]) && (_root.eggs["badegg" + j]._currentframe == 1)) || (this.hit2.hitTest(_root.eggs["badegg" + j]) && (_root.eggs["badegg" + j]._currentframe == 1))) {
_root.score = _root.score - 50;
_root.eggs["badegg" + j].play();
happy.gotoAndPlay("sad");
}
if ((this.hit.hitTest(_root.eggs["clock" + j]) && (_root.eggs["clock" + j]._currentframe == 1)) || (this.hit2.hitTest(_root.eggs["clock" + j]) && (_root.eggs["clock" + j]._currentframe == 1))) {
_root.freeze = _root.freeze + 48;
_root.eggs["clock" + j].play();
happy.gotoAndPlay("happ");
}
if ((this.hit.hitTest(_root.eggs["clockM" + j]) && (_root.eggs["clockM" + j]._currentframe == 1)) || (this.hit2.hitTest(_root.eggs["clockM" + j]) && (_root.eggs["clockM" + j]._currentframe == 1))) {
_root.freeze = _root.freeze + 120;
_root.eggs["clockM" + j].play();
happy.gotoAndPlay("happ");
}
j++;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_xscale = scalex;
this.gotoAndStop(2);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_xscale = (-scalex);
this.gotoAndStop(2);
}
if (((((!Key.isDown(37)) && (!Key.isDown(39))) || (_root.bg1._x > 596)) || (_root.bg1._x < 4)) || (Key.isDown(37) && (Key.isDown(39)))) {
gotoAndStop (1);
}
}
Instance of Symbol 234 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.freeze >= 1) || (noplay)) {
stop();
} else {
play();
}
}
Instance of Symbol 237 MovieClip in Frame 24
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if ((_root.score >= 300) && (played == false)) {
play();
played = true;
}
}
Instance of Symbol 243 MovieClip in Frame 24
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if ((_root.score >= 5000) && (played == false)) {
play();
played = true;
}
}
Instance of Symbol 246 MovieClip in Frame 24
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if ((_root.score >= 3000) && (played == false)) {
play();
played = true;
}
}
Instance of Symbol 249 MovieClip in Frame 24
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if ((_root.score >= 2000) && (played == false)) {
play();
played = true;
}
}
Instance of Symbol 251 MovieClip in Frame 24
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if ((_root.score >= 1000) && (played == false)) {
play();
played = true;
}
}
Instance of Symbol 253 MovieClip in Frame 24
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if ((_root.score >= 4000) && (played == false)) {
play();
played = true;
}
}
Instance of Symbol 262 MovieClip in Frame 24
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if ((_root.freeze >= 200) && (played == false)) {
play();
played = true;
}
}
Frame 25
totalscore = alivetime + score;
Instance of Symbol 303 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.totalscore < 4000) {
gotoAndStop (2);
}
if ((_root.totalscore > 3999) && (_root.totalscore < 6000)) {
gotoAndStop (3);
}
if ((_root.totalscore > 5999) && (_root.totalscore < 8000)) {
gotoAndStop (4);
}
if ((_root.totalscore > 7999) && (_root.totalscore < 10000)) {
gotoAndStop (5);
}
if (_root.totalscore > 8999) {
gotoAndStop (6);
}
}
Frame 26
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _root.player;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.totalscore;
__rankz_send__("MTcxMmolZSVhJW4lcw==", "cHBIRGVVV3I=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
getURL ("http://rankz.armorbot.com/extinct/", "_blank");
Symbol 26 Button
on (release) {
getURL ("http://www.gameprison.com", "_blank");
}
Symbol 39 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 134
_root.play();
Symbol 47 Button
on (release) {
_root.play();
}
Symbol 48 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.gpglogo.play();
gotoAndPlay ("loaded");
}
Symbol 48 MovieClip Frame 2
gotoAndPlay (1);
Symbol 48 MovieClip Frame 201
stop();
Symbol 52 Button
on (press) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
Symbol 314 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0
class ab3.rankz.Armor_Bot_30_En_AS1 extends Object
{
static var _CharsReverseLookup;
var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count;
function Armor_Bot_30_En_AS1 () {
super();
}
static function Encode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.encodeArmor_Bot_30_En_AS1(str));
}
static function Decode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.decodeArmor_Bot_30_En_AS1(str));
}
static function StringReplaceAll(source, find, replacement) {
return(source.split(find).join(replacement));
}
static function InitReverseChars() {
_CharsReverseLookup = new Array();
var _local1 = 0;
while (_local1 < _Chars.length) {
_CharsReverseLookup[_Chars[_local1]] = _local1;
_local1++;
}
return(true);
}
static function UrlDecode(str) {
str = StringReplaceAll(str, "\\", " ");
str = unescape(str);
return(str);
}
static function UrlEncode(str) {
str = escape(str);
str = StringReplaceAll(str, "\\", "%2B");
str = StringReplaceAll(str, "%20", "+");
return(str);
}
function setArmor_Bot_30_En_AS1Str(str) {
_Armor_Bot_30_En_AS1Str = str;
_Armor_Bot_30_En_AS1Count = 0;
}
function readArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255;
_Armor_Bot_30_En_AS1Count++;
return(_local2);
}
function encodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(3);
var _local5 = 0;
var _local4 = false;
while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[1] = readArmor_Bot_30_En_AS1();
_local2[2] = readArmor_Bot_30_En_AS1();
_local3 = _local3 + _Chars[_local2[0] >> 2];
if (_local2[1] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)];
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)];
_local3 = _local3 + _Chars[_local2[2] & 63];
} else {
_local3 = _local3 + _Chars[(_local2[1] << 2) & 60];
_local3 = _local3 + "=";
_local4 = true;
}
} else {
_local3 = _local3 + _Chars[(_local2[0] << 4) & 48];
_local3 = _local3 + "=";
_local3 = _local3 + "=";
_local4 = true;
}
_local5 = _local5 + 4;
if (_local5 >= 76) {
_local3 = _local3 + newline;
_local5 = 0;
}
}
return(_local3);
}
function readReverseArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
while (true) {
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count);
_Armor_Bot_30_En_AS1Count++;
if (_CharsReverseLookup[_local2]) {
return(_CharsReverseLookup[_local2]);
}
if (_local2 == "A") {
return(0);
}
}
}
function ntos(n) {
var _local1 = n.toString(16);
if (_local1.length == 1) {
_local1 = "0" + _local1;
}
_local1 = "%" + _local1;
return(unescape(_local1));
}
function decodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(4);
var _local4 = false;
while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[2] = readReverseArmor_Bot_30_En_AS1();
_local2[3] = readReverseArmor_Bot_30_En_AS1();
_local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4));
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2));
if (_local2[3] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]);
} else {
_local4 = true;
}
} else {
_local4 = true;
}
}
return(_local3);
}
function toHex(n) {
var _local4 = "";
var _local3 = true;
var _local1 = 32;
while (_local1 > 0) {
_local1 = _local1 - 4;
var _local2 = (n >> _local1) & 15;
if ((!_local3) || (_local2 != 0)) {
_local3 = false;
_local4 = _local4 + _Digits[_local2];
}
}
return(((_local4 == "") ? "0" : (_local4)));
}
function pad(str, len, pad) {
var _local2 = str;
var _local1 = str.length;
while (_local1 < len) {
_local2 = pad + _local2;
_local1++;
}
return(_local2);
}
function encodeHex(str) {
var _local4 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0");
_local2++;
}
return(_local4);
}
function decodeHex(str) {
var _local5 = "";
var _local3 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local3 = _local3 + str.charAt(_local2);
if (_local3.length == 2) {
_local5 = _local5 + ntos(parseInt("0x" + _local3));
_local3 = "";
}
_local2++;
}
return(_local5);
}
static var _EndOfInput = -1;
static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/");
static var _CharsReverseLookupInited = InitReverseChars();
static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
}
Symbol 68 Button
on (press) {
getURL ("http://www.gameprison.com", "_blank");
}
Symbol 71 Button
on (release) {
play();
}
Symbol 74 Button
on (release) {
gotoAndPlay (24);
}
Symbol 88 Button
on (release) {
play();
}
Symbol 127 MovieClip Frame 1
stop();
Instance of Symbol 114 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Symbol 127 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("badbloop");
egg.start(0, 0);
Symbol 127 MovieClip Frame 14
this.unloadMovie();
stop();
Symbol 127 MovieClip Frame 15
egg = new Sound(this);
egg.attachSound("crack");
egg.start(0, 0);
Symbol 127 MovieClip Frame 27
this.unloadMovie();
stop();
Symbol 131 MovieClip Frame 1201
noplay = true;
stop();
Symbol 153 MovieClip Frame 1194
noplay = true;
stop();
Instance of Symbol 155 MovieClip in Symbol 157 MovieClip Frame 1
onClipEvent (load) {
speedx = -0.9;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speedx);
}
if (Key.isDown(37)) {
_x = (_x - speedx);
}
}
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
stop();
Symbol 203 MovieClip Frame 1
stop();
Instance of Symbol 93 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Symbol 203 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("bloop");
egg.start(0, 0);
egg.setVolume(300);
Symbol 203 MovieClip Frame 14
this.unloadMovie();
stop();
Symbol 203 MovieClip Frame 15
egg = new Sound(this);
egg.attachSound("crack");
egg.start(0, 0);
Symbol 203 MovieClip Frame 27
this.unloadMovie();
stop();
Symbol 210 MovieClip Frame 1
stop();
Instance of Symbol 96 MovieClip in Symbol 210 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Symbol 210 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("bloop");
egg.start(0, 0);
egg.setVolume(300);
Symbol 210 MovieClip Frame 14
this.unloadMovie();
stop();
Symbol 210 MovieClip Frame 15
egg = new Sound(this);
egg.attachSound("crack");
egg.start(0, 0);
Symbol 210 MovieClip Frame 27
this.unloadMovie();
stop();
Symbol 216 MovieClip Frame 1
stop();
Instance of Symbol 99 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Symbol 216 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("bloop");
egg.start(0, 0);
egg.setVolume(300);
Symbol 216 MovieClip Frame 14
this.unloadMovie();
stop();
Symbol 216 MovieClip Frame 15
egg = new Sound(this);
egg.attachSound("crack");
egg.start(0, 0);
Symbol 216 MovieClip Frame 27
this.unloadMovie();
stop();
Symbol 223 MovieClip Frame 1
stop();
Instance of Symbol 107 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Symbol 223 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("time");
egg.start(0, 0);
egg.setVolume(145);
Symbol 223 MovieClip Frame 14
this.unloadMovie();
stop();
Symbol 223 MovieClip Frame 15
egg = new Sound(this);
egg.attachSound("crack");
egg.start(0, 0);
Symbol 223 MovieClip Frame 26
this.unloadMovie();
stop();
Symbol 229 MovieClip Frame 1
stop();
Instance of Symbol 109 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.kill)) {
_parent.gotoAndPlay("crack");
}
}
Symbol 229 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("time");
egg.start(0, 0);
egg.setVolume(145);
Symbol 229 MovieClip Frame 14
this.unloadMovie();
stop();
Symbol 229 MovieClip Frame 15
egg = new Sound(this);
egg.attachSound("crack");
egg.start(0, 0);
Symbol 229 MovieClip Frame 26
this.unloadMovie();
stop();
Instance of Symbol 203 MovieClip "eggA" in Symbol 230 MovieClip Frame 1
onClipEvent (load) {
drop = random(6) + 3;
speedx = -6;
}
onClipEvent (enterFrame) {
if (!(_name === "eggA")) {
if (_currentframe == 1) {
_y = (_y + drop);
}
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
}
}
}
Instance of Symbol 210 MovieClip "eggB" in Symbol 230 MovieClip Frame 1
onClipEvent (load) {
drop = random(6) + 3;
speedx = -6;
}
onClipEvent (enterFrame) {
if (!(_name === "eggB")) {
if (_currentframe == 1) {
_y = (_y + drop);
}
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
}
}
}
Instance of Symbol 216 MovieClip "eggC" in Symbol 230 MovieClip Frame 1
onClipEvent (load) {
drop = random(6) + 3;
speedx = -6;
}
onClipEvent (enterFrame) {
if (!(_name === "eggC")) {
if (_currentframe == 1) {
_y = (_y + drop);
}
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
}
}
}
Instance of Symbol 127 MovieClip "badegg" in Symbol 230 MovieClip Frame 1
onClipEvent (load) {
drop = random(6) + 3;
speedx = -6;
}
onClipEvent (enterFrame) {
if (!(_name === "badegg")) {
if (_currentframe == 1) {
_y = (_y + drop);
}
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
}
}
}
Instance of Symbol 223 MovieClip "clock" in Symbol 230 MovieClip Frame 1
onClipEvent (load) {
drop = random(6) + 3;
speedx = -6;
}
onClipEvent (enterFrame) {
if (!(_name === "clock")) {
if (_currentframe == 1) {
_y = (_y + drop);
}
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
}
}
}
Instance of Symbol 229 MovieClip "clockM" in Symbol 230 MovieClip Frame 1
onClipEvent (load) {
drop = random(6) + 3;
speedx = -6;
}
onClipEvent (enterFrame) {
if (!(_name === "clockM")) {
if (_currentframe == 1) {
_y = (_y + drop);
}
if ((Key.isDown(39) && (!Key.isDown(37))) && (_root.bg1._x > 0)) {
_x = (_x + speedx);
}
if ((Key.isDown(37) && (!Key.isDown(39))) && (_root.bg1._x < 600)) {
_x = (_x - speedx);
}
}
}
Symbol 234 MovieClip Frame 1191
noplay = true;
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("notbad");
egg.start(0, 0);
egg.setVolume(300);
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("godly");
egg.start(0, 0);
egg.setVolume(300);
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("waytogo");
egg.start(0, 0);
egg.setVolume(300);
Symbol 249 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("keepup");
egg.start(0, 0);
egg.setVolume(300);
Symbol 249 MovieClip Frame 18
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("goodjob");
egg.start(0, 0);
egg.setVolume(300);
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("good5");
egg.start(0, 0);
egg.setVolume(300);
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
egg = new Sound(this);
egg.attachSound("timesave");
egg.start(0, 0);
egg.setVolume(300);
Symbol 277 Button
on (release) {
gotoAndPlay (2);
}
Symbol 279 Button
on (release) {
_root.gotoAndStop("subm");
}