Frame 1
var held = false;
onEnterFrame = function () {
if (Key.isDown(81) && (!held)) {
held = true;
if (_root._quality == "HIGH") {
_root._quality = "MEDIUM";
} else if (_root._quality == "MEDIUM") {
_root._quality = "LOW";
} else if (_root._quality == "LOW") {
_root._quality = "HIGH";
}
}
if (!Key.isDown(81)) {
held = false;
}
};
Mouse.show();
NewgroundsAPI.connectMovie(3287);
function deadClick() {
}
function sponsor() {
getURL ("http://www.rivalsaga.com/?mg=Purplenum_Survival_3", "_blank");
}
function omglaserspewpew() {
getURL ("http://omglaserspewpew.com", "_blank");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem("\u00A9 2008 OmgLasersPewPew", deadClick);
var mySiteLink = new ContextMenuItem("Created by Joe Willmott", omglaserspewpew);
var sponsorSite = new ContextMenuItem("Sponsored by RivalSaga", sponsor);
myMenu.customItems.push(mySiteLink, copyrightNotice, sponsorSite);
_root.menu = myMenu;
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("9c57f9cf", this, 10301, true);
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 37 MovieClip in Frame 1
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 49 MovieClip "chart" in Frame 1
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 3;
jumpheight = 10;
maxfall = -5;
var rebound = 6;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
(_root.wall.hitTest(getBounds(_root).xMax, _y, true) ? (_x = (_x - rebound)_x - rebound) : 0);
(_root.wall.hitTest(getBounds(_root).xMin, _y, true) ? (_x = (_x + rebound)_x + rebound) : 0);
(_root.wall.hitTest(getBounds(_root).yMin, _y, true) ? (_y = (_y + rebound)_y + rebound) : 0);
(_root.wall.hitTest(getBounds(_root).yMax, _y, true) ? (_x = (_x - rebound)_x - rebound) : 0);
speed = 3;
stop();
if (Key.isDown(39)) {
_x = (_x + speed);
gotoAndStop (2);
} else if (Key.isDown(37)) {
_x = (_x - speed);
gotoAndStop (3);
} else {
gotoAndStop (1);
}
if (this.hitTest(_root.leftwall)) {
_x = 639;
}
if (this.hitTest(_root.rightwall)) {
_x = 8;
}
}
Frame 2
Mouse.show();
stop();
Frame 3
Mouse.show();
stop();
Frame 4
Mouse.show();
stop();
Instance of Symbol 85 MovieClip in Frame 4
onClipEvent (load) {
var keyHeld = false;
var Playing = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(77) && (!keyHeld)) {
if (Playing) {
stop();
Playing = false;
} else {
play();
Playing = true;
}
keyHeld = true;
}
if (!Key.isDown(77)) {
keyHeld = false;
}
}
Frame 5
Mouse.show();
Frame 6
Mouse.show();
Instance of Symbol 114 MovieClip in Frame 6
on (release) {
_root.fadar.gotoAndPlay(20);
}
Instance of Symbol 117 MovieClip in Frame 6
on (release) {
_root.fadar.gotoAndPlay(40);
}
Instance of Symbol 120 MovieClip in Frame 6
on (release) {
getURL ("http://www.rivalsaga.com/?mg=Purplenum_Survival_3", "blank");
}
Instance of Symbol 123 MovieClip in Frame 6
on (release) {
getURL ("http://omglaserspewpew.com", "blank");
}
Instance of Symbol 126 MovieClip in Frame 6
on (release) {
_root.fadar.gotoAndPlay(60);
}
Frame 7
Mouse.show();
rankz_t10_send = new LoadVars();
rankz_t10_receive = new LoadVars();
rankz_t10_send.SU0249 = "MjkwOWolZSVhJW4lcw==";
rankz_t10_send.flashkey = "S0JmUUh2YmU=";
rankz_t10_receive.onLoad = function (success) {
if (success) {
_rankz_ar_ = rankz_t10_receive.top10.split("<u/*/u>");
i = 0;
while (i < _rankz_ar_.length) {
tempv = _rankz_ar_[i].split("</*/>");
_root["rankz_n" + (i + 1)].text = tempv[0];
_root["rankz_v" + (i + 1)].text = tempv[1];
i++;
}
} else {
trace("ERROR");
}
};
rankz_t10_send.sendAndLoad("http://rankz.armorbot.com/get/top10.php", rankz_t10_receive, "POST");
Frame 8
Mouse.show();
kills = 0;
name = nameless;
_root.loaded = 1;
_root.submachine = 1;
_root.machine = 1;
_root.shotgun = 1;
_root.flamethrower = 1;
_root.laser = 1;
_root.rocket = 1;
Instance of Symbol 175 MovieClip in Frame 8
onClipEvent (load) {
var keyHeld = false;
var Playing = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(77) && (!keyHeld)) {
if (Playing) {
stop();
Playing = false;
} else {
play();
Playing = true;
}
keyHeld = true;
}
if (!Key.isDown(77)) {
keyHeld = false;
}
}
Instance of Symbol 3 MovieClip [urlButton] in Frame 8
on (release) {
getURL ("http://www.rivalsaga.com/?mg=Purplenum_Survival_3", "blank");
}
Frame 9
stop();
Instance of Symbol 233 MovieClip "turret" in Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 250 MovieClip "ammo" in Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.one.play();
this.two.play();
this.three.play();
_root.loaded = 1;
}
}
Instance of Symbol 269 MovieClip "aimer" in Frame 9
onClipEvent (enterFrame) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 303 MovieClip in Frame 10
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 12
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 13
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 14
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 16
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 17
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 18
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 19
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 20
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 21
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 22
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 23
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 24
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 25
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 26
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 27
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 29
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 30
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 31
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 32
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 33
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 34
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 35
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 36
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 37
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 38
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 39
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 40
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 41
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 42
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 43
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 44
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 45
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 46
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 47
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 48
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 49
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 50
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 51
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 52
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 53
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 54
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 55
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 56
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 57
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 58
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 60
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 61
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 62
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 63
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Instance of Symbol 303 MovieClip in Frame 64
on (release) {
if (_root.kills > 9) {
_root.health.one.prevFrame();
_root.health.two.prevFrame();
_root.health.three.prevFrame();
_root.kills = _root.kills - 10;
}
}
Instance of Symbol 233 MovieClip "turret" in Frame 65
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
this.gotoAndStop(1);
}
if (_root.submachine == 2) {
if (Key.isDown(50)) {
this.gotoAndStop(2);
}
}
if (_root.machine == 2) {
if (Key.isDown(51)) {
this.gotoAndStop(3);
}
}
if (_root.shotgun == 2) {
if (Key.isDown(52)) {
this.gotoAndStop(4);
}
}
if (_root.flamethrower == 2) {
if (Key.isDown(53)) {
this.gotoAndStop(5);
}
}
if (_root.laser == 2) {
if (Key.isDown(54)) {
this.gotoAndStop(6);
}
}
if (_root.rocket == 2) {
if (Key.isDown(55)) {
this.gotoAndStop(7);
}
}
if (_root.loaded == 1) {
this.weapon.gotoAndStop(29);
}
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
this._rotation = myDegrees + 90;
onMouseDown = function () {
this.weapon.play();
};
onMouseUp = function () {
this.weapon.gotoAndStop(1);
};
}
Frame 66
Mouse.show();
Frame 67
Mouse.show();
Frame 68
Mouse.show();
Frame 69
Mouse.show();
Frame 70
Mouse.show();
Instance of Symbol 587 MovieClip in Frame 70
onClipEvent (load) {
var keyHeld = false;
var Playing = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(77) && (!keyHeld)) {
if (Playing) {
stop();
Playing = false;
} else {
play();
Playing = true;
}
keyHeld = true;
}
if (!Key.isDown(77)) {
keyHeld = false;
}
}
Frame 71
Mouse.show();
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = par3;
par227.c2NvcmUx = par4 + "Z";
par227.c2NvcmUx = par227.c2NvcmUx.split("0").join("U");
par227.c2NvcmUx = par227.c2NvcmUx.split("").join("A");
par227.c2NvcmUx = par227.c2NvcmUx.split("AU").join("Y");
par227.c2NvcmUx = par227.c2NvcmUx.split("A1").join("B");
par227.c2NvcmUx = par227.c2NvcmUx.split(".").join("N");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/as3_v0.php", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = name;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = kills;
__rankz_send__("MjkwOWolZSVhJW4lcw==", "S0JmUUh2YmU=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
Symbol 14 MovieClip Frame 27
stop();
Symbol 21 Button
on (release) {
gotoAndPlay ("instruction");
}
Symbol 22 Button
on (release) {
_root.gotoAndPlay(3);
}
Instance of Symbol 14 MovieClip "logoMc" in Symbol 23 MovieClip [logo] Frame 2
on (release) {
getURL ("http://www.rivalsaga.com/?mg=Purplenum_Survival_3", "blank");
}
Instance of Symbol 16 MovieClip "urlMc" in Symbol 23 MovieClip [logo] Frame 34
on (release) {
getURL ("http://www.rivalsaga.com/?mg=Purplenum_Survival_3", "blank");
}
Symbol 23 MovieClip [logo] Frame 91
stop();
Symbol 34 Button
on (release) {
_root.play();
}
Symbol 35 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
bar1._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 35 MovieClip Frame 2
gotoAndPlay (1);
Symbol 48 MovieClip Frame 1
play();
Symbol 49 MovieClip Frame 1
stop();
Instance of Symbol 46 MovieClip "hit1" in Symbol 49 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bad.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bad.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bad.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bad.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.airdrop.healthairdrop.uphealth)) {
_root.airdrop.gotoAndStop(1);
_root.health.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.paraman.airdrop.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.paraman.airdrop.leftbullet)) {
_root.health.nextFrame();
}
}
Symbol 49 MovieClip Frame 2
stop();
Instance of Symbol 46 MovieClip "hit2" in Symbol 49 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bad.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bad.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bad.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bad.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.airdrop.healthairdrop.uphealth)) {
_root.airdrop.gotoAndStop(1);
_root.health.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.paraman.airdrop.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.paraman.airdrop.leftbullet)) {
_root.health.nextFrame();
}
}
Symbol 49 MovieClip Frame 3
stop();
Instance of Symbol 46 MovieClip "hit3" in Symbol 49 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bad.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad1.bad.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bad.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bad2.bad.explosion)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.airdrop.healthairdrop.uphealth)) {
_root.airdrop.gotoAndStop(1);
_root.health.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.paraman.airdrop.bullet)) {
_root.health.nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.paraman.airdrop.leftbullet)) {
_root.health.nextFrame();
}
}
Symbol 55 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 60 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 62 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 70 MovieClip Frame 100
_root.play();
Symbol 72 Button
on (release) {
getURL ("http://omglaserspewpew.com", "blank");
}
Symbol 75 Button
on (release) {
gotoAndStop (6);
}
Symbol 76 Button
on (release) {
gotoAndStop (5);
}
Symbol 83 MovieClip Frame 16
stop();
Symbol 100 MovieClip Frame 1
stop();
Instance of Symbol 91 MovieClip in Symbol 100 MovieClip Frame 1
on (press) {
_parent.nextFrame();
}
Instance of Symbol 91 MovieClip in Symbol 100 MovieClip Frame 7
on (release) {
_root.tutend.play();
}
Symbol 104 Button
on (release) {
_root.tutend.play();
}
Symbol 107 MovieClip Frame 26
stop();
Symbol 107 MovieClip Frame 52
_root.nextFrame();
Symbol 114 MovieClip Frame 80
gotoAndPlay (1);
Symbol 117 MovieClip Frame 90
gotoAndPlay (11);
Symbol 120 MovieClip Frame 100
gotoAndPlay (21);
Symbol 123 MovieClip Frame 110
gotoAndPlay (31);
Symbol 126 MovieClip Frame 120
gotoAndPlay (41);
Symbol 131 MovieClip Frame 16
stop();
Symbol 131 MovieClip Frame 35
_root.gotoAndPlay(8);
Symbol 131 MovieClip Frame 55
_root.gotoAndStop(7);
Symbol 131 MovieClip Frame 75
_root.gotoAndStop(5);
Symbol 134 Button
on (release) {
_root.selectah.gotoAndPlay(20);
}
Symbol 136 Button
on (release) {
getURL ("http://rankz.armorbot.com/purplenum/", "blank");
}
Symbol 137 Button
on (release) {
getURL ("http://sponsorsite.com", "blank");
}
Symbol 138 Button
on (release) {
getURL ("http://omglaserspewpew.com", "blank");
}
Symbol 139 Button
on (release) {
_root.selectah.gotoAndPlay(40);
}
Symbol 173 MovieClip Frame 16
stop();
Symbol 173 MovieClip Frame 35
_root.gotoAndStop(6);
Symbol 173 MovieClip Frame 54
_root.gotoAndStop(5);
Symbol 182 MovieClip Frame 15
gotoAndPlay (1);
Symbol 182 MovieClip Frame 16
_root.kills = _root.kills + 1;
Symbol 182 MovieClip Frame 17
this._parent.stop();
Symbol 182 MovieClip Frame 175
_parent.gotoAndPlay(1);
Symbol 183 MovieClip Frame 40
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 184 MovieClip Frame 1
_root.kills = _root.kills + 1;
Symbol 184 MovieClip Frame 160
_parent.gotoAndPlay(1);
Symbol 185 MovieClip Frame 1
_y = (random(100) + 250);
_parent = random(100) + 250;
Instance of Symbol 182 MovieClip in Symbol 185 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.aimer.shot)) {
this.gotoAndPlay(16);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.guy.hit)) {
this.gotoAndPlay(16);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.turret.weapon.hit)) {
this.gotoAndPlay(16);
}
}
}
Symbol 185 MovieClip Frame 174
stop();
Instance of Symbol 183 MovieClip in Symbol 185 MovieClip Frame 174
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.play();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.play();
}
}
Symbol 185 MovieClip Frame 175
stop();
Symbol 186 MovieClip Frame 1
_y = (random(100) + 250);
_parent = random(100) + 250;
Instance of Symbol 182 MovieClip in Symbol 186 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.aimer.shot)) {
this.gotoAndPlay(16);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.guy.hit)) {
this.gotoAndPlay(16);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.turret.weapon.hit)) {
this.gotoAndPlay(16);
}
}
}
Symbol 186 MovieClip Frame 149
stop();
Instance of Symbol 183 MovieClip in Symbol 186 MovieClip Frame 149
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.play();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.play();
}
}
Symbol 186 MovieClip Frame 150
stop();
Symbol 187 MovieClip Frame 1
_y = (random(100) + 250);
_parent = random(100) + 250;
Instance of Symbol 182 MovieClip in Symbol 187 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.aimer.shot)) {
this.gotoAndPlay(16);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.guy.hit)) {
this.gotoAndPlay(16);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 16) {
if (hitTest(_root.turret.weapon.hit)) {
this.gotoAndPlay(16);
}
}
}
Symbol 187 MovieClip Frame 124
stop();
Instance of Symbol 183 MovieClip in Symbol 187 MovieClip Frame 124
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.play();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.play();
}
}
Symbol 187 MovieClip Frame 125
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 196 MovieClip Frame 15
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 196 MovieClip Frame 28
gotoAndPlay (2);
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 2
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 203 MovieClip Frame 5
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 203 MovieClip Frame 8
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 203 MovieClip Frame 11
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 203 MovieClip Frame 14
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 203 MovieClip Frame 17
gotoAndPlay (2);
Symbol 203 MovieClip Frame 18
gotoAndPlay (2);
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 2
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 3
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 4
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 5
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 6
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 7
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 8
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 9
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 10
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 11
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 12
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 13
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 14
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 15
_root.aimer.gotoAndStop(2);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 218 MovieClip Frame 16
gotoAndPlay (2);
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 2
_root.aimer.gotoAndStop(3);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 221 MovieClip Frame 3
Symbol 221 MovieClip Frame 28
gotoAndPlay (2);
Symbol 225 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 2
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 3
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 4
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 5
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 6
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 7
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 8
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 9
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 10
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 11
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 12
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 13
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 14
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 15
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 16
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 17
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 18
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 19
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 20
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 21
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 22
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 23
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 24
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 25
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 26
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 27
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 225 MovieClip Frame 28
gotoAndPlay (2);
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 2
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 3
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 4
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 5
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 6
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 7
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 8
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 9
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 10
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 11
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 12
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 13
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 14
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 15
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 16
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 17
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 18
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 19
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 20
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 21
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 22
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 23
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 24
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 25
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 26
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 27
_root.aimer.gotoAndStop(5);
Symbol 227 MovieClip Frame 28
gotoAndPlay (2);
Symbol 232 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 2
_root.aimer.gotoAndStop(4);
_root.ammo.one.prevFrame();
_root.ammo.two.prevFrame();
_root.ammo.three.prevFrame();
Symbol 232 MovieClip Frame 28
gotoAndPlay (2);
Symbol 233 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 750
_root.nextFrame();
Symbol 240 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 1
gotoAndStop (21);
Symbol 247 MovieClip Frame 2
_root.loaded = 1;
play();
Symbol 247 MovieClip Frame 21
_root.loaded = 0;
_root.turret.weapon.gotoAndStop(1);
stop();
Symbol 248 MovieClip Frame 1
gotoAndStop (31);
Symbol 248 MovieClip Frame 2
_root.loaded = 1;
play();
Symbol 248 MovieClip Frame 31
_root.loaded = 0;
_root.turret.weapon.gotoAndStop(1);
stop();
Symbol 249 MovieClip Frame 1
gotoAndStop (51);
Symbol 249 MovieClip Frame 2
_root.loaded = 1;
play();
Symbol 249 MovieClip Frame 51
_root.loaded = 0;
_root.turret.weapon.gotoAndStop(1);
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
_root.killscreen.play();
Symbol 253 MovieClip Frame 3
_root.killscreen.play();
Symbol 253 MovieClip Frame 4
_root.killscreen.play();
Symbol 253 MovieClip Frame 5
_root.killscreen.play();
Symbol 253 MovieClip Frame 6
_root.killscreen.play();
Symbol 253 MovieClip Frame 7
_root.killscreen.play();
Symbol 253 MovieClip Frame 8
_root.killscreen.play();
Symbol 253 MovieClip Frame 9
_root.killscreen.play();
Symbol 253 MovieClip Frame 10
_root.killscreen.play();
Symbol 253 MovieClip Frame 11
_root.killscreen.play();
_root.gotoAndStop(70);
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 2
_root.killscreen.play();
Symbol 254 MovieClip Frame 3
_root.killscreen.play();
Symbol 254 MovieClip Frame 4
_root.killscreen.play();
Symbol 254 MovieClip Frame 5
_root.killscreen.play();
Symbol 254 MovieClip Frame 6
_root.killscreen.play();
Symbol 254 MovieClip Frame 7
_root.killscreen.play();
Symbol 254 MovieClip Frame 8
_root.killscreen.play();
Symbol 254 MovieClip Frame 9
_root.killscreen.play();
Symbol 254 MovieClip Frame 10
_root.killscreen.play();
Symbol 254 MovieClip Frame 11
_root.killscreen.play();
Symbol 254 MovieClip Frame 12
_root.killscreen.play();
Symbol 254 MovieClip Frame 13
_root.killscreen.play();
Symbol 254 MovieClip Frame 14
_root.killscreen.play();
Symbol 254 MovieClip Frame 15
_root.killscreen.play();
Symbol 254 MovieClip Frame 16
_root.killscreen.play();
_root.gotoAndStop(70);
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
_root.killscreen.play();
Symbol 255 MovieClip Frame 3
_root.killscreen.play();
Symbol 255 MovieClip Frame 4
_root.killscreen.play();
Symbol 255 MovieClip Frame 5
_root.killscreen.play();
Symbol 255 MovieClip Frame 6
_root.killscreen.play();
Symbol 255 MovieClip Frame 7
_root.killscreen.play();
Symbol 255 MovieClip Frame 8
_root.killscreen.play();
Symbol 255 MovieClip Frame 9
_root.killscreen.play();
Symbol 255 MovieClip Frame 10
_root.killscreen.play();
Symbol 255 MovieClip Frame 11
_root.killscreen.play();
Symbol 255 MovieClip Frame 12
_root.killscreen.play();
Symbol 255 MovieClip Frame 13
_root.killscreen.play();
Symbol 255 MovieClip Frame 14
_root.killscreen.play();
Symbol 255 MovieClip Frame 15
_root.killscreen.play();
Symbol 255 MovieClip Frame 16
_root.killscreen.play();
Symbol 255 MovieClip Frame 17
_root.killscreen.play();
Symbol 255 MovieClip Frame 18
_root.killscreen.play();
Symbol 255 MovieClip Frame 19
_root.killscreen.play();
Symbol 255 MovieClip Frame 20
_root.killscreen.play();
Symbol 255 MovieClip Frame 21
_root.killscreen.play();
Symbol 255 MovieClip Frame 22
_root.killscreen.play();
Symbol 255 MovieClip Frame 23
_root.killscreen.play();
Symbol 255 MovieClip Frame 24
_root.killscreen.play();
Symbol 255 MovieClip Frame 25
_root.killscreen.play();
Symbol 255 MovieClip Frame 26
_root.killscreen.play();
_root.gotoAndStop(70);
Symbol 256 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 3
_root.aimer.gotoAndStop(1);
Symbol 260 MovieClip Frame 3
stop();
Symbol 266 MovieClip Frame 5
_root.aimer.gotoAndStop(1);
Symbol 268 MovieClip Frame 3
_root.aimer.gotoAndStop(1);
Symbol 269 MovieClip Frame 1
stop();
Symbol 273 Button
on (release) {
nextFrame();
}
Symbol 281 Button
on (release) {
if (_root.kills > 24) {
gotoAndStop (2);
_root.maxammo = 2;
_root.ammo.gotoAndStop(2);
_root.kills = _root.kills - 25;
}
}
Symbol 286 Button
on (release) {
if (_root.kills > 99) {
gotoAndStop (3);
_root.maxammo = 3;
_root.ammo.gotoAndStop(3);
_root.kills = _root.kills - 100;
}
}
Symbol 288 MovieClip Frame 1
stop();
if (_root.maxammo == 2) {
gotoAndStop (2);
}
if (_root.maxammo == 3) {
gotoAndStop (3);
}
Symbol 295 Button
on (release) {
if (_root.kills > 49) {
gotoAndStop (2);
_root.maxhealth = 2;
_root.health.gotoAndStop(2);
_root.kills = _root.kills - 50;
}
}
Symbol 298 Button
on (release) {
if (_root.kills > 99) {
gotoAndStop (3);
_root.maxhealth = 3;
_root.health.gotoAndStop(3);
_root.kills = _root.kills - 100;
}
}
Symbol 300 MovieClip Frame 1
stop();
if (_root.maxhealth == 2) {
gotoAndStop (2);
}
if (_root.maxhealth == 3) {
gotoAndStop (3);
}
Symbol 306 Button
on (release) {
if (_root.kills > 49) {
gotoAndStop (2);
_root.submachine = 2;
_root.kills = _root.kills - 50;
}
}
Symbol 310 MovieClip Frame 1
stop();
if (_root.submachine == 2) {
gotoAndStop (2);
}
Symbol 313 Button
on (release) {
if (_root.kills > 199) {
gotoAndStop (2);
_root.machine = 2;
_root.kills = _root.kills - 200;
}
}
Symbol 316 MovieClip Frame 1
stop();
if (_root.machine == 2) {
gotoAndStop (2);
}
Symbol 319 Button
on (release) {
if (_root.kills > 249) {
gotoAndStop (2);
_root.shotgun = 2;
_root.kills = _root.kills - 250;
}
}
Symbol 322 MovieClip Frame 1
stop();
if (_root.shotgun == 2) {
gotoAndStop (2);
}
Symbol 325 Button
on (release) {
if (_root.kills > 499) {
gotoAndStop (2);
_root.flamethrower = 2;
_root.kills = _root.kills - 500;
}
}
Symbol 328 MovieClip Frame 1
stop();
if (_root.flamethrower == 2) {
gotoAndStop (2);
}
Symbol 331 Button
on (release) {
if (_root.kills > 999) {
gotoAndStop (2);
_root.laser = 2;
_root.kills = _root.kills - 1000;
}
}
Symbol 334 MovieClip Frame 1
stop();
if (_root.laser == 2) {
gotoAndStop (2);
}
Symbol 337 Button
on (release) {
if (_root.kills > 999) {
gotoAndStop (2);
_root.rocket = 2;
_root.kills = _root.kills - 1000;
}
}
Symbol 340 MovieClip Frame 1
stop();
if (_root.rocket == 2) {
gotoAndStop (2);
}
Symbol 342 MovieClip Frame 2250
_root.nextFrame();
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 4
play();
_root.kills = _root.kills + 1;
this._parent.stop();
Symbol 376 MovieClip Frame 200
_parent.gotoAndPlay(1);
Symbol 381 MovieClip Frame 51
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 404 MovieClip Frame 1
_root.kills = _root.kills + 1;
Symbol 404 MovieClip Frame 200
_parent.gotoAndPlay(1);
Symbol 405 MovieClip Frame 1
_y = (random(120) + 225);
_parent = random(120) + 225;
Instance of Symbol 376 MovieClip in Symbol 405 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 405 MovieClip Frame 102
stop();
Instance of Symbol 381 MovieClip in Symbol 405 MovieClip Frame 102
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 405 MovieClip Frame 105
stop();
Symbol 407 MovieClip Frame 1
_y = (random(120) + 225);
_parent = random(120) + 225;
Instance of Symbol 376 MovieClip in Symbol 407 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 407 MovieClip Frame 122
stop();
Instance of Symbol 381 MovieClip in Symbol 407 MovieClip Frame 122
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 407 MovieClip Frame 125
stop();
Symbol 408 MovieClip Frame 1
_y = (random(120) + 225);
_parent = random(120) + 225;
Instance of Symbol 376 MovieClip in Symbol 408 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 408 MovieClip Frame 147
stop();
Instance of Symbol 381 MovieClip in Symbol 408 MovieClip Frame 147
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 408 MovieClip Frame 150
stop();
Symbol 419 MovieClip Frame 79
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 419 MovieClip Frame 80
stop();
Symbol 426 MovieClip Frame 3
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 2
_root.kills = _root.kills + 1;
Symbol 428 MovieClip Frame 1
_x = (random(250) + 100);
_parent = random(250) + 100;
Symbol 428 MovieClip Frame 2
gotoAndPlay(random(124) + 3);
Instance of Symbol 427 MovieClip in Symbol 428 MovieClip Frame 126
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.aimer.shot)) {
nextFrame();
}
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.turret.weapon.hit)) {
nextFrame();
}
}
Symbol 428 MovieClip Frame 297
gotoAndPlay(random(125) + 300);
Symbol 442 MovieClip Frame 12
gotoAndPlay (1);
Symbol 442 MovieClip Frame 13
_root.kills = _root.kills + 1;
this._parent.stop();
Symbol 442 MovieClip Frame 172
_parent.gotoAndPlay(1);
Symbol 451 MovieClip Frame 1
_y = (random(100) + 250);
_parent = random(100) + 250;
Symbol 451 MovieClip Frame 2
gotoAndPlay(random(500) + 3);
Instance of Symbol 442 MovieClip in Symbol 451 MovieClip Frame 642
onClipEvent (enterFrame) {
if (this._currentframe < 13) {
if (hitTest(_root.aimer.shot)) {
this.gotoAndPlay(13);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 13) {
if (hitTest(_root.turret.weapon.hit)) {
this.gotoAndPlay(13);
}
}
}
Symbol 451 MovieClip Frame 751
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 461 MovieClip Frame 1
_y = (random(100) + 250);
_parent = random(100) + 250;
Symbol 461 MovieClip Frame 2
gotoAndPlay(random(500) + 3);
Instance of Symbol 442 MovieClip in Symbol 461 MovieClip Frame 642
onClipEvent (enterFrame) {
if (this._currentframe < 13) {
if (hitTest(_root.aimer.shot)) {
this.gotoAndPlay(13);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 13) {
if (hitTest(_root.turret.weapon.hit)) {
this.gotoAndPlay(13);
}
}
}
Symbol 461 MovieClip Frame 742
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 469 MovieClip Frame 1
_y = (random(100) + 250);
_parent = random(100) + 250;
Symbol 469 MovieClip Frame 2
gotoAndPlay(random(500) + 3);
Instance of Symbol 442 MovieClip in Symbol 469 MovieClip Frame 642
onClipEvent (enterFrame) {
if (this._currentframe < 13) {
if (hitTest(_root.aimer.shot)) {
this.gotoAndPlay(13);
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 13) {
if (hitTest(_root.turret.weapon.hit)) {
this.gotoAndPlay(13);
}
}
}
Symbol 469 MovieClip Frame 732
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 486 MovieClip Frame 1
stop();
Symbol 486 MovieClip Frame 11
play();
_root.kills = _root.kills + 1;
this._parent.stop();
Symbol 486 MovieClip Frame 166
_parent.gotoAndPlay(1);
Symbol 489 MovieClip Frame 53
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 502 MovieClip Frame 1
_root.kills = _root.kills + 1;
Symbol 502 MovieClip Frame 156
_parent.gotoAndPlay(1);
Symbol 503 MovieClip Frame 1
_y = (random(120) + 225);
_parent = random(120) + 225;
Instance of Symbol 486 MovieClip in Symbol 503 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 11) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
if (this._currentframe < 11) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
if (this._currentframe < 11) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 503 MovieClip Frame 152
stop();
Instance of Symbol 489 MovieClip in Symbol 503 MovieClip Frame 152
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 503 MovieClip Frame 157
stop();
Symbol 504 MovieClip Frame 3000
_root.nextFrame();
Symbol 521 MovieClip Frame 2
gotoAndPlay(random(100) + 5);
Symbol 521 MovieClip Frame 257
gotoAndPlay (1);
Symbol 523 MovieClip Frame 1
_y = (random(120) + 225);
_parent = random(120) + 225;
Instance of Symbol 486 MovieClip in Symbol 523 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 11) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
if (this._currentframe < 11) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
if (this._currentframe < 11) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 523 MovieClip Frame 186
stop();
Instance of Symbol 489 MovieClip in Symbol 523 MovieClip Frame 186
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 523 MovieClip Frame 191
stop();
Symbol 525 MovieClip Frame 1
_y = (random(120) + 225);
_parent = random(120) + 225;
Instance of Symbol 486 MovieClip in Symbol 525 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._currentframe < 11) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
if (this._currentframe < 11) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
if (this._currentframe < 11) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 525 MovieClip Frame 251
stop();
Instance of Symbol 489 MovieClip in Symbol 525 MovieClip Frame 251
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 525 MovieClip Frame 256
stop();
Symbol 543 MovieClip Frame 1
stop();
Symbol 543 MovieClip Frame 4
play();
_root.kills = _root.kills + 1;
this._parent.stop();
Symbol 543 MovieClip Frame 200
_parent.gotoAndPlay(1);
Symbol 548 MovieClip Frame 50
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 548 MovieClip Frame 51
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 548 MovieClip Frame 52
_root.health.one.nextFrame();
_root.health.two.nextFrame();
_root.health.three.nextFrame();
Symbol 548 MovieClip Frame 150
gotoAndPlay (16);
Symbol 549 MovieClip Frame 1
_root.kills = _root.kills + 1;
Symbol 549 MovieClip Frame 200
_parent.gotoAndPlay(1);
Symbol 550 MovieClip Frame 1
_y = (random(150) + 50);
_parent = random(150) + 50;
Symbol 550 MovieClip Frame 2
gotoAndPlay(random(190) + 5);
Instance of Symbol 543 MovieClip in Symbol 550 MovieClip Frame 147
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 550 MovieClip Frame 197
stop();
Instance of Symbol 548 MovieClip in Symbol 550 MovieClip Frame 197
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 550 MovieClip Frame 200
stop();
Symbol 552 MovieClip Frame 1
_y = (random(150) + 50);
_parent = random(150) + 50;
Symbol 552 MovieClip Frame 2
gotoAndPlay(random(190) + 5);
Instance of Symbol 543 MovieClip in Symbol 552 MovieClip Frame 147
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 552 MovieClip Frame 173
stop();
Instance of Symbol 548 MovieClip in Symbol 552 MovieClip Frame 173
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 552 MovieClip Frame 176
stop();
Symbol 557 MovieClip Frame 1
_y = (random(150) + 50);
_parent = random(150) + 50;
Symbol 557 MovieClip Frame 2
gotoAndPlay(random(190) + 5);
Instance of Symbol 543 MovieClip in Symbol 557 MovieClip Frame 147
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.aimer.shot)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.guy.hit)) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
if (hitTest(_root.turret.weapon.hit)) {
this.nextFrame();
}
}
}
Symbol 557 MovieClip Frame 187
stop();
Instance of Symbol 548 MovieClip in Symbol 557 MovieClip Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.aimer.shot)) {
_parent.nextFrame();
}
if (hitTest(_root.guy.hit)) {
_parent.nextFrame();
}
if (hitTest(_root.turret.weapon.hit)) {
_parent.nextFrame();
}
}
Symbol 557 MovieClip Frame 190
stop();
Symbol 566 MovieClip Frame 4500
_root.nextFrame();
Symbol 568 MovieClip Frame 7500
_root.nextFrame();
Symbol 577 Button
on (release) {
_root.ssselectah.gotoAndPlay(20);
}
Symbol 578 Button
on (release) {
_root.ssselectah.gotoAndPlay(40);
}
Symbol 579 Button
on (release) {
getURL ("http://www.rivalsaga.com/?mg=Purplenum_Survival_3", "blank");
}
Symbol 581 Button
on (release) {
_root.nextFrame();
}
Symbol 585 MovieClip Frame 16
stop();
Symbol 585 MovieClip Frame 35
_root.gotoAndStop(6);
Symbol 585 MovieClip Frame 55
_root.gotoAndStop(7);