Frame 1
Stage.showMenu = false;
stop();
_root.health = 100;
Instance of Symbol 17 MovieClip "gun" in Frame 1
onClipEvent (mouseMove) {
_x = _root._xmouse;
}
onClipEvent (mouseDown) {
if (_currentframe == 1) {
play();
}
}
Instance of Symbol 19 MovieClip in Frame 1
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
}
Frame 2
stop();
Frame 23
onEnterFrame = function () {
if (_root.health <= 0) {
gotoAndPlay ("gameover");
}
};
stop();
_root.health = 100;
_root.timer = 15;
i = 1;
while (i < 7) {
_root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth());
i++;
}
Instance of Symbol 39 MovieClip "icon" in Frame 23
onClipEvent (load) {
gotoAndStop(random(4) + 1);
if (_name != "icon") {
swapDepths(_root.cursor);
}
_visible = false;
xscale = _xscale;
yscale = _yscale;
_x = random(550);
_y = random(550);
showit = random(30);
}
onClipEvent (enterFrame) {
showit++;
if (_visible == false) {
_xscale = xscale;
_yscale = yscale;
_x = random(550);
_y = random(400);
}
if (_visible == true) {
_xscale = (_xscale + 8);
_yscale = (_yscale + 8);
}
if (_yscale >= 400) {
_visible = false;
_root.health = _root.health - 15;
}
if (showit >= 30) {
showit = 0;
_visible = true;
}
if (_root._currentframe != 23) {
this.removeMovieClip();
_visible = false;
}
}
on (press) {
_visible = false;
gotoAndStop(random(4) + 1);
showit = 0;
_root.score = _root.score + 10;
}
Instance of Symbol 45 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.timer <= 0) {
_root.play();
}
}
Frame 43
stop();
_root.health = 100;
_root.timer = 25;
i = 1;
while (i < 7) {
_root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth());
i++;
}
Instance of Symbol 19 MovieClip in Frame 43
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
}
Instance of Symbol 45 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.timer <= 0) {
_root.play();
}
}
Instance of Symbol 39 MovieClip "icon" in Frame 43
onClipEvent (load) {
gotoAndStop(random(4) + 1);
if (_name != "icon") {
swapDepths(_root.cursor);
}
_visible = false;
xscale = _xscale;
yscale = _yscale;
_x = random(550);
_y = random(550);
showit = random(30);
}
onClipEvent (enterFrame) {
showit++;
if (_visible == false) {
_xscale = xscale;
_yscale = yscale;
_x = random(550);
_y = random(400);
}
if (_visible == true) {
_xscale = (_xscale + 8);
_yscale = (_yscale + 8);
}
if (_yscale >= 400) {
_visible = false;
_root.health = _root.health - 15;
}
if (showit >= 30) {
showit = 0;
_visible = true;
}
if (_root._currentframe != 43) {
this.removeMovieClip();
_visible = false;
}
}
on (press) {
_visible = false;
gotoAndStop(random(4) + 1);
showit = 0;
_root.score = _root.score + 10;
}
Instance of Symbol 19 MovieClip in Frame 44
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
}
Frame 63
stop();
_root.health = 100;
_root.timer = 30;
i = 1;
while (i < 8) {
_root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth());
i++;
}
Instance of Symbol 19 MovieClip in Frame 63
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
}
Instance of Symbol 45 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (_root.timer <= 0) {
_root.play();
}
}
Instance of Symbol 39 MovieClip "icon" in Frame 63
onClipEvent (load) {
gotoAndStop(random(4) + 1);
if (_name != "icon") {
swapDepths(_root.cursor);
}
_visible = false;
xscale = _xscale;
yscale = _yscale;
_x = random(550);
_y = random(550);
showit = random(30);
}
onClipEvent (enterFrame) {
showit++;
if (_visible == false) {
_xscale = xscale;
_yscale = yscale;
_x = random(550);
_y = random(400);
}
if (_visible == true) {
_xscale = (_xscale + 8);
_yscale = (_yscale + 8);
}
if (_yscale >= 400) {
_visible = false;
_root.health = _root.health - 15;
}
if (showit >= 30) {
showit = 0;
_visible = true;
}
if (_root._currentframe != 63) {
this.removeMovieClip();
_visible = false;
}
}
on (press) {
_visible = false;
gotoAndStop(random(4) + 1);
showit = 0;
_root.score = _root.score + 10;
}
Instance of Symbol 19 MovieClip in Frame 64
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
}
Frame 83
stop();
_root.health = 100;
_root.timer = 35;
i = 1;
while (i < 8) {
_root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth());
i++;
}
Instance of Symbol 19 MovieClip in Frame 83
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
}
Instance of Symbol 45 MovieClip in Frame 83
onClipEvent (enterFrame) {
if (_root.timer <= 0) {
_root.play();
}
}
Instance of Symbol 39 MovieClip "icon" in Frame 83
onClipEvent (load) {
gotoAndStop(random(4) + 1);
if (_name != "icon") {
swapDepths(_root.cursor);
}
_visible = false;
xscale = _xscale;
yscale = _yscale;
_x = random(550);
_y = random(550);
showit = random(30);
}
onClipEvent (enterFrame) {
showit++;
if (_visible == false) {
_xscale = xscale;
_yscale = yscale;
_x = random(550);
_y = random(400);
}
if (_visible == true) {
_xscale = (_xscale + 10);
_yscale = (_yscale + 10);
}
if (_yscale >= 400) {
_visible = false;
_root.health = _root.health - 15;
}
if (showit >= 30) {
showit = 0;
_visible = true;
}
if (_root._currentframe != 83) {
this.removeMovieClip();
_visible = false;
}
}
on (press) {
_visible = false;
gotoAndStop(random(4) + 1);
showit = 0;
_root.score = _root.score + 10;
}
Instance of Symbol 19 MovieClip in Frame 84
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
}
Frame 103
stop();
_root.health = 100;
_root.timer = 50;
i = 1;
while (i < 9) {
_root.icon.duplicateMovieClip("icon" + i, _root.getNextHighestDepth());
i++;
}
Instance of Symbol 19 MovieClip in Frame 103
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
if (_root._currentframe == 105) {
_visible = false;
}
}
Instance of Symbol 45 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (_root.timer <= 0) {
_root.play();
}
}
Instance of Symbol 39 MovieClip "icon" in Frame 103
onClipEvent (load) {
gotoAndStop(random(4) + 1);
if (_name != "icon") {
swapDepths(_root.cursor);
}
_visible = false;
xscale = _xscale;
yscale = _yscale;
_x = random(550);
_y = random(550);
showit = random(30);
}
onClipEvent (enterFrame) {
showit++;
if (_visible == false) {
_xscale = xscale;
_yscale = yscale;
_x = random(550);
_y = random(400);
}
if (_visible == true) {
_xscale = (_xscale + 11);
_yscale = (_yscale + 11);
}
if (_yscale >= 400) {
_visible = false;
_root.health = _root.health - 15;
}
if (showit >= 30) {
showit = 0;
_visible = true;
}
if (_root._currentframe != 103) {
this.removeMovieClip();
_visible = false;
}
}
on (press) {
_visible = false;
gotoAndStop(random(4) + 1);
showit = 0;
_root.score = _root.score + 10;
}
Frame 104
stop();
Instance of Symbol 19 MovieClip in Frame 104
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
startDrag (this, true);
}
Frame 105
stop();
Symbol 7 Button
on (release) {
gotoAndPlay (2);
}
Symbol 11 Button
on (release) {
gotoAndPlay (3);
}
Symbol 17 MovieClip Frame 1
stop();
Symbol 26 Button
on (release) {
play();
}
Symbol 39 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 20
_root.timer--;
Symbol 76 Button
on (release) {
gotoAndPlay (1);
}