Frame 1
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
percentone = totalBytes / 100;
percent = Math.round(loadedBytes / percentone);
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay ("start");
}
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) {
_xscale = (_root.percentDone * 4);
}
Frame 2
gotoAndPlay (1);
Frame 10
gotoAndPlay (11);
Instance of Symbol 10 MovieClip in Frame 10
onClipEvent (enterFrame) {
_xscale = _root.percentDone;
}
Frame 11
stop();
Frame 19
stop();
Frame 21
fscommand ("allowscale", "false");
Stage.showMenu = false;
stopAllSounds();
Frame 30
var goal = 6500;
var levl = 1;
var score = 0;
Frame 69
stop();
Instance of Symbol 120 MovieClip in Frame 69
onClipEvent (enterFrame) {
_root.terget = _root.goal + "+";
}
Frame 70
stop();
var playlevb = true;
Instance of Symbol 122 MovieClip in Frame 70
onClipEvent (load) {
_root.gov._visible = false;
_root.lup._visible = false;
if (_root.t == 6) {
_root.l1._alpha = 100;
_root.l2._alpha = 100;
_root.l3._alpha = 100;
_root.l4._alpha = 100;
_root.l5._alpha = 100;
} else if (_root.t == 5) {
_root.l1._alpha = 100;
_root.l2._alpha = 100;
_root.l3._alpha = 100;
_root.l4._alpha = 100;
} else if (_root.t == 4) {
_root.l1._alpha = 100;
_root.l2._alpha = 100;
_root.l3._alpha = 100;
} else if (_root.t == 3) {
_root.l1._alpha = 100;
_root.l2._alpha = 100;
} else if (_root.t == 2) {
_root.l1._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.playlevb == false) {
_root.gov._visible = true;
_root.rotb = 1;
}
_parent["l" + _root.t]._alpha = 0;
if (_root.score > _root.goal) {
_root.lup._visible = true;
_root.gotoAndPlay("df");
}
if (_root.t < 1) {
_root.playlevb = false;
} else if (_root.timerb > _root.timeleft) {
_root.ti.gotoAndPlay(2);
_root.playlevb = false;
}
}
Instance of Symbol 135 MovieClip "te" in Frame 70
/* no clip actions */
Instance of Symbol 152 MovieClip "f3" in Frame 70
onClipEvent (load) {
ret = 0;
_root.killa = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catcha");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.killa = true;
}
}
if (_root.killa == false) {
gotoAndStop ("swima");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -800) {
ret = 1;
this._xscale = -30;
} else if (this._x > 1200) {
ret = 0;
this._xscale = 30;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killa");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 180 MovieClip "f4" in Frame 70
onClipEvent (load) {
ret = 0;
_root.killc = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catchc");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.killc = true;
}
}
if (_root.killc == false) {
gotoAndStop ("swimc");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -30;
} else if (this._x > 700) {
ret = 0;
this._xscale = 30;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killc");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 198 MovieClip "f1" in Frame 70
onClipEvent (load) {
ret = 0;
_root.kill = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catch");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.kill = true;
}
}
if (_root.kill == false) {
gotoAndStop ("swim");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -30;
} else if (this._x > 700) {
ret = 0;
this._xscale = 30;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("kill");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 213 MovieClip "f2" in Frame 70
onClipEvent (load) {
ret = 0;
_root.killb = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catchb");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.killb = true;
}
}
if (_root.killb == false) {
gotoAndStop ("swimb");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -30;
} else if (this._x > 700) {
ret = 0;
this._xscale = 30;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killb");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 218 MovieClip "bow" in Frame 70
onClipEvent (load) {
_root.reposb = _y;
_root.reposxb = _x;
_root.hitb = 0;
_root.rotb = 0;
_root.chfish = 1;
}
onClipEvent (enterFrame) {
if (_root.playlevb == true) {
_root.derot = _y;
deg = _rotation;
rad = (deg * Math.PI) / 180;
p = 50 * Math.sin(rad);
b = 50 * Math.cos(rad);
if ((_root.hitb == 1) && (_y < 380)) {
_x = (_x + b);
_y = (_y + p);
_root.rop._xscale = _root.rop._xscale + 400;
} else {
if ((_root.hitb == 2) && (!this.hitTest(_root.te))) {
_x = (_x - b);
_y = (_y - p);
_root.rop._xscale = _root.rop._xscale - 400;
}
if (this.hitTest(_root.te)) {
_root.rotb = 0;
_y = _root.reposb;
_x = _root.reposxb;
_root.chfish = 1;
}
}
if (_y > 350) {
_root.chfish = 0;
}
if (Key.isDown(38)) {
_root.hitb = 1;
_root.rotb = 1;
} else if (Key.isDown(40)) {
_root.hitb = 2;
}
}
}
Instance of Symbol 220 MovieClip "handel" in Frame 70
onClipEvent (enterFrame) {
if (_root.playlevb == true) {
if (_root.rotb == 0) {
if (Key.isDown(37) && (this._rotation < 124)) {
_rotation = (_rotation + 5);
_root.bow._rotation = _root.bow._rotation + 5;
_root.rop._rotation = _root.rop._rotation + 5;
}
if (Key.isDown(39) && (this._rotation > 50)) {
_rotation = (_rotation - 5);
_root.bow._rotation = _root.bow._rotation - 5;
_root.rop._rotation = _root.rop._rotation - 5;
}
}
}
}
Instance of Symbol 236 MovieClip "shk" in Frame 70
onClipEvent (load) {
gotoAndStop ("s1");
_root.shkmov = 0;
_root.shkmov2 = 1;
_root.timer = 0;
_root.times = random(100);
}
onClipEvent (enterFrame) {
_root.timer = _root.timer + 1;
if (_root.timer > _root.times) {
_root.timer = 0;
}
if (_root.timer == _root.times) {
_root.shkmov = 1;
}
if (_root.shkmov == 1) {
if (_root.shkmov2 == 1) {
this._x = this._x - 6;
} else if (_root.shkmov2 == 0) {
this._x = this._x + 6;
}
}
if (_x < -600) {
this._xscale = -50;
_root.shkmov2 = 0;
} else if (_x > 3000) {
this._xscale = 50;
_root.shkmov2 = 1;
}
}
Instance of Symbol 247 MovieClip "yr" in Frame 70
onClipEvent (load) {
ret = 0;
_root.kill2a = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catcha");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.kill2a = true;
}
}
if (_root.kill2a == false) {
gotoAndStop ("swima");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -2500) {
ret = 1;
this._xscale = -100;
} else if (this._x > 1500) {
ret = 0;
this._xscale = 100;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killa");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 258 MovieClip "bf" in Frame 70
onClipEvent (load) {
ret = 0;
_root.kill2c = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catcha");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.kill2c = true;
}
}
if (_root.kill2c == false) {
gotoAndStop ("swima");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -100;
} else if (this._x > 900) {
ret = 0;
this._xscale = 100;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killa");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 271 MovieClip "sn" in Frame 70
onClipEvent (load) {
ret = 0;
_root.kill2b = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catcha");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.kill2b = true;
}
}
if (_root.kill2b == false) {
gotoAndStop ("swima");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -1500) {
ret = 1;
this._xscale = -100;
} else if (this._x > 1000) {
ret = 0;
this._xscale = 100;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killa");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 277 MovieClip "sh" in Frame 70
onClipEvent (load) {
ret = 0;
_root.kills = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catcha");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.kills = true;
}
}
if (_root.kills == false) {
gotoAndStop ("swima");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -1000) {
ret = 1;
this._xscale = -200;
} else if (this._x > 2000) {
ret = 0;
this._xscale = 200;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killa");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 279 MovieClip "sho" in Frame 70
onClipEvent (load) {
ret = 0;
_root.killsh = false;
}
onClipEvent (enterFrame) {
if (_root.goal > 20000) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catcha");
}
if (_root.chfish == 1) {
if (this.hitTest(_root.bow)) {
_root.killsh = true;
}
}
if (_root.killsh == false) {
gotoAndStop ("swima");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -1000) {
ret = 1;
this._xscale = -200;
} else if (this._x > 2000) {
ret = 0;
this._xscale = 200;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killa");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
}
Instance of Symbol 281 MovieClip in Frame 70
onClipEvent (enterFrame) {
this._visible = false;
if (_root.shkmov2 == 1) {
this._x = _root.shk._x - 60;
this._y = _root.shk._y;
} else if (_root.shkmov2 == 0) {
this._x = _root.shk._x + 100;
this._y = _root.shk._y;
}
if (this.hitTest(_root.rop)) {
_root.shk.gotoAndPlay("cr");
_root.rop._alpha = _root.rop._alpha - 10;
}
}
Instance of Symbol 283 MovieClip "lup" in Frame 70
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 288 MovieClip in Frame 70
onClipEvent (load) {
sho = 0;
_root.timerb = 0;
}
onClipEvent (enterFrame) {
sho++;
time = sho % 60;
if (time == 59) {
_root.timerb = _root.timerb + 1;
}
}
Frame 99
gotoAndPlay (130);
_root.goal = _root.goal + 15000;
_root.timeleft = _root.timeleft + 0;
Frame 100
stop();
var playlev = true;
var timeleft = 9;
var t = 6;
Instance of Symbol 304 MovieClip in Frame 100
onClipEvent (load) {
_root.timer = 0;
_root.gao._visible = false;
_root.l1._alpha = 100;
_root.l2._alpha = 100;
_root.l3._alpha = 100;
_root.l4._alpha = 100;
_root.l5._alpha = 100;
}
onClipEvent (enterFrame) {
if (_root.score > 6500) {
if (_root.timer < 10) {
_root.levup._visible = true;
_root.gotoAndPlay("my");
}
} else if (_root.timer > _root.timeleft) {
_root.gao._visible = true;
_root.rot = 1;
_root.playlev = false;
_root.ti.gotoAndPlay(2);
}
}
Instance of Symbol 152 MovieClip "f3" in Frame 100
onClipEvent (load) {
ret = 0;
_root.killa = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catcha");
}
if (this.hitTest(_root.bow)) {
_root.killa = true;
}
if (_root.killa == false) {
gotoAndStop ("swima");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -30;
} else if (this._x > 700) {
ret = 0;
this._xscale = 30;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killa");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 180 MovieClip "f4" in Frame 100
onClipEvent (load) {
ret = 0;
_root.killc = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catchc");
}
if (this.hitTest(_root.bow)) {
_root.killc = true;
}
if (_root.killc == false) {
gotoAndStop ("swimc");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -30;
} else if (this._x > 700) {
ret = 0;
this._xscale = 30;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killc");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 308 MovieClip "f1" in Frame 100
onClipEvent (load) {
ret = 0;
_root.killkalo = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catchkalo");
}
if (this.hitTest(_root.bow)) {
_root.killkalo = true;
}
if (_root.killkalo == false) {
gotoAndStop ("swimkalo");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -30;
} else if (this._x > 700) {
ret = 0;
this._xscale = 30;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killkalo");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 213 MovieClip "f2" in Frame 100
onClipEvent (load) {
ret = 0;
_root.killb = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boat)) {
gotoAndStop ("catchb");
}
if (this.hitTest(_root.bow)) {
_root.killb = true;
}
if (_root.killb == false) {
gotoAndStop ("swimb");
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -30;
} else if (this._x > 700) {
ret = 0;
this._xscale = 30;
}
} else if (!this.hitTest(_root.boat)) {
gotoAndStop ("killb");
this._x = _root.bow._x + 10;
this._y = _root.bow._y + 20;
}
}
Instance of Symbol 218 MovieClip "bow" in Frame 100
onClipEvent (load) {
_root.repos = _y;
_root.reposx = _x;
_root.hit = 0;
_root.rot = 0;
}
onClipEvent (enterFrame) {
if (_root.playlev == true) {
_root.derot = _y;
deg = _rotation;
rad = (deg * Math.PI) / 180;
p = 50 * Math.sin(rad);
b = 50 * Math.cos(rad);
if ((_root.hit == 1) && (_y < 360)) {
_x = (_x + b);
_y = (_y + p);
_root.rop._xscale = _root.rop._xscale + 400;
} else {
if ((_root.hit == 2) && (!this.hitTest(_root.te))) {
_x = (_x - b);
_y = (_y - p);
_root.rop._xscale = _root.rop._xscale - 400;
}
if (this.hitTest(_root.te)) {
_root.rot = 0;
_y = _root.repos;
_x = _root.reposx;
}
}
if (Key.isDown(38)) {
_root.hit = 1;
_root.rot = 1;
} else if (Key.isDown(40)) {
_root.hit = 2;
}
}
}
Instance of Symbol 220 MovieClip "handel" in Frame 100
onClipEvent (enterFrame) {
if (_root.playlev == true) {
if (_root.rot == 0) {
if (Key.isDown(37) && (this._rotation < 124)) {
_rotation = (_rotation + 5);
_root.bow._rotation = _root.bow._rotation + 5;
_root.rop._rotation = _root.rop._rotation + 5;
}
if (Key.isDown(39) && (this._rotation > 50)) {
_rotation = (_rotation - 5);
_root.bow._rotation = _root.bow._rotation - 5;
_root.rop._rotation = _root.rop._rotation - 5;
}
}
}
}
Instance of Symbol 135 MovieClip "te" in Frame 100
/* no clip actions */
Instance of Symbol 288 MovieClip in Frame 100
onClipEvent (load) {
sho = 0;
_root.timer = 0;
}
onClipEvent (enterFrame) {
sho++;
time = sho % 60;
if (time == 59) {
_root.timer = _root.timer + 1;
}
}
Instance of Symbol 283 MovieClip "levup" in Frame 100
onClipEvent (load) {
this._visible = false;
}
Frame 129
gotoAndPlay (130);
_root.goal = 15000;
_root.timeleft = 14;
Instance of Symbol 304 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.score > 6500) {
_root.levup._visible = true;
_root.gotoAndPlay(2);
}
}
Instance of Symbol 320 MovieClip "bow" in Frame 129
onClipEvent (load) {
_root.hit = 0;
_root.rot = 0;
}
onClipEvent (enterFrame) {
_root.derot = _rotation;
deg = _rotation;
rad = (deg * Math.PI) / 180;
p = 50 * Math.sin(rad);
b = 50 * Math.cos(rad);
if ((_root.hit == 1) && (_y < 300)) {
_x = (_x + b);
_y = (_y + p);
_root.rop._height = _root.rop._height + 47;
} else if ((_root.hit == 2) && (_y > (_root.handel._y + 5))) {
_x = (_x - b);
_y = (_y - p);
_root.rop._height = _root.rop._height - 47;
}
if (this.hitTest(_root.handel)) {
_root.rot = 0;
}
if (_root.rot == 0) {
if (Key.isDown(37) && (this._rotation < 124)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(39) && (this._rotation > 50)) {
_rotation = (_rotation - 5);
}
}
if (Key.isDown(38)) {
_root.hit = 1;
_root.rot = 1;
} else if (Key.isDown(40)) {
_root.hit = 2;
}
}
Instance of Symbol 322 MovieClip "handel" in Frame 129
onClipEvent (enterFrame) {
if (_root.rot == 0) {
if (Key.isDown(37) && (this._rotation < 124)) {
_rotation = (_rotation + 5);
}
if (Key.isDown(39) && (this._rotation > 50)) {
_rotation = (_rotation - 5);
}
}
}
Instance of Symbol 308 MovieClip "f7" in Frame 129
onClipEvent (load) {
ret = 0;
}
onClipEvent (enterFrame) {
if (ret == 0) {
this._x = this._x - 6;
} else if (ret == 1) {
this._x = this._x + 6;
}
if (this._x < -150) {
ret = 1;
this._xscale = -30;
} else if (this._x > 700) {
ret = 0;
this._xscale = 30;
}
}
Frame 130
stopAllSounds();
Frame 169
stop();
Instance of Symbol 337 MovieClip in Frame 169
onClipEvent (load) {
_root.levl = _root.levl + 1;
}
Instance of Symbol 120 MovieClip in Frame 169
onClipEvent (enterFrame) {
_root.terget = _root.goal + "+";
}
Symbol 19 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 20 MovieClip Frame 22
stop();
Symbol 24 MovieClip Frame 1
function installStatus(statusValue) {
if (statusValue == "Download.Complete") {
} else if (statusValue == "Download.Cancelled") {
_parent.gotoAndStop("cancelled");
} else if (statusValue == "Download.Failed") {
_parent.gotoAndStop("failed");
}
}
function checkLoaded() {
if (loaderClip.startUpdate.toString() == "[type Function]") {
clearInterval(id);
loadComplete();
}
}
function loadComplete() {
loaderClip.redirectURL = _root.MMredirectURL;
loaderClip.MMplayerType = _root.MMplayerType;
loaderClip.MMdoctitle = _root.MMdoctitle;
loaderClip.startUpdate();
}
System.security.allowDomain("fpdownload.macromedia.com");
var cacheBuster = Math.random();
var updateSWF = ("http://fpdownload.macromedia.com/pub/flashplayer/update/current/swf/autoUpdater.swf?" + cacheBuster);
loaderClip.loadMovie(updateSWF);
var id = setInterval(checkLoaded, 10);
Symbol 31 MovieClip Frame 1
var playerVer = System.capabilities.version.split(" ");
playerVer = playerVer[1].split(",");
if (playerVer[0] >= 8) {
if (playerVer[1] >= 0) {
if (playerVer[2] >= 22) {
_root.gotoAndPlay("mymovie");
} else {
this.gotoAndStop("update");
}
} else {
this.gotoAndStop("update");
}
} else {
this.gotoAndStop("update");
}
stop();
Symbol 46 Button
on (press) {
gotoAndPlay (21);
}
Symbol 51 Button
on (press) {
gotoAndStop (20);
}
Symbol 54 MovieClip Frame 12
stop();
Symbol 55 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 57 Button
on (release) {
getURL ("http://www.dailyfreegames.com/free-games.html", "_blank");
}
Symbol 65 Button
on (press) {
gotoAndPlay (21);
}
Symbol 70 Button
on (press) {
gotoAndStop (11);
}
Symbol 118 Button
on (release) {
gotoAndPlay (100);
}
Symbol 151 MovieClip Frame 30
_root.f3._y = 300;
_root.f3._x = 650;
_root.killa = false;
_root.score = _root.score + 900;
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 2
stop();
Symbol 152 MovieClip Frame 3
stop();
Symbol 179 MovieClip Frame 22
_root.f4._y = 250;
_root.f4._x = 1100;
_root.killc = false;
_root.score = _root.score + 100;
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 2
stop();
Symbol 180 MovieClip Frame 3
stop();
Symbol 193 MovieClip Frame 1
gotoAndPlay (1);
Symbol 197 MovieClip Frame 25
_root.f1._y = 300;
_root.f1._x = 1000;
_root.kill = false;
_root.score = _root.score + 600;
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 2
stop();
Symbol 198 MovieClip Frame 3
stop();
Symbol 212 MovieClip Frame 22
_root.f2._y = 250;
_root.f2._x = 1700;
_root.killb = false;
_root.score = _root.score + 200;
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
stop();
Symbol 213 MovieClip Frame 3
stop();
Symbol 236 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 2
Symbol 236 MovieClip Frame 3
Symbol 236 MovieClip Frame 10
_root.t = _root.t - 1;
_root.shk.gotoAndStop("s1");
_root.rop._alpha = 100;
Symbol 246 MovieClip Frame 41
_root.yr._y = 370;
_root.yr._x = 850;
_root.kill2a = false;
_root.score = _root.score + 500;
Symbol 247 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 2
stop();
Symbol 247 MovieClip Frame 3
stop();
Symbol 257 MovieClip Frame 30
_root.bf._y = 350;
_root.bf._x = 850;
_root.kill2c = false;
_root.score = _root.score + 200;
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 2
stop();
Symbol 258 MovieClip Frame 3
stop();
Symbol 270 MovieClip Frame 29
_root.sn._y = 300;
_root.sn._x = 950;
_root.kill2b = false;
_root.score = _root.score + 800;
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 2
stop();
Symbol 271 MovieClip Frame 3
stop();
Symbol 276 MovieClip Frame 29
_root.sh._y = 350;
_root.sh._x = 700;
_root.kills = false;
_root.score = _root.score - 500;
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 2
stop();
Symbol 277 MovieClip Frame 3
stop();
Symbol 278 MovieClip Frame 29
_root.sho._y = 350;
_root.sho._x = 700;
_root.killsh = false;
_root.score = _root.score - 500;
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 2
stop();
Symbol 279 MovieClip Frame 3
stop();
Symbol 285 Button
on (release) {
_root.timer = 0;
_root.timerb = 0;
gotoAndPlay (21);
}
Symbol 293 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 25
_root.f1._y = 400;
_root.f1._x = 1000;
_root.killkalo = false;
_root.score = _root.score + 600;
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 2
stop();
Symbol 308 MovieClip Frame 3
stop();
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 2
stop();
Symbol 309 MovieClip Frame 3
stop();
Symbol 318 Button
on (release) {
_root.timer = 0;
gotoAndPlay (21);
}
Symbol 336 Button
on (release) {
_root.playlevb = true;
_root.timerb = 0;
gotoAndStop (70);
}