Frame 1
startgame = "yes";
Frame 2
_quality = "LOW";
fscommand ("allowscale", false);
fscommand ("trapallkeys", "true");
loadVariablesNum ("http://starvingeyes.com/gr/gr.php", 0, "POST");
Frame 3
ifFrameLoaded (5) {
gotoAndPlay (5);
}
Frame 4
gotoAndPlay(_currentframe - 1);
Frame 5
ifFrameLoaded (26) {
gobutton.gotoAndStop(2);
}
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
loadedkbytes = Math.ceil(loadedbytes / 1000);
totalkbytes = Math.ceil(totalbytes / 1000);
frame = int(loadedbytes / (totalbytes / 100));
loader.gotoAndStop(frame);
Instance of Symbol 30 MovieClip "gobutton" in Frame 5
onClipEvent (enterFrame) {
if (Selection.getFocus() == "playername") {
_root.playername = "";
}
}
onClipEvent (enterFrame) {
if ((Selection.getFocus() == "_level0.formlay.main.win.yourname") && (_level0.formlay.main.win.yourname == "your name")) {
_level0.formlay.main.win.yourname = "";
}
}
Frame 6
if (_root.gotime == true) {
firstgame = true;
play();
} else {
gotoAndPlay(_currentframe - 1);
}
Instance of Symbol 476 MovieClip "back" in Frame 7
onClipEvent (enterFrame) {
if (((0 < (this._x + _root.xspeed)) & (_root.xmove == true)) & (_root.xspeed >= 0)) {
this.back1.prevFrame();
this.back2.prevFrame();
this._x = this._x - 750;
_root.distancecount++;
}
}
Instance of Symbol 523 MovieClip "accmeter" in Frame 7
onClipEvent (enterFrame) {
if ((((_root.event != "start") & (_root.event == "rock")) & (_root.bounceit == true)) or (_root.event == "flight")) {
this.mark._x = _root.accuracy / 3;
this._visible = true;
if ((_root.accuracy < 10) & (-10 < _root.accuracy)) {
this.mark.gotoAndStop(2);
} else {
this.mark.gotoAndStop(1);
}
} else {
this._visible = false;
}
}
Instance of Symbol 534 MovieClip "instructions" in Frame 7
onClipEvent (enterFrame) {
if (_root.event == "rock") {
this.gotoAndStop(1);
}
}
Instance of Symbol 548 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((_root.attemptnum == 1) & (_root.event == "start")) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Instance of Symbol 549 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((_root.attemptnum == 2) & (_root.event == "start")) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Instance of Symbol 550 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((_root.attemptnum == 3) & (_root.event == "start")) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Instance of Symbol 551 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((_root.attemptnum == 4) & (_root.event == "start")) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Instance of Symbol 552 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((_root.attemptnum == 5) & (_root.event == "start")) {
this.nextFrame();
} else {
this.prevFrame();
}
}
Instance of Symbol 555 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.event == "start") {
this.nextFrame();
} else {
this.prevFrame();
}
}
Instance of Symbol 560 MovieClip "startbut" in Frame 7
onClipEvent (load) {
this.gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (_root.event == "firsttime") {
this.gotoAndStop(3);
}
}
Frame 8
if (firstgame == true) {
loadMovieNum ("song1.swf", 1);
event = "firstgame";
firstgame = false;
}
attemptnum = 1;
_root.back.back1.gotoAndStop("startplus");
_root.back._x = -750;
_root.back._y = 0;
gravity = 1;
pgravity = 0;
distancecount = 0;
tsmash = false;
extrasmash = false;
groundhit = false;
jumpit = false;
bounceit = false;
xspeed = 0;
yspeed = 0;
win = "";
chair1hit = false;
chair2hit = false;
chair3hit = false;
poollady = false;
oldmanhit = false;
oldladyhit = false;
disco1 = false;
disco2 = false;
disco3 = false;
disco4 = false;
kidboat = false;
fatdude = false;
poodle = false;
accuracy = 0;
luck = random(5000) / 1000;
savexspeed = 0;
accuracypoints = 0;
runspeed = 0;
bonus = 0;
Instance of Symbol 595 MovieClip "bkg" in Frame 8
onClipEvent (load) {
this._xscale = 100;
this._yscale = 100;
this._x = -8250;
}
Frame 9
if (event == "start") {
_root.startbut.gotoAndStop(1);
} else if (event == "firstgame") {
_root.instructions.gotoAndStop(2);
} else if (event == "rock") {
_root.startbut.gotoAndStop(2);
xmove = true;
if ((_root.jumpit == true) & ((_root.player._y + pyspeed) < 240)) {
player._y = player._y + pyspeed;
pyspeed = pyspeed + pgravity;
} else {
pyspeed = pyspeed * 0.5;
if (((pyspeed < 3) & (jumpit == true)) & (bounceit == false)) {
pyspeed = 0;
pxspeed = pxspeed * 0.8;
_root.player.gotoAndStop("foul3");
_root.event = "foul";
}
}
back._x = back._x + runspeed;
bkg._x = bkg._x + runspeed;
_root.bomb._x = _root.bomb._x + runspeed;
_root.acc._x = _root.acc._x + runspeed;
if ((_root.bounceit == true) & (240 < (_root.player._y + pyspeed))) {
runspeed = 0;
pyspeed = 0;
beams._x = player._x;
beams.play();
shootsound = new Sound();
shootsound.attachSound("shootsound");
shootsound.start(0, 0);
_root.guitarsound.play();
gobeams = true;
}
} else if (event == "foul") {
_root.startbut.gotoAndStop(3);
if (80 < foulcount) {
foulcount = 0;
fader.play();
} else {
foulcount++;
}
} else if (event == "flight") {
_root.startbut.gotoAndStop(3);
x = bomb._x + xspeed;
x2 = (bomb._x + xspeed) - (bomb._width / 2);
x3 = (bomb._x + xspeed) + (bomb._width / 2);
y = bomb._y + yspeed;
yspeed = yspeed + gravity;
if ((-1 < xspeed) & (xspeed < 1)) {
xspeed = 0;
yspeed = 0;
gravity = 0;
} else {
gravity = 1;
}
if ((((((xbackmove == true) & (x < 450)) & bkg.hitTest(x, bomb._y, true)) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) & (0 < _root.xspeed)) {
_root.player._x = _root.player._x + xspeed;
_root.beams._x = _root.beams._x + xspeed;
back._x = back._x + xspeed;
bkg._x = bkg._x + xspeed;
} else if ((bkg.hitTest(x, bomb._y, true) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) {
_root.bomb._x = _root.bomb._x - xspeed;
smashsounds.play();
}
if ((_root.back.back1._currentframe == 1) & (-90 < _root.back._x)) {
xbackmove = false;
}
if ((-1 < yspeed) & (yspeed < 1)) {
yspeed = 0;
}
if ((((250 < y) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) & (0 < yspeed)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if (((y < 50) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if ((bkg.hitTest(bomb._x, y, true) & bkg.hitTest(x2, y, true)) & bkg.hitTest(x3, y, true)) {
_root.bomb._y = y;
} else {
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
xbackmove = false;
yspeed = yspeed * -0.3;
xspeed = xspeed * 0.4;
groundhit = true;
smashsounds.play();
Set("attempt" + attemptnum, int(distance));
resultwindow.play();
if (extrasmash == true) {
xbackmove = false;
groundhit = true;
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
smashsounds.play();
}
}
if (_root.back.back1.lastframe == false) {
xmove = true;
} else {
xmove = false;
}
}
distance = ((distancecount * 750) - (-750 - _root.back._x)) - 2000;
total = (((score1 + score2) + score3) + score4) + score5;
Instance of Symbol 849 MovieClip "bomb" in Frame 9
onClipEvent (load) {
this._x = -1300;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beams) & (_root.event == "rock")) {
_root.xbackmove = true;
_root.smashsounds.gotoAndPlay(1);
_root.xspeed = _root.savexspeed;
_root.yspeed = -30;
_root.event = "flight";
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (_root.xspeed / 3);
}
onClipEvent (enterFrame) {
trace(_root.bomb.rot._rotation);
a = 3;
if (((_root.groundhit == true) & (_root.xspeed < 5)) & (-5 < _root.xspeed)) {
if ((this.rot._rotation < -5) & (-45 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -45) & (-85 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -95) & (-135 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -135) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((5 < this.rot._rotation) & (this.rot._rotation < 45)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((45 < this.rot._rotation) & (this.rot._rotation < 85)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((95 < this.rot._rotation) & (this.rot._rotation < 135)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((135 < this.rot._rotation) & (this.rot._rotation < 175)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
} else if ((this.rot._rotation < -85) & (-95 < this.rot._rotation)) {
this.rot._rotation = -90;
} else if ((this.rot._rotation < 95) & (85 < this.rot._rotation)) {
this.rot._rotation = 90;
}
}
}
Instance of Symbol 856 MovieClip "acc" in Frame 9
onClipEvent (load) {
this._x = _root.back._x;
once = 0;
}
onClipEvent (enterFrame) {
if (((_root.player._x + 105) < this._x) & (_root.bounceit == false)) {
_root.runspeed = _root.runspeed * 0.9;
_root.pyspeed = 9;
if (_root.runspeed < 1) {
_root.runspeed = 0;
_root.event = "foul";
}
if (once == 0) {
_root.player.gotoAndStop("foul2");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
once++;
}
}
}
onClipEvent (enterFrame) {
x = _root.player._x;
y = _root.player._y + 130;
if (((this.hitTest(x, y + _root.pyspeed, true) & (once == 0)) & (_root.jumpit == true)) & (0 < _root.pyspeed)) {
_root.dir = "up";
if (y < this._y) {
_root.accuracy = ((_root.player._x - this._x) + 10) + (random(8) - 4);
if ((-25 < _root.accuracy) & (_root.accuracy < 25)) {
_root.player.gotoAndStop("bounce");
} else {
_root.player.gotoAndStop("bounce2");
}
_root.back.back2.bedf.play();
_root.pgravity = 1;
_root.pyspeed = -18;
_root.runspeed = 7;
_root.bounceit = true;
bouncesound = new Sound();
bouncesound.attachSound("bouncesound");
bouncesound.start(0, 0);
once++;
} else if (this._y < y) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
}
if (_root.accuracy < 0) {
_root.accuracypoints = 75 - ((-_root.accuracy) * 0.75);
} else if (_root.accuracy >= 0) {
_root.accuracypoints = 75 - (_root.accuracy * 0.75);
}
totaldistance = 45 + (40 * (_root.speed / 100));
modaccuracy = _root.accuracypoints + ((random(6000) - 3000) / 1000);
distanceperc = ((_root.strength + modaccuracy) + _root.luck) / 100;
a = totaldistance * distanceperc;
if (a < 0) {
a = 0;
}
_root.savexspeed = 7 + a;
} else if ((this.hitTest(x, y, true) & (once == 0)) & (_root.jumpit == false)) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
once++;
}
}
Instance of Symbol 860 MovieClip in Frame 9
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
Instance of Symbol 864 MovieClip in Frame 9
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
Instance of Symbol 868 MovieClip in Frame 9
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
Instance of Symbol 872 MovieClip in Frame 9
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
Instance of Symbol 860 MovieClip "rot" in Frame 9
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
Instance of Symbol 864 MovieClip in Frame 9
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
Instance of Symbol 868 MovieClip in Frame 9
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
Instance of Symbol 879 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((_root.event == "start") & (this._currentframe < 20)) {
this.play();
} else if ((_root.event == "rock") & (this._currentframe < 36)) {
this.play();
} else if ((_root.event == "flight") & (this._currentframe < 42)) {
this.play();
} else if ((_root.event == "foul") & (this._currentframe < 42)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 884 MovieClip "tubwater" in Frame 9
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 885 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._x = _root.water._x - 300;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 886 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._x = _root.water._x - 400;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "water" in Frame 9
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = ((_root.back._x + xspeed) - 60) + 750;
} else if (_root.back.back1._currentframe == 2) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = (_root.back._x + xspeed) - 60;
} else {
this._y = _root.back._y + 1400;
this._x = _root.back._x;
}
}
Instance of Symbol 892 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 4) {
this._y = (_root.back._y + yspeed) + 800;
this._x = (_root.back._x + xspeed) + 750;
} else if (_root.back.back1._currentframe == 5) {
this._y = (_root.back._y + yspeed) + 800;
this._x = _root.back._x + xspeed;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 894 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._x = _root.water._x + 300;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 895 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._x = _root.water._x + 450;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 896 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._x = _root.water._x + 600;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 897 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._x = _root.water._x + 750;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 902 MovieClip "tub" in Frame 9
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Frame 10
gotoAndPlay(_currentframe - 1);
Frame 12
attemptnum = 2;
_root.back.back1.gotoAndStop("startplus");
_root.back._x = -750;
_root.back._y = 0;
gravity = 1;
pgravity = 0;
distancecount = 0;
tsmash = false;
extrasmash = false;
groundhit = false;
jumpit = false;
bounceit = false;
xspeed = 0;
yspeed = 0;
win = "";
chair1hit = false;
chair2hit = false;
chair3hit = false;
poollady = false;
oldmanhit = false;
oldladyhit = false;
disco1 = false;
disco2 = false;
disco3 = false;
disco4 = false;
fatdude = false;
kidboat = false;
poodle = false;
accuracy = 0;
luck = random(5000) / 1000;
savexspeed = 0;
accuracypoints = 0;
foulcount = 0;
runspeed = 0;
bonus = 0;
Instance of Symbol 595 MovieClip "bkg" in Frame 12
onClipEvent (load) {
this._xscale = 100;
this._yscale = 100;
this._x = -8250;
}
Frame 13
if (event == "start") {
_root.startbut.gotoAndStop(1);
} else if (event == "rock") {
_root.startbut.gotoAndStop(2);
xmove = true;
if ((_root.jumpit == true) & ((_root.player._y + pyspeed) < 240)) {
player._y = player._y + pyspeed;
pyspeed = pyspeed + pgravity;
} else {
pyspeed = pyspeed * 0.5;
if (((pyspeed < 1) & (jumpit == true)) & (bounceit == false)) {
pyspeed = 0;
pxspeed = pxspeed * 0.8;
_root.player.gotoAndStop("foul3");
_root.event = "foul";
}
}
back._x = back._x + runspeed;
bkg._x = bkg._x + runspeed;
_root.bomb._x = _root.bomb._x + runspeed;
_root.acc._x = _root.acc._x + runspeed;
if ((_root.bounceit == true) & (240 < (_root.player._y + pyspeed))) {
runspeed = 0;
pyspeed = 0;
beams._x = player._x;
beams.play();
shootsound = new Sound();
shootsound.attachSound("shootsound");
shootsound.start(0, 0);
_root.guitarsound.play();
gobeams = true;
}
} else if (event == "foul") {
_root.startbut.gotoAndStop(3);
if (50 < foulcount) {
foulcount = 0;
fader.play();
} else {
foulcount++;
}
} else if (event == "flight") {
_root.startbut.gotoAndStop(3);
x = bomb._x + xspeed;
x2 = (bomb._x + xspeed) - (bomb._width / 2);
x3 = (bomb._x + xspeed) + (bomb._width / 2);
y = bomb._y + yspeed;
yspeed = yspeed + gravity;
if ((-1 < xspeed) & (xspeed < 1)) {
xspeed = 0;
yspeed = 0;
gravity = 0;
} else {
gravity = 1;
}
if ((((((xbackmove == true) & (x < 450)) & bkg.hitTest(x, bomb._y, true)) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) & (0 < _root.xspeed)) {
_root.player._x = _root.player._x + xspeed;
_root.beams._x = _root.beams._x + xspeed;
back._x = back._x + xspeed;
bkg._x = bkg._x + xspeed;
} else if ((bkg.hitTest(x, bomb._y, true) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) {
_root.bomb._x = _root.bomb._x - xspeed;
smashsounds.play();
}
if ((_root.back.back1._currentframe == 1) & (-90 < _root.back._x)) {
xbackmove = false;
}
if ((-1 < yspeed) & (yspeed < 1)) {
yspeed = 0;
}
if ((((250 < y) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) & (0 < yspeed)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if (((y < 50) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if ((bkg.hitTest(bomb._x, y, true) & bkg.hitTest(x2, y, true)) & bkg.hitTest(x3, y, true)) {
_root.bomb._y = y;
} else {
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
xbackmove = false;
yspeed = yspeed * -0.3;
xspeed = xspeed * 0.4;
groundhit = true;
smashsounds.play();
Set("attempt" + attemptnum, int(distance));
resultwindow.play();
if (extrasmash == true) {
xbackmove = false;
groundhit = true;
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
smashsounds.play();
}
}
if (_root.back.back1.lastframe == false) {
xmove = true;
} else {
xmove = false;
}
}
distance = ((distancecount * 750) - (-750 - _root.back._x)) - 2000;
total = (((score1 + score2) + score3) + score4) + score5;
Instance of Symbol 906 MovieClip "bomb" in Frame 13
onClipEvent (load) {
this._x = -1300;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beams) & (_root.event == "rock")) {
_root.xbackmove = true;
_root.smashsounds.gotoAndPlay(1);
_root.xspeed = _root.savexspeed;
_root.yspeed = -30;
_root.event = "flight";
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (_root.xspeed / 3);
}
onClipEvent (enterFrame) {
a = 3;
if (((_root.groundhit == true) & (_root.xspeed < 5)) & (-5 < _root.xspeed)) {
if ((this.rot._rotation < -1) & (-45 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -45) & (-89 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -91) & (-135 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -135) & (-179 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((1 < this.rot._rotation) & (this.rot._rotation < 45)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((45 < this.rot._rotation) & (this.rot._rotation < 89)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((91 < this.rot._rotation) & (this.rot._rotation < 135)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((135 < this.rot._rotation) & (this.rot._rotation < 179)) {
this.rot._rotation = this.rot._rotation + a;
}
}
}
Instance of Symbol 856 MovieClip "acc" in Frame 13
onClipEvent (load) {
this._x = _root.back._x;
once = 0;
}
onClipEvent (enterFrame) {
if (((_root.player._x + 105) < this._x) & (_root.bounceit == false)) {
_root.runspeed = _root.runspeed * 0.9;
_root.pyspeed = 9;
if (_root.runspeed < 1) {
_root.runspeed = 0;
_root.event = "foul";
}
if (once == 0) {
_root.player.gotoAndStop("foul2");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
once++;
}
}
}
onClipEvent (enterFrame) {
x = _root.player._x;
y = _root.player._y + 130;
if (((this.hitTest(x, y + _root.pyspeed, true) & (once == 0)) & (_root.jumpit == true)) & (0 < _root.pyspeed)) {
_root.dir = "up";
if (y < this._y) {
_root.accuracy = ((_root.player._x - this._x) + 10) + (random(8) - 4);
if ((-25 < _root.accuracy) & (_root.accuracy < 25)) {
_root.player.gotoAndStop("bounce");
} else {
_root.player.gotoAndStop("bounce2");
}
_root.back.back2.bedf.play();
_root.pgravity = 1;
_root.pyspeed = -18;
_root.runspeed = 7;
_root.bounceit = true;
bouncesound = new Sound();
bouncesound.attachSound("bouncesound");
bouncesound.start(0, 0);
once++;
} else if (this._y < y) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
}
if (_root.accuracy < 0) {
_root.accuracypoints = 75 - ((-_root.accuracy) * 0.75);
} else if (_root.accuracy >= 0) {
_root.accuracypoints = 75 - (_root.accuracy * 0.75);
}
totaldistance = 45 + (40 * (_root.speed / 100));
modaccuracy = _root.accuracypoints + ((random(6000) - 3000) / 1000);
distanceperc = ((_root.strength + modaccuracy) + _root.luck) / 100;
a = totaldistance * distanceperc;
if (a < 0) {
a = 0;
}
_root.savexspeed = 7 + a;
} else if ((this.hitTest(x, y, true) & (once == 0)) & (_root.jumpit == false)) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
once++;
}
}
Instance of Symbol 909 MovieClip in Frame 13
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 912 MovieClip in Frame 13
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 915 MovieClip in Frame 13
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 918 MovieClip in Frame 13
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 921 MovieClip in Frame 13
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 924 MovieClip in Frame 13
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 927 MovieClip in Frame 13
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 879 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_root.event == "start") & (this._currentframe < 20)) {
this.play();
} else if ((_root.event == "rock") & (this._currentframe < 36)) {
this.play();
} else if ((_root.event == "flight") & (this._currentframe < 42)) {
this.play();
} else if ((_root.event == "foul") & (this._currentframe < 42)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 884 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 885 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._x = _root.water._x - 300;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 886 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._x = _root.water._x - 400;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "water" in Frame 13
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = ((_root.back._x + xspeed) - 60) + 750;
} else if (_root.back.back1._currentframe == 2) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = (_root.back._x + xspeed) - 60;
} else {
this._y = _root.back._y + 1400;
this._x = _root.back._x;
}
}
Instance of Symbol 892 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 4) {
this._y = (_root.back._y + yspeed) + 800;
this._x = (_root.back._x + xspeed) + 750;
} else if (_root.back.back1._currentframe == 5) {
this._y = (_root.back._y + yspeed) + 800;
this._x = _root.back._x + xspeed;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 894 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._x = _root.water._x + 300;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 895 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._x = _root.water._x + 450;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 896 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._x = _root.water._x + 600;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 897 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._x = _root.water._x + 750;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 902 MovieClip "tub" in Frame 13
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Frame 14
gotoAndPlay(_currentframe - 1);
Frame 16
attemptnum = 3;
_root.back.back1.gotoAndStop("startplus");
_root.back._x = -750;
_root.back._y = 0;
gravity = 1;
pgravity = 0;
distancecount = 0;
tsmash = false;
extrasmash = false;
groundhit = false;
jumpit = false;
bounceit = false;
xspeed = 0;
yspeed = 0;
win = "";
chair1hit = false;
chair2hit = false;
chair3hit = false;
poollady = false;
oldmanhit = false;
oldladyhit = false;
disco1 = false;
disco2 = false;
disco3 = false;
disco4 = false;
kidboat = false;
fatdude = false;
poodle = false;
accuracy = 0;
luck = random(5000) / 1000;
savexspeed = 0;
accuracypoints = 0;
foulcount = 0;
runspeed = 0;
bonus = 0;
Instance of Symbol 595 MovieClip "bkg" in Frame 16
onClipEvent (load) {
this._xscale = 100;
this._yscale = 100;
this._x = -8250;
}
Frame 17
if (event == "start") {
_root.startbut.gotoAndStop(1);
} else if (event == "rock") {
_root.startbut.gotoAndStop(2);
xmove = true;
if ((_root.jumpit == true) & ((_root.player._y + pyspeed) < 240)) {
player._y = player._y + pyspeed;
pyspeed = pyspeed + pgravity;
} else {
pyspeed = pyspeed * 0.5;
if (((pyspeed < 1) & (jumpit == true)) & (bounceit == false)) {
pyspeed = 0;
pxspeed = pxspeed * 0.8;
_root.player.gotoAndStop("foul3");
_root.event = "foul";
}
}
back._x = back._x + runspeed;
bkg._x = bkg._x + runspeed;
_root.bomb._x = _root.bomb._x + runspeed;
_root.acc._x = _root.acc._x + runspeed;
if ((_root.bounceit == true) & (240 < (_root.player._y + pyspeed))) {
runspeed = 0;
pyspeed = 0;
beams._x = player._x;
beams.play();
shootsound = new Sound();
shootsound.attachSound("shootsound");
shootsound.start(0, 0);
_root.guitarsound.play();
gobeams = true;
}
} else if (event == "foul") {
_root.startbut.gotoAndStop(3);
if (50 < foulcount) {
foulcount = 0;
fader.play();
} else {
foulcount++;
}
} else if (event == "flight") {
_root.startbut.gotoAndStop(3);
x = bomb._x + xspeed;
x2 = (bomb._x + xspeed) - (bomb._width / 2);
x3 = (bomb._x + xspeed) + (bomb._width / 2);
y = bomb._y + yspeed;
yspeed = yspeed + gravity;
if ((-1 < xspeed) & (xspeed < 1)) {
xspeed = 0;
yspeed = 0;
gravity = 0;
} else {
gravity = 1;
}
if ((((((xbackmove == true) & (x < 450)) & bkg.hitTest(x, bomb._y, true)) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) & (0 < _root.xspeed)) {
_root.player._x = _root.player._x + xspeed;
_root.beams._x = _root.beams._x + xspeed;
back._x = back._x + xspeed;
bkg._x = bkg._x + xspeed;
} else if ((bkg.hitTest(x, bomb._y, true) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) {
_root.bomb._x = _root.bomb._x - xspeed;
smashsounds.play();
}
if ((_root.back.back1._currentframe == 1) & (-90 < _root.back._x)) {
xbackmove = false;
}
if ((-1 < yspeed) & (yspeed < 1)) {
yspeed = 0;
}
if ((((250 < y) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) & (0 < yspeed)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if (((y < 50) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if ((bkg.hitTest(bomb._x, y, true) & bkg.hitTest(x2, y, true)) & bkg.hitTest(x3, y, true)) {
_root.bomb._y = y;
} else {
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
xbackmove = false;
yspeed = yspeed * -0.3;
xspeed = xspeed * 0.4;
groundhit = true;
smashsounds.play();
Set("attempt" + attemptnum, int(distance));
resultwindow.play();
if (extrasmash == true) {
xbackmove = false;
groundhit = true;
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
smashsounds.play();
}
}
if (_root.back.back1.lastframe == false) {
xmove = true;
} else {
xmove = false;
}
}
distance = ((distancecount * 750) - (-750 - _root.back._x)) - 2000;
total = (((score1 + score2) + score3) + score4) + score5;
Instance of Symbol 933 MovieClip "bomb" in Frame 17
onClipEvent (load) {
this._x = -1300;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beams) & (_root.event == "rock")) {
_root.xbackmove = true;
_root.event = "flight";
_root.smashsounds.gotoAndPlay(1);
_root.xspeed = _root.savexspeed;
_root.yspeed = -30;
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (_root.xspeed / 3);
}
onClipEvent (enterFrame) {
a = 3;
if (((_root.groundhit == true) & (_root.xspeed < 5)) & (-5 < _root.xspeed)) {
if ((this.rot._rotation < -5) & (-45 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -45) & (-85 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -95) & (-135 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -135) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((5 < this.rot._rotation) & (this.rot._rotation < 45)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((45 < this.rot._rotation) & (this.rot._rotation < 85)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((95 < this.rot._rotation) & (this.rot._rotation < 135)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((135 < this.rot._rotation) & (this.rot._rotation < 175)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
} else if ((85 < this.rot._rotation) & (this.rot._rotation < 95)) {
this.rot._rotation = 90;
} else if ((-85 < this.rot._rotation) & (this.rot._rotation < -95)) {
this.rot._rotation = -90;
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
}
}
}
Instance of Symbol 856 MovieClip "acc" in Frame 17
onClipEvent (load) {
this._x = _root.back._x;
once = 0;
}
onClipEvent (enterFrame) {
if (((_root.player._x + 105) < this._x) & (_root.bounceit == false)) {
_root.runspeed = _root.runspeed * 0.9;
_root.pyspeed = 9;
if (_root.runspeed < 1) {
_root.runspeed = 0;
_root.event = "foul";
}
if (once == 0) {
_root.player.gotoAndStop("foul2");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
once++;
}
}
}
onClipEvent (enterFrame) {
x = _root.player._x;
y = _root.player._y + 130;
if (((this.hitTest(x, y + _root.pyspeed, true) & (once == 0)) & (_root.jumpit == true)) & (0 < _root.pyspeed)) {
_root.dir = "up";
if (y < this._y) {
_root.accuracy = ((_root.player._x - this._x) + 10) + (random(8) - 4);
if ((-25 < _root.accuracy) & (_root.accuracy < 25)) {
_root.player.gotoAndStop("bounce");
} else {
_root.player.gotoAndStop("bounce2");
}
_root.back.back2.bedf.play();
_root.pgravity = 1;
_root.pyspeed = -18;
_root.runspeed = 7;
_root.bounceit = true;
bouncesound = new Sound();
bouncesound.attachSound("bouncesound");
bouncesound.start(0, 0);
once++;
} else if (this._y < y) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
}
if (_root.accuracy < 0) {
_root.accuracypoints = 75 - ((-_root.accuracy) * 0.75);
} else if (_root.accuracy >= 0) {
_root.accuracypoints = 75 - (_root.accuracy * 0.75);
}
totaldistance = 45 + (40 * (_root.speed / 100));
modaccuracy = _root.accuracypoints + ((random(6000) - 3000) / 1000);
distanceperc = ((_root.strength + modaccuracy) + _root.luck) / 100;
a = totaldistance * distanceperc;
if (a < 0) {
a = 0;
}
_root.savexspeed = 7 + a;
} else if ((this.hitTest(x, y, true) & (once == 0)) & (_root.jumpit == false)) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
once++;
}
}
Instance of Symbol 936 MovieClip in Frame 17
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 939 MovieClip in Frame 17
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 942 MovieClip in Frame 17
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 945 MovieClip in Frame 17
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 948 MovieClip in Frame 17
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 951 MovieClip in Frame 17
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 879 MovieClip in Frame 17
onClipEvent (enterFrame) {
if ((_root.event == "start") & (this._currentframe < 20)) {
this.play();
} else if ((_root.event == "rock") & (this._currentframe < 36)) {
this.play();
} else if ((_root.event == "flight") & (this._currentframe < 42)) {
this.play();
} else if ((_root.event == "foul") & (this._currentframe < 42)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 884 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 885 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._x = _root.water._x - 300;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 886 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._x = _root.water._x - 400;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "water" in Frame 17
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = ((_root.back._x + xspeed) - 60) + 750;
} else if (_root.back.back1._currentframe == 2) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = (_root.back._x + xspeed) - 60;
} else {
this._y = _root.back._y + 1400;
this._x = _root.back._x;
}
}
Instance of Symbol 892 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 4) {
this._y = (_root.back._y + yspeed) + 800;
this._x = (_root.back._x + xspeed) + 750;
} else if (_root.back.back1._currentframe == 5) {
this._y = (_root.back._y + yspeed) + 800;
this._x = _root.back._x + xspeed;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 894 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._x = _root.water._x + 300;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 895 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._x = _root.water._x + 450;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 896 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._x = _root.water._x + 600;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 897 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._x = _root.water._x + 750;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 902 MovieClip "tub" in Frame 17
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Frame 18
gotoAndPlay(_currentframe - 1);
Frame 20
attemptnum = 4;
_root.back.back1.gotoAndStop("startplus");
_root.back._x = -750;
_root.back._y = 0;
gravity = 1;
pgravity = 0;
distancecount = 0;
tsmash = false;
extrasmash = false;
groundhit = false;
jumpit = false;
bounceit = false;
xspeed = 0;
yspeed = 0;
win = "";
chair1hit = false;
chair2hit = false;
chair3hit = false;
poollady = false;
oldmanhit = false;
oldladyhit = false;
disco1 = false;
disco2 = false;
disco3 = false;
disco4 = false;
kidboat = false;
fatdude = false;
poodle = false;
accuracy = 0;
luck = random(5000) / 1000;
savexspeed = 0;
accuracypoints = 0;
foulcount = 0;
runspeed = 0;
bonus = 0;
Instance of Symbol 595 MovieClip "bkg" in Frame 20
onClipEvent (load) {
this._xscale = 100;
this._yscale = 100;
this._x = -8250;
}
Frame 21
if (event == "start") {
_root.startbut.gotoAndStop(1);
} else if (event == "rock") {
_root.startbut.gotoAndStop(2);
xmove = true;
if ((_root.jumpit == true) & ((_root.player._y + pyspeed) < 240)) {
player._y = player._y + pyspeed;
pyspeed = pyspeed + pgravity;
} else {
pyspeed = pyspeed * 0.5;
if (((pyspeed < 1) & (jumpit == true)) & (bounceit == false)) {
pyspeed = 0;
pxspeed = pxspeed * 0.8;
_root.player.gotoAndStop("foul3");
_root.event = "foul";
}
}
back._x = back._x + runspeed;
bkg._x = bkg._x + runspeed;
_root.bomb._x = _root.bomb._x + runspeed;
_root.acc._x = _root.acc._x + runspeed;
if ((_root.bounceit == true) & (240 < (_root.player._y + pyspeed))) {
runspeed = 0;
pyspeed = 0;
beams._x = player._x;
beams.play();
shootsound = new Sound();
shootsound.attachSound("shootsound");
shootsound.start(0, 0);
_root.guitarsound.play();
gobeams = true;
}
} else if (event == "foul") {
_root.startbut.gotoAndStop(3);
if (50 < foulcount) {
foulcount = 0;
fader.play();
} else {
foulcount++;
}
} else if (event == "flight") {
_root.startbut.gotoAndStop(3);
x = bomb._x + xspeed;
x2 = (bomb._x + xspeed) - (bomb._width / 2);
x3 = (bomb._x + xspeed) + (bomb._width / 2);
y = bomb._y + yspeed;
yspeed = yspeed + gravity;
if ((-1 < xspeed) & (xspeed < 1)) {
xspeed = 0;
yspeed = 0;
gravity = 0;
} else {
gravity = 1;
}
if ((((((xbackmove == true) & (x < 450)) & bkg.hitTest(x, bomb._y, true)) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) & (0 < _root.xspeed)) {
_root.player._x = _root.player._x + xspeed;
_root.beams._x = _root.beams._x + xspeed;
back._x = back._x + xspeed;
bkg._x = bkg._x + xspeed;
} else if ((bkg.hitTest(x, bomb._y, true) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) {
_root.bomb._x = _root.bomb._x - xspeed;
smashsounds.play();
}
if ((_root.back.back1._currentframe == 1) & (-90 < _root.back._x)) {
xbackmove = false;
}
if ((-1 < yspeed) & (yspeed < 1)) {
yspeed = 0;
}
if ((((250 < y) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) & (0 < yspeed)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if (((y < 50) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if ((bkg.hitTest(bomb._x, y, true) & bkg.hitTest(x2, y, true)) & bkg.hitTest(x3, y, true)) {
_root.bomb._y = y;
} else {
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
xbackmove = false;
yspeed = yspeed * -0.3;
xspeed = xspeed * 0.4;
groundhit = true;
smashsounds.play();
Set("attempt" + attemptnum, int(distance));
resultwindow.play();
if (extrasmash == true) {
xbackmove = false;
groundhit = true;
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
smashsounds.play();
}
}
if (_root.back.back1.lastframe == false) {
xmove = true;
} else {
xmove = false;
}
}
distance = ((distancecount * 750) - (-750 - _root.back._x)) - 2000;
total = (((score1 + score2) + score3) + score4) + score5;
Instance of Symbol 856 MovieClip "acc" in Frame 21
onClipEvent (load) {
this._x = _root.back._x;
once = 0;
}
onClipEvent (enterFrame) {
if (((_root.player._x + 105) < this._x) & (_root.bounceit == false)) {
_root.runspeed = _root.runspeed * 0.9;
_root.pyspeed = 9;
if (_root.runspeed < 1) {
_root.runspeed = 0;
_root.event = "foul";
}
if (once == 0) {
_root.player.gotoAndStop("foul2");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
once++;
}
}
}
onClipEvent (enterFrame) {
x = _root.player._x;
y = _root.player._y + 130;
if (((this.hitTest(x, y + _root.pyspeed, true) & (once == 0)) & (_root.jumpit == true)) & (0 < _root.pyspeed)) {
_root.dir = "up";
if (y < this._y) {
_root.accuracy = ((_root.player._x - this._x) + 10) + (random(8) - 4);
if ((-25 < _root.accuracy) & (_root.accuracy < 25)) {
_root.player.gotoAndStop("bounce");
} else {
_root.player.gotoAndStop("bounce2");
}
_root.back.back2.bedf.play();
_root.pgravity = 1;
_root.pyspeed = -18;
_root.runspeed = 7;
_root.bounceit = true;
bouncesound = new Sound();
bouncesound.attachSound("bouncesound");
bouncesound.start(0, 0);
once++;
} else if (this._y < y) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
}
if (_root.accuracy < 0) {
_root.accuracypoints = 75 - ((-_root.accuracy) * 0.75);
} else if (_root.accuracy >= 0) {
_root.accuracypoints = 75 - (_root.accuracy * 0.75);
}
totaldistance = 45 + (40 * (_root.speed / 100));
modaccuracy = _root.accuracypoints + ((random(6000) - 3000) / 1000);
distanceperc = ((_root.strength + modaccuracy) + _root.luck) / 100;
a = totaldistance * distanceperc;
if (a < 0) {
a = 0;
}
_root.savexspeed = 7 + a;
} else if ((this.hitTest(x, y, true) & (once == 0)) & (_root.jumpit == false)) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
once++;
}
}
Instance of Symbol 959 MovieClip "bomb" in Frame 21
onClipEvent (load) {
this._x = -1300;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beams) & (_root.event == "rock")) {
_root.xbackmove = true;
_root.event = "flight";
_root.smashsounds.gotoAndPlay(1);
_root.xspeed = _root.savexspeed;
_root.yspeed = -30;
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (_root.xspeed / 10);
}
onClipEvent (enterFrame) {
a = 5;
if (((_root.groundhit == true) & (_root.xspeed < 5)) & (-5 < _root.xspeed)) {
if (1 < a) {
a = a - 0.2;
}
if ((this.rot._rotation < 90) & (5 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -5) & (-90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -90) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < 175) & (90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
}
}
}
Instance of Symbol 963 MovieClip in Frame 21
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
onClipEvent (enterFrame) {
a = 5;
if ((txspeed < 5) & (-5 < txspeed)) {
if (1 < a) {
a = a - 0.2;
}
if ((this.rot._rotation < 90) & (5 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -5) & (-90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -90) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < 175) & (90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
}
}
}
Instance of Symbol 963 MovieClip in Frame 21
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
onClipEvent (enterFrame) {
a = 5;
if ((txspeed < 5) & (-5 < txspeed)) {
if (1 < a) {
a = a - 0.2;
}
if ((this.rot._rotation < 90) & (5 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -5) & (-90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -90) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < 175) & (90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
}
}
}
Instance of Symbol 967 MovieClip in Frame 21
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x + 30;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 968 MovieClip in Frame 21
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 969 MovieClip in Frame 21
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x - 30;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this._rotation = this._rotation - (txspeed * 2);
}
Instance of Symbol 879 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.event == "start") & (this._currentframe < 20)) {
this.play();
} else if ((_root.event == "rock") & (this._currentframe < 36)) {
this.play();
} else if ((_root.event == "flight") & (this._currentframe < 42)) {
this.play();
} else if ((_root.event == "foul") & (this._currentframe < 42)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 884 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 885 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._x = _root.water._x - 300;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 886 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._x = _root.water._x - 400;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "water" in Frame 21
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = ((_root.back._x + xspeed) - 60) + 750;
} else if (_root.back.back1._currentframe == 2) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = (_root.back._x + xspeed) - 60;
} else {
this._y = _root.back._y + 1400;
this._x = _root.back._x;
}
}
Instance of Symbol 892 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 4) {
this._y = (_root.back._y + yspeed) + 800;
this._x = (_root.back._x + xspeed) + 750;
} else if (_root.back.back1._currentframe == 5) {
this._y = (_root.back._y + yspeed) + 800;
this._x = _root.back._x + xspeed;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 894 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._x = _root.water._x + 300;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 895 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._x = _root.water._x + 450;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 896 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._x = _root.water._x + 600;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 897 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._x = _root.water._x + 750;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 902 MovieClip "tub" in Frame 21
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Frame 22
gotoAndPlay(_currentframe - 1);
Frame 24
attemptnum = 5;
_root.back.back1.gotoAndStop("startplus");
_root.back._x = -750;
_root.back._y = 0;
gravity = 1;
pgravity = 0;
distancecount = 0;
tsmash = false;
extrasmash = false;
groundhit = false;
jumpit = false;
bounceit = false;
xspeed = 0;
yspeed = 0;
win = "";
chair1hit = false;
chair2hit = false;
chair3hit = false;
poollady = false;
oldmanhit = false;
oldladyhit = false;
disco1 = false;
disco2 = false;
disco3 = false;
disco4 = false;
kidboat = false;
fatdude = false;
poodle = false;
accuracy = 0;
luck = random(5000) / 1000;
savexspeed = 0;
accuracypoints = 0;
foulcount = 0;
runspeed = 0;
bonus = 0;
lastfoulglitch = true;
Instance of Symbol 595 MovieClip "bkg" in Frame 24
onClipEvent (load) {
this._xscale = 100;
this._yscale = 100;
this._x = -8250;
}
Frame 25
if (event == "start") {
_root.startbut.gotoAndStop(1);
} else if (event == "rock") {
_root.startbut.gotoAndStop(2);
xmove = true;
if ((_root.jumpit == true) & ((_root.player._y + pyspeed) < 240)) {
player._y = player._y + pyspeed;
pyspeed = pyspeed + pgravity;
} else {
pyspeed = pyspeed * 0.5;
if (((pyspeed < 1) & (jumpit == true)) & (bounceit == false)) {
pyspeed = 0;
pxspeed = pxspeed * 0.8;
_root.player.gotoAndStop("foul3");
_root.event = "foul";
}
}
back._x = back._x + runspeed;
bkg._x = bkg._x + runspeed;
_root.bomb._x = _root.bomb._x + runspeed;
_root.acc._x = _root.acc._x + runspeed;
if ((_root.bounceit == true) & (240 < (_root.player._y + pyspeed))) {
runspeed = 0;
pyspeed = 0;
beams._x = player._x;
beams.play();
shootsound = new Sound();
shootsound.attachSound("shootsound");
shootsound.start(0, 0);
_root.guitarsound.play();
gobeams = true;
}
} else if (event == "foul") {
if (lastfoulglitch == true) {
_root.startbut.gotoAndStop(3);
_root.resultwindow.gotoAndStop("gameover");
lastfoulglitch = false;
}
} else if (event == "flight") {
_root.startbut.gotoAndStop(3);
x = bomb._x + xspeed;
x2 = (bomb._x + xspeed) - (bomb._width / 2);
x3 = (bomb._x + xspeed) + (bomb._width / 2);
y = bomb._y + yspeed;
yspeed = yspeed + gravity;
if ((-1 < xspeed) & (xspeed < 1)) {
xspeed = 0;
yspeed = 0;
gravity = 0;
} else {
gravity = 1;
}
if ((((((xbackmove == true) & (x < 450)) & bkg.hitTest(x, bomb._y, true)) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) & (0 < _root.xspeed)) {
_root.player._x = _root.player._x + xspeed;
_root.beams._x = _root.beams._x + xspeed;
back._x = back._x + xspeed;
bkg._x = bkg._x + xspeed;
} else if ((bkg.hitTest(x, bomb._y, true) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) {
_root.bomb._x = _root.bomb._x - xspeed;
smashsounds.play();
}
if ((_root.back.back1._currentframe == 1) & (-90 < _root.back._x)) {
xbackmove = false;
}
if ((-1 < yspeed) & (yspeed < 1)) {
yspeed = 0;
}
if ((((250 < y) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) & (0 < yspeed)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if (((y < 50) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) {
player._y = player._y - yspeed;
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if ((bkg.hitTest(bomb._x, y, true) & bkg.hitTest(x2, y, true)) & bkg.hitTest(x3, y, true)) {
_root.bomb._y = y;
} else {
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
xbackmove = false;
yspeed = yspeed * -0.3;
xspeed = xspeed * 0.4;
groundhit = true;
smashsounds.play();
Set("attempt" + attemptnum, int(distance));
resultwindow.play();
if (extrasmash == true) {
xbackmove = false;
groundhit = true;
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
smashsounds.play();
}
}
if (_root.back.back1.lastframe == false) {
xmove = true;
} else {
xmove = false;
}
}
distance = ((distancecount * 750) - (-750 - _root.back._x)) - 2000;
total = (((score1 + score2) + score3) + score4) + score5;
Instance of Symbol 973 MovieClip in Frame 25
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
onClipEvent (enterFrame) {
a = 5;
if ((txspeed < 5) & (-5 < txspeed)) {
if (1 < a) {
a = a - 0.2;
}
if ((this.rot._rotation < 90) & (5 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -5) & (-90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -90) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < 175) & (90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
}
}
}
Instance of Symbol 977 MovieClip in Frame 25
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
onClipEvent (enterFrame) {
a = 5;
if ((txspeed < 5) & (-5 < txspeed)) {
if (1 < a) {
a = a - 0.2;
}
if ((this.rot._rotation < 90) & (5 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -5) & (-90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -90) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < 175) & (90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
}
}
}
Instance of Symbol 977 MovieClip in Frame 25
onClipEvent (load) {
once = 0;
gravity = 1;
xset = random(40) - 20;
yset = -random(40);
}
onClipEvent (enterFrame) {
if ((_root.tsmash == true) & (once == 0)) {
once++;
this._x = _root.bomb._x;
this._y = _root.bomb._y;
txspeed = xset;
tyspeed = yset;
}
}
onClipEvent (enterFrame) {
if (_root.tsmash == true) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (_root.bkg.hitTest(tx, this._y, true)) {
this._x = tx;
} else {
txspeed = -txspeed;
}
if (_root.bkg.hitTest(this._x, ty, true)) {
this._y = ty;
} else {
tyspeed = 0;
txspeed = 0;
gravity = 0;
}
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (txspeed * 2);
}
onClipEvent (enterFrame) {
a = 5;
if ((txspeed < 5) & (-5 < txspeed)) {
if (1 < a) {
a = a - 0.2;
}
if ((this.rot._rotation < 90) & (5 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -5) & (-90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -90) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < 175) & (90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
}
}
}
Instance of Symbol 856 MovieClip "acc" in Frame 25
onClipEvent (load) {
this._x = _root.back._x;
once = 0;
}
onClipEvent (enterFrame) {
if (((_root.player._x + 105) < this._x) & (_root.bounceit == false)) {
_root.runspeed = _root.runspeed * 0.9;
_root.pyspeed = 9;
if (_root.runspeed < 1) {
_root.runspeed = 0;
_root.event = "foul";
}
if (once == 0) {
_root.player.gotoAndStop("foul2");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
once++;
}
}
}
onClipEvent (enterFrame) {
x = _root.player._x;
y = _root.player._y + 130;
if (((this.hitTest(x, y + _root.pyspeed, true) & (once == 0)) & (_root.jumpit == true)) & (0 < _root.pyspeed)) {
_root.dir = "up";
if (y < this._y) {
_root.accuracy = ((_root.player._x - this._x) + 10) + (random(8) - 4);
if ((-25 < _root.accuracy) & (_root.accuracy < 25)) {
_root.player.gotoAndStop("bounce");
} else {
_root.player.gotoAndStop("bounce2");
}
_root.back.back2.bedf.play();
_root.pgravity = 1;
_root.pyspeed = -18;
_root.runspeed = 7;
_root.bounceit = true;
bouncesound = new Sound();
bouncesound.attachSound("bouncesound");
bouncesound.start(0, 0);
once++;
} else if (this._y < y) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
}
if (_root.accuracy < 0) {
_root.accuracypoints = 75 - ((-_root.accuracy) * 0.75);
} else if (_root.accuracy >= 0) {
_root.accuracypoints = 75 - (_root.accuracy * 0.75);
}
totaldistance = 45 + (40 * (_root.speed / 100));
modaccuracy = _root.accuracypoints + ((random(6000) - 3000) / 1000);
distanceperc = ((_root.strength + modaccuracy) + _root.luck) / 100;
a = totaldistance * distanceperc;
if (a < 0) {
a = 0;
}
_root.savexspeed = 7 + a;
} else if ((this.hitTest(x, y, true) & (once == 0)) & (_root.jumpit == false)) {
_root.pyspeed = 0;
_root.runspeed = 0;
_root.player.gotoAndStop("foul");
crashsound = new Sound();
crashsound.attachSound("crashsound");
crashsound.start(0, 0);
Set("_root.attempt" + _root.attemptnum, 0);
_root.event = "foul";
once++;
}
}
Instance of Symbol 879 MovieClip in Frame 25
onClipEvent (enterFrame) {
if ((_root.event == "start") & (this._currentframe < 20)) {
this.play();
} else if ((_root.event == "rock") & (this._currentframe < 36)) {
this.play();
} else if ((_root.event == "flight") & (this._currentframe < 42)) {
this.play();
} else if ((_root.event == "foul") & (this._currentframe < 42)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 885 MovieClip in Frame 25
onClipEvent (enterFrame) {
this._x = _root.water._x - 300;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 886 MovieClip in Frame 25
onClipEvent (enterFrame) {
this._x = _root.water._x - 400;
this._y = _root.water._y - 77;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 894 MovieClip in Frame 25
onClipEvent (enterFrame) {
this._x = _root.water._x + 300;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 895 MovieClip in Frame 25
onClipEvent (enterFrame) {
this._x = _root.water._x + 450;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 896 MovieClip in Frame 25
onClipEvent (enterFrame) {
this._x = _root.water._x + 600;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 897 MovieClip in Frame 25
onClipEvent (enterFrame) {
this._x = _root.water._x + 750;
this._y = _root.water._y - 57;
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 884 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 902 MovieClip "tub" in Frame 25
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = _root.back._y + 1200;
this._x = _root.back._x;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 985 MovieClip "bomb" in Frame 25
onClipEvent (load) {
this._x = -1300;
fireonce = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.beams) & (_root.event == "rock")) {
_root.xbackmove = true;
_root.event = "flight";
_root.smashsounds.gotoAndPlay(1);
_root.xspeed = _root.savexspeed;
_root.yspeed = -30;
}
}
onClipEvent (enterFrame) {
this.rot._rotation = this.rot._rotation - (_root.xspeed / 10);
}
onClipEvent (enterFrame) {
a = 10;
if (((_root.groundhit == true) & (_root.xspeed < 5)) & (-5 < _root.xspeed)) {
if (1 < a) {
a = a - 0.2;
}
if ((this.rot._rotation < 90) & (5 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < -5) & (-90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((this.rot._rotation < -90) & (-175 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation - a;
} else if ((this.rot._rotation < 175) & (90 < this.rot._rotation)) {
this.rot._rotation = this.rot._rotation + a;
} else if ((-5 < this.rot._rotation) & (this.rot._rotation < 5)) {
this.rot._rotation = 0;
if (fireonce == 0) {
fireonce++;
this.rot.gotoAndStop(3);
}
} else if ((this.rot._rotation < -175) or (175 < this.rot._rotation)) {
this.rot._rotation = 180;
if (fireonce == 0) {
fireonce++;
this.rot.gotoAndStop(4);
}
}
}
}
Instance of Symbol 892 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 4) {
this._y = (_root.back._y + yspeed) + 800;
this._x = (_root.back._x + xspeed) + 750;
} else if (_root.back.back1._currentframe == 5) {
this._y = (_root.back._y + yspeed) + 800;
this._x = _root.back._x + xspeed;
} else {
this._y = _root.back._y + 1200;
this._x = _root.back._x - 2000;
}
}
Instance of Symbol 986 MovieClip "water" in Frame 25
onClipEvent (enterFrame) {
if (_root.back.back1._currentframe == 1) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = ((_root.back._x + xspeed) - 60) + 750;
} else if (_root.back.back1._currentframe == 2) {
this._y = (_root.back._y + yspeed) + 1200;
this._x = (_root.back._x + xspeed) - 60;
} else {
this._y = _root.back._y + 2400;
this._x = _root.back._x;
}
}
Frame 26
gotoAndPlay(_currentframe - 1);
Frame 31
if (event == "start") {
_root.startbut.gotoAndStop(1);
} else if (event == "firstgame") {
_root.instructions.gotoAndStop(2);
} else if (event == "rock") {
xmove = true;
if ((_root.jumpit == true) & ((_root.player._y + pyspeed) < 240)) {
player._y = player._y + pyspeed;
pyspeed = pyspeed + pgravity;
} else {
pyspeed = pyspeed * 0.5;
if (((pyspeed < 1) & (jumpit == true)) & (bounceit == false)) {
pyspeed = 0;
pxspeed = pxspeed * 0.8;
_root.player.gotoAndStop("foul3");
_root.event = "foul";
}
}
back._x = back._x + runspeed;
bkg._x = bkg._x + runspeed;
_root.bomb._x = _root.bomb._x + runspeed;
_root.acc._x = _root.acc._x + runspeed;
if ((_root.bounceit == true) & (240 < (_root.player._y + pyspeed))) {
runspeed = 0;
pyspeed = 0;
beams._x = player._x;
beams.play();
shootsound = new Sound();
shootsound.attachSound("shootsound");
shootsound.start(0, 0);
_root.guitarsound.play();
gobeams = true;
}
if (_root.bounceit == true) {
if (dir == "up") {
ymove = false;
_root.bouncemove++;
_root.back._y = _root.back._y + bouncemove;
_root.bkg._y = _root.bkg._y + bouncemove;
if (10 < bouncemove) {
dir = "down";
}
} else if ((dir == "down") & (0 < _root.back._y)) {
_root.bouncemove--;
_root.back._y = _root.back._y + bouncemove;
_root.bkg._y = _root.bkg._y + bouncemove;
} else if ((dir == "down") & (0 >= _root.back._y)) {
ymove = true;
}
}
} else if (event == "foul") {
if (50 < foulcount) {
foulcount = 0;
fader.play();
} else {
foulcount++;
}
} else if (event == "flight") {
x = bomb._x + xspeed;
x2 = (bomb._x + xspeed) - (bomb._width / 2);
x3 = (bomb._x + xspeed) + (bomb._width / 2);
y = bomb._y + yspeed;
yspeed = yspeed + gravity;
if ((-1 < xspeed) & (xspeed < 1)) {
xspeed = 0;
yspeed = 0;
gravity = 0;
} else {
gravity = 1;
}
if ((((((xbackmove == true) & (x < 450)) & bkg.hitTest(x, bomb._y, true)) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) & (0 < _root.xspeed)) {
_root.player._x = _root.player._x + xspeed;
_root.beams._x = _root.beams._x + xspeed;
back._x = back._x + xspeed;
bkg._x = bkg._x + xspeed;
} else if ((bkg.hitTest(x, bomb._y, true) & bkg.hitTest(x2, bomb._y, true)) & bkg.hitTest(x3, bomb._y, true)) {
_root.bomb._x = _root.bomb._x - xspeed;
smashsounds.play();
}
if ((_root.back.back1._currentframe == 1) & (-90 < _root.back._x)) {
xbackmove = false;
}
if ((-1 < yspeed) & (yspeed < 1)) {
yspeed = 0;
}
if ((((350 < y) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) & (0 < yspeed)) {
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if (((y < 50) & (-798 < (_root.back._y - yspeed))) & bkg.hitTest(bomb._x, y, true)) {
back._y = back._y - yspeed;
bkg._y = bkg._y - yspeed;
} else if ((bkg.hitTest(bomb._x, y, true) & bkg.hitTest(x2, y, true)) & bkg.hitTest(x3, y, true)) {
_root.bomb._y = y;
} else {
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
xbackmove = false;
yspeed = yspeed * -0.3;
xspeed = xspeed * 0.4;
groundhit = true;
smashsounds.play();
Set("attempt" + attemptnum, int(distance));
resultwindow.play();
if (extrasmash == true) {
xbackmove = false;
groundhit = true;
_root.tsmash = true;
if (_root.bomb.rot._currentframe == 1) {
_root.bomb.rot.gotoAndStop(2);
}
smashsounds.play();
}
}
if (_root.back.back1.lastframe == false) {
xmove = true;
} else {
xmove = false;
}
}
distance = ((distancecount * 750) - (-750 - _root.back._x)) - 2000;
total = (((score1 + score2) + score3) + score4) + score5;
Symbol 17 MovieClip Frame 1
stop();
Symbol 29 Button
on (press, keyPress "<Enter>") {
if (_root.playername ne "") {
_root.fadein.play();
loadVariablesNum ("http://starvingeyes.com/gr/grvisit.php", 0);
} else {
_root.commentit = "Please Enter Your Name";
}
}
Symbol 30 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 33
stop();
Symbol 38 MovieClip Frame 1
Symbol 38 MovieClip Frame 21
stop();
Symbol 38 MovieClip Frame 45
_root.gotime = true;
Symbol 38 MovieClip Frame 72
stop();
Symbol 59 MovieClip Frame 13
stop();
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 59
gotoAndPlay (57);
Symbol 72 MovieClip Frame 29
stop();
Symbol 72 MovieClip Frame 87
stop();
Symbol 72 MovieClip Frame 88
gotoAndPlay(_currentframe - 1);
Symbol 73 MovieClip Frame 29
stop();
Symbol 73 MovieClip Frame 87
stop();
Symbol 73 MovieClip Frame 88
gotoAndPlay(_currentframe - 1);
Symbol 74 MovieClip Frame 29
stop();
Symbol 74 MovieClip Frame 87
stop();
Symbol 74 MovieClip Frame 88
gotoAndPlay(_currentframe - 1);
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 62
gotoAndPlay (60);
Symbol 90 MovieClip Frame 1
stop();
Instance of Symbol 60 MovieClip "splash" in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 72 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 83 MovieClip in Symbol 90 MovieClip Frame 3
onClipEvent (enterFrame) {
this.play();
}
Symbol 90 MovieClip Frame 38
gotoAndPlay (36);
Symbol 107 MovieClip Frame 1
stop();
Instance of Symbol 60 MovieClip "splash" in Symbol 107 MovieClip Frame 2
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 72 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 107 MovieClip Frame 155
stop();
Symbol 107 MovieClip Frame 161
gotoAndPlay (155);
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 62
gotoAndPlay (60);
Symbol 128 MovieClip Frame 1
stop();
Instance of Symbol 60 MovieClip "splash" in Symbol 128 MovieClip Frame 2
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 72 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 128 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 83 MovieClip "splash" in Symbol 128 MovieClip Frame 31
onClipEvent (enterFrame) {
this.play();
}
Symbol 128 MovieClip Frame 222
gotoAndPlay (220);
Symbol 142 MovieClip Frame 1
stop();
Instance of Symbol 60 MovieClip "splash" in Symbol 142 MovieClip Frame 2
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 72 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 142 MovieClip Frame 7
gotoAndPlay(_currentframe - 1);
Symbol 158 MovieClip Frame 1
stop();
Instance of Symbol 60 MovieClip "splash" in Symbol 158 MovieClip Frame 2
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 72 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 158 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 158 MovieClip Frame 7
gotoAndPlay(_currentframe - 1);
Symbol 211 MovieClip Frame 37
stop();
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 59
gotoAndPlay (57);
Symbol 213 MovieClip Frame 29
stop();
Symbol 213 MovieClip Frame 87
stop();
Symbol 213 MovieClip Frame 88
gotoAndPlay(_currentframe - 1);
Symbol 214 MovieClip Frame 29
stop();
Symbol 214 MovieClip Frame 87
stop();
Symbol 214 MovieClip Frame 88
gotoAndPlay(_currentframe - 1);
Symbol 215 MovieClip Frame 5
stop();
Symbol 215 MovieClip Frame 6
play();
Instance of Symbol 212 MovieClip "splash" in Symbol 215 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.attemptnum < 4) {
this.play();
}
}
Instance of Symbol 213 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 214 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 215 MovieClip Frame 7
play();
Symbol 215 MovieClip Frame 8
play();
Symbol 215 MovieClip Frame 9
play();
Symbol 215 MovieClip Frame 10
stop();
Symbol 249 MovieClip Frame 25
stop();
Symbol 250 MovieClip Frame 3
stop();
Symbol 250 MovieClip Frame 6
play();
Instance of Symbol 212 MovieClip "splash" in Symbol 250 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.attemptnum < 4) {
this.play();
}
}
Instance of Symbol 213 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 250 MovieClip Frame 7
play();
Symbol 250 MovieClip Frame 8
play();
Symbol 250 MovieClip Frame 9
play();
Symbol 250 MovieClip Frame 10
stop();
Symbol 264 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 2
play();
Instance of Symbol 212 MovieClip "splash" in Symbol 264 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.attemptnum < 4) {
this.play();
}
}
Instance of Symbol 213 MovieClip in Symbol 264 MovieClip Frame 2
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 264 MovieClip Frame 2
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 264 MovieClip Frame 2
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 264 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 214 MovieClip in Symbol 264 MovieClip Frame 2
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 264 MovieClip Frame 3
play();
Symbol 264 MovieClip Frame 4
play();
Symbol 264 MovieClip Frame 5
play();
Symbol 264 MovieClip Frame 6
stop();
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 2
play();
Instance of Symbol 212 MovieClip "splash" in Symbol 277 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.attemptnum < 4) {
this.play();
}
}
Instance of Symbol 213 MovieClip in Symbol 277 MovieClip Frame 2
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 277 MovieClip Frame 2
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 213 MovieClip in Symbol 277 MovieClip Frame 2
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 277 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 214 MovieClip in Symbol 277 MovieClip Frame 2
onClipEvent (load) {
if (_root.attemptnum >= 4) {
this.gotoAndPlay("end");
}
}
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 277 MovieClip Frame 3
play();
Symbol 277 MovieClip Frame 4
play();
Symbol 277 MovieClip Frame 5
play();
Symbol 277 MovieClip Frame 6
stop();
Symbol 288 MovieClip Frame 12
stop();
Symbol 290 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 5
stop();
Symbol 317 MovieClip Frame 90
gotoAndPlay (15);
Symbol 334 MovieClip Frame 15
stop();
Symbol 335 MovieClip Frame 5
stop();
Instance of Symbol 60 MovieClip "splash" in Symbol 335 MovieClip Frame 6
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 72 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 335 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 335 MovieClip Frame 10
stop();
Symbol 375 MovieClip Frame 45
stop();
Symbol 376 MovieClip Frame 5
stop();
Instance of Symbol 60 MovieClip "splash" in Symbol 376 MovieClip Frame 6
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 72 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 74 MovieClip in Symbol 376 MovieClip Frame 6
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 25);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 376 MovieClip Frame 10
stop();
Symbol 386 MovieClip Frame 1
stop();
Instance of Symbol 72 MovieClip in Symbol 386 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 72 MovieClip in Symbol 386 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(10) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Instance of Symbol 73 MovieClip in Symbol 386 MovieClip Frame 2
onClipEvent (load) {
gravity = 1;
once = 0;
offset = random(60);
this._xscale = this._xscale - offset;
this._yscale = this._yscale - offset;
txspeed = random(20) - 10;
tyspeed = -(random(20) + 5);
}
onClipEvent (enterFrame) {
botnum = 120;
if (1 < txspeed) {
this._xscale = 100;
txspeed--;
} else if (txspeed < -1) {
this._xscale = -100;
txspeed++;
} else if (txspeed == 0) {
}
}
onClipEvent (enterFrame) {
tx = this._x + txspeed;
ty = this._y + tyspeed;
tyspeed = tyspeed + gravity;
if (ty < botnum) {
this._y = ty;
this._x = tx;
if (tyspeed < 0) {
} else if (0 < tyspeed) {
} else if (tyspeed == 0) {
}
} else {
txspeed = 0;
if (once == 0) {
this.gotoAndPlay("splat");
once++;
}
}
}
Symbol 386 MovieClip Frame 6
stop();
Symbol 386 MovieClip Frame 7
gotoAndPlay(_currentframe - 1);
Symbol 393 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 2
if (_root.groundhit == true) {
gotoAndPlay (48);
}
Symbol 393 MovieClip Frame 3
_root.bonus = _root.bonus + 500;
Symbol 393 MovieClip Frame 35
gotoAndPlay (33);
Symbol 393 MovieClip Frame 48
_root.bonus = _root.bonus + 100;
Symbol 393 MovieClip Frame 67
gotoAndPlay (65);
Symbol 457 MovieClip Frame 1
stop();
Symbol 457 MovieClip Frame 2
if (_root.groundhit == true) {
gotoAndPlay (48);
}
Symbol 457 MovieClip Frame 3
_root.bonus = _root.bonus + 500;
Symbol 457 MovieClip Frame 44
gotoAndPlay (42);
Symbol 457 MovieClip Frame 49
_root.bonus = _root.bonus + 100;
Symbol 457 MovieClip Frame 71
gotoAndPlay (69);
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 38
gotoAndStop (1);
Symbol 474 MovieClip Frame 1
stop();
lastframe = true;
Instance of Symbol 90 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.bomb) & (_root.groundhit == false)) & (_parent.kidfly != true)) {
this.play();
if (_root.fatdude == false) {
_root.bonus = _root.bonus + 1200;
}
_root.fatdude = true;
_root.tubwater.play();
}
}
Symbol 474 MovieClip Frame 2
lastframe = false;
kidfly = false;
Instance of Symbol 107 MovieClip "floaty" in Symbol 474 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
this.play();
if (_root.kidboat == false) {
_root.bonus = _root.bonus + 500;
}
_root.kidboat = true;
_parent.kidfly = true;
}
}
onClipEvent (enterFrame) {
if (_root.kidboat == true) {
this.play();
}
}
onClipEvent (enterFrame) {
if (this.count < 300) {
this.count++;
this._x = this._x + 0.2;
}
}
onClipEvent (load) {
this.count = 0;
}
Instance of Symbol 112 MovieClip in Symbol 474 MovieClip Frame 2
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (_parent.kidfly == true) {
if (once == 0) {
gravity = 1;
this._x = _parent.floaty._x;
this._y = 1099;
kyspeed = -(random(10) + 20);
kxspeed = random(10) - 5;
once++;
}
kyspeed = kyspeed + gravity;
if (this._y < 1100) {
this._x = this._x + kxspeed;
this._y = this._y + kyspeed;
this.rot._rotation = this.rot._rotation + (kxspeed * 2);
} else if ((1100 < this._y) & (this._y < 1160)) {
this.splash.play();
this._y = this._y + 1;
_root.blood1.play();
_root.blood1._x = (330 + _root.back._x) + 600;
_root.blood1._y = 380;
} else {
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 116 MovieClip in Symbol 474 MovieClip Frame 2
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (_parent.kidfly == true) {
if (once == 0) {
gravity = 1;
this._x = _parent.floaty._x;
this._y = 1099;
kyspeed = -(random(10) + 20);
kxspeed = random(10) - 5;
once++;
}
kyspeed = kyspeed + gravity;
if (this._y < 1100) {
this._x = this._x + kxspeed;
this._y = this._y + kyspeed;
this.rot._rotation = this.rot._rotation + (kxspeed * 2);
} else if ((1100 < this._y) & (this._y < 1160)) {
this.splash.play();
this._y = this._y + 1;
_root.blood1.play();
_root.blood1._x = (330 + _root.back._x) + 600;
_root.blood1._y = 380;
} else {
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 120 MovieClip in Symbol 474 MovieClip Frame 2
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (_parent.kidfly == true) {
if (once == 0) {
gravity = 1;
this._x = _parent.floaty._x;
this._y = 1099;
kyspeed = -(random(10) + 20);
kxspeed = random(10) - 5;
once++;
}
kyspeed = kyspeed + gravity;
if (this._y < 1100) {
this._x = this._x + kxspeed;
this._y = this._y + kyspeed;
this.rot._rotation = this.rot._rotation + (kxspeed * 2);
} else if ((1100 < this._y) & (this._y < 1160)) {
this.splash.play();
this._y = this._y + 1;
_root.blood1.play();
_root.blood1._x = (330 + _root.back._x) + 600;
_root.blood1._y = 380;
} else {
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 128 MovieClip in Symbol 474 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
this.play();
if (_root.poollady == false) {
_root.bonus = _root.bonus + 500;
}
_root.poollady = true;
_root.blood2.play();
_root.blood2._x = (330 + _root.back._x) + 100;
_root.blood2._y = 380;
}
}
onClipEvent (load) {
this.count = 0;
}
onClipEvent (enterFrame) {
if (_root.poollady == true) {
this.play();
}
}
onClipEvent (enterFrame) {
if (this.count < 300) {
this.count++;
this._x = this._x - 0.2;
}
}
Instance of Symbol 142 MovieClip in Symbol 474 MovieClip Frame 3
onClipEvent (load) {
if (_root.chair1hit == true) {
this.gotoAndStop("hit");
}
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.chair1hit == false) {
_root.bonus = _root.bonus + 400;
}
_root.chair1hit = true;
this.play();
}
}
Instance of Symbol 158 MovieClip in Symbol 474 MovieClip Frame 4
onClipEvent (load) {
if (_root.chair2hit == true) {
this.gotoAndStop("hit");
}
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.chair2hit == false) {
_root.bonus = _root.bonus + 800;
}
_root.chair2hit = true;
this.play();
}
}
Instance of Symbol 215 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (load) {
if (_root.disco1 == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.disco1 == false) {
_root.bonus = _root.bonus + 400;
scream = new Sound();
scream.attachSound("scream");
scream.start(0, 0);
}
_root.disco1 = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 250 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (load) {
if (_root.disco2 == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.disco2 == false) {
_root.bonus = _root.bonus + 400;
}
_root.disco2 = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 264 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (load) {
if (_root.disco4 == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.disco4 == false) {
_root.bonus = _root.bonus + 400;
tscream = new Sound();
tscream.attachSound("tscream");
tscream.start(0, 0);
}
_root.disco4 = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 277 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (load) {
if (_root.disco3 == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.disco3 == false) {
_root.bonus = _root.bonus + 400;
shamanscream = new Sound();
shamanscream.attachSound("shamanscream");
shamanscream.start(0, 0);
}
_root.disco3 = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 290 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (load) {
if (_root.win == "broken") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb)) {
_root.win = "broken";
this.gotoAndStop(2);
}
}
Instance of Symbol 292 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (load) {
this.gotoAndPlay(3);
}
Instance of Symbol 292 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (load) {
this.gotoAndPlay(3);
}
Instance of Symbol 297 MovieClip in Symbol 474 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 335 MovieClip in Symbol 474 MovieClip Frame 6
onClipEvent (load) {
if (_root.oldladyhit == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.oldladyhit == false) {
_root.bonus = _root.bonus + 800;
ladyscream = new Sound();
ladyscream.attachSound("ladyscream");
ladyscream.start(0, 0);
}
_root.oldladyhit = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 376 MovieClip in Symbol 474 MovieClip Frame 6
onClipEvent (load) {
if (_root.oldmanhit == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.oldmanhit == false) {
_root.bonus = _root.bonus + 800;
scream = new Sound();
scream.attachSound("scream");
scream.start(0, 0);
}
_root.oldmanhit = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 386 MovieClip in Symbol 474 MovieClip Frame 7
onClipEvent (load) {
if (_root.poodle == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.poodle == false) {
_root.bonus = _root.bonus + 800;
}
_root.poodle = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 393 MovieClip in Symbol 474 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 457 MovieClip in Symbol 474 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Symbol 474 MovieClip Frame 11
lastframe = false;
Symbol 475 MovieClip Frame 1
stop();
lastframe = true;
Instance of Symbol 90 MovieClip in Symbol 475 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.bomb) & (_root.groundhit == false)) & (_parent.kidfly != true)) {
this.play();
if (_root.fatdude == false) {
_root.bonus = _root.bonus + 1200;
}
_root.fatdude = true;
_root.tubwater.play();
}
}
Symbol 475 MovieClip Frame 2
lastframe = false;
kidfly = false;
Instance of Symbol 107 MovieClip "floaty" in Symbol 475 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
this.play();
if (_root.kidboat == false) {
_root.bonus = _root.bonus + 500;
}
_root.kidboat = true;
_parent.kidfly = true;
}
}
onClipEvent (enterFrame) {
if (_root.kidboat == true) {
this.play();
}
}
onClipEvent (enterFrame) {
if (this.count < 300) {
this.count++;
this._x = this._x + 0.2;
}
}
onClipEvent (load) {
this.count = 0;
}
Instance of Symbol 112 MovieClip in Symbol 475 MovieClip Frame 2
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (_parent.kidfly == true) {
if (once == 0) {
gravity = 1;
this._x = _parent.floaty._x;
this._y = 1099;
kyspeed = -(random(10) + 20);
kxspeed = random(10) - 5;
once++;
}
kyspeed = kyspeed + gravity;
if (this._y < 1100) {
this._x = this._x + kxspeed;
this._y = this._y + kyspeed;
this.rot._rotation = this.rot._rotation + (kxspeed * 2);
} else if ((1100 < this._y) & (this._y < 1160)) {
this.splash.play();
this._y = this._y + 1;
_root.blood1.play();
_root.blood1._x = (330 + _root.back._x) + 600;
_root.blood1._y = 380;
} else {
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 116 MovieClip in Symbol 475 MovieClip Frame 2
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (_parent.kidfly == true) {
if (once == 0) {
gravity = 1;
this._x = _parent.floaty._x;
this._y = 1099;
kyspeed = -(random(10) + 20);
kxspeed = random(10) - 5;
once++;
}
kyspeed = kyspeed + gravity;
if (this._y < 1100) {
this._x = this._x + kxspeed;
this._y = this._y + kyspeed;
this.rot._rotation = this.rot._rotation + (kxspeed * 2);
} else if ((1100 < this._y) & (this._y < 1160)) {
this.splash.play();
this._y = this._y + 1;
_root.blood1.play();
_root.blood1._x = (330 + _root.back._x) + 600;
_root.blood1._y = 380;
} else {
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 120 MovieClip in Symbol 475 MovieClip Frame 2
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (_parent.kidfly == true) {
if (once == 0) {
gravity = 1;
this._x = _parent.floaty._x;
this._y = 1099;
kyspeed = -(random(10) + 20);
kxspeed = random(10) - 5;
once++;
}
kyspeed = kyspeed + gravity;
if (this._y < 1100) {
this._x = this._x + kxspeed;
this._y = this._y + kyspeed;
this.rot._rotation = this.rot._rotation + (kxspeed * 2);
} else if ((1100 < this._y) & (this._y < 1160)) {
this.splash.play();
this._y = this._y + 1;
_root.blood1.play();
_root.blood1._x = (330 + _root.back._x) + 600;
_root.blood1._y = 380;
} else {
this._x = this._x + 0.4;
}
}
}
Instance of Symbol 128 MovieClip in Symbol 475 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
this.play();
if (_root.poollady == false) {
_root.bonus = _root.bonus + 500;
}
_root.poollady = true;
_root.blood2.play();
_root.blood2._x = (330 + _root.back._x) + 100;
_root.blood2._y = 380;
}
}
onClipEvent (load) {
this.count = 0;
}
onClipEvent (enterFrame) {
if (_root.poollady == true) {
this.play();
}
}
onClipEvent (enterFrame) {
if (this.count < 300) {
this.count++;
this._x = this._x - 0.2;
}
}
Instance of Symbol 142 MovieClip in Symbol 475 MovieClip Frame 3
onClipEvent (load) {
if (_root.chair1hit == true) {
this.gotoAndStop("hit");
}
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.chair1hit == false) {
_root.bonus = _root.bonus + 400;
}
_root.chair1hit = true;
this.play();
}
}
Instance of Symbol 158 MovieClip in Symbol 475 MovieClip Frame 4
onClipEvent (load) {
if (_root.chair2hit == true) {
this.gotoAndStop("hit");
}
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.chair2hit == false) {
_root.bonus = _root.bonus + 800;
}
_root.chair2hit = true;
this.play();
}
}
Instance of Symbol 215 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (load) {
if (_root.disco1 == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.disco1 == false) {
_root.bonus = _root.bonus + 400;
scream = new Sound();
scream.attachSound("scream");
scream.start(0, 0);
}
_root.disco1 = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 250 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (load) {
if (_root.disco2 == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.disco2 == false) {
_root.bonus = _root.bonus + 400;
}
_root.disco2 = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 264 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (load) {
if (_root.disco4 == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.disco4 == false) {
_root.bonus = _root.bonus + 400;
tscream = new Sound();
tscream.attachSound("tscream");
tscream.start(0, 0);
}
_root.disco4 = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 277 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (load) {
if (_root.disco3 == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.disco3 == false) {
_root.bonus = _root.bonus + 400;
shamanscream = new Sound();
shamanscream.attachSound("shamanscream");
shamanscream.start(0, 0);
}
_root.disco3 = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 290 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (load) {
if (_root.win == "broken") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb)) {
_root.win = "broken";
this.gotoAndStop(2);
}
}
Instance of Symbol 292 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (load) {
this.gotoAndPlay(3);
}
Instance of Symbol 292 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (load) {
this.gotoAndPlay(3);
}
Instance of Symbol 297 MovieClip in Symbol 475 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 335 MovieClip in Symbol 475 MovieClip Frame 6
onClipEvent (load) {
if (_root.oldladyhit == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.oldladyhit == false) {
_root.bonus = _root.bonus + 800;
ladyscream = new Sound();
ladyscream.attachSound("ladyscream");
ladyscream.start(0, 0);
}
_root.oldladyhit = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 376 MovieClip in Symbol 475 MovieClip Frame 6
onClipEvent (load) {
if (_root.oldmanhit == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.oldmanhit == false) {
_root.bonus = _root.bonus + 800;
scream = new Sound();
scream.attachSound("scream");
scream.start(0, 0);
}
_root.oldmanhit = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 386 MovieClip in Symbol 475 MovieClip Frame 7
onClipEvent (load) {
if (_root.poodle == true) {
this.gotoAndStop("dead");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (_root.groundhit == false)) {
if (_root.poodle == false) {
_root.bonus = _root.bonus + 800;
}
_root.poodle = true;
this.gotoAndPlay("hit");
}
}
Instance of Symbol 393 MovieClip in Symbol 475 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Instance of Symbol 457 MovieClip in Symbol 475 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.bomb)) {
this.play();
}
}
Symbol 475 MovieClip Frame 11
lastframe = false;
Instance of Symbol 474 MovieClip "back1" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
this.side = "a";
this._x = 0;
}
Instance of Symbol 475 MovieClip "back2" in Symbol 476 MovieClip Frame 1
onClipEvent (load) {
this.side = "b";
this._x = 750;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.back.back1._currentframe + 1);
}
Symbol 483 Button
on (release, keyPress "<Space>") {
if (_root.attemptnum == 5) {
_root.resultwindow.gotoAndStop("gameover");
} else {
_root.fader.play();
}
}
Symbol 494 MovieClip Frame 1
stop();
Symbol 503 Button
on (release) {
_root.resultwindow.gotoAndStop("gameover2");
}
Symbol 504 Button
on (release) {
loadVariablesNum ("http://starvingeyes.com/gr/grplay.php", 0);
_root.fader.play();
}
Symbol 509 Button
on (release) {
loadVariablesNum ("http://starvingeyes.com/gr/grplay.php", 0);
playername = _root.playername;
high = _root.highscore;
talktalk = _root.resultwindow.comment;
lll = _root.lll;
getURL ("http://starvingeyes.com/gr/gr_enterscore.php", "_blank", "POST");
_root.fader.play();
_root.resultwindow.gotoAndStop("off");
}
Symbol 510 MovieClip Frame 1
stop();
Symbol 510 MovieClip Frame 51
dis = eval ("_root.attempt" + _root.attemptnum);
Set("_root.score" + _root.attemptnum, dis + _root.bonus);
total = eval ("_root.score" + _root.attemptnum);
Symbol 510 MovieClip Frame 52
stop();
Instance of Symbol 494 MovieClip in Symbol 510 MovieClip Frame 52
onClipEvent (load) {
this.gotoAndStop(_root.attemptnum + 1);
}
Symbol 510 MovieClip Frame 53
gotoAndPlay(_currentframe - 1);
Symbol 510 MovieClip Frame 55
gametotal = _root.total;
if (_root.highscore < gametotal) {
_root.highscore = gametotal;
}
Symbol 510 MovieClip Frame 57
gametotal = _root.total;
Symbol 510 MovieClip Frame 60
gotoAndPlay(_currentframe - 1);
Symbol 514 MovieClip Frame 1
stop();
Instance of Symbol 514 MovieClip "mark" in Symbol 517 MovieClip Frame 1
onClipEvent (load) {
xmin = _parent._x - 20;
xmax = _parent._x + 150;
ymin = _parent._y - 10;
ymax = _parent._y + 10;
}
onClipEvent (mouseDown) {
if (((((xmin < _root._xmouse) & (_root._xmouse < xmax)) & (ymin < _root._ymouse)) & (_root._ymouse < ymax)) & (_root.event == "start")) {
startDrag (this, false, 2, 0, 60, 0);
}
}
onClipEvent (mouseUp) {
stopDrag();
}
onClipEvent (enterFrame) {
_root.slider.markit = int(_root.slider.mark._x + 30) / 100;
_root.speed = (100 * _root.slider.mark._x) / 60;
}
Symbol 519 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 1
stop();
Instance of Symbol 520 MovieClip "mark" in Symbol 521 MovieClip Frame 1
onClipEvent (load) {
dir = "up";
}
onClipEvent (enterFrame) {
if (this._x >= 28) {
dir = "down";
} else if (-29 >= this._x) {
dir = "up";
}
}
onClipEvent (enterFrame) {
if ((dir == "up") & (_root.event == "start")) {
this._x = this._x + 4;
} else if ((dir == "down") & (_root.event == "start")) {
this._x = this._x - 4;
}
}
onClipEvent (enterFrame) {
if (0 < this._x) {
_root.strengthmod = ((100 - int(this._x * 3.333)) / 2) - 25;
} else if (this._x < 0) {
_root.strengthmod = ((100 - int((-this._x) * 3.333)) / 2) - 25;
} else if (this._x == 0) {
_root.strengthmod = 25;
}
_root.strength = _root.strengthmod - ((25 - _root.strengthmod) / 3);
}
onClipEvent (enterFrame) {
if ((this._x < 3) & (-3 < this._x)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 522 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 3
stop();
Symbol 527 MovieClip Frame 5
gotoAndStop (1);
Symbol 529 MovieClip Frame 1
stop();
Symbol 529 MovieClip Frame 30
_root.event = "wait";
_root.resultwindow.gotoAndStop(1);
if (_root.attemptnum == 1) {
_root.gotoAndPlay("attempt2");
} else if (_root.attemptnum == 2) {
_root.gotoAndPlay("attempt3");
} else if (_root.attemptnum == 3) {
_root.gotoAndPlay("attempt4");
} else if (_root.attemptnum == 4) {
_root.gotoAndPlay("attempt5");
} else if (_root.attemptnum == 5) {
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.runspeed = 0;
_root.gotoAndPlay("attempt1");
}
Symbol 529 MovieClip Frame 60
_root.event = "start";
gotoAndStop (1);
Symbol 533 Button
on (release) {
if (_root.event == "firstgame") {
_root.event = "start";
_root.instructions.gotoAndStop(1);
} else {
_root.instructions.gotoAndStop(1);
}
}
Symbol 534 MovieClip Frame 1
stop();
Instance of Symbol 547 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.attemptnum);
}
Symbol 548 MovieClip Frame 18
stop();
Instance of Symbol 547 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.attemptnum);
}
Symbol 549 MovieClip Frame 18
stop();
Instance of Symbol 547 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.attemptnum);
}
Symbol 550 MovieClip Frame 18
stop();
Instance of Symbol 547 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.attemptnum);
}
Symbol 551 MovieClip Frame 18
stop();
Instance of Symbol 547 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.attemptnum);
}
Symbol 552 MovieClip Frame 18
stop();
Symbol 555 MovieClip Frame 18
stop();
Symbol 557 Button
on (keyPress "<Space>") {
_root.event = "rock";
_root.player.play();
nextFrame();
}
Symbol 559 Button
on (keyPress "<Space>") {
if (_root.player.check == true) {
_root.player.play();
_root.player.check = false;
nextFrame();
}
}
Symbol 560 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 2
stop();
Symbol 560 MovieClip Frame 3
stop();
Symbol 570 Button
on (release) {
if (_root.event != "rock") {
_root.instructions.gotoAndStop(2);
}
}
Symbol 575 Button
on (release) {
loadMovieNum ("song1.swf", 1);
}
Symbol 576 Button
on (release) {
_root.songnum = "off";
stopAllSounds();
unloadMovieNum (1);
}
Symbol 584 MovieClip Frame 1
stop();
Symbol 584 MovieClip Frame 3
stop();
Symbol 584 MovieClip Frame 5
stop();
Symbol 584 MovieClip Frame 7
stop();
Symbol 584 MovieClip Frame 9
stop();
Symbol 584 MovieClip Frame 11
stop();
Symbol 584 MovieClip Frame 13
stop();
Symbol 584 MovieClip Frame 15
gotoAndStop (1);
Instance of Symbol 587 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * -0.5;
_root.extrasmash = true;
}
}
Instance of Symbol 588 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * -0.5;
_root.extrasmash = true;
}
}
Instance of Symbol 589 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * -0.2;
_root.extrasmash = true;
}
}
Instance of Symbol 590 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
if (_root.xspeed < 0) {
_root.xspeed = _root.xspeed * -0.4;
_root.extrasmash = true;
}
}
}
Instance of Symbol 591 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * -0.8;
_root.extrasmash = true;
}
}
Instance of Symbol 591 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * -0.8;
_root.extrasmash = true;
}
}
Instance of Symbol 592 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.bomb) & (once == 0)) & (_root.xspeed < 0)) {
once++;
_root.xspeed = _root.yspeed * -0.4;
_root.extrasmash = true;
}
}
Instance of Symbol 591 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * -0.8;
_root.extrasmash = true;
}
}
Instance of Symbol 593 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * -0.2;
}
}
Instance of Symbol 594 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * 0.5;
_root.yspeed = _root.yspeed * -0.2;
_root.extrasmash = true;
}
}
Instance of Symbol 587 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
once = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bomb) & (once == 0)) {
once++;
_root.xspeed = _root.xspeed * -0.5;
_root.extrasmash = true;
}
}
Symbol 601 MovieClip Frame 120
gotoAndPlay (54);
Symbol 656 MovieClip Frame 3
stop();
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndPlay(random(4));
}
Symbol 685 MovieClip Frame 9
if (0 < _root.pyspeed) {
this.play();
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 685 MovieClip Frame 17
stop();
Symbol 734 MovieClip Frame 46
stop();
Symbol 734 MovieClip Frame 53
stop();
Instance of Symbol 661 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndPlay(random(4));
}
Instance of Symbol 661 MovieClip in Symbol 735 MovieClip Frame 36
onClipEvent (enterFrame) {
this.gotoAndPlay(random(4));
}
Symbol 736 MovieClip Frame 25
stop();
Symbol 797 MovieClip Frame 43
stop();
Symbol 799 MovieClip Frame 30
stop();
Symbol 839 MovieClip Frame 85
stop();
Symbol 842 MovieClip Frame 85
stop();
Symbol 843 MovieClip Frame 1
stop();
_root.runspeed = 0;
Symbol 843 MovieClip Frame 2
_root.playertalk.play();
Symbol 843 MovieClip Frame 33
_root.runspeed = _root.slider.markit * 40;
Symbol 843 MovieClip Frame 34
stop();
_root.player.check = true;
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Instance of Symbol 662 MovieClip in Symbol 843 MovieClip Frame 34
onClipEvent (load) {
this.gotoAndPlay(random(30));
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._y = random(100) + 20;
}
}
Symbol 843 MovieClip Frame 35
_root.pyspeed = -(_root.runspeed - ((_root.runspeed - 15) * 0.9));
trace(_root.pyspeed);
_root.pgravity = _root.runspeed / 15;
_root.jumpit = true;
stop();
Symbol 843 MovieClip Frame 38
play();
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 38
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Symbol 843 MovieClip Frame 54
stop();
Symbol 843 MovieClip Frame 61
play();
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Instance of Symbol 735 MovieClip in Symbol 843 MovieClip Frame 61
onClipEvent (load) {
this.gotoAndPlay(random(65));
}
Symbol 843 MovieClip Frame 66
stop();
Symbol 843 MovieClip Frame 75
Symbol 843 MovieClip Frame 77
Symbol 843 MovieClip Frame 79
Symbol 848 MovieClip Frame 1
stop();
Symbol 851 MovieClip Frame 10
stop();
Symbol 851 MovieClip Frame 14
stop();
Symbol 851 MovieClip Frame 17
stop();
Symbol 851 MovieClip Frame 20
stop();
Symbol 851 MovieClip Frame 25
stop();
Symbol 851 MovieClip Frame 33
stop();
Symbol 851 MovieClip Frame 36
gotoAndStop (35);
Instance of Symbol 855 MovieClip in Symbol 856 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((((_root.event != "start") & (_root.event == "rock")) & (_root.bounceit == true)) or (_root.event == "flight")) {
this._x = _root.accuracy;
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 874 MovieClip Frame 1
stop();
Symbol 874 MovieClip Frame 10
stop();
Symbol 879 MovieClip Frame 1
stop();
Symbol 879 MovieClip Frame 36
stop();
Symbol 879 MovieClip Frame 42
stop();
Symbol 884 MovieClip Frame 1
stop();
Symbol 884 MovieClip Frame 54
gotoAndPlay (52);
Symbol 885 MovieClip Frame 1
stop();
Symbol 885 MovieClip Frame 62
gotoAndPlay (60);
Symbol 886 MovieClip Frame 1
stop();
Symbol 886 MovieClip Frame 62
gotoAndPlay (60);
Symbol 893 MovieClip Frame 1
stop();
Symbol 893 MovieClip Frame 40
gotoAndPlay (38);
Symbol 894 MovieClip Frame 1
stop();
Symbol 894 MovieClip Frame 62
gotoAndPlay (60);
Symbol 895 MovieClip Frame 1
stop();
Symbol 895 MovieClip Frame 62
gotoAndPlay (60);
Symbol 896 MovieClip Frame 1
stop();
Symbol 896 MovieClip Frame 62
gotoAndPlay (60);
Symbol 897 MovieClip Frame 1
stop();
Symbol 897 MovieClip Frame 62
gotoAndPlay (60);
Symbol 898 MovieClip Frame 1
stop();
Symbol 898 MovieClip Frame 97
gotoAndPlay (95);
Symbol 899 MovieClip Frame 1
stop();
Symbol 899 MovieClip Frame 54
gotoAndPlay (52);
Symbol 905 MovieClip Frame 1
stop();
Symbol 932 MovieClip Frame 1
stop();
Symbol 953 MovieClip Frame 11
stop();
Symbol 953 MovieClip Frame 14
stop();
Symbol 953 MovieClip Frame 17
stop();
Symbol 953 MovieClip Frame 20
stop();
Symbol 953 MovieClip Frame 25
stop();
Symbol 953 MovieClip Frame 33
stop();
Symbol 953 MovieClip Frame 36
gotoAndStop (35);
Symbol 958 MovieClip Frame 1
stop();
Symbol 983 MovieClip Frame 10
stop();
Symbol 984 MovieClip Frame 1
stop();