Frame 247
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
percentone = totalBytes / 100;
percent = Math.round(loadedBytes / percentone);
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay ("start");
}
Frame 248
gotoAndPlay (1);
Frame 250
stopAllSounds();
fscommand ("allowscale", "false");
Stage.showMenu = false;
stop();
Frame 271
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var capeggpos = 0;
var life = 0;
var gameplay = true;
var potmov = false;
var upmov = false;
var throegg = true;
Instance of Symbol 102 MovieClip "pot2" in Frame 271
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 11);
} else if (falldn == 0) {
_x = (_x - 1);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 271
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot4" in Frame 271
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Instance of Symbol 102 MovieClip "pot1" in Frame 271
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Instance of Symbol 119 MovieClip "egg" in Frame 271
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = _root.pot1._x;
_local1._y = _root.pot1._y;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 1;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 7;
} else if (_root.upmov == false) {
this._y = this._y + 7;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 271
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 11);
} else if (falldn == 0) {
_x = (_x - 1);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 271
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 52 MovieClip "potc" in Frame 271
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 271
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Instance of Symbol 126 MovieClip in Frame 271
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Frame 291
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var capeggpos = 0;
var life = 0;
var gameplay = true;
var potmov = false;
var upmov = false;
var throegg = true;
Instance of Symbol 102 MovieClip "pot2" in Frame 291
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 6);
} else if (falldn == 0) {
_x = (_x - 1);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 291
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 10);
} else if (falldn == 0) {
_x = (_x - 8);
}
}
}
Instance of Symbol 102 MovieClip "pot4" in Frame 291
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 0);
} else if (falldn == 0) {
_x = (_x - 0);
}
}
}
Instance of Symbol 102 MovieClip "pot1" in Frame 291
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Instance of Symbol 119 MovieClip "egg" in Frame 291
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = _root.pot1._x;
_local1._y = _root.pot1._y;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 1;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 7;
} else if (_root.upmov == false) {
this._y = this._y + 7;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 291
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 6);
} else if (falldn == 0) {
_x = (_x - 1);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 291
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 10);
} else if (falldn == 0) {
_x = (_x - 8);
}
}
}
Instance of Symbol 52 MovieClip "potc" in Frame 291
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 0);
} else if (falldn == 0) {
_x = (_x - 0);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 291
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Instance of Symbol 126 MovieClip in Frame 291
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Frame 311
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var capeggpos = 0;
var life = 0;
var gameplay = true;
var potmov = false;
var upmov = false;
var throegg = true;
Instance of Symbol 102 MovieClip "pot2" in Frame 311
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 11);
} else if (falldn == 0) {
_x = (_x - 1);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 311
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot4" in Frame 311
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Instance of Symbol 102 MovieClip "pot1" in Frame 311
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 119 MovieClip "egg" in Frame 311
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = _root.pot1._x;
_local1._y = _root.pot1._y;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 1;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 7;
} else if (_root.upmov == false) {
this._y = this._y + 7;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 311
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 11);
} else if (falldn == 0) {
_x = (_x - 1);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 311
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 52 MovieClip "potc" in Frame 311
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 311
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Instance of Symbol 126 MovieClip in Frame 311
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Frame 331
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var capeggpos = 0;
var life = 0;
var gameplay = true;
var potmov = false;
var upmov = false;
var throegg = true;
Instance of Symbol 102 MovieClip "pot2" in Frame 331
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 331
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 6);
}
}
}
Instance of Symbol 102 MovieClip "pot4" in Frame 331
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot1" in Frame 331
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 4);
} else if (falldn == 0) {
_x = (_x - 4);
}
}
}
Instance of Symbol 119 MovieClip "egg" in Frame 331
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = _root.pot1._x;
_local1._y = _root.pot1._y;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 1;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 7;
} else if (_root.upmov == false) {
this._y = this._y + 7;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 331
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 331
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 6);
}
}
}
Instance of Symbol 52 MovieClip "potc" in Frame 331
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 331
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Instance of Symbol 126 MovieClip in Frame 331
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 4);
} else if (falldn == 0) {
_x = (_x - 4);
}
}
}
Frame 332
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var throegg = true;
var life = 0;
var gameplay = true;
var potmov = false;
var points = 0;
_root.butt._visible = false;
var upmov = null;
Instance of Symbol 102 MovieClip "pot1" in Frame 332
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 3);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot2" in Frame 332
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 5);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 332
onClipEvent (load) {
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
}
Instance of Symbol 157 MovieClip "egg" in Frame 332
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = posx;
_local1._y = posy;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 0;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 5;
} else if (_root.upmov == false) {
this._y = this._y + 5;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 332
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 3);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 332
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 5);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 332
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Frame 352
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var capeggpos = 0;
var life = 0;
var gameplay = true;
var potmov = false;
var upmov = null;
_root.butt._visible = false;
var throegg = true;
Instance of Symbol 102 MovieClip "pot1" in Frame 352
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 3);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot2" in Frame 352
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 5);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 352
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 4);
} else if (falldn == 0) {
_x = (_x - 4);
}
}
}
Instance of Symbol 170 MovieClip "egg" in Frame 352
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = posx;
_local1._y = posy;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 0;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 6;
} else if (_root.upmov == false) {
this._y = this._y + 6;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 352
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 3);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 352
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 5);
}
}
}
Instance of Symbol 52 MovieClip "potc" in Frame 352
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 4);
} else if (falldn == 0) {
_x = (_x - 4);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 352
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Frame 372
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var capeggpos = 0;
var life = 0;
var gameplay = true;
var potmov = false;
var upmov = false;
var throegg = true;
Instance of Symbol 102 MovieClip "pot2" in Frame 372
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 372
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 6);
}
}
}
Instance of Symbol 102 MovieClip "pot4" in Frame 372
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 6);
} else if (falldn == 0) {
_x = (_x - 5);
}
}
}
Instance of Symbol 102 MovieClip "pot1" in Frame 372
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 4);
} else if (falldn == 0) {
_x = (_x - 4);
}
}
}
Instance of Symbol 119 MovieClip "egg" in Frame 372
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = _root.pot1._x;
_local1._y = _root.pot1._y;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 1;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 7;
} else if (_root.upmov == false) {
this._y = this._y + 7;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 372
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 372
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 5);
} else if (falldn == 0) {
_x = (_x - 6);
}
}
}
Instance of Symbol 52 MovieClip "potc" in Frame 372
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 6);
} else if (falldn == 0) {
_x = (_x - 5);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 372
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Instance of Symbol 126 MovieClip in Frame 372
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 4);
} else if (falldn == 0) {
_x = (_x - 4);
}
}
}
Frame 392
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var capeggpos = 0;
var life = 0;
var gameplay = true;
var potmov = false;
var upmov = false;
var throegg = true;
Instance of Symbol 102 MovieClip "pot2" in Frame 392
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 392
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 7);
}
}
}
Instance of Symbol 102 MovieClip "pot4" in Frame 392
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot1" in Frame 392
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 119 MovieClip "egg" in Frame 392
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = _root.pot1._x;
_local1._y = _root.pot1._y;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 1;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 7;
} else if (_root.upmov == false) {
this._y = this._y + 7;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 392
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 7);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 392
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 7);
}
}
}
Instance of Symbol 52 MovieClip "potc" in Frame 392
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 392
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Instance of Symbol 126 MovieClip in Frame 392
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Frame 412
egg._accProps = new Object();
egg._accProps.name = "jump";
stop();
var capeggpos = 0;
var life = 0;
var gameplay = true;
var potmov = false;
var upmov = false;
var throegg = true;
Instance of Symbol 102 MovieClip "pot2" in Frame 412
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 10);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Instance of Symbol 102 MovieClip "pot3" in Frame 412
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot4" in Frame 412
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.egg)) {
if (po == 0) {
if (_root.upmov == false) {
_root.points = _root.points + 50;
po = 1;
_root.lup.gotoAndPlay(2);
}
}
}
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 102 MovieClip "pot1" in Frame 412
onClipEvent (load) {
falldn = 1;
po = 0;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 119 MovieClip "egg" in Frame 412
onClipEvent (load) {
function reset() {
var _local1 = this;
_local1._x = _root.pot1._x;
_local1._y = _root.pot1._y;
pos = _local1._y;
}
function tuba() {
var _local1 = _root;
var _local2 = this;
_local2._x = _parent["pot" + _local1.t]._x;
_local2._y = _parent["pot" + _local1.t]._y;
pos = _local2._y;
if (_local1.chegg == 1) {
_local1.cat._x = _local2._x;
_local1.cat._y = _local2._y;
_local1.cat.play();
_local1.throegg = true;
}
}
link = false;
dorpsound = new Sound();
dorpsound.attachSound("drop");
jumpsound = new Sound();
jumpsound.attachSound("jump");
_root.t = 1;
pos = this._y;
posx = this._x;
posy = this._y;
_root.chegg = 1;
reset();
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_root.upmov == false) {
if (this.hitTest(_parent["pot" + _root.t])) {
tuba();
}
}
if (_root.upmov == true) {
this._y = this._y - 7;
} else if (_root.upmov == false) {
this._y = this._y + 7;
}
if (this._y < (pos - 200)) {
_root.upmov = false;
}
if (this.hitTest(_root.bg)) {
_root.upmov = null;
this.play();
dorpsound.start();
}
}
}
onClipEvent (mouseDown) {
if (link == false) {
_root.cat.gotoAndStop(1);
_root.cat._visible = true;
if ((!_root.throegg) == false) {
jumpsound.start();
_root.upmov = true;
_root.t = _root.t + 1;
_root.throegg = false;
}
_root.chegg = 1;
}
}
Instance of Symbol 52 MovieClip "tub" in Frame 412
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 10);
} else if (falldn == 0) {
_x = (_x - 2);
}
}
}
Instance of Symbol 52 MovieClip "potb" in Frame 412
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 2);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 52 MovieClip "potc" in Frame 412
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Instance of Symbol 124 MovieClip "gameover" in Frame 412
onClipEvent (load) {
_root.butt._visible = false;
_root.tagain._visible = false;
}
Instance of Symbol 126 MovieClip in Frame 412
onClipEvent (load) {
falldn = 1;
}
onClipEvent (enterFrame) {
if (_root.gameplay == true) {
if (_x > 350) {
falldn = 0;
}
if (_x < 50) {
falldn = 1;
}
if (falldn == 1) {
_x = (_x + 8);
} else if (falldn == 0) {
_x = (_x - 3);
}
}
}
Symbol 12 MovieClip Frame 15
stop();
Symbol 38 MovieClip Frame 15
stop();
Symbol 39 MovieClip Frame 248
stop();
Symbol 44 MovieClip Frame 232
stop();
Symbol 57 Button
on (release) {
gotoAndPlay (332);
}
Symbol 65 Button
on (press) {
gotoAndStop (251);
}
Symbol 73 MovieClip Frame 14
stop();
Symbol 74 Button
on (release) {
getURL ("http://www.jarkey.net", "_blank");
}
Symbol 78 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 87 Button
on (press) {
gotoAndStop (250);
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 11
gotoAndStop (1);
catchsound = new Sound();
catchsound.attachSound("catch");
this._visible = false;
catchsound.start();
_root.chegg = 0;
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 45
gotoAndStop (1);
_root.gameplay = false;
_root.butt._visible = true;
Symbol 110 Button
on (release) {
gotoAndPlay (250);
}
Symbol 112 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (272);
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 12
gotoAndStop (1);
_root.t = 1;
_root.upmov = false;
_root.throegg = true;
this.reset();
_root.life = _root.life + 1;
_parent["e" + _root.life]._visible = false;
if (_root.life >= 3) {
_root.gameplay = false;
_root.gameover.play();
}
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 31
stop();
_root.tagain._visible = true;
Symbol 132 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (250);
}
Symbol 138 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (252);
}
Symbol 144 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (373);
}
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 45
gotoAndStop (1);
_root.gameplay = false;
_root.butt._visible = true;
Symbol 151 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (333);
}
Symbol 157 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 12
gotoAndStop (1);
_root.t = 0;
_root.upmov = null;
_root.throegg = true;
this.reset();
_root.life = _root.life + 1;
_parent["e" + _root.life]._visible = false;
if (_root.life >= 3) {
_root.gameplay = false;
_root.gameover.play();
}
Symbol 164 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (353);
}
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 12
gotoAndStop (1);
_root.t = 0;
_root.upmov = null;
_root.throegg = true;
this.reset();
_root.life = _root.life + 1;
_parent["e" + _root.life]._visible = false;
if (_root.life >= 3) {
_root.gameplay = false;
_root.gameover.play();
}
Symbol 176 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (312);
}
Symbol 182 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (393);
}
Symbol 188 Button
on (release) {
_root.butt._visible = false;
gotoAndPlay (292);
}