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

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

goldenrepublic3.swf

This is the info page for
Flash #26034

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


Text
LOADING...

fader

0

0

ActionScript [AS1/AS2]

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();

Library Items

Symbol 1 Sound [tscream]
Symbol 2 Sound [shootsound]
Symbol 3 Sound [ladyscream]
Symbol 4 Sound [bouncesound]
Symbol 5 Sound [crashsound]Used by:851 953
Symbol 6 Sound [shamanscream]Used by:128
Symbol 7 Sound [scream]Used by:90
Symbol 8 GraphicUsed by:Timeline
Symbol 9 FontUsed by:10 23 31 495 496 497 500 507 508 528 562 563 564 565 566 571 572
Symbol 10 TextUses:9Used by:Timeline
Symbol 11 BitmapUsed by:13
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:11 12Used by:Timeline
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:14 15 16Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:Timeline
Symbol 23 EditableTextUses:9Used by:Timeline
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:30
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:28 29
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 ButtonUses:28 27Used by:30
Symbol 30 MovieClipUses:25 29Used by:Timeline
Symbol 31 EditableTextUses:9Used by:Timeline
Symbol 32 GraphicUsed by:35
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClipUses:32 34Used by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:38 529 584
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 GraphicUsed by:474 475
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:474 475
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:90
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:90
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:90
Symbol 48 BitmapUsed by:49 136 153 260 273
Symbol 49 GraphicUses:48Used by:90 107 128 215 250 335 376 386
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:60 83 111 212 885 886 894 895 896 897
Symbol 52 BitmapUsed by:53 54
Symbol 53 GraphicUses:52Used by:55
Symbol 54 GraphicUses:52Used by:55
Symbol 55 MovieClipUses:53 54Used by:60 83 111 212 885 886 894 895 896 897
Symbol 56 GraphicUsed by:59
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:56 57 58Used by:60 83 111 212 885 886 894 895 896 897
Symbol 60 MovieClipUses:51 55 59Used by:90 107 128 142 158 335 376
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:72 73 74 213 214
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:72 73 74 213 214
Symbol 65 SoundUsed by:72 73 74 142 158 213 214
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:72 73 74 213 214
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:72 73 74 213 214
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:72 73 74 213 214
Symbol 72 MovieClipUses:62 64 65 67 69 71Used by:90 107 128 142 158 335 376 386
Symbol 73 MovieClipUses:62 64 65 67 69 71Used by:90 107 128 142 158 215 250 264 277 335 376 386
Symbol 74 MovieClipUses:62 64 65 67 69 71Used by:90 107 128 142 158 335 376
Symbol 75 ShapeTweeningUsed by:83 111 885 886 894 895 896 897
Symbol 76 ShapeTweeningUsed by:83 111 885 886 894 895 896 897
Symbol 77 SoundUsed by:83 111 885 886 894 895 896 897
Symbol 78 ShapeTweeningUsed by:83 111 885 886 894 895 896 897
Symbol 79 ShapeTweeningUsed by:83 111 885 886 894 895 896 897
Symbol 80 ShapeTweeningUsed by:83 111 885 886 894 895 896 897
Symbol 81 ShapeTweeningUsed by:83 111 885 886 894 895 896 897
Symbol 82 GraphicUsed by:83 111 885 886 894 895 896 897
Symbol 83 MovieClipUses:51 75 76 55 77 78 59 79 80 81 82Used by:90 128
Symbol 84 BitmapUsed by:85 138 155 261 274
Symbol 85 GraphicUses:84Used by:90 107 128 215 250 335 376 386
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:90 107 128 142 158 215 250 264 277 335 376 386
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:90 107 128 142 158 215 250 264 277 335 376 386
Symbol 90 MovieClipUses:43 45 47 49 60 72 73 74 7 83 85 87 89Used by:474 475
Symbol 91 BitmapUsed by:93
Symbol 92 BitmapUsed by:93 144
Symbol 93 GraphicUses:91 92Used by:474 475
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:107
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:107
Symbol 98 SoundUsed by:107
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:107
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:107
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:107
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:107
Symbol 107 MovieClipUses:95 97 49 60 72 73 74 85 98 87 89 100 102 104 106Used by:474 475
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:110
Symbol 110 MovieClipUses:109Used by:112
Symbol 111 MovieClipUses:51 75 76 55 77 78 59 79 80 81 82Used by:112 116 120
Symbol 112 MovieClipUses:110 111Used by:474 475
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:116
Symbol 116 MovieClipUses:115 111Used by:474 475
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 MovieClipUses:119 111Used by:474 475
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:128
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:128
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:128
Symbol 127 SoundUsed by:128
Symbol 128 MovieClipUses:122 124 126 49 60 72 73 74 6 85 87 89 83 127Used by:474 475
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:474 475
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:142
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:142 158 393 457
Symbol 135 BitmapUsed by:136 138
Symbol 136 GraphicUses:48 135Used by:142
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:84 137 135Used by:142
Symbol 139 SoundUsed by:142 158
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:142
Symbol 142 MovieClipUses:132 134 136 60 72 73 74 65 138 139 141 87 89Used by:474 475
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUses:92Used by:145
Symbol 145 MovieClipUses:143 144Used by:474 475
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:474 475
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:474 475
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:158
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:48 152Used by:158
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:84 154Used by:158
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:158
Symbol 158 MovieClipUses:151 134 153 60 72 73 74 65 155 139 157 87 89Used by:474 475
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:474 475
Symbol 161 BitmapUsed by:163
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:161 162Used by:474 475
Symbol 164 GraphicUsed by:215 271
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:183
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:167Used by:183
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:183
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:183
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:183
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:183
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:183
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:183
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:183
Symbol 183 MovieClipUses:166 168 170 172 174 176 178 180 182Used by:215
Symbol 184 GraphicUsed by:215
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:211
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:211
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:211
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:211
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:211
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:211
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:211
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:211
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:211
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:211
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:211
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:211
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:211
Symbol 211 MovieClipUses:186 188 190 192 194 196 198 200 202 204 206 208 210Used by:215
Symbol 212 MovieClipUses:51 55 59Used by:215 250 264 277
Symbol 213 MovieClipUses:62 64 65 67 69 71Used by:215 250 264 277
Symbol 214 MovieClipUses:62 64 65 67 69 71Used by:215 250 264 277
Symbol 215 MovieClipUses:164 183 184 211 49 212 213 73 214 85 87 89Used by:474 475
Symbol 216 GraphicUsed by:250
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:229
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:229
Symbol 221 BitmapUsed by:222
Symbol 222 GraphicUses:221Used by:229
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:229
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:229
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:229
Symbol 229 MovieClipUses:218 220 222 224 226 228Used by:250
Symbol 230 GraphicUsed by:250
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:249
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:249
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:249
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:249
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:249
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:249
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:249
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:249
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:249
Symbol 249 MovieClipUses:232 234 236 238 240 242 244 246 248Used by:250
Symbol 250 MovieClipUses:216 229 230 249 49 212 213 73 214 85 87 89Used by:474 475
Symbol 251 GraphicUsed by:258
Symbol 252 BitmapUsed by:253 260 261
Symbol 253 GraphicUses:252Used by:258
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:258
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:258
Symbol 258 MovieClipUses:251 253 255 257Used by:264
Symbol 259 GraphicUsed by:264
Symbol 260 GraphicUses:48 252Used by:264
Symbol 261 GraphicUses:84 252Used by:264
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:264
Symbol 264 MovieClipUses:258 259 260 212 213 73 214 261 263 87 89Used by:474 475
Symbol 265 BitmapUsed by:266 273 274
Symbol 266 GraphicUses:265Used by:271
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:271
Symbol 269 BitmapUsed by:270
Symbol 270 GraphicUses:269Used by:271
Symbol 271 MovieClipUses:164 266 268 270Used by:277
Symbol 272 GraphicUsed by:277
Symbol 273 GraphicUses:48 265Used by:277
Symbol 274 GraphicUses:84 265Used by:277
Symbol 275 BitmapUsed by:276
Symbol 276 GraphicUses:275Used by:277
Symbol 277 MovieClipUses:271 272 273 212 213 73 214 274 276 87 89Used by:474 475
Symbol 278 GraphicUsed by:290 465
Symbol 279 BitmapUsed by:280
Symbol 280 GraphicUses:279Used by:290
Symbol 281 GraphicUsed by:288
Symbol 282 GraphicUsed by:288
Symbol 283 GraphicUsed by:288
Symbol 284 GraphicUsed by:288
Symbol 285 GraphicUsed by:288
Symbol 286 GraphicUsed by:288
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:281 282 283 284 285 286 287Used by:290
Symbol 289 SoundUsed by:290 297 393 457 851
Symbol 290 MovieClipUses:278 280 288 289Used by:474 475
Symbol 291 GraphicUsed by:292 293
Symbol 292 MovieClipUses:291Used by:474 475
Symbol 293 MovieClipUses:291Used by:474 475
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:474 475
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296 289Used by:474 475
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:474 475
Symbol 300 GraphicUsed by:315
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:315
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:315
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:315
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:315
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:315
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:315
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:315
Symbol 315 MovieClipUses:300 302 304 306 308 310 312 314Used by:316
Symbol 316 MovieClipUses:315Used by:317
Symbol 317 MovieClipUses:316Used by:335
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318Used by:334
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:334
Symbol 322 BitmapUsed by:323
Symbol 323 GraphicUses:322Used by:334
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:334
Symbol 326 BitmapUsed by:327
Symbol 327 GraphicUses:326Used by:334
Symbol 328 BitmapUsed by:329
Symbol 329 GraphicUses:328Used by:334
Symbol 330 BitmapUsed by:331
Symbol 331 GraphicUses:330Used by:334
Symbol 332 BitmapUsed by:333
Symbol 333 GraphicUses:332Used by:334
Symbol 334 MovieClipUses:319 321 323 325 327 329 331 333Used by:335
Symbol 335 MovieClipUses:317 334 49 60 72 73 74 85 87 89Used by:474 475
Symbol 336 BitmapUsed by:337
Symbol 337 GraphicUses:336Used by:350
Symbol 338 BitmapUsed by:339
Symbol 339 GraphicUses:338Used by:350
Symbol 340 BitmapUsed by:341
Symbol 341 GraphicUses:340Used by:350
Symbol 342 BitmapUsed by:343
Symbol 343 GraphicUses:342Used by:350
Symbol 344 BitmapUsed by:345
Symbol 345 GraphicUses:344Used by:350
Symbol 346 BitmapUsed by:347
Symbol 347 GraphicUses:346Used by:350
Symbol 348 BitmapUsed by:349
Symbol 349 GraphicUses:348Used by:350
Symbol 350 MovieClipUses:337 339 341 343 345 347 349Used by:376
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:375
Symbol 353 BitmapUsed by:354
Symbol 354 GraphicUses:353Used by:375
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:375
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:375
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:375
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:375
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:375
Symbol 365 BitmapUsed by:366
Symbol 366 GraphicUses:365Used by:375
Symbol 367 BitmapUsed by:368
Symbol 368 GraphicUses:367Used by:375
Symbol 369 BitmapUsed by:370
Symbol 370 GraphicUses:369Used by:375
Symbol 371 BitmapUsed by:372
Symbol 372 GraphicUses:371Used by:375
Symbol 373 BitmapUsed by:374
Symbol 374 GraphicUses:373Used by:375
Symbol 375 MovieClipUses:352 354 356 358 360 362 364 366 368 370 372 374Used by:376
Symbol 376 MovieClipUses:350 375 49 60 72 73 74 85 87 89Used by:474 475
Symbol 377 BitmapUsed by:380
Symbol 378 BitmapUsed by:380
Symbol 379 BitmapUsed by:380
Symbol 380 GraphicUses:377 378 379Used by:474 475
Symbol 381 BitmapUsed by:382
Symbol 382 GraphicUses:381Used by:386
Symbol 383 BitmapUsed by:384
Symbol 384 GraphicUses:383Used by:386
Symbol 385 SoundUsed by:386
Symbol 386 MovieClipUses:382 384 49 72 73 385 85 87 89Used by:474 475
Symbol 387 BitmapUsed by:388 392
Symbol 388 GraphicUses:387Used by:393
Symbol 389 BitmapUsed by:390
Symbol 390 GraphicUses:389Used by:393
Symbol 391 SoundUsed by:393 457 851 953
Symbol 392 GraphicUses:387Used by:393
Symbol 393 MovieClipUses:388 134 390 391 289 392Used by:474 475
Symbol 394 BitmapUsed by:395
Symbol 395 GraphicUses:394Used by:474 475
Symbol 396 BitmapUsed by:397
Symbol 397 GraphicUses:396Used by:457
Symbol 398 BitmapUsed by:399
Symbol 399 GraphicUses:398Used by:457
Symbol 400 GraphicUsed by:457
Symbol 401 BitmapUsed by:402
Symbol 402 GraphicUses:401Used by:457
Symbol 403 BitmapUsed by:404
Symbol 404 GraphicUses:403Used by:457
Symbol 405 BitmapUsed by:406
Symbol 406 GraphicUses:405Used by:457
Symbol 407 GraphicUsed by:457
Symbol 408 BitmapUsed by:409
Symbol 409 GraphicUses:408Used by:456
Symbol 410 BitmapUsed by:411
Symbol 411 GraphicUses:410Used by:456
Symbol 412 BitmapUsed by:413
Symbol 413 GraphicUses:412Used by:456
Symbol 414 BitmapUsed by:415
Symbol 415 GraphicUses:414Used by:456
Symbol 416 BitmapUsed by:417
Symbol 417 GraphicUses:416Used by:456
Symbol 418 BitmapUsed by:419
Symbol 419 GraphicUses:418Used by:456
Symbol 420 BitmapUsed by:421
Symbol 421 GraphicUses:420Used by:456
Symbol 422 BitmapUsed by:423
Symbol 423 GraphicUses:422Used by:456
Symbol 424 BitmapUsed by:425
Symbol 425 GraphicUses:424Used by:456
Symbol 426 BitmapUsed by:427
Symbol 427 GraphicUses:426Used by:456
Symbol 428 BitmapUsed by:429
Symbol 429 GraphicUses:428Used by:456
Symbol 430 BitmapUsed by:431
Symbol 431 GraphicUses:430Used by:456
Symbol 432 BitmapUsed by:433
Symbol 433 GraphicUses:432Used by:456
Symbol 434 BitmapUsed by:435
Symbol 435 GraphicUses:434Used by:456
Symbol 436 BitmapUsed by:437
Symbol 437 GraphicUses:436Used by:456
Symbol 438 BitmapUsed by:439
Symbol 439 GraphicUses:438Used by:456
Symbol 440 BitmapUsed by:441
Symbol 441 GraphicUses:440Used by:456
Symbol 442 BitmapUsed by:443
Symbol 443 GraphicUses:442Used by:456
Symbol 444 BitmapUsed by:445
Symbol 445 GraphicUses:444Used by:456
Symbol 446 BitmapUsed by:447
Symbol 447 GraphicUses:446Used by:456
Symbol 448 BitmapUsed by:449
Symbol 449 GraphicUses:448Used by:456
Symbol 450 BitmapUsed by:451
Symbol 451 GraphicUses:450Used by:456
Symbol 452 BitmapUsed by:453
Symbol 453 GraphicUses:452Used by:456
Symbol 454 BitmapUsed by:455
Symbol 455 GraphicUses:454Used by:456
Symbol 456 MovieClipUses:409 411 413 415 417 419 421 423 425 427 429 431 433 435 437 439 441 443 445 447 449 451 453 455Used by:457 983
Symbol 457 MovieClipUses:397 399 134 400 402 391 404 289 406 407 456Used by:474 475
Symbol 458 BitmapUsed by:459
Symbol 459 GraphicUses:458Used by:474 475
Symbol 460 BitmapUsed by:464
Symbol 461 BitmapUsed by:464
Symbol 462 BitmapUsed by:464
Symbol 463 BitmapUsed by:464
Symbol 464 GraphicUses:460 461 462 463Used by:474 475
Symbol 465 MovieClipUses:278Used by:474 475
Symbol 466 BitmapUsed by:467
Symbol 467 GraphicUses:466Used by:474 475
Symbol 468 BitmapUsed by:469
Symbol 469 GraphicUses:468Used by:470
Symbol 470 MovieClipUses:469Used by:474 475
Symbol 471 BitmapUsed by:473
Symbol 472 BitmapUsed by:473
Symbol 473 GraphicUses:471 472Used by:474 475
Symbol 474 MovieClipUses:39 41 90 93 107 112 116 120 128 130 142 145 147 149 158 160 163 215 250 264 277 290 292 293 295 297 299 335 376 380 386 393 395 457 459 464 465 467 470 473Used by:476
Symbol 475 MovieClipUses:39 41 90 93 107 112 116 120 128 130 142 145 147 149 158 160 163 215 250 264 277 290 292 293 295 297 299 335 376 380 386 393 395 457 459 464 465 467 470 473Used by:476
Symbol 476 MovieClipUses:474 475Used by:Timeline
Symbol 477 GraphicUsed by:Timeline
Symbol 478 SoundUsed by:510
Symbol 479 SoundUsed by:510
Symbol 480 BitmapUsed by:481
Symbol 481 GraphicUses:480Used by:510
Symbol 482 GraphicUsed by:483
Symbol 483 ButtonUses:482Used by:510
Symbol 484 BitmapUsed by:485
Symbol 485 GraphicUses:484Used by:494
Symbol 486 BitmapUsed by:487
Symbol 487 GraphicUses:486Used by:494
Symbol 488 BitmapUsed by:489
Symbol 489 GraphicUses:488Used by:494
Symbol 490 BitmapUsed by:491
Symbol 491 GraphicUses:490Used by:494
Symbol 492 BitmapUsed by:493
Symbol 493 GraphicUses:492Used by:494
Symbol 494 MovieClipUses:485 487 489 491 493Used by:510
Symbol 495 EditableTextUses:9Used by:510
Symbol 496 EditableTextUses:9Used by:510
Symbol 497 EditableTextUses:9Used by:510
Symbol 498 BitmapUsed by:499
Symbol 499 GraphicUses:498Used by:510
Symbol 500 EditableTextUses:9Used by:510
Symbol 501 GraphicUsed by:503 504 509
Symbol 502 GraphicUsed by:503 504 509
Symbol 503 ButtonUses:501 502Used by:510
Symbol 504 ButtonUses:501 502Used by:510
Symbol 505 BitmapUsed by:506
Symbol 506 GraphicUses:505Used by:510
Symbol 507 EditableTextUses:9Used by:510
Symbol 508 EditableTextUses:9Used by:510
Symbol 509 ButtonUses:501 502Used by:510
Symbol 510 MovieClipUses:478 479 481 483 494 495 496 497 499 500 503 504 506 507 508 509Used by:Timeline
Symbol 511 GraphicUsed by:514
Symbol 512 BitmapUsed by:513
Symbol 513 GraphicUses:512Used by:514 519
Symbol 514 MovieClipUses:511 513Used by:517
Symbol 515 FontUsed by:516
Symbol 516 EditableTextUses:515Used by:517
Symbol 517 MovieClipUses:514 516Used by:Timeline
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:518 513Used by:520 522
Symbol 520 MovieClipUses:519Used by:521
Symbol 521 MovieClipUses:520Used by:Timeline
Symbol 522 MovieClipUses:519Used by:523
Symbol 523 MovieClipUses:522Used by:Timeline
Symbol 524 GraphicUsed by:527
Symbol 525 SoundUsed by:527
Symbol 526 SoundUsed by:527
Symbol 527 MovieClipUses:524 525 526Used by:Timeline
Symbol 528 TextUses:9Used by:529
Symbol 529 MovieClipUses:528 37Used by:Timeline
Symbol 530 BitmapUsed by:532
Symbol 531 BitmapUsed by:532
Symbol 532 GraphicUses:530 531Used by:533
Symbol 533 ButtonUses:532Used by:534
Symbol 534 MovieClipUses:533Used by:Timeline
Symbol 535 BitmapUsed by:536 554
Symbol 536 GraphicUses:535Used by:548 549 550 551 552
Symbol 537 BitmapUsed by:538
Symbol 538 GraphicUses:537Used by:547
Symbol 539 BitmapUsed by:540
Symbol 540 GraphicUses:539Used by:547
Symbol 541 BitmapUsed by:542
Symbol 542 GraphicUses:541Used by:547
Symbol 543 BitmapUsed by:544
Symbol 544 GraphicUses:543Used by:547
Symbol 545 BitmapUsed by:546
Symbol 546 GraphicUses:545Used by:547
Symbol 547 MovieClipUses:538 540 542 544 546Used by:548 549 550 551 552
Symbol 548 MovieClipUses:536 547Used by:Timeline
Symbol 549 MovieClipUses:536 547Used by:Timeline
Symbol 550 MovieClipUses:536 547Used by:Timeline
Symbol 551 MovieClipUses:536 547Used by:Timeline
Symbol 552 MovieClipUses:536 547Used by:Timeline
Symbol 553 BitmapUsed by:554
Symbol 554 GraphicUses:553 535Used by:555
Symbol 555 MovieClipUses:554Used by:Timeline
Symbol 556 GraphicUsed by:557
Symbol 557 ButtonUses:556Used by:560
Symbol 558 GraphicUsed by:559
Symbol 559 ButtonUses:558Used by:560
Symbol 560 MovieClipUses:557 559Used by:Timeline
Symbol 561 GraphicUsed by:Timeline
Symbol 562 EditableTextUses:9Used by:Timeline
Symbol 563 EditableTextUses:9Used by:Timeline
Symbol 564 EditableTextUses:9Used by:Timeline
Symbol 565 EditableTextUses:9Used by:Timeline
Symbol 566 EditableTextUses:9Used by:Timeline
Symbol 567 BitmapUsed by:568
Symbol 568 GraphicUses:567Used by:Timeline
Symbol 569 GraphicUsed by:570 575 576
Symbol 570 ButtonUses:569Used by:Timeline
Symbol 571 EditableTextUses:9Used by:Timeline
Symbol 572 EditableTextUses:9Used by:Timeline
Symbol 573 FontUsed by:574
Symbol 574 EditableTextUses:573Used by:Timeline
Symbol 575 ButtonUses:569Used by:Timeline
Symbol 576 ButtonUses:569Used by:Timeline
Symbol 577 SoundUsed by:584
Symbol 578 SoundUsed by:584
Symbol 579 SoundUsed by:584
Symbol 580 SoundUsed by:584
Symbol 581 SoundUsed by:584
Symbol 582 SoundUsed by:584
Symbol 583 SoundUsed by:584
Symbol 584 MovieClipUses:37 577 578 579 580 581 582 583Used by:Timeline
Symbol 585 GraphicUsed by:595
Symbol 586 GraphicUsed by:587 588 589 590 591 592 593 594
Symbol 587 MovieClipUses:586Used by:595
Symbol 588 MovieClipUses:586Used by:595
Symbol 589 MovieClipUses:586Used by:595
Symbol 590 MovieClipUses:586Used by:595
Symbol 591 MovieClipUses:586Used by:595
Symbol 592 MovieClipUses:586Used by:595
Symbol 593 MovieClipUses:586Used by:595
Symbol 594 MovieClipUses:586Used by:595
Symbol 595 MovieClipUses:585 587 588 589 590 591 592 593 594Used by:Timeline
Symbol 596 GraphicUsed by:843
Symbol 597 BitmapUsed by:598
Symbol 598 GraphicUses:597Used by:599 600
Symbol 599 MovieClipUses:598Used by:601
Symbol 600 MovieClipUses:598Used by:601
Symbol 601 MovieClipUses:599 600Used by:843
Symbol 602 BitmapUsed by:603
Symbol 603 GraphicUses:602Used by:843
Symbol 604 BitmapUsed by:605
Symbol 605 GraphicUses:604Used by:843
Symbol 606 BitmapUsed by:607
Symbol 607 GraphicUses:606Used by:843
Symbol 608 BitmapUsed by:609
Symbol 609 GraphicUses:608Used by:843
Symbol 610 BitmapUsed by:611
Symbol 611 GraphicUses:610Used by:843
Symbol 612 BitmapUsed by:613
Symbol 613 GraphicUses:612Used by:843
Symbol 614 BitmapUsed by:615
Symbol 615 GraphicUses:614Used by:843
Symbol 616 BitmapUsed by:617
Symbol 617 GraphicUses:616Used by:843
Symbol 618 BitmapUsed by:619
Symbol 619 GraphicUses:618Used by:843
Symbol 620 BitmapUsed by:621
Symbol 621 GraphicUses:620Used by:843
Symbol 622 BitmapUsed by:623
Symbol 623 GraphicUses:622Used by:843
Symbol 624 BitmapUsed by:625
Symbol 625 GraphicUses:624Used by:843
Symbol 626 BitmapUsed by:627
Symbol 627 GraphicUses:626Used by:843
Symbol 628 BitmapUsed by:629
Symbol 629 GraphicUses:628Used by:843
Symbol 630 BitmapUsed by:631
Symbol 631 GraphicUses:630Used by:843
Symbol 632 BitmapUsed by:633
Symbol 633 GraphicUses:632Used by:843
Symbol 634 GraphicUsed by:843
Symbol 635 BitmapUsed by:636
Symbol 636 GraphicUses:635Used by:655
Symbol 637 BitmapUsed by:638
Symbol 638 GraphicUses:637Used by:655
Symbol 639 BitmapUsed by:640
Symbol 640 GraphicUses:639Used by:655
Symbol 641 BitmapUsed by:642
Symbol 642 GraphicUses:641Used by:655
Symbol 643 BitmapUsed by:644
Symbol 644 GraphicUses:643Used by:655
Symbol 645 BitmapUsed by:646
Symbol 646 GraphicUses:645Used by:655
Symbol 647 BitmapUsed by:648
Symbol 648 GraphicUses:647Used by:655
Symbol 649 BitmapUsed by:650
Symbol 650 GraphicUses:649Used by:655
Symbol 651 BitmapUsed by:652
Symbol 652 GraphicUses:651Used by:655
Symbol 653 BitmapUsed by:654
Symbol 654 GraphicUses:653Used by:655
Symbol 655 MovieClipUses:636 638 640 642 644 646 648 650 652 654Used by:656
Symbol 656 MovieClipUses:655Used by:843
Symbol 657 BitmapUsed by:658
Symbol 658 GraphicUses:657Used by:661
Symbol 659 BitmapUsed by:660
Symbol 660 GraphicUses:659Used by:661
Symbol 661 MovieClipUses:658 660Used by:662 735
Symbol 662 MovieClipUses:661Used by:843
Symbol 663 BitmapUsed by:664
Symbol 664 GraphicUses:663Used by:685
Symbol 665 BitmapUsed by:666
Symbol 666 GraphicUses:665Used by:685
Symbol 667 BitmapUsed by:668
Symbol 668 GraphicUses:667Used by:685
Symbol 669 BitmapUsed by:670
Symbol 670 GraphicUses:669Used by:685
Symbol 671 BitmapUsed by:672
Symbol 672 GraphicUses:671Used by:685
Symbol 673 BitmapUsed by:674
Symbol 674 GraphicUses:673Used by:685
Symbol 675 BitmapUsed by:676
Symbol 676 GraphicUses:675Used by:685
Symbol 677 BitmapUsed by:678
Symbol 678 GraphicUses:677Used by:685
Symbol 679 BitmapUsed by:680
Symbol 680 GraphicUses:679Used by:685
Symbol 681 BitmapUsed by:682
Symbol 682 GraphicUses:681Used by:685
Symbol 683 BitmapUsed by:684
Symbol 684 GraphicUses:683Used by:685
Symbol 685 MovieClipUses:664 666 668 670 672 674 676 678 680 682 684Used by:843
Symbol 686 BitmapUsed by:687
Symbol 687 GraphicUses:686Used by:734
Symbol 688 BitmapUsed by:689
Symbol 689 GraphicUses:688Used by:734
Symbol 690 BitmapUsed by:691
Symbol 691 GraphicUses:690Used by:734
Symbol 692 BitmapUsed by:693
Symbol 693 GraphicUses:692Used by:734
Symbol 694 BitmapUsed by:695
Symbol 695 GraphicUses:694Used by:734
Symbol 696 BitmapUsed by:697
Symbol 697 GraphicUses:696Used by:734
Symbol 698 BitmapUsed by:699
Symbol 699 GraphicUses:698Used by:734
Symbol 700 BitmapUsed by:701
Symbol 701 GraphicUses:700Used by:734
Symbol 702 BitmapUsed by:703
Symbol 703 GraphicUses:702Used by:734
Symbol 704 BitmapUsed by:705
Symbol 705 GraphicUses:704Used by:734
Symbol 706 BitmapUsed by:707
Symbol 707 GraphicUses:706Used by:734
Symbol 708 BitmapUsed by:709
Symbol 709 GraphicUses:708Used by:734
Symbol 710 BitmapUsed by:711
Symbol 711 GraphicUses:710Used by:734
Symbol 712 BitmapUsed by:713
Symbol 713 GraphicUses:712Used by:734
Symbol 714 BitmapUsed by:715
Symbol 715 GraphicUses:714Used by:734
Symbol 716 BitmapUsed by:717
Symbol 717 GraphicUses:716Used by:734
Symbol 718 BitmapUsed by:719
Symbol 719 GraphicUses:718Used by:734
Symbol 720 BitmapUsed by:721
Symbol 721 GraphicUses:720Used by:734
Symbol 722 BitmapUsed by:723
Symbol 723 GraphicUses:722Used by:734
Symbol 724 BitmapUsed by:725
Symbol 725 GraphicUses:724Used by:734
Symbol 726 BitmapUsed by:727
Symbol 727 GraphicUses:726Used by:734
Symbol 728 BitmapUsed by:729
Symbol 729 GraphicUses:728Used by:734
Symbol 730 BitmapUsed by:731
Symbol 731 GraphicUses:730Used by:734
Symbol 732 BitmapUsed by:733
Symbol 733 GraphicUses:732Used by:734
Symbol 734 MovieClipUses:687 689 691 693 695 697 699 701 703 705 707 709 711 713 715 717 719 721 723 725 727 729 731 733Used by:736 843
Symbol 735 MovieClipUses:661Used by:843
Symbol 736 MovieClipUses:734Used by:843
Symbol 737 BitmapUsed by:738
Symbol 738 GraphicUses:737Used by:797
Symbol 739 GraphicUsed by:797
Symbol 740 BitmapUsed by:741
Symbol 741 GraphicUses:740Used by:797
Symbol 742 BitmapUsed by:743
Symbol 743 GraphicUses:742Used by:797
Symbol 744 BitmapUsed by:745
Symbol 745 GraphicUses:744Used by:797
Symbol 746 BitmapUsed by:747
Symbol 747 GraphicUses:746Used by:797
Symbol 748 BitmapUsed by:749
Symbol 749 GraphicUses:748Used by:797
Symbol 750 BitmapUsed by:751
Symbol 751 GraphicUses:750Used by:797
Symbol 752 BitmapUsed by:753
Symbol 753 GraphicUses:752Used by:797
Symbol 754 BitmapUsed by:755
Symbol 755 GraphicUses:754Used by:797
Symbol 756 BitmapUsed by:757
Symbol 757 GraphicUses:756Used by:797
Symbol 758 BitmapUsed by:759
Symbol 759 GraphicUses:758Used by:797
Symbol 760 BitmapUsed by:761
Symbol 761 GraphicUses:760Used by:797
Symbol 762 BitmapUsed by:763
Symbol 763 GraphicUses:762Used by:797 798
Symbol 764 BitmapUsed by:765
Symbol 765 GraphicUses:764Used by:797
Symbol 766 BitmapUsed by:767
Symbol 767 GraphicUses:766Used by:797
Symbol 768 GraphicUsed by:797
Symbol 769 BitmapUsed by:770
Symbol 770 GraphicUses:769Used by:797
Symbol 771 ShapeTweeningUsed by:797
Symbol 772 BitmapUsed by:773
Symbol 773 GraphicUses:772Used by:797
Symbol 774 BitmapUsed by:775
Symbol 775 GraphicUses:774Used by:797
Symbol 776 GraphicUsed by:797
Symbol 777 BitmapUsed by:778
Symbol 778 GraphicUses:777Used by:797
Symbol 779 BitmapUsed by:780
Symbol 780 GraphicUses:779Used by:797
Symbol 781 BitmapUsed by:782
Symbol 782 GraphicUses:781Used by:797
Symbol 783 GraphicUsed by:797
Symbol 784 ShapeTweeningUsed by:797
Symbol 785 BitmapUsed by:786
Symbol 786 GraphicUses:785Used by:797
Symbol 787 BitmapUsed by:788
Symbol 788 GraphicUses:787Used by:797
Symbol 789 BitmapUsed by:790
Symbol 790 GraphicUses:789Used by:797
Symbol 791 BitmapUsed by:792
Symbol 792 GraphicUses:791Used by:797
Symbol 793 BitmapUsed by:794
Symbol 794 GraphicUses:793Used by:797
Symbol 795 BitmapUsed by:796
Symbol 796 GraphicUses:795Used by:797
Symbol 797 MovieClipUses:738 739 741 743 745 747 749 751 753 755 757 759 761 763 765 767 768 770 771 773 775 776 778 780 782 783 784 786 788 790 792 794 796Used by:843
Symbol 798 MovieClipUses:763Used by:799
Symbol 799 MovieClipUses:798Used by:843
Symbol 800 BitmapUsed by:801
Symbol 801 GraphicUses:800Used by:839 842
Symbol 802 BitmapUsed by:803
Symbol 803 GraphicUses:802Used by:839 842
Symbol 804 BitmapUsed by:805
Symbol 805 GraphicUses:804Used by:839 842
Symbol 806 BitmapUsed by:807
Symbol 807 GraphicUses:806Used by:839 842
Symbol 808 BitmapUsed by:809
Symbol 809 GraphicUses:808Used by:839 842
Symbol 810 BitmapUsed by:811
Symbol 811 GraphicUses:810Used by:839 842
Symbol 812 BitmapUsed by:813
Symbol 813 GraphicUses:812Used by:839 842
Symbol 814 BitmapUsed by:815
Symbol 815 GraphicUses:814Used by:839 842
Symbol 816 BitmapUsed by:817
Symbol 817 GraphicUses:816Used by:839 842
Symbol 818 BitmapUsed by:819
Symbol 819 GraphicUses:818Used by:839 842
Symbol 820 BitmapUsed by:821
Symbol 821 GraphicUses:820Used by:839 842
Symbol 822 BitmapUsed by:823
Symbol 823 GraphicUses:822Used by:839 842
Symbol 824 BitmapUsed by:825
Symbol 825 GraphicUses:824Used by:839 842
Symbol 826 BitmapUsed by:827
Symbol 827 GraphicUses:826Used by:839 842
Symbol 828 BitmapUsed by:829
Symbol 829 GraphicUses:828Used by:839 842
Symbol 830 BitmapUsed by:831
Symbol 831 GraphicUses:830Used by:839 842
Symbol 832 BitmapUsed by:833
Symbol 833 GraphicUses:832Used by:839 842
Symbol 834 BitmapUsed by:835
Symbol 835 GraphicUses:834Used by:839 842
Symbol 836 BitmapUsed by:837
Symbol 837 GraphicUses:836Used by:839
Symbol 838 SoundUsed by:839
Symbol 839 MovieClipUses:801 803 805 807 809 811 813 815 817 819 821 823 825 827 829 831 833 835 837 838Used by:843
Symbol 840 BitmapUsed by:841
Symbol 841 GraphicUses:840Used by:842
Symbol 842 MovieClipUses:801 803 805 807 809 811 813 815 817 819 821 823 825 827 829 831 833 835 841Used by:843
Symbol 843 MovieClipUses:596 601 603 605 607 609 611 613 615 617 619 621 623 625 627 629 631 633 634 656 662 685 734 735 736 797 799 839 842Used by:Timeline
Symbol 844 BitmapUsed by:845
Symbol 845 GraphicUses:844Used by:848
Symbol 846 BitmapUsed by:847
Symbol 847 GraphicUses:846Used by:848
Symbol 848 MovieClipUses:845 847Used by:849
Symbol 849 MovieClipUses:848Used by:Timeline
Symbol 850 GraphicUsed by:851
Symbol 851 MovieClipUses:850 391 289 5Used by:Timeline
Symbol 852 GraphicUsed by:856
Symbol 853 BitmapUsed by:854
Symbol 854 GraphicUses:853Used by:855
Symbol 855 MovieClipUses:854Used by:856
Symbol 856 MovieClipUses:852 855Used by:Timeline
Symbol 857 BitmapUsed by:858
Symbol 858 GraphicUses:857Used by:859
Symbol 859 MovieClipUses:858Used by:860
Symbol 860 MovieClipUses:859Used by:Timeline
Symbol 861 BitmapUsed by:862
Symbol 862 GraphicUses:861Used by:863
Symbol 863 MovieClipUses:862Used by:864
Symbol 864 MovieClipUses:863Used by:Timeline
Symbol 865 BitmapUsed by:866
Symbol 866 GraphicUses:865Used by:867
Symbol 867 MovieClipUses:866Used by:868
Symbol 868 MovieClipUses:867Used by:Timeline
Symbol 869 BitmapUsed by:870
Symbol 870 GraphicUses:869Used by:871
Symbol 871 MovieClipUses:870Used by:872
Symbol 872 MovieClipUses:871Used by:Timeline
Symbol 873 GraphicUsed by:874
Symbol 874 MovieClipUses:873Used by:Timeline
Symbol 875 BitmapUsed by:876
Symbol 876 GraphicUses:875Used by:879
Symbol 877 BitmapUsed by:878
Symbol 878 GraphicUses:877Used by:879
Symbol 879 MovieClipUses:876 878Used by:Timeline
Symbol 880 BitmapUsed by:881
Symbol 881 GraphicUses:880Used by:882
Symbol 882 MovieClipUses:881Used by:884
Symbol 883 GraphicUsed by:884 893 898 899
Symbol 884 MovieClipUses:882 883Used by:Timeline
Symbol 885 MovieClipUses:51 75 76 55 77 78 59 79 80 81 82Used by:Timeline
Symbol 886 MovieClipUses:51 75 76 55 77 78 59 79 80 81 82Used by:Timeline
Symbol 887 BitmapUsed by:888
Symbol 888 GraphicUses:887Used by:889 986
Symbol 889 MovieClipUses:888Used by:Timeline
Symbol 890 BitmapUsed by:891
Symbol 891 GraphicUses:890Used by:892
Symbol 892 MovieClipUses:891Used by:Timeline
Symbol 893 MovieClipUses:883Used by:Timeline
Symbol 894 MovieClipUses:51 75 76 55 77 78 59 79 80 81 82Used by:Timeline
Symbol 895 MovieClipUses:51 75 76 55 77 78 59 79 80 81 82Used by:Timeline
Symbol 896 MovieClipUses:51 75 76 55 77 78 59 79 80 81 82Used by:Timeline
Symbol 897 MovieClipUses:51 75 76 55 77 78 59 79 80 81 82Used by:Timeline
Symbol 898 MovieClipUses:883Used by:Timeline
Symbol 899 MovieClipUses:883Used by:Timeline
Symbol 900 BitmapUsed by:901
Symbol 901 GraphicUses:900Used by:902
Symbol 902 MovieClipUses:901Used by:Timeline
Symbol 903 BitmapUsed by:904
Symbol 904 GraphicUses:903Used by:905
Symbol 905 MovieClipUses:904Used by:906
Symbol 906 MovieClipUses:905Used by:Timeline
Symbol 907 BitmapUsed by:908
Symbol 908 GraphicUses:907Used by:909
Symbol 909 MovieClipUses:908Used by:Timeline
Symbol 910 BitmapUsed by:911
Symbol 911 GraphicUses:910Used by:912
Symbol 912 MovieClipUses:911Used by:Timeline
Symbol 913 BitmapUsed by:914
Symbol 914 GraphicUses:913Used by:915
Symbol 915 MovieClipUses:914Used by:Timeline
Symbol 916 BitmapUsed by:917
Symbol 917 GraphicUses:916Used by:918
Symbol 918 MovieClipUses:917Used by:Timeline
Symbol 919 BitmapUsed by:920
Symbol 920 GraphicUses:919Used by:921
Symbol 921 MovieClipUses:920Used by:Timeline
Symbol 922 BitmapUsed by:923
Symbol 923 GraphicUses:922Used by:924
Symbol 924 MovieClipUses:923Used by:Timeline
Symbol 925 BitmapUsed by:926
Symbol 926 GraphicUses:925Used by:927
Symbol 927 MovieClipUses:926Used by:Timeline
Symbol 928 BitmapUsed by:929
Symbol 929 GraphicUses:928Used by:932
Symbol 930 BitmapUsed by:931
Symbol 931 GraphicUses:930Used by:932
Symbol 932 MovieClipUses:929 931Used by:933
Symbol 933 MovieClipUses:932Used by:Timeline
Symbol 934 BitmapUsed by:935
Symbol 935 GraphicUses:934Used by:936
Symbol 936 MovieClipUses:935Used by:Timeline
Symbol 937 BitmapUsed by:938
Symbol 938 GraphicUses:937Used by:939
Symbol 939 MovieClipUses:938Used by:Timeline
Symbol 940 BitmapUsed by:941
Symbol 941 GraphicUses:940Used by:942
Symbol 942 MovieClipUses:941Used by:Timeline
Symbol 943 BitmapUsed by:944
Symbol 944 GraphicUses:943Used by:945
Symbol 945 MovieClipUses:944Used by:Timeline
Symbol 946 BitmapUsed by:947
Symbol 947 GraphicUses:946Used by:948
Symbol 948 MovieClipUses:947Used by:Timeline
Symbol 949 BitmapUsed by:950
Symbol 950 GraphicUses:949Used by:951
Symbol 951 MovieClipUses:950Used by:Timeline
Symbol 952 GraphicUsed by:953
Symbol 953 MovieClipUses:952 391 5Used by:Timeline
Symbol 954 BitmapUsed by:955
Symbol 955 GraphicUses:954Used by:958
Symbol 956 BitmapUsed by:957
Symbol 957 GraphicUses:956Used by:958
Symbol 958 MovieClipUses:955 957Used by:959
Symbol 959 MovieClipUses:958Used by:Timeline
Symbol 960 BitmapUsed by:961
Symbol 961 GraphicUses:960Used by:962
Symbol 962 MovieClipUses:961Used by:963
Symbol 963 MovieClipUses:962Used by:Timeline
Symbol 964 BitmapUsed by:965
Symbol 965 GraphicUses:964Used by:966
Symbol 966 MovieClipUses:965Used by:967 968 969
Symbol 967 MovieClipUses:966Used by:Timeline
Symbol 968 MovieClipUses:966Used by:Timeline
Symbol 969 MovieClipUses:966Used by:Timeline
Symbol 970 BitmapUsed by:971
Symbol 971 GraphicUses:970Used by:972
Symbol 972 MovieClipUses:971Used by:973
Symbol 973 MovieClipUses:972Used by:Timeline
Symbol 974 BitmapUsed by:975
Symbol 975 GraphicUses:974Used by:976
Symbol 976 MovieClipUses:975Used by:977
Symbol 977 MovieClipUses:976Used by:Timeline
Symbol 978 BitmapUsed by:979
Symbol 979 GraphicUses:978Used by:984
Symbol 980 BitmapUsed by:981
Symbol 981 GraphicUses:980Used by:984
Symbol 982 GraphicUsed by:984
Symbol 983 MovieClipUses:456Used by:984
Symbol 984 MovieClipUses:979 981 982 983Used by:985
Symbol 985 MovieClipUses:984Used by:Timeline
Symbol 986 MovieClipUses:888Used by:Timeline

Instance Names

"loader"Frame 5Symbol 17 MovieClip
"gobutton"Frame 5Symbol 30 MovieClip
"fadein"Frame 5Symbol 38 MovieClip
"back"Frame 7Symbol 476 MovieClip
"resultwindow"Frame 7Symbol 510 MovieClip
"slider"Frame 7Symbol 517 MovieClip
"strength"Frame 7Symbol 521 MovieClip
"accmeter"Frame 7Symbol 523 MovieClip
"guitarsound"Frame 7Symbol 527 MovieClip
"fader"Frame 7Symbol 529 MovieClip
"instructions"Frame 7Symbol 534 MovieClip
"startbut"Frame 7Symbol 560 MovieClip
"playertalk"Frame 7Symbol 584 MovieClip
"bkg"Frame 8Symbol 595 MovieClip
"player"Frame 9Symbol 843 MovieClip
"bomb"Frame 9Symbol 849 MovieClip
"smashsounds"Frame 9Symbol 851 MovieClip
"acc"Frame 9Symbol 856 MovieClip
"rot"Frame 9Symbol 860 MovieClip
"beams"Frame 9Symbol 874 MovieClip
"tubwater"Frame 9Symbol 884 MovieClip
"water"Frame 9Symbol 889 MovieClip
"blood1"Frame 9Symbol 893 MovieClip
"blood2"Frame 9Symbol 898 MovieClip
"blood3"Frame 9Symbol 899 MovieClip
"tub"Frame 9Symbol 902 MovieClip
"bkg"Frame 12Symbol 595 MovieClip
"player"Frame 13Symbol 843 MovieClip
"bomb"Frame 13Symbol 906 MovieClip
"smashsounds"Frame 13Symbol 851 MovieClip
"acc"Frame 13Symbol 856 MovieClip
"beams"Frame 13Symbol 874 MovieClip
"water"Frame 13Symbol 889 MovieClip
"blood1"Frame 13Symbol 893 MovieClip
"blood2"Frame 13Symbol 898 MovieClip
"blood3"Frame 13Symbol 899 MovieClip
"tub"Frame 13Symbol 902 MovieClip
"bkg"Frame 16Symbol 595 MovieClip
"player"Frame 17Symbol 843 MovieClip
"bomb"Frame 17Symbol 933 MovieClip
"smashsounds"Frame 17Symbol 851 MovieClip
"acc"Frame 17Symbol 856 MovieClip
"beams"Frame 17Symbol 874 MovieClip
"water"Frame 17Symbol 889 MovieClip
"blood1"Frame 17Symbol 893 MovieClip
"blood2"Frame 17Symbol 898 MovieClip
"blood3"Frame 17Symbol 899 MovieClip
"tub"Frame 17Symbol 902 MovieClip
"bkg"Frame 20Symbol 595 MovieClip
"player"Frame 21Symbol 843 MovieClip
"smashsounds"Frame 21Symbol 953 MovieClip
"acc"Frame 21Symbol 856 MovieClip
"bomb"Frame 21Symbol 959 MovieClip
"beams"Frame 21Symbol 874 MovieClip
"water"Frame 21Symbol 889 MovieClip
"blood1"Frame 21Symbol 893 MovieClip
"blood2"Frame 21Symbol 898 MovieClip
"blood3"Frame 21Symbol 899 MovieClip
"tub"Frame 21Symbol 902 MovieClip
"bkg"Frame 24Symbol 595 MovieClip
"player"Frame 25Symbol 843 MovieClip
"smashsounds"Frame 25Symbol 953 MovieClip
"acc"Frame 25Symbol 856 MovieClip
"beams"Frame 25Symbol 874 MovieClip
"blood1"Frame 25Symbol 893 MovieClip
"blood2"Frame 25Symbol 898 MovieClip
"blood3"Frame 25Symbol 899 MovieClip
"tub"Frame 25Symbol 902 MovieClip
"bomb"Frame 25Symbol 985 MovieClip
"water"Frame 25Symbol 986 MovieClip
"hit"Symbol 60 MovieClip Frame 1Symbol 51 MovieClip
"hit"Symbol 83 MovieClip Frame 1Symbol 51 MovieClip
"splash"Symbol 90 MovieClip Frame 2Symbol 60 MovieClip
"splash"Symbol 107 MovieClip Frame 2Symbol 60 MovieClip
"hit"Symbol 111 MovieClip Frame 1Symbol 51 MovieClip
"rot"Symbol 112 MovieClip Frame 1Symbol 110 MovieClip
"splash"Symbol 112 MovieClip Frame 1Symbol 111 MovieClip
"rot"Symbol 116 MovieClip Frame 1Symbol 115 MovieClip
"splash"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"rot"Symbol 120 MovieClip Frame 1Symbol 119 MovieClip
"splash"Symbol 120 MovieClip Frame 1Symbol 111 MovieClip
"splash"Symbol 128 MovieClip Frame 2Symbol 60 MovieClip
"splash"Symbol 128 MovieClip Frame 31Symbol 83 MovieClip
"hit"Symbol 142 MovieClip Frame 1Symbol 134 MovieClip
"splash"Symbol 142 MovieClip Frame 2Symbol 60 MovieClip
"hit"Symbol 158 MovieClip Frame 1Symbol 134 MovieClip
"splash"Symbol 158 MovieClip Frame 2Symbol 60 MovieClip
"hit"Symbol 212 MovieClip Frame 1Symbol 51 MovieClip
"splash"Symbol 215 MovieClip Frame 6Symbol 212 MovieClip
"splash"Symbol 250 MovieClip Frame 6Symbol 212 MovieClip
"splash"Symbol 264 MovieClip Frame 2Symbol 212 MovieClip
"splash"Symbol 277 MovieClip Frame 2Symbol 212 MovieClip
"splash"Symbol 335 MovieClip Frame 6Symbol 60 MovieClip
"splash"Symbol 376 MovieClip Frame 6Symbol 60 MovieClip
"hit"Symbol 393 MovieClip Frame 1Symbol 134 MovieClip
"hit"Symbol 457 MovieClip Frame 1Symbol 134 MovieClip
"floaty"Symbol 474 MovieClip Frame 2Symbol 107 MovieClip
"bedf"Symbol 474 MovieClip Frame 11Symbol 470 MovieClip
"floaty"Symbol 475 MovieClip Frame 2Symbol 107 MovieClip
"bedf"Symbol 475 MovieClip Frame 11Symbol 470 MovieClip
"back1"Symbol 476 MovieClip Frame 1Symbol 474 MovieClip
"back2"Symbol 476 MovieClip Frame 1Symbol 475 MovieClip
"mark"Symbol 517 MovieClip Frame 1Symbol 514 MovieClip
"mark"Symbol 521 MovieClip Frame 1Symbol 520 MovieClip
"mark"Symbol 523 MovieClip Frame 1Symbol 522 MovieClip
"en2tail1"Symbol 736 MovieClip Frame 1Symbol 734 MovieClip
"d1"Symbol 799 MovieClip Frame 1Symbol 798 MovieClip
"j1"Symbol 843 MovieClip Frame 38Symbol 734 MovieClip
"d1"Symbol 843 MovieClip Frame 42Symbol 736 MovieClip
"d1"Symbol 843 MovieClip Frame 46Symbol 736 MovieClip
"d1"Symbol 843 MovieClip Frame 50Symbol 736 MovieClip
"d1"Symbol 843 MovieClip Frame 54Symbol 736 MovieClip
"rot"Symbol 849 MovieClip Frame 1Symbol 848 MovieClip
"rot"Symbol 864 MovieClip Frame 1Symbol 863 MovieClip
"rot"Symbol 868 MovieClip Frame 1Symbol 867 MovieClip
"rot"Symbol 872 MovieClip Frame 1Symbol 871 MovieClip
"hit"Symbol 885 MovieClip Frame 1Symbol 51 MovieClip
"hit"Symbol 886 MovieClip Frame 1Symbol 51 MovieClip
"hit"Symbol 894 MovieClip Frame 1Symbol 51 MovieClip
"hit"Symbol 895 MovieClip Frame 1Symbol 51 MovieClip
"hit"Symbol 896 MovieClip Frame 1Symbol 51 MovieClip
"hit"Symbol 897 MovieClip Frame 1Symbol 51 MovieClip
"rot"Symbol 906 MovieClip Frame 1Symbol 905 MovieClip
"rot"Symbol 933 MovieClip Frame 1Symbol 932 MovieClip
"rot"Symbol 959 MovieClip Frame 1Symbol 958 MovieClip
"rot"Symbol 963 MovieClip Frame 1Symbol 962 MovieClip
"rot"Symbol 967 MovieClip Frame 1Symbol 966 MovieClip
"rot"Symbol 968 MovieClip Frame 1Symbol 966 MovieClip
"rot"Symbol 969 MovieClip Frame 1Symbol 966 MovieClip
"rot"Symbol 973 MovieClip Frame 1Symbol 972 MovieClip
"rot"Symbol 977 MovieClip Frame 1Symbol 976 MovieClip
"rot"Symbol 985 MovieClip Frame 1Symbol 984 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "tscream"
ExportAssets (56)Timeline Frame 1Symbol 2 as "shootsound"
ExportAssets (56)Timeline Frame 1Symbol 3 as "ladyscream"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bouncesound"
ExportAssets (56)Timeline Frame 1Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 1Symbol 6 as "shamanscream"
ExportAssets (56)Timeline Frame 1Symbol 7 as "scream"
ExportAssets (56)Timeline Frame 7Symbol 7 as "scream"
ExportAssets (56)Timeline Frame 7Symbol 6 as "shamanscream"
ExportAssets (56)Timeline Frame 9Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 9Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 9Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 9Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 9Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 21Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 21Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 21Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 21Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 21Symbol 5 as "crashsound"
ExportAssets (56)Timeline Frame 21Symbol 5 as "crashsound"

Labels

"loader"Frame 5
"start1"Frame 7
"attempt1"Frame 8
"attempt2"Frame 12
"attempt3"Frame 16
"attempt4"Frame 20
"attempt5"Frame 24
"all"Frame 26
"loopit"Symbol 60 MovieClip Frame 57
"splat"Symbol 72 MovieClip Frame 30
"end"Symbol 72 MovieClip Frame 87
"splat"Symbol 73 MovieClip Frame 30
"end"Symbol 73 MovieClip Frame 87
"splat"Symbol 74 MovieClip Frame 30
"end"Symbol 74 MovieClip Frame 87
"loopit"Symbol 83 MovieClip Frame 60
"loopit"Symbol 90 MovieClip Frame 36
"loopit"Symbol 107 MovieClip Frame 155
"loopit"Symbol 111 MovieClip Frame 60
"loopit"Symbol 128 MovieClip Frame 220
"hit"Symbol 142 MovieClip Frame 6
"hit"Symbol 158 MovieClip Frame 6
"loopit"Symbol 212 MovieClip Frame 57
"splat"Symbol 213 MovieClip Frame 30
"end"Symbol 213 MovieClip Frame 87
"splat"Symbol 214 MovieClip Frame 30
"end"Symbol 214 MovieClip Frame 87
"hit"Symbol 215 MovieClip Frame 6
"dead"Symbol 215 MovieClip Frame 10
"hit"Symbol 250 MovieClip Frame 6
"dead"Symbol 250 MovieClip Frame 10
"hit"Symbol 264 MovieClip Frame 2
"dead"Symbol 264 MovieClip Frame 6
"hit"Symbol 277 MovieClip Frame 2
"dead"Symbol 277 MovieClip Frame 6
"loopit"Symbol 317 MovieClip Frame 15
"hit"Symbol 335 MovieClip Frame 6
"hit"Symbol 376 MovieClip Frame 6
"dead"Symbol 376 MovieClip Frame 10
"hit"Symbol 386 MovieClip Frame 2
"dead"Symbol 386 MovieClip Frame 7
"loopit"Symbol 393 MovieClip Frame 33
"hit"Symbol 393 MovieClip Frame 48
"loopit2"Symbol 393 MovieClip Frame 65
"loopit"Symbol 457 MovieClip Frame 42
"hit"Symbol 457 MovieClip Frame 48
"loopit2"Symbol 457 MovieClip Frame 69
"startplus"Symbol 474 MovieClip Frame 11
"start"Symbol 474 MovieClip Frame 12
"startplus"Symbol 475 MovieClip Frame 11
"start"Symbol 475 MovieClip Frame 12
"gameover"Symbol 510 MovieClip Frame 55
"gameover2"Symbol 510 MovieClip Frame 57
"off"Symbol 510 MovieClip Frame 59
"loopit"Symbol 601 MovieClip Frame 54
"bounce"Symbol 843 MovieClip Frame 38
"bounce2"Symbol 843 MovieClip Frame 61
"foul"Symbol 843 MovieClip Frame 75
"foul2"Symbol 843 MovieClip Frame 77
"foul3"Symbol 843 MovieClip Frame 79
"loopit"Symbol 851 MovieClip Frame 35
"off"Symbol 879 MovieClip Frame 42
"loopit"Symbol 884 MovieClip Frame 52
"loopit"Symbol 885 MovieClip Frame 60
"loopit"Symbol 886 MovieClip Frame 60
"loopit"Symbol 893 MovieClip Frame 38
"loopit"Symbol 894 MovieClip Frame 60
"loopit"Symbol 895 MovieClip Frame 60
"loopit"Symbol 896 MovieClip Frame 60
"loopit"Symbol 897 MovieClip Frame 60
"loopit"Symbol 898 MovieClip Frame 95
"loopit"Symbol 899 MovieClip Frame 52
"loopit"Symbol 953 MovieClip Frame 35

Dynamic Text Variables

commentitSymbol 23 EditableText""
playernameSymbol 31 EditableText""
disSymbol 495 EditableText""
_root.bonusSymbol 496 EditableText""
totalSymbol 497 EditableText""
gametotalSymbol 500 EditableText""
gametotalSymbol 507 EditableText""
commentSymbol 508 EditableText""
markitSymbol 516 EditableText""
score1Symbol 562 EditableText""
score2Symbol 563 EditableText""
score3Symbol 564 EditableText""
score4Symbol 565 EditableText""
score5Symbol 566 EditableText""
totalSymbol 571 EditableText"0"
highscoreSymbol 572 EditableText"0"
songnameSymbol 574 EditableText""




http://swfchan.com/6/26034/info.shtml
Created: 23/5 -2019 03:53:01 Last modified: 23/5 -2019 03:53:01 Server time: 16/05 -2024 10:30:43