Frame 1
stop();
Frame 2
stop();
game = false;
Frame 3
function explode(xx, yy, ex) {
d++;
this.attachMovie("explosion", "e" + d, d);
this["e" + d]._x = xx;
this["e" + d]._y = yy;
_root.exploder = ex;
}
function makeen(xx, yy) {
d++;
this.attachMovie("enemy", "en" + d, d);
this["en" + d]._x = xx;
this["en" + d]._y = yy;
}
function mcmc(xx, yy) {
d++;
this.attachMovie("mc_+1", "mcc" + d, d);
this["mcc" + d]._x = xx;
this["mcc" + d]._y = yy;
}
function omgmc(xx, yy) {
d++;
this.attachMovie("uhon", "mccc" + d, d);
this["mccc" + d]._x = xx;
this["mccc" + d]._y = yy;
}
function nlcc(xx, yy) {
d++;
this.attachMovie("nlc", "mlc" + d, d);
this["mlc" + d]._x = xx;
this["mlc" + d]._y = yy;
}
function excc(xx, yy) {
d++;
this.attachMovie("exc", "excc" + d, d);
this["excc" + d]._x = xx;
this["excc" + d]._y = yy;
}
function makeben(xx, yy) {
d++;
this.attachMovie("ebn", "enb" + d, d);
this["enb" + d]._x = xx;
this["enb" + d]._y = yy;
}
function gobull(xx, yy, rt) {
d++;
this.attachMovie("bullen", "b" + d, d);
this["b" + d]._x = xx;
this["b" + d]._y = yy;
this["b" + d]._rotation = rt;
}
d = 0;
chain = 0;
secs = 100;
longestchain = 0;
score = 0;
bossscore = 500;
bosshp = 0;
goboss = false;
game = true;
bds = 6;
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
active = true;
}
Instance of Symbol 75 MovieClip "asdf" in Frame 3
onClipEvent (load) {
ms = 0;
lp = 1000;
}
onClipEvent (enterFrame) {
if (_root.score >= lp) {
_root.secs = _root.secs + 10;
lp = lp + 1000;
}
ms++;
if (ms == 30) {
_root.secs--;
ms = 0;
}
if (_root.secs < 0) {
_root.nextFrame();
}
if (Key.isDown(13)) {
_root.gotoAndStop(2);
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
if (_root.difficulty > 1) {
active = true;
} else {
active = false;
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
if (_root.difficulty > 1) {
active = true;
} else {
active = false;
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
active = true;
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
if (_root.difficulty > 1) {
active = true;
} else {
active = false;
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
if (_root.difficulty > 1) {
active = true;
} else {
active = false;
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
if (_root.difficulty > 1) {
active = true;
} else {
active = false;
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
if (_root.difficulty > 1) {
active = true;
} else {
active = false;
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
active = true;
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
if (_root.difficulty > 1) {
active = true;
} else {
active = false;
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
if (_root.difficulty > 1) {
active = true;
} else {
active = false;
}
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
active = true;
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
active = true;
}
Instance of Symbol 78 MovieClip in Frame 3
onClipEvent (load) {
active = true;
}
Instance of Symbol 20 MovieClip [enemy] in Frame 3
onClipEvent (load) {
freeze = true;
}
Instance of Symbol 115 MovieClip "boss" in Frame 3
onClipEvent (enterFrame) {
if (_root.score >= _root.bossscore) {
go = true;
_root.goboss = true;
i = 0;
while (i <= (_root.d + 1)) {
_root["en" + i].gotoAndStop(3);
i++;
}
} else {
s = 0;
while (s <= (_root.d + 1)) {
_root["enb" + s].gotoAndStop(3);
s++;
}
go = false;
_root.goboss = false;
}
}
Instance of Symbol 16 MovieClip [mc_+1] in Frame 3
onClipEvent (enterFrame) {
swapDepths(999999);
this.removeMovieClip();
}
Instance of Symbol 14 MovieClip [uhon] in Frame 3
onClipEvent (enterFrame) {
swapDepths(999999);
this.removeMovieClip();
}
Instance of Symbol 12 MovieClip [nlc] in Frame 3
onClipEvent (enterFrame) {
swapDepths(999999);
this.removeMovieClip();
}
Instance of Symbol 10 MovieClip [ebn] in Frame 3
onClipEvent (enterFrame) {
swapDepths(999999);
this.removeMovieClip();
}
Instance of Symbol 6 MovieClip [exc] in Frame 3
onClipEvent (enterFrame) {
swapDepths(999999);
this.removeMovieClip();
}
Instance of Symbol 20 MovieClip [enemy] in Frame 3
onClipEvent (load) {
freeze = true;
}
Instance of Symbol 20 MovieClip [enemy] in Frame 3
onClipEvent (load) {
freeze = true;
}
Instance of Symbol 20 MovieClip [enemy] in Frame 3
onClipEvent (load) {
freeze = true;
}
Instance of Symbol 20 MovieClip [enemy] in Frame 3
onClipEvent (load) {
freeze = true;
}
Instance of Symbol 20 MovieClip [enemy] in Frame 3
onClipEvent (load) {
freeze = true;
}
Instance of Symbol 20 MovieClip [enemy] in Frame 3
onClipEvent (load) {
freeze = true;
}
Instance of Symbol 20 MovieClip [enemy] in Frame 3
onClipEvent (load) {
freeze = true;
}
Frame 4
stop();
game = false;
Frame 5
stop();
game = false;
Symbol 3 MovieClip [explosion] Frame 1
_root.explosion = this;
onEnterFrame = function () {
if (!_root.game) {
swapDepths(999999);
this.removeMovieClip();
}
};
Symbol 3 MovieClip [explosion] Frame 19
swapDepths(999999);
this.removeMovieClip();
Symbol 6 MovieClip [exc] Frame 30
swapDepths(999999);
this.removeMovieClip();
Symbol 8 MovieClip Frame 1
if (!so) {
gotoAndPlay(random(60));
so = true;
}
Symbol 9 MovieClip [false explode] Frame 19
swapDepths(999999);
this.removeMovieClip();
Symbol 10 MovieClip [ebn] Frame 1
stop();
onEnterFrame = function () {
if (_currentframe == 1) {
if (!_root.game) {
swapDepths(999999);
this.removeMovieClip();
}
if (hitTest(_root.explosion)) {
if (_currentframe == 1) {
gotoAndStop (2);
}
}
if (hitTest(_root.player.aaa.hit)) {
_root.secs = _root.secs - 5;
_root.player.gotoAndPlay("false");
}
}
};
Instance of Symbol 8 MovieClip in Symbol 10 MovieClip [ebn] Frame 1
onClipEvent (load) {
speed = random(5) + 1;
targetx = random(550);
targety = random(400);
d = 0;
}
onClipEvent (enterFrame) {
if ((_parent._x + 5) > targetx) {
_parent._x = _parent._x - speed;
}
if ((_parent._x + 5) < targetx) {
_parent._x = _parent._x + speed;
}
if ((_parent._y + 5) > targety) {
_parent._y = _parent._y - speed;
}
if ((_parent._y + 5) < targety) {
_parent._y = _parent._y + speed;
}
d++;
if (d >= 15) {
targetx = random(550);
targety = random(400);
d = 0;
}
}
Symbol 10 MovieClip [ebn] Frame 2
if (_root.chain >= 1) {
_root.mcmc(_x, _y);
}
if (_root.chain > _root.longestchain) {
_root.nlcc(_x, _y - 20);
}
if (_root.score >= _root.asdf.lp) {
_root.excc(_x, _y + 20);
}
_root.chain++;
_root.score = _root.score + 10;
_root.secs = _root.secs + 0.5;
_root.chainer.gotoAndPlay(2);
_root.explode(_x, _y, this);
Instance of Symbol 8 MovieClip in Symbol 10 MovieClip [ebn] Frame 2
onClipEvent (load) {
speed = 5 + random(5);
targetx = _root.boss.boss._x;
targety = _root.boss.boss._y;
}
onClipEvent (enterFrame) {
if ((_parent._x + 5) > targetx) {
_parent._x = _parent._x - speed;
}
if ((_parent._x + 5) < targetx) {
_parent._x = _parent._x + speed;
}
if ((_parent._y + 5) > targety) {
_parent._y = _parent._y - speed;
}
if ((_parent._y + 5) < targety) {
_parent._y = _parent._y + speed;
}
targetx = _root.boss.boss._x;
targety = _root.boss.boss._y;
if (hitTest(_root.boss.boss)) {
_parent.gotoAndStop(3);
}
}
Instance of Symbol 9 MovieClip [false explode] in Symbol 10 MovieClip [ebn] Frame 3
onClipEvent (enterFrame) {
_root.bexplosion = this;
if (_currentframe == 18) {
_parent.swapDepths(999999);
_parent.removeMovieClip();
}
}
Symbol 12 MovieClip [nlc] Frame 30
swapDepths(999999);
this.removeMovieClip();
Symbol 14 MovieClip [uhon] Frame 30
swapDepths(999999);
this.removeMovieClip();
Symbol 16 MovieClip [mc_+1] Frame 30
swapDepths(999999);
this.removeMovieClip();
Symbol 19 MovieClip [bullen] Frame 1
spd = 10;
onEnterFrame = function () {
if (_rotation > 180) {
_y = (_y + (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x - (spd * Math.sin((Math.PI/180) * _rotation)));
} else {
_y = (_y - (spd * Math.cos((Math.PI/180) * _rotation)));
_x = (_x + (spd * Math.sin((Math.PI/180) * _rotation)));
}
if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) {
this.removeMovieClip();
}
if (hitTest(_root.player.aaa.hit)) {
_root.secs = _root.secs - 10;
_root.player.gotoAndPlay("false");
}
};
Symbol 20 MovieClip [enemy] Frame 1
stop();
onEnterFrame = function () {
if (_currentframe == 1) {
if (!_root.game) {
swapDepths(999999);
this.removeMovieClip();
}
if (hitTest(_root.explosion)) {
play();
}
if (hitTest(_root.player.aaa.hit)) {
_root.secs = _root.secs - 10;
_root.player.gotoAndPlay("false");
}
}
};
Instance of Symbol 8 MovieClip in Symbol 20 MovieClip [enemy] Frame 1
onClipEvent (load) {
speed = random(5) + 1;
targetx = random(550);
targety = random(400);
d = 0;
}
onClipEvent (enterFrame) {
if (!_parent.freeze) {
if ((_parent._x + 5) > targetx) {
_parent._x = _parent._x - speed;
}
if ((_parent._x + 5) < targetx) {
_parent._x = _parent._x + speed;
}
if ((_parent._y + 5) > targety) {
_parent._y = _parent._y - speed;
}
if ((_parent._y + 5) < targety) {
_parent._y = _parent._y + speed;
}
d++;
if (d >= 15) {
targetx = random(550);
targety = random(400);
d = 0;
}
}
}
Symbol 20 MovieClip [enemy] Frame 2
if (_root.chain >= 1) {
_root.mcmc(_x, _y);
}
if (_root.chain > _root.longestchain) {
_root.nlcc(_x, _y - 20);
}
if (_root.score >= _root.asdf.lp) {
_root.excc(_x, _y + 20);
}
_root.chain++;
_root.score = _root.score + 10;
_root.chainer.gotoAndPlay(2);
_root.explode(_x, _y, this);
swapDepths(999999);
this.removeMovieClip();
Symbol 20 MovieClip [enemy] Frame 3
_root.explode(_x, _y, this);
swapDepths(999999);
this.removeMovieClip();
Symbol 33 Button
on (press) {
getURL ("http://www.freewebs.com/carpo-ink");
}
Symbol 41 Button
on (press) {
_root.play();
}
Symbol 42 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 42 MovieClip Frame 2
gotoAndPlay (1);
Symbol 42 MovieClip Frame 3
play();
Symbol 42 MovieClip Frame 56
stop();
Symbol 49 Button
on (press) {
nextFrame();
}
Symbol 50 Button
on (press) {
help.nextFrame();
}
Symbol 53 Button
on (press) {
ver.nextFrame();
}
Symbol 56 Button
on (press) {
prevFrame();
}
Symbol 59 MovieClip Frame 1
stop();
Symbol 66 Button
on (press) {
_root.keycon = true;
nextFrame();
}
Symbol 68 Button
on (press) {
_root.keycon = false;
prevFrame();
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
stop();
Symbol 75 MovieClip Frame 1
_visible = false;
Symbol 76 MovieClip Frame 1
gotoAndPlay (2);
Symbol 76 MovieClip Frame 30
stop();
Instance of Symbol 45 MovieClip in Symbol 76 MovieClip Frame 30
onClipEvent (mouseDown) {
if (!_root.keycon) {
_parent._parent.play();
}
}
onClipEvent (enterFrame) {
if (_root.keycon) {
if (Key.isDown(32)) {
_parent._parent.nextFrame();
}
}
}
Symbol 77 MovieClip Frame 1
speed = 5;
onEnterFrame = function () {
if (_currentframe == 1) {
if (!_root.keycon) {
_x = _root._xmouse;
_y = _root._ymouse;
} else {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (Key.isDown(38)) {
_y = (_y - speed);
}
if (Key.isDown(40)) {
_y = (_y + speed);
}
}
}
if (Key.isDown(87)) {
_root.secs = _root.secs + 100;
_root.score = _root.score + 100;
}
};
stop();
Symbol 77 MovieClip Frame 2
_root.chainer.play();
_root.explode(_x, _y, this);
_root.secs--;
stop();
Symbol 77 MovieClip Frame 3
_root.omgmc(_x, _y);
Symbol 77 MovieClip Frame 23
gotoAndStop (1);
Symbol 78 MovieClip Frame 1
onEnterFrame = function () {
if (active) {
if (!_root.goboss) {
if (random(50) == 1) {
_root.makeen(_x, _y);
}
} else if (random(60) == 1) {
_root.makeben(_x, _y);
}
}
};
Symbol 80 MovieClip Frame 1
stop();
Instance of Symbol 75 MovieClip in Symbol 80 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.chain > _root.longestchain) {
_root.longestchain = _root.chain;
}
}
Symbol 81 MovieClip Frame 1
stop();
_root.player.gotoAndStop(1);
_root.chain = 0;
Instance of Symbol 80 MovieClip in Symbol 81 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.chain > _root.longestchain) {
_root.longestchain = _root.chain;
_root.secs = _root.secs + 5;
play();
}
}
Symbol 95 MovieClip Frame 1
onEnterFrame = function () {
if (!_root.game) {
swapDepths(999999);
this.removeMovieClip();
}
swapDepths(999999);
lc = _root.longestchain;
cc = _root.chain;
tt = Math.round(_root.secs);
s = _root.score;
bs = _root.bossscore;
bhp = _root.bosshp;
};
Symbol 98 MovieClip Frame 1
stop();
d = 0;
targetx = random(550);
targety = random(400);
speed = 2;
onEnterFrame = function () {
if (_parent.go) {
if ((_x + 5) > targetx) {
_x = (_x - speed);
}
if ((_x + 5) < targetx) {
_x = (_x + speed);
}
if ((_y + 5) > targety) {
_y = (_y - speed);
}
if ((_y + 5) < targety) {
_y = (_y + speed);
}
d++;
if (d >= 30) {
_root.gobull(_x, _y, a._rotation);
targetx = random(550);
targety = random(400);
d = 0;
}
if (hitTest(_root.explosion) || (hitTest(_root.bexplosion))) {
if (!(_root.exploder === this)) {
_root.bosshp = _root.bosshp - 2;
_root.explode(_x, _y, this);
}
}
if (_root.bosshp <= 0) {
play();
}
}
};
Instance of Symbol 97 MovieClip "a" in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) {
Xd = _root.player._x - _parent._x;
Yd = _root.player._y - _parent._y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
Symbol 98 MovieClip Frame 2
_root.secs = _root.secs + 50;
Symbol 98 MovieClip Frame 20
_root.score = _root.score + Math.round(_root.bossscore / _root.bds);
_parent.go = false;
_parent.nextFrame();
Symbol 105 MovieClip Frame 1
stop();
d = 0;
targetx = random(550);
targety = random(400);
speed = 4;
onEnterFrame = function () {
if (_parent.go) {
if ((_x + 5) > targetx) {
_x = (_x - speed);
}
if ((_x + 5) < targetx) {
_x = (_x + speed);
}
if ((_y + 5) > targety) {
_y = (_y - speed);
}
if ((_y + 5) < targety) {
_y = (_y + speed);
}
d++;
if (d >= 30) {
_root.gobull(_x, _y, a._rotation);
_root.gobull(_x, _y, (a._rotation + random(10)) + 1);
targetx = random(550);
targety = random(400);
d = 0;
}
if (hitTest(_root.explosion) || (hitTest(_root.bexplosion))) {
if (!(_root.exploder === this)) {
_root.bosshp = _root.bosshp - 2;
_root.explode(_x, _y, this);
}
}
if (_root.bosshp <= 0) {
play();
}
}
};
Instance of Symbol 101 MovieClip "a" in Symbol 105 MovieClip Frame 1
onClipEvent (enterFrame) {
Xd = _root.player._x - _parent._x;
Yd = _root.player._y - _parent._y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
Symbol 105 MovieClip Frame 2
_root.secs = _root.secs + 50;
Symbol 105 MovieClip Frame 20
_root.score = _root.score + Math.round(_root.bossscore / _root.bds);
_parent.go = false;
_parent.nextFrame();
Symbol 108 MovieClip Frame 1
stop();
d = 0;
targetx = random(550);
targety = random(400);
speed = 3;
onEnterFrame = function () {
if (_parent.go) {
if ((_x + 5) > targetx) {
_x = (_x - speed);
}
if ((_x + 5) < targetx) {
_x = (_x + speed);
}
if ((_y + 5) > targety) {
_y = (_y - speed);
}
if ((_y + 5) < targety) {
_y = (_y + speed);
}
d++;
if (d >= 30) {
_root.gobull(_x, _y, a._rotation);
_root.gobull(_x, _y, a._rotation + 10);
_root.gobull(_x, _y, a._rotation - 10);
targetx = random(550);
targety = random(400);
d = 0;
}
if (hitTest(_root.explosion) || (hitTest(_root.bexplosion))) {
if (!(_root.exploder === this)) {
_root.bosshp = _root.bosshp - 2;
_root.explode(_x, _y, this);
}
}
if (_root.bosshp <= 0) {
play();
}
}
};
Instance of Symbol 107 MovieClip "a" in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) {
Xd = _root.player._x - _parent._x;
Yd = _root.player._y - _parent._y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
Symbol 108 MovieClip Frame 2
_root.secs = _root.secs + 50;
Symbol 108 MovieClip Frame 20
_root.score = _root.score + Math.round(_root.bossscore / _root.bds);
_parent.go = false;
_parent.nextFrame();
Symbol 111 MovieClip Frame 1
stop();
d = 0;
f = 0;
targetx = random(550);
targety = random(400);
speed = 2;
onEnterFrame = function () {
if (_parent.go) {
if ((_x + 5) > targetx) {
_x = (_x - speed);
}
if ((_x + 5) < targetx) {
_x = (_x + speed);
}
if ((_y + 5) > targety) {
_y = (_y - speed);
}
if ((_y + 5) < targety) {
_y = (_y + speed);
}
d++;
f++;
if (f >= 10) {
_root.gobull(_x, _y, a._rotation + 10);
_root.gobull(_x, _y, a._rotation);
_root.gobull(_x, _y, a._rotation - 10);
f = 0;
}
if (d >= 15) {
targetx = random(550);
targety = random(400);
d = 0;
}
if (hitTest(_root.explosion) || (hitTest(_root.bexplosion))) {
if (!(_root.exploder === this)) {
_root.bosshp = _root.bosshp - 2;
_root.explode(_x, _y, this);
}
}
if (_root.bosshp <= 0) {
play();
}
}
};
Instance of Symbol 110 MovieClip "a" in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) {
Xd = _root.player._x - _parent._x;
Yd = _root.player._y - _parent._y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
Symbol 111 MovieClip Frame 2
_root.secs = _root.secs + 50;
Symbol 111 MovieClip Frame 20
_root.score = _root.score + Math.round(_root.bossscore / _root.bds);
_parent.go = false;
_parent.nextFrame();
Symbol 114 MovieClip Frame 1
stop();
d = 0;
f = 0;
targetx = random(550);
targety = random(400);
speed = 2;
onEnterFrame = function () {
if (_parent.go) {
if ((_x + 5) > targetx) {
_x = (_x - speed);
}
if ((_x + 5) < targetx) {
_x = (_x + speed);
}
if ((_y + 5) > targety) {
_y = (_y - speed);
}
if ((_y + 5) < targety) {
_y = (_y + speed);
}
d++;
f++;
if (f >= 25) {
_root.gobull(_x, _y, a._rotation + 20);
_root.gobull(_x, _y, a._rotation + 10);
_root.gobull(_x, _y, a._rotation - 10);
_root.gobull(_x, _y, a._rotation - 20);
f = 0;
}
if (d >= 15) {
targetx = random(550);
targety = random(400);
d = 0;
}
if (hitTest(_root.explosion) || (hitTest(_root.bexplosion))) {
if (!(_root.exploder === this)) {
_root.bosshp = _root.bosshp - 2;
_root.explode(_x, _y, this);
}
}
if (_root.bosshp <= 0) {
play();
}
}
};
Instance of Symbol 113 MovieClip "a" in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 5);
}
Symbol 114 MovieClip Frame 2
_root.secs = _root.secs + 50;
Symbol 114 MovieClip Frame 20
_root.score = _root.score + Math.round(_root.bossscore / _root.bds);
_parent.go = false;
_parent.nextFrame();
Symbol 115 MovieClip Frame 1
stop();
Instance of Symbol 98 MovieClip "boss" in Symbol 115 MovieClip Frame 1
onClipEvent (load) {
_root.bosshp = 100;
}
Symbol 115 MovieClip Frame 2
_root.bossscore = 2500;
Instance of Symbol 105 MovieClip "boss" in Symbol 115 MovieClip Frame 2
onClipEvent (load) {
_root.bosshp = 120;
}
Symbol 115 MovieClip Frame 3
_root.bossscore = 5500;
Instance of Symbol 108 MovieClip "boss" in Symbol 115 MovieClip Frame 3
onClipEvent (load) {
_root.bosshp = 140;
}
Symbol 115 MovieClip Frame 4
_root.bossscore = 8200;
Instance of Symbol 111 MovieClip "boss" in Symbol 115 MovieClip Frame 4
onClipEvent (load) {
_root.bosshp = 170;
}
Symbol 115 MovieClip Frame 5
_root.bossscore = 13500;
Instance of Symbol 114 MovieClip "boss" in Symbol 115 MovieClip Frame 5
onClipEvent (load) {
_root.bosshp = 200;
}
Symbol 115 MovieClip Frame 6
_root.gotoAndStop(5);
Symbol 119 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(2);
}