Frame 1
function scott() {
getURL ("http://www.brainwashstudios.com/buzzwerd", "_blank");
}
function scotta() {
getURL ("http://www.armorgames.com", "_blank");
}
function david() {
getURL ("http://www.truedarkness.phrozenflame.com/", "_blank");
}
function muter() {
_root.allab.setVolume(0);
}
function mutera() {
_root.allab.setVolume(100);
}
onLoad = function () {
_root.allab = new Sound();
};
var menu = new ContextMenu();
menu.hideBuiltInItems();
var buzzwerd = new ContextMenuItem("Buzzwerd", scott);
var truedarkness = new ContextMenuItem("True Darkness", david);
var armor = new ContextMenuItem("More Games at Armor Games!", scotta);
var mute = new ContextMenuItem("Sound Off", muter);
var mutee = new ContextMenuItem("Sound On", mutera);
menu.customItems.push(buzzwerd, truedarkness, mute, mutee, armor);
menu.onSelect = menuHandler;
menu.builtInItems.quality = true;
_root.menu = menu;
System.security.allowDomain("http://www.buzzwerd.deviantart.com");
System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com");
System.security.allowDomain("http://www.truedarkness.tk/");
System.security.allowInsecureDomain("http://www.truedarkness.tk/");
System.security.allowDomain("www.welcome-to-life.ca.tf");
System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com");
System.security.allowDomain("www.truedarkness.phrozenflame.com");
System.security.allowInsecureDomain("www.truedarkness.phrozenflame.com");
_root.SEGGS = 0;
_root.finalScoreS = 0;
eggRR = 0;
scoreRR = 0;
eggR = 0;
scoreR = 0;
stop();
onEnterFrame = function () {
num = Math.round(_root.percent.percent);
};
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Instance of Symbol 10 MovieClip "percent" in Frame 1
onClipEvent (load) {
totalb = _root.getBytesTotal();
totalkb = int(totalb / 4064);
}
onClipEvent (enterFrame) {
var loadedb = _root.getBytesLoaded();
if (loadedb == totalb) {
_root.gotoAndStop(2);
} else {
loadedkb = int(loadedb / 4064);
percent = (loadedb / totalb) * 100;
_root.loader.gotoAndStop(int(percent));
pl1 = ("" + int(percent)) + "%";
pl2 = ((("" + loadedkb) + " / ") + totalkb) + " kb";
}
}
Frame 2
_root.continuee = false;
stop();
Instance of Symbol 29 MovieClip "percent" in Frame 2
onClipEvent (load) {
totalb = _root.getBytesTotal();
totalkb = int(totalb / 4064);
}
onClipEvent (enterFrame) {
var loadedb = _root.getBytesLoaded();
if (loadedb == totalb) {
_root.gotoAndStop(2);
} else {
loadedkb = int(loadedb / 4064);
percent = (loadedb / totalb) * 100;
_root.loader.gotoAndStop(int(percent));
pl1 = ("" + int(percent)) + "%";
pl2 = ((("" + loadedkb) + " / ") + totalkb) + " kb";
}
}
Frame 3
onLoad = function () {
lastEgg = 0;
};
stop();
Frame 4
_quality = "MEDIUM";
IC = 0;
stop();
sSound1 = new Sound(this);
sSound1.attachSound("song");
sSound1.start(0, 225);
Instance of Symbol 82 MovieClip in Frame 4
onClipEvent (enterFrame) {
_y = (_y - 4);
}
Instance of Symbol 175 MovieClip "bubblez" in Frame 4
onClipEvent (load) {
_x = ((_root.Stage.width / 2) + 455);
_y = (_root.Stage.height / 2);
}
Instance of Symbol 188 MovieClip "credits" in Frame 4
onClipEvent (load) {
_x = ((_root.Stage.width / 2) + 455);
_y = (_root.Stage.height / 2);
}
Frame 5
onLoad = function () {
_root.player._x = 115;
_root.player._y = 73;
};
_root.pausedd = false;
Frame 6
if (_root.IC == 1) {
_root.gotoAndStop("tut");
_root.IC = 0;
_root.song.play();
}
if (_root.IC == 2) {
_root.gotoAndStop("level");
_root.IC = 0;
_root.song.play();
}
Frame 7
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.fadeIn.play();
onLoad = function () {
_root.player._x = 115;
_root.player._y = 73;
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
};
onEnterFrame = function () {
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
_root.lives._x = _root.player.cx;
_root.lives._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._x = _root.player.cx;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
_root.back._x = _root.player.cx;
_root.back._y = _root.player.cy;
_root.bubbles._x = _root.player.cx + 200;
_root.bubbles._y = _root.player.cy + 100;
};
frame1 = 0;
frame1a = 0;
tuta = 0;
tutb = 0;
tutc = 0;
tutd = 0;
_root.pausedd = false;
_root.lives.life = 5;
_root.eggs.egg = 0;
_root.eggs.score = 0;
score = 0;
i = 0;
z = 0;
j = 0;
k = 0;
Instance of Symbol 4 MovieClip in Frame 7
onClipEvent (enterFrame) {
_x = (_x - 0.1);
}
Instance of Symbol 214 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -37;
this.gotoAndStop(2);
}
}
Instance of Symbol 219 MovieClip "light" in Frame 7
onClipEvent (load) {
_y = (_root.player.cy - 400);
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 267 MovieClip in Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.frame1 == 1) {
gotoAndStop (1);
}
if (_root.pausedd == false) {
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) {
_root.blink.play();
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
}
Instance of Symbol 270 MovieClip "tut2" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 270 MovieClip "tut3" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 270 MovieClip "tut4" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 305 MovieClip "player" in Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
dx = _x;
dy = _y;
noslide = false;
ccy = _root._y;
}
onClipEvent (enterFrame) {
if (_root.frame1 == 1) {
gotoAndStop (1);
xspeed = 0;
}
if (_root.frame1a == 1) {
gotoAndStop (1);
xspeed = 0;
}
if (_root.pausedd == false) {
if (this.hitTest(_root.tut1) && (_root.tuta != 1)) {
_root.bubbles.play();
}
if ((this.hitTest(_root.tut2) && (_root.tutb != 1)) && (_root.enemy == "dead")) {
_root.bubbles.play();
}
if (this.hitTest(_root.tut3) && (_root.tutc != 1)) {
_root.bubbles.play();
}
if (this.hitTest(_root.tut4) && (_root.tutd != 1)) {
_root.bubbles.play();
}
if (this.hitTest(_root.tut5) && (_root.tute != 1)) {
_root.bubbles.play();
}
if (this.hitTest(_root.tut6) && (_root.tutf != 1)) {
_root.bubbles.play();
}
if (this.hitTest(_root.tut7) && (_root.tutg != 1)) {
_root.bubbles.play();
}
}
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
if (_y >= 420) {
_root.blink.play();
_x = dx;
_y = dy;
_root.fall = 1;
}
_root.wide._y = cy;
if (((Key.isDown(37) && (punch == false)) && (slide == false)) && (_root.pausedd == false)) {
xspeed = xspeed - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if (((Key.isDown(39) && (punch == false)) && (slide == false)) && (_root.pausedd == false)) {
xspeed = xspeed + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if (((punch != true) && (jumpa == false)) && (slide == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if (((jumpb == false) && (slide == false)) && (_root.pausedd == false)) {
gotoAndStop (3);
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (((Key.isDown(65) && (grounded)) && (slide == false)) && (_root.pausedd == false)) {
this.gotoAndStop(4);
punch = true;
}
if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
}
Instance of Symbol 309 MovieClip "lives" in Frame 7
onClipEvent (enterFrame) {
if (this.life <= 0) {
this.life = 0;
_root.gameOver.play();
}
}
Instance of Symbol 270 MovieClip "tut5" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 319 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 270 MovieClip "tut6" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 270 MovieClip "tut7" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 352 MovieClip "fadeOut" in Frame 7
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 353 MovieClip "fadeIn" in Frame 7
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 355 MovieClip in Frame 7
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Frame 8
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.fadeIn.gotoAndPlay(1);
_root.fadeIn.play();
_root.SEGGS = 0;
onLoad = function () {
_root.player._x = 115;
_root.player._y = 73;
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
};
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.livesf.lifef = lives.life;
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
_root.lives._x = _root.player.cx;
_root.lives._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._x = _root.player.cx;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
};
_root.lives.life = 5;
if (_root.continuee != true) {
_root.eggs.egg = 0;
_root.eggs.score = 0;
score = 0;
}
if (_root.continuee == true) {
_root.eggs.egg = (_root.lastEgg = _root.lastEgg - 200);
_root.eggs.score = 0;
score = 0;
_root.lives.life = 5;
_root.continuee = false;
}
i = 0;
z = 0;
j = 0;
k = 0;
Instance of Symbol 4 MovieClip in Frame 8
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Instance of Symbol 223 MovieClip "blink" in Frame 8
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggs.egg;
if (_root.SEGGS >= 100) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 372 MovieClip "spikes" in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 267 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 267 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 267 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 267 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 267 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 376 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
if (i <= 2) {
i++;
gotoAndStop (4);
} else if ((i >= 3) && (_currentframe != 3)) {
gotoAndStop (3);
}
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.yspeed = -14;
if (i <= 1) {
i++;
gotoAndStop (4);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 398 MovieClip in Frame 8
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
}
Instance of Symbol 400 MovieClip "endd" in Frame 8
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 405 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 4)) && (_root.player.slide == false)) {
_root.player.yspeed = -36;
this.gotoAndStop(2);
}
}
Instance of Symbol 405 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -36;
this.gotoAndStop(2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 421 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 5.5;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -18;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 7);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 7);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 423 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 4.2;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -18;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 4);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 4);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 405 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -36;
this.gotoAndStop(2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 427 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
if (i <= 2) {
i++;
gotoAndStop (4);
} else if ((i >= 3) && (_currentframe != 3)) {
gotoAndStop (3);
}
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.yspeed = -14;
if (i <= 1) {
i++;
gotoAndStop (4);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 372 MovieClip "spikes2" in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 398 MovieClip in Frame 8
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
}
Instance of Symbol 305 MovieClip "player" in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
dx = _x;
dy = _y;
noslide = false;
ccy = _root._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
if (_y >= 420) {
_root.blink.play();
_x = dx;
_y = dy;
_root.fall = 1;
}
_root.wide._y = cy;
if ((Key.isDown(37) && (punch == false)) && (slide == false)) {
xspeed = xspeed - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if ((Key.isDown(39) && (punch == false)) && (slide == false)) {
xspeed = xspeed + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if (((punch != true) && (jumpa == false)) && (slide == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if ((jumpb == false) && (slide == false)) {
gotoAndStop (3);
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if ((Key.isDown(65) && (grounded)) && (slide == false)) {
this.gotoAndStop(4);
punch = true;
}
if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 267 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 267 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 267 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 428 MovieClip in Frame 8
onClipEvent (load) {
yspeed = 0;
xspeed = 4;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -18;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.spikes2)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 4);
} else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 4);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 405 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -50;
this.gotoAndStop(2);
}
}
Instance of Symbol 319 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 430 MovieClip in Frame 8
onClipEvent (enterFrame) {
_x = ((_root.player._x / -5) + 120);
}
Instance of Symbol 309 MovieClip "lives" in Frame 8
onClipEvent (enterFrame) {
if (this.life == 7) {
_root.SLIFE = 7;
}
if (this.life == 6) {
_root.SLIFE = 6;
}
if (this.life == 5) {
_root.SLIFE = 5;
}
if (this.life == 4) {
_root.SLIFE = 4;
}
if (this.life == 3) {
_root.SLIFE = 3;
}
if (this.life == 2) {
_root.SLIFE = 2;
}
if (this.life == 1) {
_root.SLIFE = 1;
}
}
Instance of Symbol 434 MovieClip "eggs" in Frame 8
onClipEvent (load) {
if (_root.continuee == true) {
this.egg = _root.lastEgga - 100;
this.score = 0;
_root.score = 0;
_root.song.gotoAndStop(3);
i = 0;
_root.continuee = false;
}
}
onClipEvent (enterFrame) {
if (_root.song._currentframe != 1) {
_root.song.play();
}
}
Instance of Symbol 435 MovieClip "gameOver" in Frame 8
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 9
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
_root.fadeIn.gotoAndPlay(1);
_root.fadeIn.play();
_root._x = 0;
_root._y = 0;
_root.gameOver.gotoAndStop(1);
_root.lives.life = livesf.lifef;
livesf.lifef = _root.SLIFE;
eggz = _root.eggs.egg;
scorez = _root.eggs.score;
stop();
_root.player._x = 64;
onEnterFrame = function () {
if (_currentframe == _currentframe) {
this._name = "lastlevel";
} else {
this._name = "AA";
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
_root.livesf._x = _root.player.cx;
_root.livesf._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._x = _root.player.cx;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
};
Instance of Symbol 439 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
_root.fadee.play();
}
}
Instance of Symbol 305 MovieClip "player" in Frame 9
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
dx = _x;
dy = _y;
noslide = false;
ccy = _root._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
if (_y >= 420) {
_root.blink.play();
_x = dx;
_y = dy;
_root.fall = 1;
}
_root.wide._y = cy;
if ((Key.isDown(37) && (punch == false)) && (slide == false)) {
xspeed = xspeed - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if ((Key.isDown(39) && (punch == false)) && (slide == false)) {
xspeed = xspeed + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if (((punch != true) && (jumpa == false)) && (slide == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if ((jumpb == false) && (slide == false)) {
gotoAndStop (3);
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if ((Key.isDown(65) && (grounded)) && (slide == false)) {
this.gotoAndStop(4);
punch = true;
}
if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
}
Instance of Symbol 442 MovieClip "livesf" in Frame 9
onClipEvent (enterFrame) {
if (this.lifef == 7) {
_root.SLIFE2 = 7;
}
if (this.lifef == 6) {
_root.SLIFE2 = 6;
}
if (this.lifef == 5) {
_root.SLIFE2 = 5;
}
if (this.lifef == 4) {
_root.SLIFE2 = 4;
}
if (this.lifef == 3) {
_root.SLIFE2 = 3;
}
if (this.lifef == 2) {
_root.SLIFE2 = 2;
}
if (this.lifef == 1) {
_root.SLIFE2 = 1;
}
}
Instance of Symbol 314 MovieClip "blink2" in Frame 9
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggs.egg;
if (_root.SEGGS >= 100) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 447 MovieClip "fadeIn" in Frame 9
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 10
stop();
_root._x = 0;
_root._y = 0;
_root.eggiesa = 0;
onLoad = function () {
_root.livesa._x = _root.bubble._x;
_root.livesa._y = _root.bubble._y;
_root.eggsa._x = _root.bubble._x;
_root.eggsa._y = _root.bubble._y + 50;
_root.wide._x = _root.bubble._x;
_root.wide._y = _root.bubble._y + 30;
_root.widelight._y = _root.bubble._y;
_root.widelight._x = _root.bubble._x;
_root.bound._y = _root.bubble._y;
};
livesa.lifea = _root.SLIFE2;
if (_root.continuee != true) {
_root.eggsa.scorea = scorez;
eggsa.egga = eggz;
score = scorez;
}
if (_root.continuee == true) {
_root.scoreza = 0;
fadeOut.gotoAndStop(1);
gameOver.gotoAndStop(1);
score = 0;
_root.lives.life = 5;
_root.scoreza = 0;
_root.liveza = 5;
}
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.SEGGS = eggsa.egga;
if (_root.livesa.lifea <= 0) {
_root.livesa.lifea = 0;
_root.gameOver.play();
_root.bubble.gotoAndStop(2);
}
liveza = _root.livesa.lifea;
eggza = _root.eggsa.egga;
scoreza = _root.eggsa.scorea;
if (eggsa.scorea != score) {
eggsa.scorea = eggsa.scorea + 1;
}
_root.livesa._y = _root.livesa._y - 2.5;
_root.eggsa._y = _root.eggsa._y - 2.5;
_root.light._y = _root.light._y - 2.5;
_root.wide._y = _root.wide._y - 2.5;
_root.widelight._y = _root.widelight._y - 2.5;
_root.light._x = _root.bubble._x;
_root.light._y = _root.bubble._y - 400;
_root.bound._y = _root.bound._y - 2.5;
if (_root._currentframe == 10) {
_root._y = _root._y + 2.5;
}
};
Instance of Symbol 450 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
_x = _root.bubble._x;
_y = _root.bubble._y;
i++;
if (i >= 190) {
_alpha = (_alpha + 0.5);
}
}
Instance of Symbol 4 MovieClip "clouds" in Frame 10
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
_x = (_x - 0.2);
_y = (_y - 2);
i++;
if (i >= 190) {
i = 0;
if (_currentframe != 174) {
this.play();
}
}
}
Instance of Symbol 450 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
i++;
if (i >= 190) {
_alpha = (_alpha + 0.5);
}
_x = _root.bubble._x;
_y = _root.bubble._y;
}
Instance of Symbol 452 MovieClip in Frame 10
onClipEvent (load) {
yy = _root.bubble._y;
_y = yy;
xx = random(8);
_alpha = random(185);
_xscale = xsc;
i = 0;
if (xx <= 2) {
xx = 2;
}
}
onClipEvent (enterFrame) {
i++;
xxx = _root.bubble._x;
if (xx <= 2) {
xx = 2;
}
if (i < 400) {
_y = _root.bubble._y;
}
if (i >= 400) {
_y = (_y - 1.7);
_x = (_x - xx);
if (_x <= (xxx - 760)) {
xx = random(8);
_y = _root.bubble._y;
_x = (xxx + 360);
_alpha = random(185);
}
}
}
Instance of Symbol 456 MovieClip "TY" in Frame 10
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggsa.egga;
if (_root.SEGGS >= 200) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 368 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 368 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 462 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
_root.goo = 1;
}
}
Instance of Symbol 465 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 468 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 473 MovieClip "blink3" in Frame 10
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggs.egg;
if (_root.SEGGS >= 100) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 494 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumbera = random(4);
_root.ranNumbera2 = random(5);
}
if (_root.ranNumbera == 0) {
this._x = this._x - speed;
}
if (_root.ranNumbera == 1) {
this._x = this._x + speed;
}
if (_root.ranNumbera == 2) {
this._y = this._y - speed;
}
if (_root.ranNumbera == 3) {
this._y = this._y + speed;
}
if (_root.ranNumbera2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumbera2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumbera2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumbera2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 495 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberc = random(4);
_root.ranNumberc2 = random(5);
}
if (_root.ranNumberc == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberc == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberc == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberc == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberc2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberc2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberc2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberc2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberd = random(4);
_root.ranNumberd2 = random(5);
}
if (_root.ranNumberd == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberd == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberd == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberd == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberd2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberd2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberd2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberd2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 497 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberb = random(4);
_root.ranNumberb2 = random(5);
}
if (_root.ranNumberb == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberb == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberb == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberb == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberb2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberb2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberb2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberb2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberf = random(4);
_root.ranNumberf2 = random(5);
}
if (_root.ranNumberf == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberf == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberf == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberf == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberf2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberf2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberf2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberf2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumbere = random(4);
_root.ranNumbere2 = random(5);
}
if (_root.ranNumbere == 0) {
this._x = this._x - speed;
}
if (_root.ranNumbere == 1) {
this._x = this._x + speed;
}
if (_root.ranNumbere == 2) {
this._y = this._y - speed;
}
if (_root.ranNumbere == 3) {
this._y = this._y + speed;
}
if (_root.ranNumbere2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumbere2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumbere2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumbere2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberg = random(4);
_root.ranNumberg2 = random(5);
}
if (_root.ranNumberg == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberg == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberg == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberg == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberg2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberg2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberg2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberg2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberh = random(4);
_root.ranNumberh2 = random(5);
}
if (_root.ranNumberh == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberh == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberh == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberh == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberh2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberh2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberh2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberh2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberi = random(4);
_root.ranNumberi2 = random(5);
}
if (_root.ranNumberi == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberi == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberi == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberi == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberi2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberi2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberi2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberi2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberk = random(4);
_root.ranNumberk2 = random(5);
}
if (_root.ranNumberk == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberk == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberk == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberk == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberk2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberk2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberk2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberk2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberl = random(4);
_root.ranNumberl2 = random(5);
}
if (_root.ranNumberl == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberl == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberl == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberl == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberl2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberl2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberl2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberl2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumbero = random(4);
_root.ranNumbero2 = random(5);
}
if (_root.ranNumbero == 0) {
this._x = this._x - speed;
}
if (_root.ranNumbero == 1) {
this._x = this._x + speed;
}
if (_root.ranNumbero == 2) {
this._y = this._y - speed;
}
if (_root.ranNumbero == 3) {
this._y = this._y + speed;
}
if (_root.ranNumbero2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumbero2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumbero2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumbero2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 496 MovieClip in Frame 10
onClipEvent (load) {
i = 0;
z = 4;
scale = _xscale;
speed = 2;
j = 0;
}
onClipEvent (enterFrame) {
if (_root.bubble._x > _x) {
_xscale = (-scale);
}
if (_root.bubble._x < _x) {
_xscale = scale;
}
i++;
if (this.hitTest(_root.bubble.square) && (_root.blink3._currentframe == 1)) {
_root.blink3.play();
}
if (i >= 20) {
i = 0;
_root.ranNumberm = random(4);
_root.ranNumberm2 = random(5);
}
if (_root.ranNumberm == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberm == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberm == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberm == 3) {
this._y = this._y + speed;
}
if (_root.ranNumberm2 == 0) {
this._x = this._x - speed;
}
if (_root.ranNumberm2 == 1) {
this._x = this._x + speed;
}
if (_root.ranNumberm2 == 2) {
this._y = this._y - speed;
}
if (_root.ranNumberm2 == 3) {
this._y = this._y + speed;
}
}
Instance of Symbol 501 MovieClip in Frame 10
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.bubble.square)) {
gotoAndStop (2);
}
}
Instance of Symbol 501 MovieClip in Frame 10
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.bubble.square)) {
gotoAndStop (2);
}
}
Instance of Symbol 501 MovieClip in Frame 10
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.bubble.square)) {
gotoAndStop (2);
}
}
Instance of Symbol 511 MovieClip "bubble" in Frame 10
onClipEvent (load) {
this.Velocity = {_x:0, _y:0};
_root.WORLD_FRICTION = 0.97;
_root.WORLD_MOVESPEED = 0.5;
i = 0;
cy = _y;
fadz = 0;
}
onClipEvent (enterFrame) {
_root.fadeOut._x = _x;
_root.fadeOut._y = _y;
if (this.hitTest(_root.endas)) {
_root.fadeOut.gotoAndPlay(2);
_root.fadeOut.play();
}
cx = eval (null)();
cy = eval (null)();
_root.wide._y = cy;
_y = (_y - 2.5);
i++;
if (i > 320) {
if (Key.isDown(37)) {
this.Velocity._x = this.Velocity._x - _root.WORLD_MOVESPEED;
}
if (Key.isDown(39)) {
this.Velocity._x = this.Velocity._x + _root.WORLD_MOVESPEED;
}
if (Key.isDown(38)) {
this.Velocity._y = this.Velocity._y - _root.WORLD_MOVESPEED;
}
if (Key.isDown(40)) {
this.Velocity._y = this.Velocity._y + _root.WORLD_MOVESPEED;
}
this.Velocity._x = this.Velocity._x * _root.WORLD_FRICTION;
this.Velocity._y = this.Velocity._y * _root.WORLD_FRICTION;
this._x = this._x + this.Velocity._x;
this._y = this._y + this.Velocity._y;
}
}
Instance of Symbol 514 MovieClip "livesa" in Frame 10
onClipEvent (enterFrame) {
if (this.lifea == 7) {
_root.SLIFE3 = 7;
}
if (this.lifea == 6) {
_root.SLIFE3 = 6;
}
if (this.lifea == 5) {
_root.SLIFE3 = 5;
}
if (this.lifea == 4) {
_root.SLIFE3 = 4;
}
if (this.lifea == 3) {
_root.SLIFE3 = 3;
}
if (this.lifea == 2) {
_root.SLIFE3 = 2;
}
if (this.lifea == 1) {
_root.SLIFE3 = 1;
}
if (this.lifea == 8) {
_root.SLIFE3 = 8;
}
if (this.lifea == 9) {
_root.SLIFE3 = 9;
}
if (this.lifea == 10) {
_root.SLIFE3 = 10;
}
if (this.lifea == 11) {
_root.SLIFE3 = 11;
}
}
Instance of Symbol 516 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble)) {
_root.stopspike = 1;
}
}
Instance of Symbol 472 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 529 MovieClip "eggsa" in Frame 10
onClipEvent (load) {
if (_root.continuee == true) {
this.egg = _root.lastEgga - 100;
this.score = 0;
_root.score = 0;
_root.song.gotoAndStop(3);
i = 0;
_root.continuee = false;
}
}
onClipEvent (enterFrame) {
if (_root.song._currentframe != 1) {
_root.song.play();
}
}
Instance of Symbol 353 MovieClip "fadeIn" in Frame 10
onClipEvent (enterFrame) {
_x = _root.bubble._x;
_y = _root.bubble._y;
}
Instance of Symbol 530 MovieClip "gameOver" in Frame 10
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.bubble._y;
}
Frame 11
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.purple = 1;
_root.green = 0;
_root.blue = 0;
_root.livesa._alpha = 0;
_root.eggsa._alpha = 0;
_root.fadeIn.gotoAndPlay(1);
_root.gameOver.gotoAndStop(1);
_root.fadeIn.play();
this.lives.life = _root.SLIFE3;
if (_root.continuee != true) {
this.eggs.score = _root.scoreza;
this.eggs.egg = _root.eggza;
this.score = _root.scoreza;
} else if (_root.continuee == true) {
_root.scoreza = 0;
_root.eggza = _root.lastEgga - 200;
fadeOut.gotoAndStop(1);
_root.scoreza = 0;
_root.liveza = 5;
gameOver.gotoAndStop(1);
score = 0;
_root.lives.life = 5;
}
_root.eggiesb = 0;
onLoad = function () {
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
_root.light._alpha = 0;
};
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.eggiesb = eggs.egg;
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
if (_root.bubble._currentframe == 1) {
_root.light._alpha = _root.light._alpha + 4E-17;
_root.light._x = _root.player.cx;
} else {
_root.light._x = _root.player.cx;
}
_root.lives._x = _root.player.cx;
_root.lives._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
};
i = 0;
z = 0;
j = 0;
k = 0;
Instance of Symbol 450 MovieClip in Frame 11
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 4 MovieClip in Frame 11
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Instance of Symbol 538 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hitd) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe == 1)) {
_root.player.yspeed = -8;
this.gotoAndStop(2);
}
}
Instance of Symbol 540 MovieClip "spikes" in Frame 11
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
_root.blink.play();
i++;
if (i >= 7) {
_root.player._x = _root.player.dx;
_root.player._y = _root.player.dy;
i = 0;
}
}
}
Instance of Symbol 542 MovieClip "land" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 314 MovieClip "blink2" in Frame 11
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggs.egg;
if (_root.SEGGS >= 100) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -18;
this.gotoAndStop(2);
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (load) {
dx = _x;
}
onClipEvent (enterFrame) {
if ((_x < (dx + 115)) && (var1 != 1)) {
_x = (_x + 2);
} else {
var1 = 1;
}
if ((_x > (dx - 115)) && (var1 == 1)) {
_x = (_x - 2);
} else {
var1 = 0;
}
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -18;
this.gotoAndStop(2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -52;
this.gotoAndStop(2);
}
}
Instance of Symbol 319 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -36;
this.gotoAndStop(2);
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -36;
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "spikes2" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 428 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 4;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.spikes2)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 4);
} else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 4);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 421 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 5.5;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 7);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 7);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 376 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
if (i <= 2) {
i++;
gotoAndStop (4);
} else if ((i >= 3) && (_currentframe != 3)) {
gotoAndStop (3);
}
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.yspeed = -14;
if (i <= 1) {
i++;
gotoAndStop (4);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -44;
this.gotoAndStop(2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -44;
this.gotoAndStop(2);
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -44;
this.gotoAndStop(2);
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -44;
this.gotoAndStop(2);
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -44;
this.gotoAndStop(2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 421 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 4;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.spikes2)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 4);
} else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 4);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 421 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 4;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.spikes2)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 4);
} else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 4);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 421 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 4;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.spikes2)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 4);
} else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 4);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 421 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 4;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.spikes2)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 4);
} else if (((distance < 340) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 4);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 400 MovieClip "endd" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 558 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 588 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
_root.blink2.play();
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 588 MovieClip in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
_root.blink2.play();
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 305 MovieClip "player" in Frame 11
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
yspeed2 = 0;
grav2 = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
dx = 171;
dy = 137;
noslide = false;
ccy = _root._y;
autoslide = false;
}
onClipEvent (enterFrame) {
_root.wide._y = cy;
if (_root.bubble._currentframe != 1) {
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
if (_y >= 420) {
_root.blink.play();
_x = dx;
_y = dy;
_root.fall = 1;
}
if ((Key.isDown(37) && (punch == false)) && (slide == false)) {
xspeed = xspeed - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if ((Key.isDown(39) && (punch == false)) && (slide == false)) {
xspeed = xspeed + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if (((punch != true) && (jumpa == false)) && (slide == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if ((jumpb == false) && (slide == false)) {
gotoAndStop (3);
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if ((Key.isDown(65) && (grounded)) && (slide == false)) {
this.gotoAndStop(4);
punch = true;
}
if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
}
}
Instance of Symbol 398 MovieClip in Frame 11
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
}
Instance of Symbol 590 MovieClip "bubble" in Frame 11
onClipEvent (load) {
cx = _x;
cy = _y;
}
onClipEvent (enterFrame) {
if (_rotation < 175) {
_rotation = (_rotation + 2);
_root.player._alpha = 0;
_y = (_y - 4.9);
_x = (_x + 0.6);
_root.player._x = _x + 90;
_root.player._y = _y + 5;
}
if (_rotation >= 175) {
_root.player._alpha = 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 597 MovieClip "eggs" in Frame 11
onClipEvent (load) {
if (_root.continuee == true) {
this.egg = _root.lastEgga - 100;
this.score = 0;
_root.score = 0;
_root.song.gotoAndStop(3);
i = 0;
_root.continuee = false;
}
}
onClipEvent (enterFrame) {
if (_root.song._currentframe != 1) {
_root.song.play();
}
}
Instance of Symbol 309 MovieClip "lives" in Frame 11
onClipEvent (enterFrame) {
if (this.life == 7) {
_root.SLIFE4 = 7;
}
if (this.life == 6) {
_root.SLIFE4 = 6;
}
if (this.life == 5) {
_root.SLIFE4 = 5;
}
if (this.life == 4) {
_root.SLIFE4 = 4;
}
if (this.life == 3) {
_root.SLIFE4 = 3;
}
if (this.life == 2) {
_root.SLIFE4 = 2;
}
if (this.life == 1) {
_root.SLIFE4 = 1;
}
if (this.life == 8) {
_root.SLIFE4 = 8;
}
if (this.life == 9) {
_root.SLIFE4 = 9;
}
if (this.life == 10) {
_root.SLIFE4 = 10;
}
if (this.life == 11) {
_root.SLIFE4 = 11;
}
if (this.life == 12) {
_root.SLIFE4 = 12;
}
if (this.life == 13) {
_root.SLIFE4 = 13;
}
if (this.life == 14) {
_root.SLIFE4 = 14;
}
if (this.life == 15) {
_root.SLIFE4 = 15;
}
if (this.life == 16) {
_root.SLIFE4 = 16;
}
if (this.life == 17) {
_root.SLIFE4 = 17;
}
if (this.life == 18) {
_root.SLIFE4 = 18;
}
}
Instance of Symbol 352 MovieClip "fadeOut" in Frame 11
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 353 MovieClip "fadeIn" in Frame 11
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 598 MovieClip "gameOver" in Frame 11
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 355 MovieClip in Frame 11
onClipEvent (enterFrame) {
_x = _root.player.cx;
_y = _root.player.cy;
}
Frame 12
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.green = 1;
_root.purple = 0;
_root.blue = 0;
_root.livesa._alpha = 0;
_root.eggsa._alpha = 0;
_root.fadeIn.gotoAndPlay(1);
_root.gameOver.gotoAndStop(1);
_root.fadeIn.play();
this.lives.life = _root.SLIFE4;
if (_root.continuee != true) {
}
if (_root.continuee == true) {
_root.scoreza = 0;
fadeOut.gotoAndStop(1);
_root.scoreza = 0;
_root.liveza = 5;
gameOver.gotoAndStop(1);
score = 0;
_root.lives.life = 5;
}
_root.eggiesb = 0;
onLoad = function () {
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
};
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.eggiesb = eggs.egg;
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
_root.lives._x = _root.player.cx;
_root.lives._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._x = _root.player.cx;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
};
i = 0;
z = 0;
j = 0;
k = 0;
Instance of Symbol 600 MovieClip in Frame 12
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 601 MovieClip in Frame 12
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Instance of Symbol 529 MovieClip "eggsa" in Frame 12
onClipEvent (load) {
if (_root.continuee == true) {
this.egg = _root.lastEgga - 100;
this.score = 0;
_root.score = 0;
_root.song.gotoAndStop(3);
i = 0;
_root.continuee = false;
}
}
onClipEvent (enterFrame) {
if (_root.song._currentframe != 1) {
_root.song.play();
}
}
Instance of Symbol 603 MovieClip "land" in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 305 MovieClip "player" in Frame 12
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
dx = _x;
dy = _y;
noslide = false;
ccy = _root._y;
}
onClipEvent (enterFrame) {
_root.water.tt._x = _root.water.tt._x + xspeed;
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
if (_y >= 420) {
_root.blink.play();
_x = dx;
_y = dy;
_root.fall = 1;
}
_root.wide._y = cy;
if ((Key.isDown(37) && (punch == false)) && (slide == false)) {
xspeed = xspeed - 1;
_root.water.tt._x = _root.water.tt._x - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if ((Key.isDown(39) && (punch == false)) && (slide == false)) {
xspeed = xspeed + 1;
_root.water.tt._x = _root.water.tt._x + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if (((punch != true) && (jumpa == false)) && (slide == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if ((jumpb == false) && (slide == false)) {
gotoAndStop (3);
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if ((Key.isDown(65) && (grounded)) && (slide == false)) {
this.gotoAndStop(4);
punch = true;
}
if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
}
Instance of Symbol 309 MovieClip "lives" in Frame 12
onClipEvent (enterFrame) {
if (this.life == 7) {
_root.SLIFE5 = 7;
}
if (this.life == 6) {
_root.SLIFE5 = 6;
}
if (this.life == 5) {
_root.SLIFE5 = 5;
}
if (this.life == 4) {
_root.SLIFE5 = 4;
}
if (this.life == 3) {
_root.SLIFE5 = 3;
}
if (this.life == 2) {
_root.SLIFE5 = 2;
}
if (this.life == 1) {
_root.SLIFE5 = 1;
}
if (this.life == 8) {
_root.SLIFE5 = 8;
}
if (this.life == 9) {
_root.SLIFE5 = 9;
}
if (this.life == 10) {
_root.SLIFE5 = 10;
}
if (this.life == 11) {
_root.SLIFE5 = 11;
}
if (this.life == 12) {
_root.SLIFE5 = 12;
}
if (this.life == 13) {
_root.SLIFE5 = 13;
}
if (this.life == 14) {
_root.SLIFE5 = 14;
}
if (this.life == 15) {
_root.SLIFE5 = 15;
}
if (this.life == 16) {
_root.SLIFE5 = 16;
}
if (this.life == 17) {
_root.SLIFE5 = 17;
}
if (this.life == 18) {
_root.SLIFE5 = 18;
}
if (this.life == 19) {
_root.SLIFE5 = 19;
}
if (this.life == 20) {
_root.SLIFE5 = 20;
}
if (this.life == 21) {
_root.SLIFE5 = 21;
}
}
Instance of Symbol 653 MovieClip "fadeOut" in Frame 12
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 654 MovieClip "gameOver" in Frame 12
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 219 MovieClip "light" in Frame 12
onClipEvent (load) {
_y = (_root.player.cy - 400);
}
Frame 13
_root.purple = 1;
_root.song.play();
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.green = 0;
_root.purple = 1;
_root.grey = 0;
_root.blue = 0;
_root.livesa._alpha = 0;
_root.eggsa._alpha = 0;
_root.fadeIn.gotoAndPlay(1);
_root.gameOver.gotoAndStop(1);
_root.fadeIn.play();
this.lives.life = _root.SLIFE4;
if (_root.continuee != true) {
}
if (_root.continuee == true) {
_root.scoreza = 0;
fadeOut.gotoAndStop(1);
gameOver.gotoAndStop(1);
score = 0;
_root.lives.life = 5;
}
_root.eggiesb = 0;
onLoad = function () {
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
};
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.eggiesb = eggs.egg;
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
_root.lives._x = _root.player.cx;
_root.lives._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._x = _root.player.cx;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
};
i = 0;
z = 0;
j = 0;
k = 0;
Instance of Symbol 656 MovieClip in Frame 13
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 662 MovieClip "bubbles" in Frame 13
onClipEvent (load) {
scale = _xscale;
}
onClipEvent (enterFrame) {
_x = _root.player._x;
if (_root.player._xscale > 0) {
_xscale = scale;
}
if (_root.player._xscale < 0) {
_xscale = (-scale);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 398 MovieClip in Frame 13
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
}
Instance of Symbol 398 MovieClip in Frame 13
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 319 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 668 MovieClip in Frame 13
onClipEvent (load) {
xspeed = 3;
yspeed = 3;
}
onClipEvent (enterFrame) {
distance = Math.sqrt(((_x - _root.player._x) * (_x - _root.player._x)) + ((_y - _root.player._y) * (_y - _root.player._y)));
if (distance <= 350) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y - (yspeed * Math.sin(_rotation * (Math.PI/180))));
_x = (_x - (xspeed * Math.cos(_rotation * (Math.PI/180))));
}
if (distance <= 200) {
xspeed = 13;
yspeed = 13;
this.gotoAndStop(2);
} else {
if (xspeed >= 3) {
xspeed = xspeed - 1;
}
if (yspeed >= 3) {
yspeed = yspeed - 1;
}
}
if (this.hitTest(_root.player)) {
_root.blink2.play();
}
}
Instance of Symbol 670 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Instance of Symbol 675 MovieClip "player" in Frame 13
onClipEvent (load) {
w = _width / 2;
h = _height / 2;
speed = 4;
cx = _x;
cy = _y;
rot = _rotation;
xspeed = 0;
yspeed = 0;
scale = _xscale;
}
onClipEvent (enterFrame) {
_root.wide._y = cy;
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 0.9;
yspeed = yspeed * 0.9;
cx = cx + ((_x - cx) / 3);
_root._x = (Stage.width / 2) - cx;
cy = cy + ((_y - cy) / 3);
_root._y = (Stage.height / 2) - cy;
_root.wide._x = cx;
_root.bubbles._y = _y - 40;
if (Key.isDown(39)) {
xspeed = xspeed + 1;
}
if (Key.isDown(37)) {
xspeed = xspeed - 1;
}
if (Key.isDown(38)) {
yspeed = yspeed - 1;
}
if (Key.isDown(40)) {
yspeed = yspeed + 1;
}
var1 = 0;
if (_root.ground.hitTest(_x + w, _y, true)) {
while (_root.ground.hitTest(_x + w, _y, true)) {
_x = (_x - 1.5);
}
}
if (_root.ground.hitTest(_x - w, _y, true)) {
while (_root.ground.hitTest(_x - w, _y, true)) {
_x = (_x + 1.5);
}
}
if (_root.ground.hitTest(_x, _y + h, true)) {
while (_root.ground.hitTest(_x, _y + h, true)) {
_y = (_y - 1.5);
var1 = 1;
}
}
if (_root.ground.hitTest(_x, _y - h, true)) {
while (_root.ground.hitTest(_x, _y - h, true)) {
_y = (_y + 1.5);
var1 = 1;
}
}
if (Key.isDown(38)) {
_rotation = -90;
}
if (Key.isDown(39)) {
_rotation = rot;
_yscale = 100;
}
if (Key.isDown(40)) {
_rotation = 90;
}
if (Key.isDown(37)) {
_rotation = -180;
_yscale = -100;
}
if (Key.isDown(39) && (Key.isDown(38))) {
_rotation = -35;
}
if (Key.isDown(39) && (Key.isDown(40))) {
_rotation = 35;
}
if (Key.isDown(37) && (Key.isDown(38))) {
_rotation = -135;
}
if (Key.isDown(37) && (Key.isDown(40))) {
_rotation = 135;
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 472 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 314 MovieClip "blink2" in Frame 13
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggs.egg;
if (_root.SEGGS >= 100) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 683 MovieClip "fadeOut" in Frame 13
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 14
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.green = 1;
_root.purple = 0;
_root.blue = 0;
_root.livesa._alpha = 0;
_root.eggsa._alpha = 0;
_root.fadeIn.gotoAndPlay(1);
_root.gameOver.gotoAndStop(1);
_root.fadeIn.play();
this.lives.life = _root.SLIFE5;
if (_root.continuee != true) {
}
if (_root.continuee == true) {
_root.scoreza = 0;
fadeOut.gotoAndStop(1);
gameOver.gotoAndStop(1);
score = 0;
_root.scoreza = 0;
_root.liveza = 5;
_root.lives.life = 5;
}
_root.eggiesb = 0;
onLoad = function () {
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
};
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.eggiesb = eggs.egg;
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
_root.lives._x = _root.player.cx;
_root.lives._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._x = _root.player.cx;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
};
i = 0;
z = 0;
j = 0;
k = 0;
Instance of Symbol 600 MovieClip in Frame 14
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 601 MovieClip in Frame 14
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Instance of Symbol 688 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -20;
this.gotoAndStop(2);
}
}
Instance of Symbol 688 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -20;
this.gotoAndStop(2);
}
}
Instance of Symbol 688 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -20;
this.gotoAndStop(2);
}
}
Instance of Symbol 688 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -20;
this.gotoAndStop(2);
}
}
Instance of Symbol 693 MovieClip "spikes" in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 699 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -20;
this.gotoAndStop(2);
}
}
Instance of Symbol 699 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -20;
this.gotoAndStop(2);
}
}
Instance of Symbol 704 MovieClip "land" in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 314 MovieClip "blink2" in Frame 14
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggs.egg;
if (_root.SEGGS >= 100) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 688 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -40;
this.gotoAndStop(2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 688 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -32;
this.gotoAndStop(2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 267 MovieClip in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 558 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 501 MovieClip in Frame 14
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
}
Instance of Symbol 305 MovieClip "player" in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
dx = _x;
dy = _y;
noslide = false;
ccy = _root._y;
}
onClipEvent (enterFrame) {
_root.water.tt._x = _root.water.tt._x + xspeed;
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
if (_y >= 420) {
_root.blink.play();
_x = dx;
_y = dy;
_root.fall = 1;
}
_root.wide._y = cy;
if ((Key.isDown(37) && (punch == false)) && (slide == false)) {
xspeed = xspeed - 1;
_root.water.tt._x = _root.water.tt._x - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if ((Key.isDown(39) && (punch == false)) && (slide == false)) {
xspeed = xspeed + 1;
_root.water.tt._x = _root.water.tt._x + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if (((punch != true) && (jumpa == false)) && (slide == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if ((jumpb == false) && (slide == false)) {
gotoAndStop (3);
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if ((Key.isDown(65) && (grounded)) && (slide == false)) {
this.gotoAndStop(4);
punch = true;
}
if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
}
Instance of Symbol 588 MovieClip in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
_root.blink2.play();
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 423 MovieClip in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 5.5;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 7);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 7);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 376 MovieClip in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
if (i <= 2) {
i++;
gotoAndStop (4);
} else if ((i >= 3) && (_currentframe != 3)) {
gotoAndStop (3);
}
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.yspeed = -14;
if (i <= 1) {
i++;
gotoAndStop (4);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 707 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 501 MovieClip in Frame 14
onClipEvent (load) {
yy = _y;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
}
Instance of Symbol 423 MovieClip in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 4.2;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -18;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i <= 1) {
i++;
gotoAndStop (2);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 4);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 4);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 267 MovieClip in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 588 MovieClip in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
_root.blink2.play();
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 267 MovieClip in Frame 14
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 400 MovieClip "endd" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
if (this.hitTest(_root.player.block) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Instance of Symbol 733 MovieClip in Frame 14
onClipEvent (enterFrame) {
_x = ((_root.player._x / -5) + 120);
}
Instance of Symbol 309 MovieClip "lives" in Frame 14
onClipEvent (enterFrame) {
if (this.life == 7) {
_root.SLIFE6 = 7;
}
if (this.life == 6) {
_root.SLIFE6 = 6;
}
if (this.life == 5) {
_root.SLIFE6 = 5;
}
if (this.life == 4) {
_root.SLIFE6 = 4;
}
if (this.life == 3) {
_root.SLIFE6 = 3;
}
if (this.life == 2) {
_root.SLIFE6 = 2;
}
if (this.life == 1) {
_root.SLIFE6 = 1;
}
if (this.life == 8) {
_root.SLIFE6 = 8;
}
if (this.life == 9) {
_root.SLIFE6 = 9;
}
if (this.life == 10) {
_root.SLIFE6 = 10;
}
if (this.life == 11) {
_root.SLIFE6 = 11;
}
if (this.life == 12) {
_root.SLIFE6 = 12;
}
if (this.life == 13) {
_root.SLIFE6 = 13;
}
if (this.life == 14) {
_root.SLIFE6 = 14;
}
if (this.life == 15) {
_root.SLIFE6 = 15;
}
if (this.life == 16) {
_root.SLIFE6 = 16;
}
if (this.life == 17) {
_root.SLIFE6 = 17;
}
if (this.life == 18) {
_root.SLIFE6 = 18;
}
if (this.life == 19) {
_root.SLIFE6 = 19;
}
if (this.life == 20) {
_root.SLIFE6 = 20;
}
if (this.life == 21) {
_root.SLIFE6 = 21;
}
if (this.life == 22) {
_root.SLIFE6 = 22;
}
if (this.life == 23) {
_root.SLIFE6 = 23;
}
if (this.life == 24) {
_root.SLIFE6 = 24;
}
if (this.life == 25) {
_root.SLIFE6 = 25;
}
if (this.life == 26) {
_root.SLIFE6 = 26;
}
}
Instance of Symbol 737 MovieClip "fadeOut" in Frame 14
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 15
function makeSnow() {
_root.h++;
duplicateMovieClip (_root.snow, "snow" + _root.h, _root.h);
setProperty(_root["snow" + _root.h], _x , random(_root.player._x + 700));
setProperty(_root["snow" + _root.h], _y , (_root.player._y - (_root.player._height / 2)) - 200);
setProperty(_root["snow" + _root.h], _xscale , _root.RAN);
setProperty(_root["snow" + _root.h], _yscale , _root.RAN);
_root["snow" + _root.h].speed = random(10);
}
nmbr = 0;
nmbr2 = 0;
z = 0;
h = 0;
RAN = 4;
z = 10;
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.blue = 1;
_root.purple = 0;
_root.green = 0;
_root.livesa._alpha = 0;
_root.eggsa._alpha = 0;
_root.fadeIn.gotoAndPlay(1);
_root.gameOver.gotoAndStop(1);
_root.fadeIn.play();
_x = 0;
_y = 0;
_root.player._x = 380;
_root.player._y = 60;
this.lives.life = _root.SLIFE6;
if (_root.continuee != true) {
}
if (_root.continuee == true) {
_root.scoreza = 0;
fadeOut.gotoAndStop(1);
gameOver.gotoAndStop(1);
score = 0;
_root.lives.life = 5;
_root.scoreza = 0;
_root.liveza = 5;
}
_root.eggiesb = 0;
onLoad = function () {
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
};
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.eggiesb = eggs.egg;
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
_root.lives._x = _root.player.cx;
_root.lives._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._x = _root.player.cx;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
};
i = 0;
z = 0;
j = 0;
k = 0;
_quality = "LOW";
Instance of Symbol 738 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 741 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Instance of Symbol 745 MovieClip "spike6" in Frame 15
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 745 MovieClip "spike5" in Frame 15
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 745 MovieClip "spike4" in Frame 15
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 745 MovieClip "spike2" in Frame 15
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 745 MovieClip "spike3" in Frame 15
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 745 MovieClip "spike1" in Frame 15
onClipEvent (load) {
yspeed = 0;
grav = 0.5;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block)) {
var1 = 1;
}
if (var1 == 1) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
}
if (this.spikey.hitTest(_root.player.block)) {
_root.blink2.play();
}
}
Instance of Symbol 752 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -32;
this.gotoAndStop(2);
}
}
Instance of Symbol 752 MovieClip in Frame 15
onClipEvent (load) {
dx = _x;
}
onClipEvent (enterFrame) {
if ((_x < (dx + 115)) && (var1 != 1)) {
_x = (_x + 2);
} else {
var1 = 1;
}
if ((_x > (dx - 85)) && (var1 == 1)) {
_x = (_x - 2);
} else {
var1 = 0;
}
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -14;
this.gotoAndStop(2);
}
}
Instance of Symbol 752 MovieClip in Frame 15
onClipEvent (load) {
dx = _x;
}
onClipEvent (enterFrame) {
if ((_x > (dx - 115)) && (var1 != 1)) {
_x = (_x - 2);
} else {
var1 = 1;
}
if ((_x < (dx + 85)) && (var1 == 1)) {
_x = (_x + 2);
} else {
var1 = 0;
}
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -14;
this.gotoAndStop(2);
}
}
Instance of Symbol 752 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -25;
this.gotoAndStop(2);
}
}
Instance of Symbol 752 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -13;
this.gotoAndStop(2);
}
}
Instance of Symbol 764 MovieClip "land" in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 752 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -32;
this.gotoAndStop(2);
}
}
Instance of Symbol 752 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -32;
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 319 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 752 MovieClip in Frame 15
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -28;
this.gotoAndStop(2);
}
}
Instance of Symbol 421 MovieClip in Frame 15
onClipEvent (load) {
yspeed = 0;
xspeed = 5.5;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 7);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 7);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 769 MovieClip in Frame 15
onClipEvent (load) {
yy = _y;
_x = 1517;
_y = -958.6;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 767 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 561 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 787 MovieClip "player" in Frame 15
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
frozen = false;
icebreaker = 0;
dx = _x;
dy = _y;
noslide = false;
ccy = _root._y;
}
onClipEvent (enterFrame) {
_root.water.tt._x = _root.water.tt._x + xspeed;
_root.water.tt._y = _root.water.tt._y + yspeed;
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
if (_y >= 470) {
_root.blink.play();
_x = dx;
_y = dy;
_root.fall = 1;
}
_root.wide._y = cy;
if (((Key.isDown(37) && (punch == false)) && (slide == false)) && (frozen == false)) {
xspeed = xspeed - 1;
_root.water.tt._x = _root.water.tt._x - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if (((Key.isDown(39) && (punch == false)) && (slide == false)) && (frozen == false)) {
xspeed = xspeed + 1;
_root.water.tt._x = _root.water.tt._x + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if ((((punch != true) && (jumpa == false)) && (slide == false)) && (frozen == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if (((jumpb == false) && (slide == false)) && (frozen == false)) {
gotoAndStop (3);
_root.water.tt._y = _root.water.tt._y + 10;
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (((Key.isDown(65) && (grounded)) && (slide == false)) && (frozen == false)) {
this.gotoAndStop(4);
punch = true;
}
if (((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) && (frozen == false)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if (((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) && (frozen == false)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
if (frozen == true) {
this.gotoAndStop("freeze");
}
if (icebreaker >= 5) {
this.ice.gotoAndStop(4);
icebreaker = 0;
}
}
Instance of Symbol 421 MovieClip in Frame 15
onClipEvent (load) {
yspeed = 0;
xspeed = 5.5;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 7);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 7);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 810 MovieClip "enemy2a" in Frame 15
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dxx = _x;
dx = _x;
scale = _xscale;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (2);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.guy.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
_root.player.yspeed = -12;
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if (((_x < (dxx + 155)) && (var1a != 1)) && (_currentframe != 3)) {
_x = (_x + 4);
_xscale = scale;
gotoAndStop (2);
} else {
var1a = 1;
}
if (((_x > (dxx - 155)) && (var1a == 1)) && (_currentframe != 3)) {
_x = (_x - 4);
_xscale = (-scale);
gotoAndStop (2);
} else {
var1a = 0;
}
}
Instance of Symbol 813 MovieClip in Frame 15
onClipEvent (load) {
scale = _xscale;
}
onClipEvent (enterFrame) {
_x = _root.enemy2a._x;
_y = _root.enemy2a._y;
if (((this.hitTest(_root.player) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 3)) && (_root.player.grounded == true)) {
_root.player.frozen = true;
}
if (_root.enemy2a._currentframe == 3) {
gotoAndStop (2);
}
if (_root.enemy2a._xscale > 0) {
_xscale = scale;
}
if (_root.enemy2a._xscale < 0) {
_xscale = (-scale);
}
if (_root.enemy2a._currentframe == 2) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 810 MovieClip "enemy1a" in Frame 15
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dxx = _x;
dx = _x;
scale = _xscale;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (2);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.guy.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
this.gotoAndStop(3);
_root.player.yspeed = -12;
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
if (((_x < (dxx + 155)) && (var1a != 1)) && (_currentframe != 3)) {
_x = (_x + 4);
_xscale = scale;
gotoAndStop (2);
} else {
var1a = 1;
}
if (((_x > (dxx - 155)) && (var1a == 1)) && (_currentframe != 3)) {
_x = (_x - 4);
_xscale = (-scale);
gotoAndStop (2);
} else {
var1a = 0;
}
}
Instance of Symbol 813 MovieClip in Frame 15
onClipEvent (load) {
scale = _xscale;
}
onClipEvent (enterFrame) {
_x = _root.enemy1a._x;
_y = _root.enemy1a._y;
if (((this.hitTest(_root.player) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 3)) && (_root.player.grounded == true)) {
_root.player.frozen = true;
}
if (_root.enemy1a._currentframe == 3) {
gotoAndStop (2);
}
if (_root.enemy1a._xscale > 0) {
_xscale = scale;
}
if (_root.enemy1a._xscale < 0) {
_xscale = (-scale);
}
if (_root.enemy1a._currentframe == 2) {
_alpha = 0;
} else {
_alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
}
}
Instance of Symbol 314 MovieClip "blink2" in Frame 15
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggs.egg;
if (_root.SEGGS >= 100) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 821 MovieClip "snow" in Frame 15
onClipEvent (enterFrame) {
if (_root.fadeOut._currentframe <= 10) {
this._x = this._x - speed;
this._y = this._y + 5;
if (this._y >= 410) {
this.removeMovieClip();
}
}
}
Instance of Symbol 823 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.fadeOut._currentframe <= 10) {
_root.RAN = random(101);
_root.makeSnow();
_alpha = 0;
}
}
Instance of Symbol 309 MovieClip "lives" in Frame 15
onClipEvent (enterFrame) {
if (this.life == 7) {
_root.SLIFE7 = 7;
}
if (this.life == 6) {
_root.SLIFE7 = 6;
}
if (this.life == 5) {
_root.SLIFE7 = 5;
}
if (this.life == 4) {
_root.SLIFE7 = 4;
}
if (this.life == 3) {
_root.SLIFE7 = 3;
}
if (this.life == 2) {
_root.SLIFE7 = 2;
}
if (this.life == 1) {
_root.SLIFE7 = 1;
}
if (this.life == 8) {
_root.SLIFE7 = 8;
}
if (this.life == 9) {
_root.SLIFE7 = 9;
}
if (this.life == 10) {
_root.SLIFE7 = 10;
}
if (this.life == 11) {
_root.SLIFE7 = 11;
}
if (this.life == 12) {
_root.SLIFE7 = 12;
}
if (this.life == 13) {
_root.SLIFE7 = 13;
}
if (this.life == 14) {
_root.SLIFE7 = 14;
}
if (this.life == 15) {
_root.SLIFE7 = 15;
}
if (this.life == 16) {
_root.SLIFE7 = 16;
}
if (this.life == 17) {
_root.SLIFE7 = 17;
}
if (this.life == 18) {
_root.SLIFE7 = 18;
}
if (this.life == 19) {
_root.SLIFE7 = 19;
}
if (this.life == 20) {
_root.SLIFE7 = 20;
}
if (this.life == 21) {
_root.SLIFE7 = 21;
}
if (this.life == 22) {
_root.SLIFE7 = 22;
}
if (this.life == 23) {
_root.SLIFE7 = 23;
}
if (this.life == 24) {
_root.SLIFE7 = 24;
}
if (this.life == 25) {
_root.SLIFE7 = 25;
}
if (this.life == 26) {
_root.SLIFE7 = 26;
}
}
Instance of Symbol 825 MovieClip "fadeOut" in Frame 15
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 16
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.blue = 0;
_root.purple = 0;
_root.green = 0;
_root.grey = 1;
_root.livesa._alpha = 0;
_root.eggsa._alpha = 0;
_root.fadeIn.gotoAndPlay(1);
_root.gameOver.gotoAndStop(1);
_root.fadeIn.play();
_x = 0;
_y = 0;
GO = 1;
_root.player._x = 380;
_root.player._y = 60;
_root.wide._y = _root.player._y + 130;
this.lives.life = _root.SLIFE7;
if (_root.continuee != true) {
}
if (_root.continuee == true) {
_root.scoreza = 0;
fadeOut.gotoAndStop(1);
gameOver.gotoAndStop(1);
score = 0;
_root.scoreza = 0;
_root.liveza = 5;
_root.lives.life = 5;
}
_root.eggiesb = 0;
onLoad = function () {
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
};
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.eggiesb = eggs.egg;
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.lives._x = _root.player.cx;
_root.eggs._x = _root.player.cx;
_root.light._x = _root.player.cx;
_root.bubbles._x = _root.player.cx + 200;
};
i = 0;
z = 0;
j = 0;
k = 0;
_quality = "MEDIUM";
_quality = "MEDIUM";
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 831 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 833 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 838 MovieClip "land" in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
i++;
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 845 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player.block) && (_root.player.jumpb == true)) && (_root.player.yspeed >= 3)) {
_root.player.yspeed = -52;
this.gotoAndStop(2);
_root.fadeOut.play();
_root.flashFast.gotoAndStop(1);
}
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 398 MovieClip in Frame 16
onClipEvent (load) {
yy = _y;
_x = 753.8;
_y = -1133.2;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 398 MovieClip in Frame 16
onClipEvent (load) {
yy = _y;
_x = 1030.5;
_y = -1995;
}
onClipEvent (enterFrame) {
if ((_y <= (yy + 5)) && (up != 1)) {
_y = (_y + 0.2);
} else {
up = 1;
if ((_y >= (yy - 5)) && (up != 0)) {
_y = (_y - 0.2);
}
if (_y == (yy - 5)) {
up = 0;
}
}
if (this.hitTest(_root.player.block)) {
gotoAndStop (2);
}
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 319 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
if (_root.GO == 1) {
_y = (_y + 4);
}
}
Instance of Symbol 787 MovieClip "player" in Frame 16
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
frozen = false;
icebreaker = 0;
dx = _x;
dy = _y;
noslide = false;
ccy = _root._y;
}
onClipEvent (enterFrame) {
_root.water.tt._x = _root.water.tt._x + xspeed;
_root.water.tt._y = _root.water.tt._y + yspeed;
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
if (((Key.isDown(37) && (punch == false)) && (slide == false)) && (frozen == false)) {
xspeed = xspeed - 1;
_root.water.tt._x = _root.water.tt._x - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if (((Key.isDown(39) && (punch == false)) && (slide == false)) && (frozen == false)) {
xspeed = xspeed + 1;
_root.water.tt._x = _root.water.tt._x + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if ((((punch != true) && (jumpa == false)) && (slide == false)) && (frozen == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if (((jumpb == false) && (slide == false)) && (frozen == false)) {
gotoAndStop (3);
_root.water.tt._y = _root.water.tt._y + 10;
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.thinga.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.thinga.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.thing.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.thing.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true) && (_currentframe != 3)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 9, true) && (_currentframe == 3)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if (((Key.isDown(65) && (grounded)) && (slide == false)) && (frozen == false)) {
this.gotoAndStop(4);
punch = true;
}
if (((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) && (frozen == false)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if (((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) && (frozen == false)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
if (frozen == true) {
this.gotoAndStop("freeze");
}
if (icebreaker >= 5) {
this.ice.gotoAndStop(4);
icebreaker = 0;
}
}
Instance of Symbol 849 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.square.hitTest(_root.player.heada) && (_root.flashFast._currentframe == 1)) {
_root.blink2.play();
_root.flashFast.play();
}
}
Instance of Symbol 597 MovieClip "eggs" in Frame 16
onClipEvent (load) {
if ((_root.varR != 1) && (_root.continuee != true)) {
this.egg = _root.eggRR;
this.score = _root.scoreRR;
_root.score = _root.scoreRR;
}
if (_root.continuee == true) {
this.egg = _root.lastEgga - 100;
this.score = 0;
_root.score = 0;
_root.song.gotoAndStop(3);
i = 0;
_root.continuee = false;
}
if (_root.varR == 1) {
_root.lives.life = _root.lifeR;
this.egg = _root.eggR;
this.score = _root.scoreR;
_root.score = _root.scoreR;
}
}
onClipEvent (enterFrame) {
if (_root.song._currentframe != 1) {
_root.song.play();
}
}
Instance of Symbol 309 MovieClip "lives" in Frame 16
onClipEvent (enterFrame) {
if (this.life == 7) {
_root.SLIFE8 = 7;
}
if (this.life == 6) {
_root.SLIFE8 = 6;
}
if (this.life == 5) {
_root.SLIFE8 = 5;
}
if (this.life == 4) {
_root.SLIFE8 = 4;
}
if (this.life == 3) {
_root.SLIFE8 = 3;
}
if (this.life == 2) {
_root.SLIFE8 = 2;
}
if (this.life == 1) {
_root.SLIFE8 = 1;
}
if (this.life == 8) {
_root.SLIFE8 = 8;
}
if (this.life == 9) {
_root.SLIFE8 = 9;
}
if (this.life == 10) {
_root.SLIFE8 = 10;
}
if (this.life == 11) {
_root.SLIFE8 = 11;
}
if (this.life == 12) {
_root.SLIFE8 = 12;
}
if (this.life == 13) {
_root.SLIFE8 = 13;
}
if (this.life == 14) {
_root.SLIFE8 = 14;
}
if (this.life == 15) {
_root.SLIFE8 = 15;
}
if (this.life == 16) {
_root.SLIFE8 = 16;
}
if (this.life == 17) {
_root.SLIFE8 = 17;
}
if (this.life == 18) {
_root.SLIFE8 = 18;
}
if (this.life == 19) {
_root.SLIFE8 = 19;
}
if (this.life == 20) {
_root.SLIFE8 = 20;
}
if (this.life == 21) {
_root.SLIFE8 = 21;
}
if (this.life == 22) {
_root.SLIFE8 = 22;
}
if (this.life == 23) {
_root.SLIFE8 = 23;
}
if (this.life == 24) {
_root.SLIFE8 = 24;
}
if (this.life == 25) {
_root.SLIFE8 = 25;
}
if (this.life == 26) {
_root.SLIFE8 = 26;
}
}
Instance of Symbol 867 MovieClip "fadeOut" in Frame 16
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 870 MovieClip "flashFast" in Frame 16
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 17
function MakeNum() {
i++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm, "nummm" + i, 10 + i);
setProperty("nummm" + i, _x , _root.player._x + a);
setProperty("nummm" + i, _y , _root.player._y + 6);
}
function MakeNum2() {
z++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm2, "nummm2" + z, 10000 + z);
setProperty("nummm2" + z, _x , _root.player._x + a);
setProperty("nummm2" + z, _y , _root.player._y + 6);
}
function MakeNum3() {
j++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm3, "nummm3" + j, 40000 + j);
setProperty("nummm3" + j, _x , _root.player._x + a);
setProperty("nummm3" + j, _y , _root.player._y + 6);
}
function MakeNum4() {
k++;
if (_root.player._xscale > 0) {
a = 50;
}
if (_root.player._xscale < 0) {
a = -50;
}
duplicateMovieClip (_root.nummm4, "nummm4" + k, 70000 + k);
setProperty("nummm4" + k, _x , _root.player._x + a);
setProperty("nummm4" + k, _y , _root.player._y + 6);
}
stop();
_root.green = 0;
_root.purple = 0;
_root.blue = 0;
_root.livesa._alpha = 0;
_root.eggsa._alpha = 0;
_root.fadeIn.gotoAndPlay(1);
_root.gameOver.gotoAndStop(1);
_root.fadeIn.play();
this.lives.life = _root.SLIFE7;
if (_root.continuee != true) {
}
if (_root.continuee == true) {
_root.scoreza = 0;
fadeOut.gotoAndStop(1);
gameOver.gotoAndStop(1);
score = 0;
_root.lives.life = 5;
_root.scoreza = 0;
_root.liveza = 5;
}
_root.eggiesb = 0;
onLoad = function () {
_root.player.cx = _root.player._x;
_root.player.cy = _root.player._y;
};
_root.lastlevel = _currentframe;
onEnterFrame = function () {
_root.eggiesb = eggs.egg;
if (lives.life <= 0) {
lives.life = 0;
_root.gameOver.play();
}
if (eggs.score != score) {
eggs.score = eggs.score + 1;
}
_root.player.cx = _root.player.cx + ((_root.player._x - _root.player.cx) / 3);
_root._x = (Stage.width / 2) - _root.player.cx;
_root.player.cy = _root.player.cy + ((_root.player._y - _root.player.cy) / 3);
_root._y = (Stage.height / 2) - _root.player.cy;
_root.lives._x = _root.player.cx;
_root.lives._y = _root.player.cy;
_root.eggs._x = _root.player.cx;
_root.eggs._y = _root.player.cy;
_root.light._x = _root.player.cx;
_root.light._y = _root.player.cy - 400;
_root.wide._x = _root.player.cx;
_root.bubble._x = _root.player.cx + 200;
_root.bubble._y = _root.player.cy + 100;
};
i = 0;
z = 0;
j = 0;
k = 0;
Instance of Symbol 600 MovieClip in Frame 17
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 601 MovieClip in Frame 17
onClipEvent (enterFrame) {
_x = (_x - 0.2);
_y = _root.player.cy;
}
Instance of Symbol 874 MovieClip "land" in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 314 MovieClip "blink2" in Frame 17
onClipEvent (enterFrame) {
_root.SEGGS = _root.eggs.egg;
if (_root.SEGGS >= 100) {
_root.allowGameOver = true;
} else {
_root.allowGameOver = false;
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 878 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Instance of Symbol 423 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 5.5;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 7);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 7);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 588 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
_root.blink2.play();
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 376 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
if (i <= 2) {
i++;
gotoAndStop (4);
} else if ((i >= 3) && (_currentframe != 3)) {
gotoAndStop (3);
}
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.yspeed = -14;
if (i <= 1) {
i++;
gotoAndStop (4);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 376 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
if (i <= 2) {
i++;
gotoAndStop (4);
} else if ((i >= 3) && (_currentframe != 3)) {
gotoAndStop (3);
}
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.yspeed = -14;
if (i <= 1) {
i++;
gotoAndStop (4);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 423 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 5.5;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 7);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 7);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 423 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 5.5;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_currentframe == 3) {
_rotation = rot;
}
_x = (_x + xspeed2);
if (this.hitTest(_root.player.thing.hitd) && (grounded)) {
yspeed = -25;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((this.square.hitTest(_root.player.hita) && (_root.player.yspeed >= 2)) && (_currentframe == 1)) {
_root.player.yspeed = -15;
if (i == 0) {
i++;
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if ((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 5)) && (this._currentframe == 1)) {
_root.blink2.play();
}
if ((!this.hitTest(_root.player.block)) && (yspeed == 0)) {
if (_currentframe != 3) {
distance = Math.sqrt((_root.player._x - this._x) * (_root.player._x - this._x));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
_rotation = (_rotation - 7);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
_rotation = (_rotation + 7);
}
}
}
}
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 588 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
_root.blink2.play();
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 588 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
this.gotoAndStop(3);
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
_root.blink2.play();
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 376 MovieClip in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 3;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
die = false;
hits = 0;
dx = _x;
dy = _y;
i = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
this.gotoAndStop(3);
}
if (_root.blink._currentframe == 1) {
dx = _x;
dy = _y;
}
if ((_root.blink._currentframe >= 2) && (_root.fall == 1)) {
_x = dx;
_y = dy;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale < 0)) {
_root.blink2.play();
_root.player.xspeed = -6;
}
if (((((this.hitTest(_root.player.block) && (_root.player._currentframe != 3)) && (_root.player._currentframe != 4)) && (_currentframe != 3)) && (_root.player._currentframe != 5)) && (_xscale > 0)) {
_root.blink2.play();
_root.player.xspeed = 6;
}
if (!this.hitTest(_root.player.block)) {
if (_currentframe != 3) {
distance = Math.sqrt(((_root.player._x - this._x) * (_root.player._x - this._x)) + ((_root.player._y - this._y) * (_root.player._y - this._y)));
if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x < (_x - 10)) {
_x = (_x - xspeed);
gotoAndStop (2);
_xscale = (-scale);
} else if (((distance < 300) && (!this.hitTest(_root.player.block))) && (die == false)) {
if (_root.player._x > (_x + 10)) {
_x = (_x + xspeed);
gotoAndStop (2);
_xscale = scale;
}
}
}
}
}
if (this.hitTest(_root.player) && (_currentframe != 3)) {
gotoAndStop (1);
}
if (this.hitTest(_root.player.thing.hit) && (_currentframe != 3)) {
if (i <= 2) {
i++;
gotoAndStop (4);
} else if ((i >= 3) && (_currentframe != 3)) {
gotoAndStop (3);
}
}
if ((this.hitTest(_root.player.hita) && (_root.player.yspeed >= 5)) && (_currentframe != 3)) {
_root.player.yspeed = -14;
if (i <= 1) {
i++;
gotoAndStop (4);
} else if (i >= 2) {
gotoAndStop (3);
}
}
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(3);
}
if ((_root.blink._currentframe == 1) && (distance < 350)) {
yspeed = yspeed + grav;
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 8, true)) {
grounded = true;
yspeed = 0;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
}
}
Instance of Symbol 561 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 561 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 558 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 564 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && (_root.player._currentframe == 5)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 883 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_root.bubble._currentframe == 1)) {
_root.bubble.play();
var1 = 1;
} else if ((var1 == 1) && (!this.hitTest(_root.player.block))) {
_root.bubble.play();
var1 = 0;
}
}
Instance of Symbol 305 MovieClip "player" in Frame 17
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
grounded = false;
jump = 13;
scale = _xscale;
cx = _x;
cy = _y;
i = 0;
dx = _x;
dy = _y;
noslide = false;
ccy = _root._y;
}
onClipEvent (enterFrame) {
_root.water.tt._x = _root.water.tt._x + xspeed;
if (this.hitTest(_root.endd)) {
_root.fadeOut.play();
}
_root.wide._y = cy;
if ((Key.isDown(37) && (punch == false)) && (slide == false)) {
xspeed = xspeed - 1;
_root.water.tt._x = _root.water.tt._x - 1;
if (jumpa == false) {
gotoAndStop (2);
}
_xscale = (-scale);
} else if ((Key.isDown(39) && (punch == false)) && (slide == false)) {
xspeed = xspeed + 1;
_root.water.tt._x = _root.water.tt._x + 1;
_xscale = scale;
if (jumpa == false) {
gotoAndStop (2);
}
} else if (((punch != true) && (jumpa == false)) && (slide == false)) {
gotoAndStop (1);
}
if (_currentframe == 1) {
punch = false;
}
if (slide == false) {
xspeed = xspeed * 0.91;
}
if (slide == true) {
xspeed = xspeed * 0.93;
}
if (Key.isDown(38)) {
if ((jumpb == false) && (slide == false)) {
gotoAndStop (3);
yspeed = -10.3;
jumpa = true;
}
}
if (((!grounded) && (jumpa == true)) && (slide == false)) {
gotoAndStop (3);
punch = false;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
if (_root.land.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.land.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.land.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.land.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.land.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.land.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
}
}
if (_root.land.hitTest(_x, (_y + h) + 2, true)) {
grounded = true;
yspeed = 0;
jumpa = false;
while (_root.land.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
}
}
if ((Key.isDown(65) && (grounded)) && (slide == false)) {
this.gotoAndStop(4);
punch = true;
}
if ((((noslide == false) && (_root.land.hitTest((_x - h) - 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale > 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale > 0) {
xspeed = xspeed + 1.5;
yspeed = yspeed + 5;
}
} else {
if ((((noslide == false) && (_root.land.hitTest((_x + h) + 35, _y + 16, true))) && (Key.isDown(40))) && (_xscale < 0)) {
this.gotoAndStop(5);
slide = true;
} else {
slide = false;
}
if (slide == true) {
if (_xscale < 0) {
xspeed = xspeed - 1.5;
yspeed = yspeed + 5;
}
}
}
if (_root.land.hitTest(_x, (_y + h) + 7, true)) {
jumpb = false;
} else {
jumpb = true;
}
}
Instance of Symbol 733 MovieClip in Frame 17
onClipEvent (enterFrame) {
_x = ((_root.player._x / -5) + 120);
}
Instance of Symbol 898 MovieClip "eggs" in Frame 17
onClipEvent (load) {
if ((_root.varR != 1) && (_root.continuee != true)) {
this.egg = _root.eggRR;
this.score = _root.scoreRR;
_root.score = _root.scoreRR;
}
if (_root.continuee == true) {
this.egg = _root.lastEgga - 100;
this.score = 0;
_root.score = 0;
_root.song.gotoAndStop(3);
i = 0;
_root.continuee = false;
}
if (_root.varR == 1) {
_root.lives.life = _root.lifeR;
this.egg = _root.eggR;
this.score = _root.scoreR;
_root.score = _root.scoreR;
}
}
onClipEvent (enterFrame) {
if (_root.song._currentframe != 1) {
_root.song.play();
}
}
Instance of Symbol 309 MovieClip "lives" in Frame 17
onClipEvent (enterFrame) {
if (this.life == 7) {
_root.SLIFE6 = 7;
}
if (this.life == 6) {
_root.SLIFE6 = 6;
}
if (this.life == 5) {
_root.SLIFE6 = 5;
}
if (this.life == 4) {
_root.SLIFE6 = 4;
}
if (this.life == 3) {
_root.SLIFE6 = 3;
}
if (this.life == 2) {
_root.SLIFE6 = 2;
}
if (this.life == 1) {
_root.SLIFE6 = 1;
}
if (this.life == 8) {
_root.SLIFE6 = 8;
}
if (this.life == 9) {
_root.SLIFE6 = 9;
}
if (this.life == 10) {
_root.SLIFE6 = 10;
}
if (this.life == 11) {
_root.SLIFE6 = 11;
}
if (this.life == 12) {
_root.SLIFE6 = 12;
}
if (this.life == 13) {
_root.SLIFE6 = 13;
}
if (this.life == 14) {
_root.SLIFE6 = 14;
}
if (this.life == 15) {
_root.SLIFE6 = 15;
}
if (this.life == 16) {
_root.SLIFE6 = 16;
}
if (this.life == 17) {
_root.SLIFE6 = 17;
}
if (this.life == 18) {
_root.SLIFE6 = 18;
}
if (this.life == 19) {
_root.SLIFE6 = 19;
}
if (this.life == 20) {
_root.SLIFE6 = 20;
}
if (this.life == 21) {
_root.SLIFE6 = 21;
}
if (this.life == 22) {
_root.SLIFE6 = 22;
}
if (this.life == 23) {
_root.SLIFE6 = 23;
}
if (this.life == 24) {
_root.SLIFE6 = 24;
}
if (this.life == 25) {
_root.SLIFE6 = 25;
}
if (this.life == 26) {
_root.SLIFE6 = 26;
}
}
Instance of Symbol 899 MovieClip "fadeOut" in Frame 17
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 18
stopAllSounds();
stop();
_x = 0;
_y = 0;
Instance of Symbol 938 MovieClip "fadeOutss" in Frame 18
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 939 MovieClip "fadeOutt" in Frame 18
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 940 MovieClip "fadeOutm" in Frame 18
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 43
_root.fadeIn.gotoAndPlay(1);
_root.fadeIn.play();
_x = 0;
_y = 0;
stop();
trace(_root.finalScoreS);
_root.scoreF = _root.finalScoreS;
trace(_root.scoreF);
_root.lastEgga = _root.lastEgg;
_quality = "MEDIUM";
Instance of Symbol 654 MovieClip "gameOver" in Frame 43
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 990 MovieClip "gameover" in Frame 43
onClipEvent (load) {
if (_root.allowGameOver == true) {
this.gotoAndStop(1);
}
if (_root.allowGameOver == false) {
this.gotoAndStop(3);
}
}
Instance of Symbol 353 MovieClip "fadeIn" in Frame 43
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 939 MovieClip "fadeOutt" in Frame 43
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 940 MovieClip "fadeOutm" in Frame 43
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Instance of Symbol 938 MovieClip "fadeOutss" in Frame 43
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 44
stop();
trace(_root.finalScoreS);
_x = 0;
_y = 0;
Instance of Symbol 940 MovieClip "fadeOutm" in Frame 44
onClipEvent (enterFrame) {
_x = _root.player._x;
_y = _root.player._y;
}
Frame 45
_x = 0;
_y = 0;
Frame 46
_root.gotoAndStop("lavaLevel");
Symbol 4 MovieClip Frame 1
stop();
Symbol 4 MovieClip Frame 174
stop();
Symbol 16 MovieClip Frame 1
stop();
Symbol 16 MovieClip Frame 100
stop();
Symbol 17 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 500;
onEnterFrame = function () {
if (PercentLoaded != 100) {
tet.gotoAndStop(_root.num);
} else {
gotoAndPlay ("loaded");
}
};
Symbol 18 MovieClip Frame 2
gotoAndPlay (1);
Symbol 18 MovieClip Frame 3
stop();
Symbol 27 MovieClip Frame 45
stop();
_root.fadeOutt.play();
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 38
stop();
_root.nextFrame();
Symbol 38 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 76 MovieClip Frame 76
_parent.play();
Symbol 78 MovieClip Frame 121
stop();
Symbol 78 MovieClip Frame 130
_root.play();
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Symbol 109 MovieClip Frame 14
stop();
_root.eggs.egg++;
Symbol 110 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Symbol 111 MovieClip Frame 6
stop();
Instance of Symbol 110 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Symbol 113 MovieClip Frame 6
stop();
Symbol 115 MovieClip Frame 5
stop();
Symbol 116 Button
on (release) {
if ((_root.bubblez._currentframe == 1) && (_root.credits._currentframe == 1)) {
_root.bubblez.play();
}
}
Symbol 128 MovieClip Frame 5
stop();
Symbol 129 Button
on (release) {
getURL ("http://www.armorbot.com/mytable/?id=238", "_blank");
}
Symbol 132 MovieClip Frame 5
stop();
Symbol 133 Button
on (release) {
if ((_root.bubblez._currentframe == 1) && (_root.credits._currentframe == 1)) {
_root.credits.play();
}
}
Symbol 143 MovieClip Frame 5
stop();
Symbol 144 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 146 Button
on (release) {
getURL ("http://www.truedarkness.phrozenflame.com", "_blank");
}
Symbol 149 Button
on (release) {
getURL ("http://www.brainwashstudios.com/buzzwerd", "_blank");
}
Symbol 157 MovieClip Frame 19
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 2
stop();
Instance of Symbol 158 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.IC == 1) {
this.gotoAndStop(2);
}
if (_root.IC == 2) {
this.gotoAndStop(2);
}
if (_root.IC == 0) {
this.gotoAndStop(1);
}
}
Symbol 162 MovieClip Frame 120
stop();
Symbol 173 Button
on (release) {
_root.IC = 1;
_root.fadeGame.play();
_root.sSound1.stop();
}
Symbol 174 Button
on (release) {
_root.IC = 2;
_root.fadeGame.play();
_root.sSound1.stop();
}
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 15
stop();
Symbol 187 Button
on (release) {
_root.credits.gotoAndStop(1);
}
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 15
stop();
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 29
stop();
_root.play();
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 19
stop();
Symbol 213 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
_root._x = _root._x - 5;
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.lives.life != 0) {
_root.lives.life--;
}
}
Symbol 223 MovieClip Frame 3
_root._x = _root._x + 10;
Symbol 223 MovieClip Frame 4
_root._x = _root._x - 5;
_root._y = _root._y - 5;
_root.player._alpha = 50;
_root.plats = 1;
_root.fall = 0;
Symbol 223 MovieClip Frame 5
_root._y = _root._y + 10;
Symbol 223 MovieClip Frame 6
_root._y = _root._y - 5;
Symbol 223 MovieClip Frame 7
_root._x = _root._x - 2;
_root.player._alpha = 100;
Symbol 223 MovieClip Frame 8
_root._x = _root._x + 4;
Symbol 223 MovieClip Frame 9
_root._x = _root._x - 2;
_root._y = _root._y - 2;
Symbol 223 MovieClip Frame 10
_root._y = _root._y + 4;
_root.player._alpha = 50;
_root.fall = 0;
Symbol 223 MovieClip Frame 11
_root._y = _root._y - 2;
Symbol 223 MovieClip Frame 13
_root.player._alpha = 100;
Symbol 223 MovieClip Frame 16
_root.player._alpha = 50;
Symbol 223 MovieClip Frame 19
_root.player._alpha = 100;
Symbol 223 MovieClip Frame 21
_root.player._alpha = 50;
Symbol 223 MovieClip Frame 23
_root.player._alpha = 100;
Symbol 223 MovieClip Frame 25
_root.player._alpha = 50;
Symbol 223 MovieClip Frame 27
_root.player._alpha = 100;
Symbol 223 MovieClip Frame 29
_root.player._alpha = 50;
Symbol 223 MovieClip Frame 30
_root.player._alpha = 100;
Symbol 223 MovieClip Frame 31
_root.player._alpha = 50;
Symbol 223 MovieClip Frame 32
_root.player._alpha = 100;
Symbol 223 MovieClip Frame 33
_root.player._alpha = 50;
Symbol 223 MovieClip Frame 34
_root.player._alpha = 100;
Symbol 227 MovieClip Frame 14
stop();
_root.eggs.egg++;
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 258 MovieClip Frame 4
_root.MakeNum();
if (_root.player._currentframe == 3) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 258 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Symbol 258 MovieClip Frame 9
stop();
Symbol 266 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 3
_root.score = _root.score + 10;
_root.enemy = "dead";
Symbol 277 MovieClip Frame 5
_root.player.yspeed = -_root.player.jump;
_root.player.jumpa = true;
Symbol 277 MovieClip Frame 12
stop();
Symbol 285 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 305 MovieClip Frame 1
stop();
Instance of Symbol 274 MovieClip "heada" in Symbol 305 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.water.square)) {
_root.var1a = 1;
_root.fadeOut.play();
}
}
Instance of Symbol 228 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
_root.player.cx = _root.player.cx - 5;
Instance of Symbol 222 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.lives.life != 0) {
_root.lives.life--;
}
}
Symbol 314 MovieClip Frame 3
_root.player.cx = _root.player.cx + 10;
Symbol 314 MovieClip Frame 4
_root.player.cx = _root.player.cx - 5;
_root.player.cy = _root.player.cy - 5;
_root.player._alpha = 50;
_root.plats = 1;
_root.fall = 0;
Symbol 314 MovieClip Frame 5
_root.player.cy = _root.player.cy + 10;
Symbol 314 MovieClip Frame 6
_root.player.cy = _root.player.cy - 5;
Symbol 314 MovieClip Frame 7
_root.player.cx = _root.player.cx - 2;
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 8
_root.player.cx = _root.player.cx + 4;
Symbol 314 MovieClip Frame 9
_root.player.cx = _root.player.cx - 2;
_root.player.cy = _root.player.cy - 2;
Symbol 314 MovieClip Frame 10
_root.player.cy = _root.player.cy + 4;
_root.player._alpha = 50;
_root.fall = 0;
Symbol 314 MovieClip Frame 11
_root.player.cy = _root.player.cy - 2;
Symbol 314 MovieClip Frame 13
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 16
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 19
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 21
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 23
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 25
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 27
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 29
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 30
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 31
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 32
_root.player._alpha = 100;
Symbol 314 MovieClip Frame 33
_root.player._alpha = 50;
Symbol 314 MovieClip Frame 34
_root.player._alpha = 100;
Symbol 318 MovieClip Frame 14
_root.MakeNum4();
_root.score = _root.score + 100;
Symbol 318 MovieClip Frame 26
stop();
Symbol 319 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 26
stop();
Symbol 326 MovieClip Frame 26
stop();
Symbol 329 MovieClip Frame 26
stop();
Symbol 349 MovieClip Frame 9
stop();
_root.pausedd = true;
_root.frame1 = 1;
onEnterFrame = function () {
if (var1 != 1) {
if (Key.isDown(32)) {
_root.frame1 = 2;
var1 = 1;
_root.pausedd = false;
play();
}
}
};
Symbol 349 MovieClip Frame 18
stop();
Symbol 349 MovieClip Frame 29
stop();
_root.frame1 = 1;
_root.pausedd = true;
_root.tuta = 1;
onEnterFrame = function () {
if (var2 != 1) {
if (Key.isDown(32)) {
_root.frame1 = 0;
var2 = 1;
_root.pausedd = false;
play();
}
}
};
Symbol 349 MovieClip Frame 39
stop();
Symbol 349 MovieClip Frame 50
stop();
_root.pausedd = true;
_root.tutb = 1;
_root.frame1a = 1;
onEnterFrame = function () {
if (var3 != 1) {
if (Key.isDown(32)) {
_root.frame1a = 0;
var3 = 1;
_root.pausedd = false;
play();
}
}
};
Symbol 349 MovieClip Frame 60
stop();
Symbol 349 MovieClip Frame 70
stop();
_root.pausedd = true;
_root.tutc = 1;
_root.frame1a = 1;
onEnterFrame = function () {
if (var4 != 1) {
if (Key.isDown(32)) {
_root.frame1a = 0;
var4 = 1;
_root.pausedd = false;
play();
}
}
};
Symbol 349 MovieClip Frame 80
stop();
Symbol 349 MovieClip Frame 90
stop();
_root.pausedd = true;
_root.tutd = 1;
_root.frame1a = 1;
onEnterFrame = function () {
if (var5 != 1) {
if (Key.isDown(32)) {
_root.frame1a = 0;
var5 = 1;
_root.pausedd = false;
play();
}
}
};
Symbol 349 MovieClip Frame 101
stop();
Symbol 349 MovieClip Frame 111
stop();
_root.pausedd = true;
_root.tute = 1;
_root.frame1a = 1;
onEnterFrame = function () {
if (var6 != 1) {
if (Key.isDown(32)) {
_root.frame1a = 0;
var6 = 1;
_root.pausedd = false;
play();
}
}
};
Symbol 349 MovieClip Frame 121
stop();
Symbol 349 MovieClip Frame 131
stop();
_root.pausedd = true;
_root.tutf = 1;
_root.frame1a = 1;
onEnterFrame = function () {
if (var7 != 1) {
if (Key.isDown(32)) {
_root.frame1a = 0;
var7 = 1;
_root.pausedd = false;
play();
}
}
};
Symbol 349 MovieClip Frame 141
stop();
Symbol 349 MovieClip Frame 153
stop();
_root.pausedd = true;
_root.tutg = 1;
_root.frame1a = 1;
onEnterFrame = function () {
if (var8 != 1) {
if (Key.isDown(32)) {
_root.frame1a = 0;
var8 = 1;
_root.pausedd = false;
play();
}
}
};
Symbol 349 MovieClip Frame 166
stop();
_root.fadeOut.play();
Symbol 352 MovieClip Frame 1
stop();
Symbol 352 MovieClip Frame 66
_root.nextFrame();
Symbol 352 MovieClip Frame 86
stop();
Symbol 353 MovieClip Frame 66
stop();
Symbol 360 MovieClip Frame 26
stop();
Symbol 367 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 368 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 375 MovieClip Frame 4
_root.MakeNum2();
if (_root.player._currentframe == 3) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Symbol 375 MovieClip Frame 9
stop();
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 3
_root.score = _root.score + 20;
_root.enemy = "dead";
Symbol 397 MovieClip Frame 20
stop();
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
stop();
_root.lives.life++;
Symbol 404 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 2
stop();
Symbol 413 MovieClip Frame 6
_parent.gotoAndStop(1);
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 420 MovieClip Frame 6
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Symbol 420 MovieClip Frame 17
stop();
Symbol 421 MovieClip Frame 1
stop();
Symbol 421 MovieClip Frame 3
_root.score = _root.score + 10;
_root.MakeNum();
Symbol 423 MovieClip Frame 1
stop();
Symbol 423 MovieClip Frame 3
_root.score = _root.score + 30;
_root.MakeNum3();
Symbol 426 MovieClip Frame 4
_root.MakeNum3();
if (_root.player._currentframe == 3) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 426 MovieClip Frame 4
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Symbol 426 MovieClip Frame 9
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 3
_root.score = _root.score + 30;
_root.enemy = "dead";
Symbol 428 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 3
_root.score = _root.score + 30;
_root.MakeNum3();
Instance of Symbol 368 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Symbol 435 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 60
_root.lastEgg = _root.eggs.egg;
_root.lastScore = _root.eggs.score;
_root.FINALSCORE = _root.FINALSCORE + _root.eggs.score;
_root.finalScoreS = _root.eggs.score;
Symbol 435 MovieClip Frame 66
_root.gotoAndStop("GO");
Symbol 435 MovieClip Frame 71
stop();
Symbol 446 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 23
_root.nextFrame();
stop();
Symbol 447 MovieClip Frame 97
stop();
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble)) {
_root.bubble.Velocity._x = _root.bubble.Velocity._x * -1.2;
}
}
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble)) {
_root.bubble.Velocity._y = _root.bubble.Velocity._y * -1.2;
}
}
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble)) {
_root.bubble.Velocity._x = _root.bubble.Velocity._x * -1.2;
}
}
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bubble)) {
_root.bubble.Velocity._y = _root.bubble.Velocity._y * -1.2;
}
}
Symbol 461 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 462 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 464 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 467 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 468 MovieClip Frame 1
stop();
Symbol 468 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 471 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 472 MovieClip Frame 1
stop();
Symbol 472 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 2
_root._x = _root._x - 5;
Instance of Symbol 222 MovieClip in Symbol 473 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.lives.life != 0) {
_root.lives.life--;
}
}
Symbol 473 MovieClip Frame 3
_root._x = _root._x + 10;
Symbol 473 MovieClip Frame 4
_root._x = _root._x - 5;
_root._y = _root._y - 5;
_root.bubble._alpha = 50;
_root.plats = 1;
_root.fall = 0;
_root.livesa.lifea--;
Symbol 473 MovieClip Frame 5
_root._y = _root._y + 10;
Symbol 473 MovieClip Frame 6
_root._y = _root._y - 5;
Symbol 473 MovieClip Frame 7
_root._x = _root._x - 2;
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 8
_root._x = _root._x + 4;
Symbol 473 MovieClip Frame 9
_root._x = _root._x - 2;
_root._y = _root._y - 2;
Symbol 473 MovieClip Frame 10
_root._y = _root._y + 4;
_root.bubble._alpha = 50;
_root.fall = 0;
Symbol 473 MovieClip Frame 11
_root._y = _root._y - 2;
Symbol 473 MovieClip Frame 13
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 16
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 19
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 21
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 23
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 25
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 27
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 29
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 30
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 31
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 32
_root.bubble._alpha = 100;
Symbol 473 MovieClip Frame 33
_root.bubble._alpha = 50;
Symbol 473 MovieClip Frame 34
_root.bubble._alpha = 100;
Symbol 501 MovieClip Frame 1
stop();
Symbol 501 MovieClip Frame 2
stop();
_root.livesa.lifea++;
Instance of Symbol 507 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
}
Symbol 510 MovieClip Frame 5
stop();
Symbol 511 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip "player" in Symbol 511 MovieClip Frame 2
onClipEvent (load) {
yspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (_root.bubble._currentframe == 2) {
this._y = this._y + yspeed;
yspeed = yspeed + grav;
}
}
Symbol 527 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 65
stop();
_root.goo = 0;
Instance of Symbol 527 MovieClip in Symbol 529 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.goo == 1) {
this.play();
}
}
Symbol 530 MovieClip Frame 1
stop();
Symbol 530 MovieClip Frame 60
_root.lastEgg = _root.eggsa.egga;
_root.lastScore = _root.eggsa.scorea;
_root.FINALSCORE = _root.FINALSCORE + _root.eggsa.scorea;
_root.finalScoreS = _root.eggsa.scorea;
Symbol 530 MovieClip Frame 66
_root.gotoAndStop("GO");
Symbol 530 MovieClip Frame 71
stop();
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 537 MovieClip Frame 3
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Symbol 537 MovieClip Frame 8
stop();
_root.score = _root.score + 20;
_root.MakeNum2();
Symbol 538 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 548 MovieClip Frame 1
stop();
Symbol 548 MovieClip Frame 2
stop();
Symbol 557 MovieClip Frame 17
stop();
Symbol 558 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 17
stop();
Symbol 561 MovieClip Frame 1
stop();
Symbol 563 MovieClip Frame 17
stop();
Symbol 564 MovieClip Frame 1
stop();
Symbol 586 MovieClip Frame 13
_root.MakeNum();
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 586 MovieClip Frame 13
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Symbol 586 MovieClip Frame 21
stop();
Symbol 587 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 588 MovieClip Frame 1
stop();
Symbol 588 MovieClip Frame 3
_root.score = _root.score + 10;
_root.enemy = "dead";
Symbol 590 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 590 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
}
Instance of Symbol 507 MovieClip in Symbol 590 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
}
Symbol 595 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 2
stop();
Symbol 595 MovieClip Frame 3
stop();
Symbol 595 MovieClip Frame 4
stop();
Instance of Symbol 595 MovieClip in Symbol 597 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
if (_root.green == 1) {
_root.purple = 0;
_root.grey = 0;
_root.blue = 0;
this.gotoAndStop(2);
}
if (_root.purple == 1) {
_root.green = 0;
_root.grey = 0;
_root.blue = 0;
this.gotoAndStop(1);
}
if (_root.blue == 1) {
_root.green = 0;
_root.purple = 0;
_root.grey = 0;
this.gotoAndStop(3);
}
if (_root.grey == 1) {
_root.green = 0;
_root.purple = 0;
_root.blue = 0;
this.gotoAndStop(4);
}
}
Symbol 598 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 60
_root.lastEgg = _root.eggs.egg;
trace(_root.lastEgg);
_root.lastScore = _root.eggs.score;
_root.finalScoreS = _root.eggs.score;
_root.FINALSCORE = _root.FINALSCORE + _root.eggs.score;
Symbol 598 MovieClip Frame 66
_root.gotoAndStop("GO");
Symbol 598 MovieClip Frame 71
stop();
Symbol 601 MovieClip Frame 1
stop();
Symbol 642 MovieClip Frame 12
stop();
Symbol 643 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 644 MovieClip Frame 1
stop();
Instance of Symbol 645 MovieClip "tt" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
scale = _yscale;
}
onClipEvent (enterFrame) {
if (_root.player._currentframe == 1) {
this.tt2.gotoAndStop(1);
}
if (_root.player._currentframe == 2) {
this.tt2.gotoAndStop(2);
}
if (_root.player._currentframe == 3) {
this.tt2.gotoAndStop(3);
}
if (_root.player._currentframe == 4) {
this.tt2.gotoAndStop(4);
}
if (_root.player._xscale > 0) {
_yscale = (-scale);
}
if (_root.player._xscale < 0) {
_yscale = scale;
}
if (_root.var1a == 1) {
_visible = false;
}
}
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 2
stopAllSounds();
Symbol 653 MovieClip Frame 13
_root.nextFrame();
Symbol 653 MovieClip Frame 18
stop();
Symbol 654 MovieClip Frame 1
stop();
Symbol 654 MovieClip Frame 60
_root.lastEgg = _root.eggs.egg;
_root.lastScore = _root.eggs.score;
_root.FINALSCORE = _root.FINALSCORE + _root.eggs.score;
_root.finalScoreS = _root.eggs.score;
Symbol 654 MovieClip Frame 66
_root.gotoAndStop("GO");
Symbol 654 MovieClip Frame 71
stop();
Symbol 667 MovieClip Frame 13
stop();
Symbol 668 MovieClip Frame 1
stop();
Symbol 675 MovieClip Frame 1
stop();
Symbol 683 MovieClip Frame 1
stop();
Symbol 683 MovieClip Frame 48
stopAllSounds();
Symbol 683 MovieClip Frame 54
_root.nextFrame();
Symbol 683 MovieClip Frame 59
stop();
Symbol 687 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 2
stop();
Symbol 698 MovieClip Frame 8
_parent.gotoAndStop(1);
Symbol 699 MovieClip Frame 1
stop();
Symbol 701 MovieClip Frame 1
stop();
Instance of Symbol 701 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 703 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.tree1.gotoAndStop(2);
var1 = 1;
i = 0;
} else {
if (var1 == 1) {
_root.tree1.gotoAndStop(3);
i++;
if (i >= 10) {
var1 = 0;
}
}
if (var1 == 0) {
_root.tree1.gotoAndStop(1);
}
}
}
Instance of Symbol 703 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.tree2.gotoAndStop(2);
var1 = 1;
i = 0;
} else {
if (var1 == 1) {
_root.tree2.gotoAndStop(3);
i++;
if (i >= 10) {
var1 = 0;
}
}
if (var1 == 0) {
_root.tree2.gotoAndStop(1);
}
}
}
Instance of Symbol 703 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.tree3.gotoAndStop(2);
var1 = 1;
i = 0;
} else {
if (var1 == 1) {
_root.tree3.gotoAndStop(3);
i++;
if (i >= 10) {
var1 = 0;
}
}
if (var1 == 0) {
_root.tree3.gotoAndStop(1);
}
}
}
Instance of Symbol 703 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.tree4.gotoAndStop(2);
var1 = 1;
i = 0;
} else {
if (var1 == 1) {
_root.tree4.gotoAndStop(3);
i++;
if (i >= 10) {
var1 = 0;
}
}
if (var1 == 0) {
_root.tree4.gotoAndStop(1);
}
}
}
Instance of Symbol 703 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.tree5.gotoAndStop(2);
var1 = 1;
i = 0;
} else {
if (var1 == 1) {
_root.tree5.gotoAndStop(3);
i++;
if (i >= 10) {
var1 = 0;
}
}
if (var1 == 0) {
_root.tree5.gotoAndStop(1);
}
}
}
Symbol 706 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 707 MovieClip Frame 1
stop();
Symbol 707 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 715 MovieClip Frame 7
stop();
Symbol 723 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 724 MovieClip Frame 1
stop();
Symbol 737 MovieClip Frame 1
stop();
Symbol 737 MovieClip Frame 54
_root.nextFrame();
Symbol 737 MovieClip Frame 59
stop();
Symbol 741 MovieClip Frame 1
stop();
Symbol 751 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 752 MovieClip Frame 1
stop();
Symbol 752 MovieClip Frame 2
stop();
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 701 MovieClip in Symbol 764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.thing.hit) && (_currentframe == 1)) {
this.gotoAndStop(2);
}
}
Symbol 766 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 767 MovieClip Frame 1
stop();
Symbol 767 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 769 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 2
stop();
_root.livesa.lifea++;
Symbol 773 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 778 MovieClip Frame 11
_parent.gotoAndStop(2);
Symbol 779 MovieClip Frame 7
_parent.gotoAndStop(2);
Symbol 783 MovieClip Frame 7
stop();
_root.player.frozen = false;
_root.player.gotoAndStop(1);
_root.player.icebreaker = 0;
Symbol 783 MovieClip Frame 11
stop();
_root.player.frozen = false;
_root.player.gotoAndStop(1);
_root.player.icebreaker = 0;
Symbol 784 MovieClip Frame 1
stop();
Symbol 784 MovieClip Frame 3
_root.player.icebreaker++;
Symbol 787 MovieClip Frame 1
stop();
Instance of Symbol 771 MovieClip "heada" in Symbol 787 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.water.square)) {
_root.var1a = 1;
_root.fadeOut.play();
}
}
Instance of Symbol 784 MovieClip "ice" in Symbol 787 MovieClip Frame 6
onClipEvent (load) {
i = 0;
}
onClipEvent (enterFrame) {
i++;
if (i >= 180) {
i = 0;
_root.player.icebreaker = 0;
}
if ((Key.isDown(65) && (var1 != 1)) && (_currentframe != 4)) {
var1 = 1;
this.gotoAndStop(3);
} else if ((this._currentframe != 3) && (!Key.isDown(65))) {
var1 = 0;
}
}
Instance of Symbol 786 MovieClip in Symbol 787 MovieClip Frame 6
onClipEvent (load) {
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.player._xscale > 0) {
_xscale = scale;
} else {
_xscale = (-scale);
}
}
Symbol 809 MovieClip Frame 7
_root.MakeNum();
if (_root.player._currentframe == 3) {
_root.player.gotoAndStop(3);
_root.player.yspeed = -15;
_root.player.jumpa = true;
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Instance of Symbol 255 MovieClip in Symbol 809 MovieClip Frame 7
onClipEvent (load) {
yspeed = 0;
xspeed = 0;
grav = 1;
w = _width / 2;
h = _height / 2;
aaaed = false;
lefted = false;
righted = false;
jump = 15;
walljump = false;
i = 0;
n7 = random(2);
nn7 = Math.round(random(15) + 7);
}
onClipEvent (enterFrame) {
if (n7 == 0) {
xspeed = xspeed - 0.2;
}
if (n7 == 1) {
xspeed = xspeed + 0.2;
}
i++;
if (i < 5) {
yspeed = -nn7;
}
yspeed = yspeed + grav;
_x = (_x + xspeed);
_y = (_y + yspeed);
grounded = false;
lefted = false;
righted = false;
if (_root.aaa.hitTest((_x - w) - 1, _y, true)) {
xspeed = 0;
lefted = true;
while (_root.aaa.hitTest(_x - w, _y, true)) {
_x = (_x + 0.1);
}
}
if (_root.aaa.hitTest((_x + w) + 1, _y, true)) {
righted = true;
xspeed = 0;
while (_root.aaa.hitTest(_x + w, _y, true)) {
_x = (_x - 0.1);
}
}
if (_root.aaa.hitTest(_x, _y - h, true)) {
yspeed = 0;
while (_root.aaa.hitTest(_x, _y - h, true)) {
_y = (_y + 0.1);
xspeed = xspeed - 1;
yspeed = yspeed + 1;
}
}
if (_root.aaa.hitTest(_x, _y + h, true)) {
grounded = true;
yspeed = 0;
while (_root.aaa.hitTest(_x, _y + h, true)) {
_y = (_y - 0.1);
xspeed = xspeed + 1;
yspeed = yspeed - 1;
}
}
}
Symbol 809 MovieClip Frame 14
stop();
Symbol 810 MovieClip Frame 1
stop();
Symbol 813 MovieClip Frame 1
stop();
Symbol 825 MovieClip Frame 1
stop();
Symbol 825 MovieClip Frame 48
_root.eggRR = _root.eggs.egg;
_root.scoreRR = _root.eggs.score;
trace(_root.eggRR);
Symbol 825 MovieClip Frame 54
_root.nextFrame();
Symbol 825 MovieClip Frame 59
stop();
Symbol 828 MovieClip Frame 1
stop();
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Symbol 840 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 841 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 844 MovieClip Frame 10
_parent.gotoAndStop(1);
Symbol 845 MovieClip Frame 1
stop();
Symbol 845 MovieClip Frame 2
stop();
Symbol 859 MovieClip Frame 1
_root.GO = 0;
Symbol 859 MovieClip Frame 98
_root.GO = 1;
Symbol 859 MovieClip Frame 106
stop();
Symbol 867 MovieClip Frame 1
stop();
Symbol 867 MovieClip Frame 48
_root.eggRR = _root.eggs.egg;
_root.scoreRR = _root.eggs.score;
Symbol 867 MovieClip Frame 54
_root.nextFrame();
Symbol 867 MovieClip Frame 59
stop();
Symbol 870 MovieClip Frame 1
stop();
Symbol 870 MovieClip Frame 5
_root.eggR = _root.eggs.egg;
_root.scoreR = _root.eggs.score;
_root.lifeR = _root.lives.life;
_root.varR = 1;
Symbol 870 MovieClip Frame 6
_root.gotoAndStop("flashfast");
Symbol 877 MovieClip Frame 14
stop();
_root.eggs.egg++;
_root.eggsa.egga++;
Symbol 878 MovieClip Frame 1
stop();
Symbol 878 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 883 MovieClip Frame 1
stop();
Symbol 887 MovieClip Frame 1
stop();
Symbol 887 MovieClip Frame 11
stop();
Instance of Symbol 886 MovieClip in Symbol 887 MovieClip Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.fadeOut._currentframe == 1)) {
_root.fadeOut.play();
_parent.play();
}
}
Symbol 887 MovieClip Frame 21
if (_root.fadeOut._currentframe >= 2) {
stop();
}
Symbol 899 MovieClip Frame 1
stop();
Symbol 899 MovieClip Frame 48
_root.finalScoreS = _root.eggs.score;
Symbol 899 MovieClip Frame 54
_root.nextFrame();
Symbol 899 MovieClip Frame 59
stop();
Instance of Symbol 368 MovieClip in Symbol 905 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Symbol 905 MovieClip Frame 6
stop();
Instance of Symbol 368 MovieClip in Symbol 914 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.block) && (_currentframe == 1)) {
gotoAndStop (2);
}
}
Symbol 914 MovieClip Frame 6
stop();
Symbol 915 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 917 Button
on (release) {
_root.fadeOutm.play();
}
Symbol 928 Button
on (release) {
_root.fadeOutss.play();
}
Symbol 936 MovieClip Frame 23
stop();
Instance of Symbol 929 MovieClip in Symbol 937 MovieClip Frame 1
on (release) {
getURL ("http://www.brainwashstudios.com/buzzwerd", "_blank");
}
Instance of Symbol 929 MovieClip in Symbol 937 MovieClip Frame 1
on (release) {
getURL ("http://www.truedarkness.phrozenflame.com", "_blank");
}
Symbol 938 MovieClip Frame 1
stop();
Symbol 938 MovieClip Frame 66
_root.gotoAndStop("SS");
Symbol 938 MovieClip Frame 71
stop();
Symbol 939 MovieClip Frame 1
stop();
Symbol 939 MovieClip Frame 63
if (_root.lastlevel != 13) {
play();
} else {
gotoAndPlay (80);
}
Symbol 939 MovieClip Frame 67
_root.continuee = true;
_root.cont = true;
Symbol 939 MovieClip Frame 68
_root.gotoAndStop(_root.lastlevel);
Symbol 939 MovieClip Frame 71
stop();
Symbol 939 MovieClip Frame 83
_root.continuee = true;
_root.cont = true;
Symbol 939 MovieClip Frame 84
_root.gotoAndStop(_root.lastlevel);
Symbol 939 MovieClip Frame 87
stop();
Symbol 940 MovieClip Frame 1
stop();
Symbol 940 MovieClip Frame 66
_root.gotoAndStop("menu");
Symbol 940 MovieClip Frame 71
stop();
Symbol 952 Button
on (release) {
_root.gameover.gotoAndStop(2);
_root.continuee = true;
}
Symbol 955 Button
on (release) {
_root.gameover.gotoAndStop(3);
}
Symbol 956 MovieClip Frame 10
stop();
Symbol 958 MovieClip Frame 39
stop();
_root.fadeOutt.play();
Symbol 984 Button
on (release) {
getURL ("http://www.buzzwerd.deviantart.com", "_blank");
}
Symbol 985 Button
on (release) {
getURL ("http://www.truedarkness.phrozenflame.com", "_blank");
}
Symbol 986 Button
on (release) {
_root.fadeOutss.play();
}
Symbol 987 Button
on (release) {
_root.fadeOutm.play();
}
Symbol 988 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 989 MovieClip Frame 44
stop();
Symbol 990 MovieClip Frame 1
stop();
stopAllSounds();
Symbol 990 MovieClip Frame 2
stop();
Symbol 990 MovieClip Frame 3
stop();
Symbol 1000 Button
on (release) {
_root.fadeOutm.play();
}
Symbol 1014 MovieClip Frame 1
score = 0;
score = _root.scoreF;
Instance of Symbol 4 MovieClip in Symbol 1014 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 0.2);
}
Symbol 1014 MovieClip Frame 13
stop();
submit.onRelease = function () {
ab20_09 = new LoadVars();
ab20_09.z = namee;
ab20_09.x = score;
ab20_09.c = 238;
ab20_09.v = "4918c8555ad6dd4d969a0a173de0f356";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
getURL ("http://www.armorbot.com/mytable/?id=238", "_blank");
_root.fadeOutm.play();
};