Frame 1
_accProps = new Object();
_accProps.name = "Soviet Silo Defense";
_accProps.description = "Defend a Soviet Russian Nuclear Silo Base from onslaughts of US Aircraft.";
var savefile = SharedObject.getLocal("SSDTest");
var savefile1 = SharedObject.getLocal("SSD1");
var savefile2 = SharedObject.getLocal("SSD2");
var savefile3 = SharedObject.getLocal("SSD3");
difficulty = "Medium";
percent = 0;
loadBar.onEnterFrame = function () {
if (percent == 100) {
playbutton.gotoAndStop(2);
} else {
percent = Math.round((getBytesLoaded() / getBytesTotal()) * 100);
this.gotoAndStop(percent);
}
};
stop();
function goForum() {
getURL ("http://dunadan.net/drizzt/forum/", _blank);
}
function Contact() {
getURL ("mailto:infocepter@gmail.com", _blank);
}
function Flash() {
getURL ("http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash", "_blank");
}
deffects = 3;
gpause = 0;
var myContextMenu = new ContextMenu();
myContextMenu.hideBuiltInItems();
var Forum = new ContextMenuItem("LoneWolf Productions", goForum);
var Contact = new ContextMenuItem("Email Rytherix", Contact);
var Flash = new ContextMenuItem("Get Flash 9", Flash);
myContextMenu.customItems.push(Forum);
myContextMenu.customItems.push(Contact);
myContextMenu.customItems.push(Flash);
this.menu = myContextMenu;
var CPMStarPoolID = 1052;
var CPMStarSubPoolID = 22;
System.security.allowDomain("server.cpmstar.com");
adBox.loadMovie((("http://server.cpmstar.com/adviewas2.swf?poolid=" + CPMStarPoolID) + "&subpoolid=") + CPMStarSubPoolID);
gameversion = 1.1;
Instance of Symbol 44 MovieClip "loadBar" in Frame 1
onClipEvent (enterFrame) {
percent = _parent.percent;
}
Instance of Symbol 57 MovieClip "adBox" in Frame 1
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha <= 100) {
_alpha = (_alpha + 1);
}
}
Frame 2
stop();
var savefile = SharedObject.getLocal("SSD");
_root.unlocks = savefile.data.unlocks;
if (savefile.data.played == undefined) {
played = 0;
}
Frame 3
stop();
savefile1.data.numv300 = 0;
savefile1.data.numtor = 0;
savefile1.data.numflak = 0;
savefile1.flush();
music.gotoAndStop(2);
Frame 5
gpause = 0;
stop();
Instance of Symbol 1106 MovieClip "game" in Frame 5
onClipEvent (load) {
function UAV() {
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav++);
this["uav" + numUav]._visible = true;
}
function A10() {
numA10++;
a101.duplicateMovieClip("a10" + numA10, numA10++);
this["a10" + numA10]._visible = true;
}
function F14() {
numF14++;
f141.duplicateMovieClip("f14" + numF14, numF14++);
this["f14" + numF14]._visible = true;
}
function He() {
numHe++;
he1.duplicateMovieClip("he" + numHe, numHe++);
this["he" + numHe]._visible = true;
}
function F18() {
numF18++;
f181.duplicateMovieClip("f18" + numF18, numF18++);
this["f18" + numF18]._visible = true;
}
function B52() {
numB52++;
b521.duplicateMovieClip("b52" + numB52, numB52++);
this["b52" + numB52]._visible = true;
}
function B2() {
numB2++;
b21.duplicateMovieClip("b2" + numB2, numB2++);
this["b2" + numB2]._visible = true;
}
torduplicate = 0;
v300duplicate = 0;
flakduplicate = 0;
screenshake = 0;
rumblefactor = 2;
dlevel = 0;
gd = 0;
numUav = 1;
numA10 = 5;
numF14 = 10;
numHe = 15;
numB52 = 17;
numF18 = 21;
numB2 = 24;
}
onClipEvent (enterFrame) {
if (dlevel == 1) {
llevel = 1;
firemode = 1;
UAV();
dlevel = 0;
}
}
onClipEvent (enterFrame) {
if (screenshake == 1) {
this._x = 0;
this._x = this._x + ((random(4) - 1.5) * rumblefactor);
}
if (vaupgrade == 1) {
vaupgrade = 0;
}
if (torduplicate >= 1) {
torduplicate = torduplicate - 1;
numTor++;
tor1.duplicateMovieClip("tor" + numTor, numTor + 300);
this["tor" + numTor]._visible = true;
}
if (flakduplicate >= 1) {
flakduplicate = flakduplicate - 1;
numFlak++;
flak1.duplicateMovieClip("flak" + numFlak, numFlak + 300);
this["flak" + numFlak]._visible = true;
}
if (v300duplicate >= 1) {
v300duplicate = v300duplicate - 1;
numV300++;
v3001.duplicateMovieClip("v300" + numV300, numV300 + 300);
this["v300" + numV300]._visible = true;
}
}
Frame 6
stopAllSounds();
nextFrame();
Frame 7
gpause = 0;
stop();
Instance of Symbol 1249 MovieClip "game" in Frame 7
onClipEvent (load) {
function UAV() {
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav++);
this["uav" + numUav]._visible = true;
}
function A10() {
numA10++;
a101.duplicateMovieClip("a10" + numA10, numA10++);
this["a10" + numA10]._visible = true;
}
function F14() {
numF14++;
f141.duplicateMovieClip("f14" + numF14, numF14++);
this["f14" + numF14]._visible = true;
}
function He() {
numHe++;
he1.duplicateMovieClip("he" + numHe, numHe++);
this["he" + numHe]._visible = true;
}
function F18() {
numF18++;
f181.duplicateMovieClip("f18" + numF18, numF18++);
this["f18" + numF18]._visible = true;
}
function B52() {
numB52++;
b521.duplicateMovieClip("b52" + numB52, numB52++);
this["b52" + numB52]._visible = true;
}
function B2() {
numB2++;
b21.duplicateMovieClip("b2" + numB2, numB2++);
this["b2" + numB2]._visible = true;
}
torduplicate = 0;
v300duplicate = 0;
flakduplicate = 0;
screenshake = 0;
rumblefactor = 2;
dlevel = 1;
numUav = 1;
numA10 = 1;
numF14 = 1;
numHe = 1;
numB52 = 1;
numF18 = 1;
numB2 = 8;
deadflak = 0;
deadv300 = 0;
deadtor = 0;
difficulty = _root.difficulty;
if (difficulty == "Very Hard") {
uavdamage = 8;
srd = 50;
b52damage = 10;
f18damage = 4;
f14damage = 25;
b2damage = 15;
a10damage = 8;
}
if (difficulty == "Hard") {
uavdamage = 6;
b52damage = 6;
srd = 80;
f18damage = 2;
f14damage = 20;
b2damage = 12;
a10damage = 5;
}
if (difficulty == "Medium") {
uavdamage = 5;
b52damage = 4;
f18damage = 1;
srd = 100;
f14damage = 15;
b2damage = 8;
a10damage = 4;
}
if (difficulty == "Easy") {
uavdamage = 3;
b52damage = 12;
f18damage = 1;
f14damage = 5;
srd = 200;
b2damage = 12;
a10damage = 3;
}
}
onClipEvent (enterFrame) {
difficulty = _root.difficulty;
if (dlevel == 1) {
llevel = 1;
firemode = 1;
UAV();
UAV();
dlevel = 0;
silo.s1.fire = 1;
}
if (dlevel == 2) {
llevel = 2;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s2.fire = 1;
numUav++;
UAV();
UAV();
UAV();
UAV();
}
if (dlevel == 3) {
llevel = 3;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s3.fire = 1;
UAV();
UAV();
UAV();
A10();
}
if (dlevel == 4) {
llevel = 4;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s4.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
}
if (dlevel == 5) {
llevel = 5;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s5.fire = 1;
UAV();
UAV();
UAV();
A10();
A10();
A10();
}
if (dlevel == 6) {
llevel = 6;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s6.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
F14();
ach1.play();
_root.savefile.data.minigame1 = 1;
_root.savefile.flush();
}
if (dlevel == 7) {
llevel = 7;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s7.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
A10();
F14();
F14();
}
if (dlevel == 8) {
llevel = 8;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s8.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
A10();
F14();
F14();
F14();
}
if (dlevel == 9) {
llevel = 9;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s9.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
F14();
F14();
He();
}
if (dlevel == 10) {
llevel = 10;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s10.fire = 1;
A10();
A10();
A10();
F14();
F14();
F14();
He();
}
if (dlevel == 11) {
llevel = 11;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s11.fire = 1;
A10();
A10();
A10();
F14();
F14();
He();
F18();
}
if (dlevel == 12) {
llevel = 12;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s12.fire = 1;
A10();
A10();
A10();
F14();
F14();
F14();
He();
F18();
F18();
ach2.play();
_root.savefile.data.minigame2 = 1;
_root.savefile.flush();
}
if (dlevel == 13) {
llevel = 13;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s13.fire = 1;
A10();
A10();
F14();
F14();
F14();
He();
He();
F18();
}
if (dlevel == 14) {
llevel = 14;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s14.fire = 1;
A10();
A10();
F14();
F14();
He();
B52();
}
if (dlevel == 15) {
llevel = 15;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s15.fire = 1;
A10();
A10();
A10();
F14();
F14();
F14();
He();
F18();
F18();
B52();
}
if (dlevel == 16) {
llevel = 16;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s16.fire = 1;
A10();
A10();
A10();
A10();
F14();
F14();
F14();
He();
F18();
F18();
F18();
B52();
B52();
}
if (dlevel == 17) {
llevel = 17;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s17.fire = 1;
A10();
A10();
A10();
F14();
F14();
He();
F18();
F18();
B52();
B2();
}
if (dlevel == 18) {
llevel = 18;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s18.fire = 1;
A10();
A10();
A10();
F14();
F14();
F14();
He();
F18();
F18();
B52();
B2();
B2();
}
}
onClipEvent (enterFrame) {
if (screenshake == 1) {
this._x = 0;
this._x = this._x + ((random(4) - 1.5) * rumblefactor);
}
if (vaupgrade == 1) {
vaupgrade = 0;
}
if (torduplicate >= 1) {
torduplicate = torduplicate - 1;
numTor++;
tor1.duplicateMovieClip("tor" + numTor, numTor + 30);
this["tor" + numTor]._visible = true;
}
if (flakduplicate >= 1) {
flakduplicate = flakduplicate - 1;
numFlak++;
flak1.duplicateMovieClip("flak" + numFlak, numFlak + 30);
this["flak" + numFlak]._visible = true;
}
if (v300duplicate >= 1) {
v300duplicate = v300duplicate - 1;
numV300++;
v3001.duplicateMovieClip("v300" + numV300, numV300 + 30);
this["v300" + numV300]._visible = true;
}
}
Frame 8
stopAllSounds();
nextFrame();
Frame 9
gpause = 0;
stop();
Instance of Symbol 1260 MovieClip "game" in Frame 9
onClipEvent (load) {
function UAV() {
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav++);
this["uav" + numUav]._visible = true;
}
function A10() {
numA10++;
a101.duplicateMovieClip("a10" + numA10, numA10++);
this["a10" + numA10]._visible = true;
}
function F14() {
numF14++;
f141.duplicateMovieClip("f14" + numF14, numF14++);
this["f14" + numF14]._visible = true;
}
function He() {
numHe++;
he1.duplicateMovieClip("he" + numHe, numHe++);
this["he" + numHe]._visible = true;
}
function F18() {
numF18++;
f181.duplicateMovieClip("f18" + numF18, numF18++);
this["f18" + numF18]._visible = true;
}
function B52() {
numB52++;
b521.duplicateMovieClip("b52" + numB52, numB52++);
this["b52" + numB52]._visible = true;
}
function B2() {
numB2++;
b21.duplicateMovieClip("b2" + numB2, numB2++);
this["b2" + numB2]._visible = true;
}
screenshake = 0;
numUav = 1;
numA10 = 5;
numF14 = 10;
numHe = 15;
numB52 = 17;
numF18 = 21;
numB2 = 24;
rumblefactor = 2;
deadflak = 0;
deadv300 = 0;
deadtor = 0;
if (_root.loadslot == 1) {
overlay.score = _root.savefile1.data.score;
overlay.dmoney = _root.savefile1.data.dmoney;
overlay.money = _root.savefile1.data.dmoney;
difficulty = _root.savefile1.data.difficulty;
power1 = _root.savefile1.data.power1;
power2 = _root.savefile1.data.power2;
power3 = _root.savefile1.data.power3;
power4 = _root.savefile1.data.power4;
mrstech = _root.savefile1.data.mrstech;
srdtech = _root.savefile1.data.srdtech;
smstech = _root.savefile1.data.smstech;
tstech = _root.savefile1.data.tstech;
mtech = _root.savefile1.data.mtech;
bstech = _root.savefile1.data.bstech;
killcount = _root.savefile1.data.killcount;
nhit = _root.savefile1.data.nhit;
nfired = _root.savefile1.data.nfired;
vatech = _root.savefile1.data.vatech;
vwdtech = _root.savefile1.data.vwdtech;
vttech = _root.savefile1.data.vttech;
bs = _root.savefile1.data.bs;
vt = _root.savefile1.data.vt;
va = _root.savefile1.data.va;
vwd = _root.savefile1.data.vwd;
ts = _root.savefile1.data.ts;
sms = _root.savefile1.data.sms;
srd = _root.savefile1.data.srd;
grd = _root.savefile1.data.grd;
gfd = _root.savefile1.data.gfd;
mrs = _root.savefile1.data.mrs;
_root.game.overlay.health.bar._x = _root.savefile1.data.health;
numflak = 0;
numv300 = 0;
numtor = 0;
torduplicate2 = _root.savefile1.data.numtor;
v300duplicate2 = _root.savefile1.data.numv300;
flakduplicate2 = _root.savefile1.data.numflak;
dlevel = _root.savefile1.data.llevel + 1;
}
if (_root.loadslot == 2) {
overlay.score = _root.savefile2.data.score;
overlay.dmoney = _root.savefile2.data.dmoney;
overlay.money = _root.savefile2.data.dmoney;
difficulty = _root.savefile2.data.difficulty;
power1 = _root.savefile2.data.power1;
power2 = _root.savefile2.data.power2;
power3 = _root.savefile2.data.power3;
power4 = _root.savefile2.data.power4;
mrstech = _root.savefile2.data.mrstech;
srdtech = _root.savefile2.data.srdtech;
smstech = _root.savefile2.data.smstech;
tstech = _root.savefile2.data.tstech;
mtech = _root.savefile2.data.mtech;
bstech = _root.savefile2.data.bstech;
vatech = _root.savefile2.data.vatech;
vwdtech = _root.savefile2.data.vwdtech;
vttech = _root.savefile2.data.vttech;
killcount = _root.savefile2.data.killcount;
nhit = _root.savefile2.data.nhit;
nfired = _root.savefile2.data.nfired;
bs = _root.savefile2.data.bs;
vt = _root.savefile2.data.vt;
vwd = _root.savefile2.data.vwd;
va = _root.savefile2.data.va;
ts = _root.savefile2.data.ts;
sms = _root.savefile2.data.sms;
srd = _root.savefile2.data.srd;
grd = _root.savefile2.data.grd;
gfd = _root.savefile2.data.gfd;
mrs = _root.savefile2.data.mrs;
_root.game.overlay.health.bar._x = _root.savefile2.data.health;
numflak = 0;
numv300 = 0;
numtor = 0;
torduplicate2 = _root.savefile2.data.numtor;
v300duplicate2 = _root.savefile2.data.numv300;
flakduplicate2 = _root.savefile2.data.numflak;
dlevel = _root.savefile2.data.llevel + 1;
}
if (_root.loadslot == 3) {
overlay.score = _root.savefile3.data.score;
overlay.dmoney = _root.savefile3.data.dmoney;
overlay.money = _root.savefile3.data.dmoney;
difficulty = _root.savefile3.data.difficulty;
power1 = _root.savefile3.data.power1;
power2 = _root.savefile3.data.power2;
power3 = _root.savefile3.data.power3;
power4 = _root.savefile3.data.power4;
mrstech = _root.savefile3.data.mrstech;
srdtech = _root.savefile3.data.srdtech;
smstech = _root.savefile3.data.smstech;
tstech = _root.savefile3.data.tstech;
mtech = _root.savefile3.data.mtech;
bstech = _root.savefile3.data.bstech;
vatech = _root.savefile3.data.vatech;
vwdtech = _root.savefile3.data.vwdtech;
vttech = _root.savefile3.data.vttech;
bs = _root.savefile3.data.bs;
vt = _root.savefile3.data.vt;
va = _root.savefile3.data.va;
ts = _root.savefile3.data.ts;
sms = _root.savefile3.data.sms;
srd = _root.savefile3.data.srd;
grd = _root.savefile3.data.grd;
gfd = _root.savefile3.data.gfd;
vwd = _root.savefile3.data.vwd;
mrs = _root.savefile3.data.mrs;
_root.game.overlay.health.bar._x = _root.savefile3.data.health;
killcount = _root.savefile3.data.killcount;
nhit = _root.savefile3.data.nhit;
nfired = _root.savefile3.data.nfired;
numflak = 0;
numv300 = 0;
numtor = 0;
torduplicate2 = _root.savefile3.data.numtor;
v300duplicate2 = _root.savefile3.data.numv300;
flakduplicate2 = _root.savefile3.data.numflak;
dlevel = _root.savefile3.data.llevel + 1;
}
if (difficulty == "Very Hard") {
uavdamage = 8;
b52damage = 10;
f18damage = 4;
f14damage = 25;
b2damage = 15;
a10damage = 8;
}
if (difficulty == "Hard") {
uavdamage = 6;
b52damage = 6;
f18damage = 2;
f14damage = 20;
b2damage = 12;
a10damage = 5;
}
if (difficulty == "Medium") {
uavdamage = 5;
b52damage = 4;
f18damage = 1;
f14damage = 15;
b2damage = 8;
a10damage = 4;
}
if (difficulty == "Easy") {
uavdamage = 3;
b52damage = 12;
f18damage = 1;
f14damage = 5;
b2damage = 12;
a10damage = 3;
}
if (dlevel == 1) {
}
if (dlevel == 2) {
silo.s1.top._rotation = -140;
}
if (dlevel == 3) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
}
if (dlevel == 4) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
}
if (dlevel == 5) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
}
if (dlevel == 6) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
}
if (dlevel == 7) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
}
if (dlevel == 8) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
}
if (dlevel == 9) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
}
if (dlevel == 10) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
}
if (dlevel == 11) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
silo.s10.top._rotation = -140;
}
if (dlevel == 12) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
silo.s10.top._rotation = -140;
silo.s11.top._rotation = -140;
}
if (dlevel == 13) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
silo.s10.top._rotation = -140;
silo.s11.top._rotation = -140;
silo.s12.top._rotation = -140;
}
if (dlevel == 14) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
silo.s10.top._rotation = -140;
silo.s11.top._rotation = -140;
silo.s12.top._rotation = -140;
silo.s13.top._rotation = -140;
}
if (dlevel == 15) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
silo.s10.top._rotation = -140;
silo.s11.top._rotation = -140;
silo.s12.top._rotation = -140;
silo.s13.top._rotation = -140;
silo.s14.top._rotation = -140;
}
if (dlevel == 16) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
silo.s10.top._rotation = -140;
silo.s11.top._rotation = -140;
silo.s12.top._rotation = -140;
silo.s13.top._rotation = -140;
silo.s14.top._rotation = -140;
silo.s15.top._rotation = -140;
}
if (dlevel == 17) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
silo.s10.top._rotation = -140;
silo.s11.top._rotation = -140;
silo.s12.top._rotation = -140;
silo.s13.top._rotation = -140;
silo.s14.top._rotation = -140;
silo.s15.top._rotation = -140;
silo.s16.top._rotation = -140;
}
if (dlevel == 18) {
silo.s1.top._rotation = -140;
silo.s2.top._rotation = -140;
silo.s3.top._rotation = -140;
silo.s4.top._rotation = -140;
silo.s5.top._rotation = -140;
silo.s6.top._rotation = -140;
silo.s7.top._rotation = -140;
silo.s8.top._rotation = -140;
silo.s9.top._rotation = -140;
silo.s10.top._rotation = -140;
silo.s11.top._rotation = -140;
silo.s12.top._rotation = -140;
silo.s13.top._rotation = -140;
silo.s14.top._rotation = -140;
silo.s15.top._rotation = -140;
silo.s16.top._rotation = -140;
silo.s17.top._rotation = -140;
}
gd = 0;
numtor = 0;
numv300 = 0;
numflak = 0;
torduplicate = 0;
flakduplicate = 0;
v300duplicate = 0;
}
onClipEvent (enterFrame) {
if (dlevel == 1) {
llevel = 1;
firemode = 1;
UAV();
UAV();
dlevel = 0;
}
if (dlevel == 2) {
llevel = 2;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s2.fire = 1;
numUav++;
UAV();
UAV();
UAV();
UAV();
}
if (dlevel == 3) {
llevel = 3;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s3.fire = 1;
UAV();
UAV();
UAV();
A10();
}
if (dlevel == 4) {
llevel = 4;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s4.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
}
if (dlevel == 5) {
llevel = 5;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s5.fire = 1;
UAV();
UAV();
UAV();
A10();
A10();
A10();
}
if (dlevel == 6) {
llevel = 6;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s6.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
F14();
ach1.play();
_root.savefile.data.minigame1 = 1;
_root.savefile.flush();
}
if (dlevel == 7) {
llevel = 7;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s7.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
A10();
F14();
F14();
}
if (dlevel == 8) {
llevel = 8;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s8.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
A10();
F14();
F14();
F14();
}
if (dlevel == 9) {
llevel = 9;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s9.fire = 1;
UAV();
UAV();
UAV();
UAV();
A10();
A10();
F14();
F14();
He();
}
if (dlevel == 10) {
llevel = 10;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s10.fire = 1;
A10();
A10();
A10();
F14();
F14();
F14();
He();
}
if (dlevel == 11) {
llevel = 11;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s11.fire = 1;
A10();
A10();
A10();
F14();
F14();
He();
F18();
}
if (dlevel == 12) {
llevel = 12;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s12.fire = 1;
A10();
A10();
A10();
F14();
F14();
F14();
He();
F18();
F18();
ach2.play();
_root.savefile.data.minigame2 = 1;
_root.savefile.flush();
}
if (dlevel == 13) {
llevel = 13;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s13.fire = 1;
A10();
A10();
F14();
F14();
F14();
He();
He();
F18();
}
if (dlevel == 14) {
llevel = 14;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s14.fire = 1;
A10();
A10();
F14();
F14();
He();
B52();
}
if (dlevel == 15) {
llevel = 15;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s15.fire = 1;
A10();
A10();
A10();
F14();
F14();
F14();
He();
F18();
F18();
B52();
}
if (dlevel == 16) {
llevel = 16;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s16.fire = 1;
A10();
A10();
A10();
A10();
F14();
F14();
F14();
He();
F18();
F18();
F18();
B52();
B52();
}
if (dlevel == 17) {
llevel = 17;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s17.fire = 1;
A10();
A10();
A10();
F14();
F14();
He();
F18();
F18();
B52();
B2();
}
if (dlevel == 18) {
llevel = 18;
dlevel = 0;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s18.fire = 1;
A10();
A10();
A10();
F14();
F14();
F14();
He();
F18();
F18();
B52();
B2();
B2();
}
}
onClipEvent (enterFrame) {
if (screenshake == 1) {
this._x = 0;
this._x = this._x + ((random(4) - 1.5) * rumblefactor);
}
if (vaupgrade == 1) {
vaupgrade = 0;
}
if (torduplicate >= 1) {
torduplicate = torduplicate - 1;
numTor++;
tor1.duplicateMovieClip("tor" + numTor, numTor + 30);
this["tor" + numTor]._visible = true;
}
if (flakduplicate >= 1) {
flakduplicate = flakduplicate - 1;
numFlak++;
flak1.duplicateMovieClip("flak" + numFlak, numFlak + 30);
this["flak" + numFlak]._visible = true;
}
if (v300duplicate >= 1) {
v300duplicate = v300duplicate - 1;
numV300++;
v3001.duplicateMovieClip("v300" + numV300, numV300 + 30);
this["v300" + numV300]._visible = true;
}
if (torduplicate2 >= 1) {
torduplicate2 = torduplicate2 - 1;
numTor++;
numtor = numtor + 1;
tor1.duplicateMovieClip("tor" + numTor, numTor + 30);
this["tor" + numTor]._visible = true;
}
if (flakduplicate2 >= 1) {
flakduplicate2 = flakduplicate2 - 1;
numFlak++;
numflak = numflak + 1;
flak1.duplicateMovieClip("flak" + numFlak, numFlak + 30);
this["flak" + numFlak]._visible = true;
}
if (v300duplicate2 >= 1) {
v300duplicate2 = v300duplicate2 - 1;
numV300++;
numv300 = numv300 + 1;
v3001.duplicateMovieClip("v300" + numV300, numV300 + 30);
this["v300" + numV300]._visible = true;
}
}
Frame 10
stopAllSounds();
nextFrame();
Frame 11
gpause = 0;
stop();
Instance of Symbol 1347 MovieClip "game" in Frame 11
onClipEvent (load) {
torduplicate = 0;
v300duplicate = 0;
flakduplicate = 0;
screenshake = 0;
rumblefactor = 2;
dlevel = 1;
numTor = 1;
}
onClipEvent (enterFrame) {
if (dlevel == 1) {
llevel = 1;
firemode = 1;
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav);
this["uav" + numUav]._visible = true;
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav);
this["uav" + numUav]._visible = true;
dlevel = 0;
}
if (dlevel == 2) {
llevel = 2;
firemode = 1;
overlay.dtimer.fire = 1;
silo.s2.fire = 1;
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav);
this["uav" + numUav]._visible = true;
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav);
this["uav" + numUav]._visible = true;
dlevel = 0;
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav);
this["uav" + numUav]._visible = true;
numUav++;
uav1.duplicateMovieClip("uav" + numUav, numUav);
this["uav" + numUav]._visible = true;
}
}
onClipEvent (enterFrame) {
if (screenshake == 1) {
this._x = 0;
this._x = this._x + ((random(4) - 1.5) * rumblefactor);
}
if (vaupgrade == 1) {
vaupgrade = 0;
}
if (torduplicate >= 1) {
torduplicate = torduplicate - 1;
numTor++;
tor1.duplicateMovieClip("tor" + numTor, numTor);
this["tor" + numTor]._visible = true;
}
if (flakduplicate >= 1) {
flakduplicate = flakduplicate - 1;
numFlak++;
flak1.duplicateMovieClip("flak" + numFlak, numFlak);
this["flak" + numFlak]._visible = true;
}
if (v300duplicate >= 1) {
v300duplicate = v300duplicate - 1;
numV300++;
v3001.duplicateMovieClip("v300" + numV300, numV300);
this["v300" + numV300]._visible = true;
}
}
Frame 12
stopAllSounds();
nextFrame();
Frame 13
gpause = 0;
deffects = 3;
stop();
Instance of Symbol 1433 MovieClip "game" in Frame 13
onClipEvent (load) {
function Blue() {
numB = numB + 2;
blue.duplicateMovieClip("blue" + numB, numB++);
this["blue" + numB]._visible = true;
}
function Red() {
numR++;
blue.duplicateMovieClip("red" + numR, numR);
this["red" + numR]._visible = true;
}
function Green() {
numG++;
green.duplicateMovieClip("green" + numG, numG++);
this["green" + numG]._visible = true;
}
torduplicate = 0;
v300duplicate = 0;
flakduplicate = 0;
screenshake = 0;
rumblefactor = 2;
score = 0;
dscore = 0;
red = 0;
blu = 0;
gre = 0;
dlevel = 1;
numTor = 1;
}
onClipEvent (enterFrame) {
if (score >= dscore) {
dscore = dscore + 10;
}
}
onClipEvent (enterFrame) {
if (screenshake == 1) {
this._x = 0;
this._x = this._x + ((random(4) - 1.5) * rumblefactor);
}
if (vaupgrade == 1) {
vaupgrade = 0;
}
if (gre >= 1) {
gre = gre - 1;
Green();
}
if (blu >= 1) {
blu = blu - 1;
Blue();
}
if (red >= 1) {
red = red - 1;
Red();
}
}
Frame 14
stopAllSounds();
stopAllSounds();
nextFrame();
Symbol 38 MovieClip [fps] Frame 1
fps = 30;
var timeinit = new Date();
var lasttime = timeinit.getMilliseconds();
onEnterFrame = function () {
var time = new Date();
timepassed = (((time.getMilliseconds() - lasttime) >= 0) ? (time.getMilliseconds() - lasttime) : (1000 + (time.getMilliseconds() - lasttime)));
fps = Math.round(10000 / timepassed) / 10;
lasttime = time.getMilliseconds();
};
Symbol 44 MovieClip Frame 100
stop();
Symbol 53 Button
on (release) {
_root.nextFrame();
}
Symbol 54 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 80
_parent.nextFrame();
Symbol 77 Button
on (press) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 94 MovieClip Frame 30
stop();
Symbol 98 MovieClip Frame 1
_root.stop();
gotoAndPlay (2);
Symbol 98 MovieClip Frame 218
_parent.nextFrame();
Symbol 103 MovieClip Frame 85
_parent.nextFrame();
Symbol 105 Button
on (release) {
getURL ("http://fp.dunadan.net/", "_blank");
}
Symbol 129 MovieClip Frame 110
stop();
Symbol 132 MovieClip Frame 107
_parent.nextFrame();
Symbol 132 MovieClip Frame 127
_parent.nextFrame();
Symbol 133 MovieClip Frame 15
stop();
_root.music.gotoAndStop(2);
Instance of Symbol 132 MovieClip in Symbol 133 MovieClip Frame 18
onClipEvent (mouseDown) {
gotoAndPlay (1);
}
Symbol 133 MovieClip Frame 19
_parent.nextFrame();
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 2
stop();
stop();
Instance of Symbol 147 MovieClip in Symbol 150 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 147 MovieClip in Symbol 150 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 147 MovieClip in Symbol 150 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 147 MovieClip in Symbol 150 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 149 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x + mspeed;
mspeed = _xmouse / 9;
}
Instance of Symbol 149 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = this._y + myspeed;
myspeed = (_root._ymouse - this._y) / 9;
}
Symbol 162 MovieClip Frame 8
stop();
Symbol 163 MovieClip Frame 7
stop();
Symbol 164 MovieClip Frame 30
stop();
Symbol 167 Button
on (release) {
if (dis == "Load Game") {
_root.dmenu.tfader.play();
_root.dmenu.tfader.loadgame = 1;
_root.loadslot = slot;
}
}
Instance of Symbol 176 MovieClip in Symbol 177 MovieClip Frame 1
onClipEvent (load) {
slot = 1;
var savefile1 = SharedObject.getLocal("SSD1");
dif = savefile1.data.difficulty;
level = savefile1.data.llevel + 1;
if (dif == undefined) {
_alpha = 50;
dif = "";
dis = "No File";
level = "";
} else {
dis = "Load Game";
}
}
Instance of Symbol 176 MovieClip in Symbol 177 MovieClip Frame 1
onClipEvent (load) {
slot = 2;
var savefile2 = SharedObject.getLocal("SSD2");
dif = savefile2.data.difficulty;
level = savefile2.data.llevel + 1;
if (dif == undefined) {
_alpha = 50;
dif = "";
dis = "No File";
level = "";
} else {
dis = "Load Game";
}
}
Instance of Symbol 176 MovieClip in Symbol 177 MovieClip Frame 1
onClipEvent (load) {
slot = 3;
var savefile3 = SharedObject.getLocal("SSD3");
dif = savefile3.data.difficulty;
level = savefile3.data.llevel + 1;
if (dif == undefined) {
_alpha = 50;
dif = "";
dis = "No File";
level = "";
} else {
dis = "Load Game";
}
}
Instance of Symbol 177 MovieClip in Symbol 178 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.shadows == 1) {
shadows = "-On-";
} else {
shadows = "-Off-";
}
if (_root.effects == 1) {
effects = "-On-";
} else {
effects = "-Off-";
}
}
Symbol 178 MovieClip Frame 30
stop();
Instance of Symbol 177 MovieClip in Symbol 178 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.shadows == 1) {
shadows = "-On-";
} else {
shadows = "-Off-";
}
if (_root.effects == 1) {
effects = "-On-";
} else {
effects = "-Off-";
}
}
Symbol 182 MovieClip Frame 46
stop();
Symbol 183 Button
on (release) {
_parent._parent.tfader.play();
_parent._parent.tfader.newgame == 1;
_root.difficulty = "Medium";
}
Symbol 185 Button
on (release) {
_parent._parent.tfader.play();
_parent._parent.tfader.newgame == 1;
_root.difficulty = "Easy";
}
Symbol 187 Button
on (release) {
_parent._parent.tfader.play();
_parent._parent.tfader.newgame == 1;
_root.difficulty = "Hard";
}
Symbol 189 Button
on (release) {
_parent._parent.tfader.play();
_parent._parent.tfader.newgame == 1;
_root.difficulty = "Very Hard";
}
Symbol 196 MovieClip Frame 30
stop();
Symbol 209 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(10);
}
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
stop();
Symbol 219 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(12);
}
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 2
stop();
Symbol 222 MovieClip Frame 60
stop();
Instance of Symbol 210 MovieClip in Symbol 222 MovieClip Frame 60
onClipEvent (load) {
if (_root.savefile.data.minigame1 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 220 MovieClip in Symbol 222 MovieClip Frame 60
onClipEvent (load) {
if (_root.savefile.data.minigame2 == 1) {
gotoAndStop (2);
}
}
Symbol 227 Button
on (release) {
_quality = "Low";
}
Symbol 230 Button
on (release) {
_quality = "Medium";
}
Symbol 232 Button
on (release) {
_quality = "High";
}
Symbol 235 Button
on (release) {
_root.deffects = 0;
}
Symbol 237 Button
on (release) {
_root.deffects = 3;
}
Instance of Symbol 239 MovieClip in Symbol 240 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.shadows == 1) {
shadows = "-On-";
} else {
shadows = "-Off-";
}
if (_root.effects == 1) {
effects = "-On-";
} else {
effects = "-Off-";
}
}
Symbol 240 MovieClip Frame 30
stop();
Instance of Symbol 239 MovieClip in Symbol 240 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.shadows == 1) {
shadows = "-On-";
} else {
shadows = "-Off-";
}
if (_root.deffects == 3) {
effects = "-On-";
} else {
effects = "-Off-";
}
}
Symbol 243 Button
on (release) {
_root.dmenu.newgame.play();
_root.dmenu.options.gotoAndStop(1);
_root.dmenu.loadgame.gotoAndStop(1);
}
Symbol 244 Button
on (release) {
_root.dmenu.loadgame.play();
_root.dmenu.options.gotoAndStop(1);
_root.dmenu.newgame.gotoAndStop(1);
}
Symbol 245 Button
on (release) {
_root.dmenu.options.play();
_root.dmenu.newgame.gotoAndStop(1);
_root.dmenu.loadgame.gotoAndStop(1);
}
Symbol 246 Button
on (release) {
getURL ("http://armorgames.com/?referral=rytherix", "_blank");
}
Symbol 251 Button
on (release) {
getURL ("http://Armorblog.com", "_blank");
}
Symbol 252 Button
on (release) {
getURL ("http://armorgames.com/play/453/pointresistance-imminent-position", "_blank");
}
Symbol 255 Button
on (release) {
_root.dmenu.updater.play();
}
Symbol 258 MovieClip Frame 30
stop();
Instance of Symbol 262 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (load) {
persons = 0;
}
onClipEvent (enterFrame) {
if (persons <= (_root.gameversion - 0.1)) {
persons = persons + 0.1;
}
}
Instance of Symbol 262 MovieClip in Symbol 264 MovieClip Frame 5
onClipEvent (load) {
persons = 0;
}
onClipEvent (enterFrame) {
if (persons <= (_root.gameversion - 0.1)) {
persons = persons + 0.1;
}
}
Symbol 264 MovieClip Frame 20
stop();
Symbol 271 Button
on (release) {
gotoAndStop (1);
}
Symbol 275 MovieClip Frame 15
if (_parent.versionchecker.textField == 1.1) {
gotoAndStop (16);
} else {
gotoAndStop (17);
}
if (_parent.versionchecker.textField == "Undefined") {
gotoAndStop (18);
}
Symbol 275 MovieClip Frame 16
stop();
Symbol 290 MovieClip Frame 55
if (_root.played == 0) {
_root.gotoAndStop(4);
} else {
_root.gotoAndStop(7);
}
Symbol 293 MovieClip Frame 55
_root.gotoAndStop(9);
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 2
stopAllSounds();
Symbol 294 MovieClip Frame 15
if (newgame == 1) {
gotoAndStop (16);
}
if (loadgame == 1) {
gotoAndStop (17);
}
Symbol 294 MovieClip Frame 16
stop();
Symbol 295 MovieClip Frame 1
stop();
Instance of Symbol 178 MovieClip "loadgame" in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 196 MovieClip "newgame" in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 240 MovieClip "options" in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 275 MovieClip "updater" in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
stop();
loadVariables ("http://fp.dunadan.net/ssdupdate.txt", "");
}
Instance of Symbol 277 MovieClip "versionchecker" in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
loadVariables ("http://fp.dunadan.net/ssdversion.txt", "");
}
Symbol 296 MovieClip Frame 16
stop();
Symbol 309 Button
on (release) {
stopAllSounds();
_root.nextFrame();
}
Instance of Symbol 339 MovieClip in Symbol 341 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 339 MovieClip in Symbol 341 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 339 MovieClip in Symbol 341 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 339 MovieClip in Symbol 341 MovieClip Frame 1
/* no clip actions */
Symbol 350 MovieClip Frame 31
stop();
Symbol 365 MovieClip Frame 165
stop();
Symbol 366 MovieClip Frame 1267
_root.nextFrame();
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 20
stop();
Symbol 376 MovieClip Frame 30
stop();
Symbol 376 MovieClip Frame 41
stop();
Symbol 376 MovieClip Frame 51
stop();
Symbol 382 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 2
stop();
Symbol 383 MovieClip Frame 61
_parent.nextFrame();
Symbol 384 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 2
stop();
Symbol 387 MovieClip Frame 1
stop();
Instance of Symbol 384 MovieClip "shock" in Symbol 387 MovieClip Frame 2
onClipEvent (enterFrame) {
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hit.hitTest(_parent._parent["uav" + i].uav)) {
if (_parent._parent["uav" + i].immunity == 1) {
} else {
_parent._parent["uav" + i].health.bar._x = _parent._parent["uav" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hit.hitTest(_parent._parent["a10" + i].craft)) {
if (_parent._parent["a10" + i].immunity == 1) {
} else {
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (hit.hit.hitTest(_parent._parent["f14" + i].craft)) {
if (_parent._parent["f14" + i].immunity == 1) {
} else {
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (hit.hit.hitTest(_parent._parent["f18" + i].craft)) {
if (_parent._parent["f18" + i].immunity == 1) {
} else {
_parent._parent["f18" + i].health.bar._x = _parent._parent["f18" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numHe) {
if (hit.hit.hitTest(_parent._parent["he" + i].craft)) {
if (_parent._parent["he" + i].immunity == 1) {
} else {
_parent._parent["he" + i].health.bar._x = _parent._parent["he" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hit.hitTest(_parent._parent["b52" + i].craft)) {
if (_parent._parent["b52" + i].immunity == 1) {
} else {
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - 20;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numB2) {
if (hit.hit.hitTest(_parent._parent["b2" + i].craft)) {
if (_parent._parent["b2" + i].immunity == 1) {
} else {
_parent._parent["b2" + i].health.bar._x = _parent._parent["b2" + i].health.bar._x - 300;
}
}
i++;
}
}
Symbol 388 Button
on (keyPress "v") {
if (power_hv == 1) {
power_hv = 0;
actpower_hv = 1;
sam.powersdisplay.hv.cooldown.bar._y = 55;
}
}
on (keyPress "d") {
if (power_ms == 1) {
power_ms = 0;
actpower_ms = 1;
sam.powersdisplay.ms.cooldown.bar._y = 55;
}
}
on (keyPress "a") {
if (power_al == 1) {
power_al = 0;
actpower_al = 1;
sam.powersdisplay.al.cooldown.bar._y = 55;
}
}
on (keyPress "w") {
if (power_sr == 1) {
power_sr = 0;
actpower_sr = 1;
sam.powersdisplay.sr.cooldown.bar._y = 55;
}
}
on (keyPress "t") {
if (power_te == 1) {
power_te = 0;
sat.gotoAndPlay(2);
sam.powersdisplay.te.cooldown.bar._y = 55;
}
}
on (keyPress "n") {
if (power_nk == 1) {
power_nk = 0;
nuke.gotoAndPlay(2);
sam.powersdisplay.nk.cooldown.bar._y = 55;
}
}
on (keyPress "s") {
if (power_sw == 1) {
power_sw = 0;
actpower_sw = 1;
sam.powersdisplay.sw.cooldown.bar._y = 55;
}
}
Instance of Symbol 382 MovieClip "dhit" in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (timer == 0) {
timer = 30;
this._yscale = random(1000);
}
timer = timer - 1;
}
onClipEvent (load) {
timer = 30;
}
Symbol 403 MovieClip Frame 25
gotoAndPlay (1);
Symbol 404 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 2
stop();
Instance of Symbol 412 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(random(3) + 1);
}
Symbol 415 MovieClip Frame 30
remove = 1;
Instance of Symbol 419 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(random(3) + 1);
}
Symbol 420 MovieClip Frame 30
remove = 1;
Symbol 425 MovieClip Frame 1
play();
Instance of Symbol 424 MovieClip in Symbol 425 MovieClip Frame 1
onClipEvent (load) {
rot = (random(6) - 3) / 10;
this.gotoAndStop(random(3) + 1);
}
Symbol 425 MovieClip Frame 100
remove = 1;
Symbol 429 MovieClip Frame 1
smoke1.stop();
smoke2.stop();
smoke3.stop();
sm3 = 100;
Instance of Symbol 415 MovieClip "smoke1" in Symbol 429 MovieClip Frame 1
onClipEvent (load) {
this._y = _parent.icbm._y + 35;
this._x = _parent.icbm._x;
}
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 420 MovieClip "smoke2" in Symbol 429 MovieClip Frame 1
onClipEvent (load) {
this._y = _parent.icbm._y + 33;
this._x = _parent.icbm._x - 39;
}
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 425 MovieClip "smoke3" in Symbol 429 MovieClip Frame 1
onClipEvent (load) {
this._y = _parent.icbm._y + 37;
_parent.sm3 = _parent.sm3 - 1;
this._xscale = _parent.sm3;
this._yscale = _parent.sm3;
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 427 MovieClip "icbm" in Symbol 429 MovieClip Frame 1
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
smokeCounter++;
_parent.smoke1.duplicateMovieClip("smoke" + smokeCounter, smokeCounter + 9.3);
_parent["smoke" + smokeCounter]._visible = true;
smoke2Counter++;
_parent.smoke2.duplicateMovieClip("smoke" + smoke2Counter, smoke2Counter + 13.6);
_parent["smoke" + smoke2Counter]._visible = true;
smoke3Counter++;
_parent.smoke3.duplicateMovieClip("smoke" + smoke3Counter, smoke2Counter + 112.54);
_parent["smoke" + smoke3Counter]._visible = true;
_parent["smoke" + smoke3Counter]._xscale = _parent["smoke" + smoke3Counter]._xscale - (smoke3Counter++);
_parent["smoke" + smoke3Counter]._yscale = _parent["smoke" + smoke3Counter]._yscale - (smoke3Counter++);
}
onClipEvent (load) {
smokeCounter = 103;
smoke2Counter = 105;
smoke3Counter = 9;
remove = 0;
}
Symbol 429 MovieClip Frame 2
_parent._parent._parent.screenflash.gotoAndPlay(2);
_parent._parent._parent.screenshake = 1;
Symbol 429 MovieClip Frame 129
_parent._parent._parent.screenshake = 0;
Symbol 429 MovieClip Frame 131
stop();
_root.game.buyscreen.gotoAndStop(2);
icbm.remove = 1;
Symbol 433 MovieClip Frame 5
gotoAndPlay (2);
Symbol 448 MovieClip Frame 121
stop();
Symbol 449 MovieClip Frame 1
stop();
Instance of Symbol 429 MovieClip "rocket" in Symbol 449 MovieClip Frame 2
onClipEvent (load) {
}
Instance of Symbol 433 MovieClip in Symbol 449 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._alpha >= 1) {
this._alpha = this._alpha - 0.1;
}
}
Symbol 450 MovieClip Frame 1
smoke1.stop();
smoke2.stop();
smoke3.stop();
sm3 = 100;
Instance of Symbol 415 MovieClip "smoke1" in Symbol 450 MovieClip Frame 1
onClipEvent (load) {
this._y = _parent.icbm._y + 35;
this._x = _parent.icbm._x;
}
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 420 MovieClip "smoke2" in Symbol 450 MovieClip Frame 1
onClipEvent (load) {
this._y = _parent.icbm._y + 33;
this._x = _parent.icbm._x - 39;
}
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 425 MovieClip "smoke3" in Symbol 450 MovieClip Frame 1
onClipEvent (load) {
this._y = _parent.icbm._y + 37;
_parent.sm3 = _parent.sm3 - 1;
this._xscale = _parent.sm3;
this._yscale = _parent.sm3;
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 427 MovieClip "icbm" in Symbol 450 MovieClip Frame 1
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
smokeCounter++;
_parent.smoke1.duplicateMovieClip("smoke" + smokeCounter, smokeCounter + 9.3);
_parent["smoke" + smokeCounter]._visible = true;
smoke2Counter++;
_parent.smoke2.duplicateMovieClip("smoke" + smoke2Counter, smoke2Counter + 13.6);
_parent["smoke" + smoke2Counter]._visible = true;
smoke3Counter++;
_parent.smoke3.duplicateMovieClip("smoke" + smoke3Counter, smoke2Counter + 112.54);
_parent["smoke" + smoke3Counter]._visible = true;
_parent["smoke" + smoke3Counter]._xscale = _parent["smoke" + smoke3Counter]._xscale - (smoke3Counter++);
_parent["smoke" + smoke3Counter]._yscale = _parent["smoke" + smoke3Counter]._yscale - (smoke3Counter++);
}
onClipEvent (load) {
smokeCounter = 103;
smoke2Counter = 105;
smoke3Counter = 9;
remove = 0;
}
Symbol 450 MovieClip Frame 2
_parent._parent._parent.screenflash.gotoAndPlay(2);
_parent._parent._parent.screenshake = 1;
Symbol 450 MovieClip Frame 102
_root.endfader.play();
Symbol 450 MovieClip Frame 130
_parent._parent._parent.screenshake = 0;
Symbol 450 MovieClip Frame 131
stop();
_root.score = _root.game.overlay.score;
_root.acc = Math.round((_root.game.nhit / _root.game.nfired) * 100);
_root.difficulty = _root.game.difficulty;
_root.kills = _root.game.killcount;
stopAllSounds();
_root.gotoAndStop(14);
icbm.remove = 1;
Symbol 451 MovieClip Frame 1
stop();
Instance of Symbol 450 MovieClip "rocket" in Symbol 451 MovieClip Frame 2
onClipEvent (load) {
}
Instance of Symbol 433 MovieClip in Symbol 451 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._alpha >= 1) {
this._alpha = this._alpha - 0.1;
}
}
Symbol 452 MovieClip Frame 1
mspeed = 0.08;
Instance of Symbol 449 MovieClip "s1" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s4" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s7" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s2" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s5" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s8" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s3" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s6" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s9" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s10" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s13" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s16" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s11" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s14" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s17" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s12" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 449 MovieClip "s15" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
top._rotation = top._rotation - _parent.mspeed;
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 451 MovieClip "s18" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
fire = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
smoke.gotoAndStop(2);
_root.game.overlay.timer.fire = 2;
top._rotation = top._rotation - (_parent.mspeed / 2);
if (top._rotation <= -135) {
fire = 0;
_parent.shock._x = this._x;
_parent.shock._y = this._y - 10;
_parent.shock.gotoAndStop(1);
gotoAndStop (2);
_root.game.enemyremove = 1;
rocket.play();
}
}
}
}
Instance of Symbol 384 MovieClip "shock" in Symbol 452 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (2);
}
onClipEvent (enterFrame) {
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hit.hitTest(_parent._parent["uav" + i].uav)) {
if (_parent._parent["uav" + i].immunity == 1) {
} else {
_parent._parent["uav" + i].health.bar._x = _parent._parent["uav" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hit.hitTest(_parent._parent["a10" + i].craft)) {
if (_parent._parent["a10" + i].immunity == 1) {
} else {
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (hit.hit.hitTest(_parent._parent["f14" + i].craft)) {
if (_parent._parent["f14" + i].immunity == 1) {
} else {
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (hit.hit.hitTest(_parent._parent["f18" + i].craft)) {
if (_parent._parent["f18" + i].immunity == 1) {
} else {
_parent._parent["f18" + i].health.bar._x = _parent._parent["f18" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numHe) {
if (hit.hit.hitTest(_parent._parent["he" + i].craft)) {
if (_parent._parent["he" + i].immunity == 1) {
} else {
_parent._parent["he" + i].health.bar._x = _parent._parent["he" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hit.hitTest(_parent._parent["b52" + i].craft)) {
if (_parent._parent["b52" + i].immunity == 1) {
} else {
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - 300;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numB2) {
if (hit.hit.hitTest(_parent._parent["b2" + i].craft)) {
if (_parent._parent["b2" + i].immunity == 1) {
} else {
_parent._parent["b2" + i].health.bar._x = _parent._parent["b2" + i].health.bar._x - 300;
}
}
i++;
}
}
Symbol 462 MovieClip Frame 180
stop();
Symbol 468 MovieClip Frame 60
stop();
Symbol 469 MovieClip Frame 60
stop();
Symbol 473 MovieClip Frame 180
stop();
Symbol 481 MovieClip Frame 195
stop();
Instance of Symbol 462 MovieClip "sat1" in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 468 MovieClip "rad1" in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 469 MovieClip "rad2" in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 473 MovieClip "sat2" in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 481 MovieClip "sat3" in Symbol 482 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 503 MovieClip "hit" in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._alpha <= 100) {
this._alpha = this._alpha + 1;
}
}
Instance of Symbol 505 MovieClip "t2" in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2.5;
if (this._alpha <= 49) {
this._alpha = this._alpha + 1;
}
}
Symbol 510 MovieClip Frame 1
stop();
Symbol 510 MovieClip Frame 15
_parent.flare2.gotoAndPlay(1);
Symbol 510 MovieClip Frame 21
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
Symbol 510 MovieClip Frame 25
if (_root.game.actpower_ms == 1) {
_root.game.actpower_ms = 0;
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 5;
}
if (_root.game.actpower_sr == 1) {
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 5;
_parent._parent.missileCounter++;
}
Symbol 510 MovieClip Frame 26
if (_root.game.actpower_sr == 1) {
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 10;
_parent._parent.missileCounter++;
}
Symbol 510 MovieClip Frame 27
if (_root.game.actpower_sr == 1) {
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 15;
_parent._parent.missileCounter++;
}
Symbol 510 MovieClip Frame 28
if (_root.game.actpower_sr == 1) {
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y + 5;
_parent._parent.missileCounter++;
}
Symbol 510 MovieClip Frame 29
if (_root.game.actpower_sr == 1) {
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y + 10;
_parent._parent.missileCounter++;
}
Symbol 510 MovieClip Frame 30
if (_root.game.actpower_sr == 1) {
_root.game.actpower_sr = 0;
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y + 15;
_parent._parent.missileCounter++;
}
Symbol 510 MovieClip Frame 39
gotoAndStop (1);
Symbol 516 MovieClip Frame 21
stop();
Symbol 517 MovieClip Frame 1
missile.movespeed = 0;
startmissile = 0;
missile.smokestart = 1;
Instance of Symbol 516 MovieClip "flare2" in Symbol 517 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 550 MovieClip Frame 1
stop();
Symbol 550 MovieClip Frame 30
stop();
Symbol 554 MovieClip Frame 36
stop();
_parent._parent.target.ts = 3;
_parent._parent._parent._parent.target.ts = 3;
_parent.remove = 1;
Symbol 557 MovieClip Frame 1
stop();
Symbol 557 MovieClip Frame 2
stop();
Symbol 557 MovieClip Frame 3
stop();
Symbol 557 MovieClip Frame 4
stop();
Symbol 557 MovieClip Frame 5
stop();
Symbol 557 MovieClip Frame 6
stop();
Instance of Symbol 563 MovieClip "cooldown" in Symbol 571 MovieClip Frame 1
onClipEvent (load) {
bar._y = 55;
wp = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._y >= 20) {
if (wp >= 1) {
wp = 0;
run = 1;
bar._y = bar._y - 0.005;
}
} else {
if (run == 1) {
run = 0;
_parent._parent.msr._alpha = 100;
_parent._parent.msr._y = -8;
}
_root.game.power_ms = 1;
}
wp = wp + 0.5;
}
}
Instance of Symbol 503 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 503 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Instance of Symbol 563 MovieClip "cooldown" in Symbol 577 MovieClip Frame 1
onClipEvent (load) {
bar._y = 55;
wp = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._y >= 20) {
if (wp >= 1) {
wp = 0;
bar._y = bar._y - 0.1;
run = 1;
}
} else {
if (run == 1) {
run = 0;
_parent._parent.alr._alpha = 100;
_parent._parent.alr._y = -8;
}
_root.game.power_al = 1;
}
wp = wp + 1;
}
}
Instance of Symbol 563 MovieClip "cooldown" in Symbol 584 MovieClip Frame 1
onClipEvent (load) {
bar._y = 55;
wp = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._y >= 20) {
if (wp >= 1) {
run = 1;
wp = 0;
bar._y = bar._y - 0.005;
}
} else {
if (run == 1) {
run = 0;
_parent._parent.hvr._alpha = 100;
_parent._parent.hvr._y = -8;
}
_root.game.power_hv = 1;
}
wp = wp + 0.5;
}
}
Symbol 589 MovieClip Frame 1
stop();
Symbol 589 MovieClip Frame 2
stop();
Instance of Symbol 563 MovieClip "cooldown" in Symbol 589 MovieClip Frame 2
onClipEvent (load) {
bar._y = 55;
wp = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._y >= 20) {
if (wp >= 1) {
wp = 0;
bar._y = bar._y - 0.005;
run = 1;
}
} else {
if (run == 1) {
run = 0;
_parent._parent.ter._alpha = 100;
_parent._parent.ter._y = -8;
}
_root.game.power_te = 1;
}
wp = wp + 0.2;
}
}
Symbol 594 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 2
stop();
Instance of Symbol 563 MovieClip "cooldown" in Symbol 594 MovieClip Frame 2
onClipEvent (load) {
bar._y = 55;
wp = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._y >= 20) {
if (wp >= 1) {
wp = 0;
run = 1;
bar._y = bar._y - 0.005;
}
} else {
if (run == 1) {
run = 0;
_parent._parent.swr._alpha = 100;
_parent._parent.swr._y = -8;
}
_root.game.power_sr = 1;
}
wp = wp + 0.2;
}
}
Symbol 599 MovieClip Frame 1
stop();
Instance of Symbol 563 MovieClip "cooldown" in Symbol 599 MovieClip Frame 2
onClipEvent (load) {
bar._y = 55;
wp = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._y >= 20) {
if (wp >= 1) {
wp = 0;
run = 1;
bar._y = bar._y - 0.005;
}
} else {
if (run == 1) {
run = 0;
_parent._parent.nkr._alpha = 100;
_parent._parent.nkr._y = -8;
}
_root.game.power_nk = 1;
}
wp = wp + 0.2;
}
}
Symbol 604 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 2
stop();
Instance of Symbol 563 MovieClip "cooldown" in Symbol 604 MovieClip Frame 2
onClipEvent (load) {
bar._y = 55;
wp = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._y >= 20) {
if (wp >= 1) {
wp = 0;
bar._y = bar._y - 0.005;
run = 1;
}
} else {
if (run == 1) {
run = 0;
_parent._parent.skr._alpha = 100;
_parent._parent.skr._y = -8;
}
_root.game.power_sk = 1;
}
wp = wp + 0.5;
}
}
Symbol 621 MovieClip Frame 1
stop();
Instance of Symbol 589 MovieClip in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.power1 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 594 MovieClip in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.power3 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 599 MovieClip "nk" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.power4 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 604 MovieClip "sk" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.power2 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 606 MovieClip "skr" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_alpha >= 0) {
_alpha = (_alpha - 1);
}
if (_y >= -44) {
_y = (_y - 1);
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 609 MovieClip "alr" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_alpha >= 0) {
_alpha = (_alpha - 1);
}
if (_y >= -44) {
_y = (_y - 1);
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 611 MovieClip "hvr" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_alpha >= 0) {
_alpha = (_alpha - 1);
}
if (_y >= -44) {
_y = (_y - 1);
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 613 MovieClip "msr" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_alpha >= 0) {
_alpha = (_alpha - 1);
}
if (_y >= -44) {
_y = (_y - 1);
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 615 MovieClip "nkr" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_alpha >= 0) {
_alpha = (_alpha - 1);
}
if (_y >= -44) {
_y = (_y - 1);
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 617 MovieClip "ter" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_alpha >= 0) {
_alpha = (_alpha - 1);
}
if (_y >= -44) {
_y = (_y - 1);
}
}
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 619 MovieClip "swr" in Symbol 621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_alpha >= 0) {
_alpha = (_alpha - 1);
}
if (_y >= -44) {
_y = (_y - 1);
}
}
onClipEvent (load) {
_alpha = 0;
}
Symbol 621 MovieClip Frame 10
stop();
Symbol 621 MovieClip Frame 11
gotoAndStop (10);
Symbol 624 MovieClip Frame 26
_parent.remove = 1;
stop();
Symbol 626 MovieClip Frame 1
missile._visible = false;
smoke1.smoke.gotoAndStop(1);
smoke1._visible = false;
missileCounter = 1;
smokeCounter = 3;
Instance of Symbol 497 MovieClip "reload" in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x <= 0) {
if (_root.game.difficulty == "Easy") {
bar._x = bar._x + (_parent._parent.mrs / 8);
} else {
bar._x = bar._x + (_parent._parent.mrs / 10);
}
}
if (bar._x >= 0) {
_parent.sam.missileready = 1;
}
}
}
Instance of Symbol 506 MovieClip "target" in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
ts = 0;
drag = 1;
missileloaded = 1;
hit._xscale = 50;
hit._yscale = 50;
offdrag = 1;
mlock = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (_root.game.sc == 1) {
this._alpha = 100;
if (mlock == 0) {
ts = 0;
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 100;
}
if (this._x <= 90) {
ts = 3;
}
if (ts == 3) {
missileloaded = 1;
hit._xscale = 50;
hit._yscale = 50;
ts = 0;
drag = 1;
}
if (ts == 0) {
if (drag == 1) {
if (offdrag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / _root.game.ts);
this._y = this._y - (rise / _root.game.ts);
} else {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 150);
this._y = this._y - (rise / 150);
}
}
if (hit._xscale <= 50) {
hit._xscale = hit._xscale + 0.5;
hit._yscale = hit._yscale + 0.5;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
hit._rotation = hit._rotation - 5;
if (hit._xscale >= 10) {
hit._xscale = hit._xscale - (20 / _root.game.ts);
hit._yscale = hit._yscale - (20 / _root.game.ts);
}
if (hit._xscale <= 10) {
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
}
if (_root.game.actpower_al == 1) {
_root.game.actpower_al = 0;
drag = 0;
s = new Sound();
s.setVolume(100);
s.attachSound("lockon");
s.start();
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
hit._xscale = 10;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
hit._rotation = hit._rotation - 5;
if (hit._xscale >= 10) {
hit._xscale = hit._xscale - (20 / _root.game.ts);
hit._yscale = hit._yscale - (20 / _root.game.ts);
}
if (hit._xscale <= 10) {
_parent["missile" + missileCounter].guide = 120;
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
if (_root.game.actpower_al == 1) {
s = new Sound();
s.setVolume(100);
s.attachSound("lockon");
s.start();
_root.game.actpower_al = 0;
drag = 0;
hit._xscale = 10;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
}
i++;
}
}
}
} else {
this._alpha = 50;
}
}
Instance of Symbol 517 MovieClip "sam" in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
cx = this._x;
cy = this._y;
convert = 57.2957795130823;
missile._visible = false;
missileCounter = 1;
this.swapDepths(1500);
missileready = 1;
follow = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
_parent.stress = stress;
mx = _parent.target._x;
my = _parent.target._y;
angle = Math.atan2(my - cy, mx - cx);
if ((angle * convert) <= 0) {
if ((angle * convert) >= -100) {
this._rotation = angle * convert;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gpause == 0) {
if (_root.game.firemode == 1) {
if (missileready == 1) {
_parent.reload.bar._x = -100;
flare.gotoAndPlay(1);
fire = 0;
missileready = 0;
}
}
}
}
Instance of Symbol 546 MovieClip "flaretext" in Symbol 626 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._alpha >= 0) {
this._alpha = this._alpha - 1;
}
}
Instance of Symbol 557 MovieClip "missile" in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
guide = 2400 / _root.game.ts;
remove = 0;
respawn = 1;
wraparound = 0;
_parent.target.mlock = _parent.target.mlock + 1;
sw = 0;
if (_parent.sam.startmissile == 0) {
smokestart = 1;
_parent.sam.startmissile = 1;
} else {
smokestart = 0;
_root.game.nfired = _root.game.nfired + 1;
_parent.target.offdrag = 1;
movespeed = _root.game.sms;
smokeCounter = 500;
}
if (_root.game.srd == 100) {
gotoAndStop (1);
}
if (_root.game.srd == 150) {
gotoAndStop (3);
}
if (_root.game.srd == 200) {
gotoAndStop (5);
}
if (_root.game.srd == 225) {
gotoAndStop (5);
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (hit.hitTest(_parent._parent.groundhit)) {
_parent.target.mlock = _parent.target.mlock - 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.gameboundryleft)) {
_parent.target.mlock = _parent.target.mlock - 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.gameboundrytop)) {
_parent.target.mlock = _parent.target.mlock - 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.testb)) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
_parent._parent.testb.nextFrame();
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
_root.game.nhit = _root.game.nhit + 1;
_parent.target.mlock = _parent.target.mlock - 1;
if (sw == 0) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
_parent._parent["uav" + i].health._visible = true;
_parent._parent["uav" + i].health.bar._x = _parent._parent["uav" + i].health.bar._x - _root.game.srd;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (hit.hitTest(_parent._parent["f14" + i].craft)) {
_root.game.nhit = _root.game.nhit + 1;
_parent.target.mlock = _parent.target.mlock - 1;
if (sw == 0) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
_parent._parent["f14" + i].health._visible = true;
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - _root.game.srd;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (hit.hitTest(_parent._parent["f18" + i].craft)) {
_root.game.nhit = _root.game.nhit + 1;
_parent.target.mlock = _parent.target.mlock - 1;
if (sw == 0) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
_parent._parent["f18" + i].health._visible = true;
_parent._parent["f18" + i].health.bar._x = _parent._parent["f18" + i].health.bar._x - _root.game.srd;
}
i++;
}
i = 1;
while (i <= _parent._parent.numB2) {
if (hit.hitTest(_parent._parent["b2" + i].craft)) {
_root.game.nhit = _root.game.nhit + 1;
_parent.target.mlock = _parent.target.mlock - 1;
if (sw == 0) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
_parent._parent["b2" + i].health._visible = true;
_parent._parent["b2" + i].health.bar._x = _parent._parent["b2" + i].health.bar._x - (_root.game.srd / 6);
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hitTest(_parent._parent["b52" + i].craft)) {
_root.game.nhit = _root.game.nhit + 1;
_parent.target.mlock = _parent.target.mlock - 1;
if (sw == 0) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
_parent._parent["b52" + i].health._visible = true;
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - (_root.game.srd / 6);
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
_root.game.nhit = _root.game.nhit + 1;
_parent.target.mlock = _parent.target.mlock - 1;
if (sw == 0) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
_parent._parent["a10" + i].health._visible = true;
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - (_root.game.srd / 2);
}
i++;
}
i = 1;
while (i <= _parent._parent.numHe) {
if (hit.hitTest(_parent._parent["he" + i].craft)) {
_root.game.nhit = _root.game.nhit + 1;
_parent.target.mlock = _parent.target.mlock - 1;
if (sw == 0) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
_parent._parent["he" + i].health._visible = true;
_parent._parent["he" + i].health.bar._x = _parent._parent["he" + i].health.bar._x - (_root.game.srd / 2);
}
i++;
}
if (respawn == 0) {
_parent.target.drag = 1;
_parent.target.mlock = _parent.target.mlock - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
if (this._y <= -300) {
respawn = 0;
}
if (this._x >= 960) {
respawn = 0;
}
if (smokestart == 1) {
} else {
smokeCounter++;
_parent.smoke1.duplicateMovieClip("smoke" + smokeCounter, smokeCounter);
_parent["smoke" + smokeCounter]._visible = true;
_parent["smoke" + smokeCounter]._rotation = this._rotation - 90;
_parent["smoke" + smokeCounter]._x = this._x;
_parent["smoke" + smokeCounter]._y = this._y;
if (exaustcolor == 1) {
} else {
_parent["smoke" + smokeCounter]._alpha = 20;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (wraparound == 1) {
if (countdown >= 1) {
countdown = countdown - 1;
} else {
guide = guide + oldguide;
wraparound = 0;
}
}
if (smokestart == 1) {
} else {
if (_root.game.actpower_hv == 1) {
s = new Sound();
s.setVolume(100);
s.attachSound("rocketboost");
s.start();
movespeed = movespeed * 2;
_root.game.actpower_hv = 0;
}
if (_root.game.actpower_sw == 1) {
s = new Sound();
s.setVolume(100);
sw.gotoAndPlay(2);
s.attachSound("rocketboost");
s.start();
movespeed = movespeed * 2;
hit._xscale = 2000;
sw = 1;
_root.game.actpower_sw = 0;
_parent.powersdisplay.sw.cooldown.bar._y = 55;
}
}
if (guide >= 1) {
exaustcolor = 1;
guide = guide - 2;
xDis = _parent.target._x - _x;
yDis = _parent.target._y - _y;
radAngle = Math.atan2(yDis, xDis);
_rotation = int(((radAngle * 180) / Math.PI) + 90);
} else {
exaustcolor = 2;
}
if (this.hitTest(_parent.target.rhit)) {
wraparound = 1;
countdown = 20;
oldguide = guide;
guide = 0;
}
}
if (_root.gpause == 0) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
if (_rotation > 180) {
_x = (_x - (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y + (movespeed * Math.cos((Math.PI/180) * _rotation)));
} else {
_x = (_x + (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y - (movespeed * Math.cos((Math.PI/180) * _rotation)));
}
}
}
Instance of Symbol 621 MovieClip "powersdisplay" in Symbol 626 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (Key.isDown(32)) {
play();
_root.game.tut.gotoAndStop(13);
} else {
gotoAndStop (1);
}
}
}
Instance of Symbol 625 MovieClip "smoke1" in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
cx = this._x;
cy = this._y;
convert = 57.2957795130823;
if (_root.game.sms == 6) {
}
if (_root.game.sms == 7) {
this._yscale = 150;
}
if (_root.game.sms == 8) {
this._yscale = 200;
}
if (_root.game.sms == 9) {
this._yscale = 250;
}
if (_root.game.sms == 10) {
this._yscale = 300;
}
}
onClipEvent (load) {
angle = Math.atan2(my - cy, mx - cx);
if ((angle * convert) <= 0) {
if ((angle * convert) >= -100) {
this._rotation = angle * convert;
} else {
this._rotation = -100;
}
} else {
this._rotation = 0;
}
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Symbol 637 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 121
_root.game.screenshake = 1;
Symbol 637 MovieClip Frame 137
_root.game.screenflash.gotoAndPlay(2);
Instance of Symbol 382 MovieClip in Symbol 637 MovieClip Frame 164
onClipEvent (enterFrame) {
i = 1;
while (i <= _parent._parent.numUav) {
if (this.hitTest(_parent._parent["uav" + i].uav)) {
_parent._parent["uav" + i].health.bar._x = _parent._parent["uav" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (this.hitTest(_parent._parent["b52" + i].craft)) {
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (this.hitTest(_parent._parent["a10" + i].craft)) {
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (this.hitTest(_parent._parent["f14" + i].craft)) {
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (this.hitTest(_parent._parent["f18" + i].craft)) {
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numHe) {
if (this.hitTest(_parent._parent["he" + i].craft)) {
_parent._parent["he" + i].health.bar._x = _parent._parent["he" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numB2) {
if (this.hitTest(_parent._parent["b2" + i].craft)) {
_parent._parent["b2" + i].health.bar._x = _parent._parent["b2" + i].health.bar._x - 300;
}
i++;
}
}
Symbol 637 MovieClip Frame 277
_root.game.screenshake = 0;
Symbol 639 MovieClip Frame 10
stop();
Symbol 640 MovieClip Frame 1
stop();
Symbol 644 MovieClip Frame 40
gotoAndPlay (35);
Symbol 644 MovieClip Frame 65
stop();
Symbol 650 MovieClip Frame 1
e = new Sound();
e.setVolume(100);
e.attachSound("e" + (random(8) + 1));
e.start();
Symbol 650 MovieClip Frame 31
stop();
_parent.nextFrame();
Symbol 651 MovieClip Frame 1
stop();
Instance of Symbol 650 MovieClip in Symbol 651 MovieClip Frame 2
onClipEvent (load) {
if (_root.gpause == 0) {
i = 1;
while (i <= _root.game.numV300) {
if (this.hitTest(_root.game["v300" + i].body)) {
_root.game["v300" + i].health._visible = true;
_root.game["v300" + i].health.bar._x = _root.game["v300" + i].health.bar._x - _root.game.uavdamage;
}
i++;
}
i = 1;
while (i <= _root.game.numTor) {
if (this.hitTest(_root.game["tor" + i].body)) {
_root.game["tor" + i].health._visible = true;
_root.game["tor" + i].health.bar._x = _root.game["tor" + i].health.bar._x - _root.game.uavdamage;
}
i++;
}
i = 1;
while (i <= _root.game.numFlak) {
if (this.hitTest(_root.game["Flak" + i].body)) {
_root.game["flak" + i].health._visible = true;
_root.game["flak" + i].health.bar._x = _root.game["flak" + i].health.bar._x - _root.game.uavdamage;
}
i++;
}
if (this.hitTest(_root.game.base.dhit)) {
_root.game.damage._alpha = _root.game.damage._alpha + 10;
_root.game.overlay.health.bar._x = _root.game.overlay.health.bar._x - _root.game.uavdamage;
}
}
}
Symbol 651 MovieClip Frame 3
_parent.remove = 1;
Symbol 652 MovieClip Frame 1
stop();
Instance of Symbol 651 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
bds = _parent._parent.bds;
this._x = 0;
this._y = 0;
dxspeed = 3;
shield = 1;
this.xspeed = 2;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x + (dxspeed / xspeed);
this._y = this._y + (bds + xspeed);
this._rotation = this._rotation - 1;
if (this.hitTest(this._parent._parent._parent.base.dhit)) {
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h1)) {
xspeed = 0;
if (shield == 1) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
shield = 0;
_root.game.shield.shield.gotoAndPlay(1);
}
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h2)) {
if (shield == 1) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
shield = 0;
_root.game.shield.shield.gotoAndPlay(1);
}
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h3)) {
if (shield == 1) {
shield = 0;
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
}
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h4)) {
if (shield == 1) {
shield = 0;
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
}
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
}
}
Symbol 658 MovieClip Frame 30
remove = 1;
Symbol 659 MovieClip Frame 1
miniflare.startflare == 1;
miniflare.stop();
Instance of Symbol 656 MovieClip "flare" in Symbol 659 MovieClip Frame 1
onClipEvent (load) {
ym = _parent.ym;
xm = _parent.xm;
am = 1;
s = 1;
this._alpha = 100;
dupli = 1;
sf = 1;
if (this._name == "flare") {
this._visible = false;
}
miniflareCounter = _parent.ym * 100;
if (startflare == 1) {
this._alpha = 1;
sf = 0;
dupli = 0;
ym = 0;
xm = 0;
am = 0;
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (sf == 1) {
if (dupli == 1) {
if (s == 1) {
fla = new Sound();
fla.setVolume(100);
fla.attachSound("flare");
fla.start();
s = 0;
}
if (this.hitTest(_root.game.sam.target.hit)) {
_root.game.sam.flaretext._alpha = 100;
_root.game.sam.target.hit._alpha = 50;
_root.game.sam.target.t1._alpha = 0;
_root.game.sam.target.drag = 0;
_root.game.sam.target._x = _parent._parent._x;
_root.game.sam.target._y = _parent._parent._y;
}
miniflareCounter++;
_parent.miniflare.duplicateMovieClip("miniflare" + miniflareCounter, miniflareCounter + 11.3);
_parent["miniflare" + miniflareCounter]._x = this._x;
_parent["miniflare" + miniflareCounter]._y = this._y;
}
this._x = this._x - xm;
this._y = this._y + ym;
_alpha = (_alpha - am);
xm = xm / 1.05;
ym = ym / 1.05;
if (this._alpha <= 10) {
dupli = 0;
}
if (_alpha <= 0) {
_parent.dreset = _parent.dreset + 1;
this.swapDepths(1000);
this.removeMovieClip();
}
}
}
}
Instance of Symbol 658 MovieClip "miniflare" in Symbol 659 MovieClip Frame 1
onClipEvent (load) {
remove = 0;
if (startflare == 1) {
this.stop();
this.gotoAndStop(2);
this._visible = false;
}
if (this._name == "miniflare") {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
}
Symbol 664 MovieClip Frame 16
_parent.remove = 1;
stop();
Symbol 665 MovieClip Frame 1
debri1.gotoAndStop(15);
Instance of Symbol 663 MovieClip "pdebri" in Symbol 665 MovieClip Frame 1
onClipEvent (load) {
i = 1;
if (_root.deffects == 3) {
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.deffects == 3) {
duplicateMovieClip ("_parent.debri1", "debri" + i, i++);
}
}
Instance of Symbol 664 MovieClip "debri1" in Symbol 665 MovieClip Frame 1
onClipEvent (load) {
remove = 0;
this._x = _parent.pdebri._x;
this._y = _parent.pdebri._y;
}
onClipEvent (enterFrame) {
if (this.remove == 1) {
this.swapDepths = 100000 /* 0x0186A0 */;
this.removeMovieClip();
}
}
Symbol 665 MovieClip Frame 30
stop();
Symbol 669 MovieClip Frame 1
ex = new Sound();
ex.setVolume(100);
ex.attachSound("ex" + (random(4) + 1));
ex.start();
Instance of Symbol 665 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 665 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 665 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 665 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Symbol 669 MovieClip Frame 61
stop();
_parent.respawn = 1;
Symbol 678 MovieClip Frame 1
stop();
missileready = 1;
death = 0;
missileCounter = 1;
missile.missilestart = 1;
missile._visible = false;
bds = 12;
Instance of Symbol 645 MovieClip "trail" in Symbol 678 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 382 MovieClip in Symbol 678 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (this.hitTest(_parent._parent.base.hit)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
}
Instance of Symbol 497 MovieClip "reload" in Symbol 678 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x <= 0) {
bar._x = bar._x + 1;
}
if (bar._x == 0) {
_parent.missileready = 1;
}
}
}
Instance of Symbol 652 MovieClip "missile" in Symbol 678 MovieClip Frame 1
onClipEvent (load) {
this._x = _parent.craft._x;
this._y = _parent.craft._y;
remove = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (missilestart == 1) {
_visible = false;
stop();
} else {
this._x = this._x + _parent.movespeed;
if (remove == 1) {
this.swapDepths(1);
this.removeMovieClip();
}
}
}
}
Instance of Symbol 659 MovieClip "flares" in Symbol 678 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flaredeploy == 1) {
this._x = this._x + _parent.movespeed;
if (flarecount >= 1) {
flarecount = flarecount - 1;
flareCounter++;
flare.duplicateMovieClip("flare" + flareCounter, flareCounter);
this["flare" + flareCounter]._visible = true;
ym = ym - 1;
xm = xm + 1;
}
}
}
if (dreset == 5) {
dreset = 0;
this._visible = false;
this._x = 1;
flaredeploy = 0;
}
}
onClipEvent (load) {
dreset = 0;
flareCounter = 1;
xm = 0;
ym = 7;
flaredeploy = 0;
flarecount = 5;
flare.startflare = 1;
}
Instance of Symbol 661 MovieClip "uav" in Symbol 678 MovieClip Frame 1
onClipEvent (load) {
flares = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flares == 1) {
if (this.hitTest(_root.game.laser)) {
flares = 0;
_parent.flares.flaredeploy = 1;
}
}
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 678 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
_visible = false;
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
reset = 0;
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
}
Symbol 678 MovieClip Frame 2
stop();
_parent.overlay.score = _parent.overlay.score + 300;
_parent.killcount = _parent.killcount + 1;
_parent.pilotkillcount = _parent.pilotkillcount + 0;
if (_root.game.difficulty == "Easy") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 1500;
}
if (_root.game.difficulty == "Medium") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 1000;
}
if (_root.game.difficulty == "Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 1000;
}
if (_root.game.difficulty == "Very Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 900;
}
Instance of Symbol 645 MovieClip "trail" in Symbol 678 MovieClip Frame 2
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Instance of Symbol 669 MovieClip in Symbol 678 MovieClip Frame 2
onClipEvent (load) {
_parent.movespeed = 0;
}
Instance of Symbol 671 MovieClip in Symbol 678 MovieClip Frame 2
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 673 MovieClip in Symbol 678 MovieClip Frame 2
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 675 MovieClip in Symbol 678 MovieClip Frame 2
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 677 MovieClip in Symbol 678 MovieClip Frame 2
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Symbol 689 Button
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.mrs = _root.game.mrs + 5;
_root.game.mrstech = 2;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Reload Systems";
_parent._parent.dlevel = "Level 1";
_parent._parent.dimp = "Missiles Reload 100% Faster";
_parent._parent.dcost = "$10,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 699 Button
on (release) {
if (_root.game.overlay.dmoney >= 30000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 30000;
_root.game.mrs = _root.game.mrs + 5;
_root.game.mrstech = 3;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Reload Systems";
_parent._parent.dlevel = "Level 2";
_parent._parent.dimp = "Missiles Reload 50% Faster";
_parent._parent.dcost = "$30,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 701 Button
on (release) {
if (_root.game.overlay.dmoney >= 60000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 60000;
_root.game.mrs = _root.game.mrs + 5;
_root.game.mrstech = 4;
_root.game.mtech = _root.game.mtech + 1;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Reload Systems";
_parent._parent.dlevel = "Level 3";
_parent._parent.dimp = "Missiles Reload 25% Faster";
_parent._parent.dcost = "$60,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 703 MovieClip Frame 1
stop();
Symbol 706 Button
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.srd = _root.game.srd + 50;
_root.game.srdtech = 2;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Damage Upgrade";
_parent._parent.dlevel = "Level 1";
_parent._parent.dimp = "Missiles damage +50%";
_parent._parent.dcost = "$10,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 713 Button
on (release) {
if (_root.game.overlay.dmoney >= 30000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 30000;
_root.game.srd = _root.game.srd + 50;
_root.game.srdtech = 3;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Damage Upgrade";
_parent._parent.dlevel = "Level 2";
_parent._parent.dimp = "Missiles Do 33% more damage";
_parent._parent.dcost = "$30,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 715 Button
on (release) {
if (_root.game.overlay.dmoney >= 60000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 60000;
_root.game.srd = _root.game.srd + 50;
_root.game.srdtech = 4;
_root.game.mtech = _root.game.mtech + 1;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Damage Upgrade";
_parent._parent.dlevel = "Level 3";
_parent._parent.dimp = "Missiles Do 25% more damage";
_parent._parent.dcost = "$60,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 717 MovieClip Frame 1
stop();
Symbol 720 Button
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.sms = _root.game.sms + 1;
_root.game.smstech = 2;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Fuel Quality";
_parent._parent.dlevel = "Level 1";
_parent._parent.dimp = "Missiles are 100% Faster";
_parent._parent.dcost = "$10,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 727 Button
on (release) {
if (_root.game.overlay.dmoney >= 30000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 30000;
_root.game.sms = _root.game.sms + 1;
_root.game.smstech = 3;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Fuel Quality";
_parent._parent.dlevel = "Level 2";
_parent._parent.dimp = "Missiles are 50% Faster";
_parent._parent.dcost = "$30,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 729 Button
on (release) {
if (_root.game.overlay.dmoney >= 60000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 60000;
_root.game.sms = _root.game.sms + 1;
_root.game.smstech = 4;
_root.game.mtech = _root.game.mtech + 1;
}
}
on (rollOver) {
_parent._parent.dname = "Missile Fuel Quality";
_parent._parent.dlevel = "Level 3";
_parent._parent.dimp = "Missiles are 25% Faster";
_parent._parent.dcost = "$60,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 731 MovieClip Frame 1
stop();
Symbol 735 Button
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.ts = _root.game.ts - 5;
_root.game.tstech = 2;
}
}
on (rollOver) {
_parent._parent.dname = "Tracking&Guidance Systems";
_parent._parent.dlevel = "Level 1";
_parent._parent.dimp = "Tracking is 25% Faster";
_parent._parent.dcost = "$10,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 742 Button
on (release) {
if (_root.game.overlay.dmoney >= 30000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 30000;
_root.game.ts = _root.game.ts - -5;
_root.game.tstech = 3;
}
}
on (rollOver) {
_parent._parent.dname = "Tracking&Guidance Systems";
_parent._parent.dlevel = "Level 2";
_parent._parent.dimp = "Tracking is 33% Faster";
_parent._parent.dcost = "$30,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 744 Button
on (release) {
if (_root.game.overlay.dmoney >= 60000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 60000;
_root.game.ts = _root.game.ts - 5;
_root.game.tstech = 4;
_root.game.mtech = _root.game.mtech + 1;
}
}
on (rollOver) {
_parent._parent.dname = "Tracking&Guidance Systems";
_parent._parent.dlevel = "Level 3";
_parent._parent.dimp = "Tracking is 50% Faster";
_parent._parent.dcost = "$60,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 746 MovieClip Frame 1
stop();
Symbol 752 Button
on (rollOver) {
_parent._parent.dname = "Tech 4 Missile";
_parent._parent.dlevel = "Level 4";
_parent._parent.dimp = "Missiles Improved 5%";
_parent._parent.dcost = "Max Tech 0/4 complete";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 753 Button
on (rollOver) {
_parent._parent.dname = "Tech 4 Missile";
_parent._parent.dlevel = "Level 4";
_parent._parent.dimp = "Missiles Improved 5%";
_parent._parent.dcost = "Max Tech 1/4 complete";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 754 Button
on (rollOver) {
_parent._parent.dname = "Tech 4 Missile";
_parent._parent.dlevel = "Level 4";
_parent._parent.dimp = "Missiles Improved 5%";
_parent._parent.dcost = "Max Tech 2/4 complete";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 755 Button
on (rollOver) {
_parent._parent.dname = "Tech 4 Missile";
_parent._parent.dlevel = "Level 4";
_parent._parent.dimp = "Missiles Improved 5%";
_parent._parent.dcost = "Max Tech 3/4 complete";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 756 Button
on (rollOver) {
_parent._parent.dname = "Tech 4 Missile";
_parent._parent.dlevel = "Level 4";
_parent._parent.dimp = "Missiles Improved 5%";
_parent._parent.dcost = "FREE";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
on (release) {
_root.game.srd = _root.game.srd + 25;
_root.game.sms = _root.game.sms + 1;
_root.game.mtech = _root.game.mtech + 1;
}
Symbol 758 Button
on (rollOver) {
_parent._parent.dname = "Tech 4 Missile";
_parent._parent.dlevel = "Level 4";
_parent._parent.dimp = "Missiles Improved 5%";
_parent._parent.dcost = "Already Acquired";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Instance of Symbol 703 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.mrstech == 1) {
gotoAndStop (1);
}
if (_root.game.mrstech == 2) {
gotoAndStop (2);
}
if (_root.game.mrstech == 3) {
gotoAndStop (3);
}
if (_root.game.mrstech == 4) {
gotoAndStop (4);
}
}
Instance of Symbol 717 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.srdtech == 1) {
gotoAndStop (1);
}
if (_root.game.srdtech == 2) {
gotoAndStop (2);
}
if (_root.game.srdtech == 3) {
gotoAndStop (3);
}
if (_root.game.srdtech == 4) {
gotoAndStop (4);
}
}
Instance of Symbol 731 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.smstech == 1) {
gotoAndStop (1);
}
if (_root.game.smstech == 2) {
gotoAndStop (2);
}
if (_root.game.smstech == 3) {
gotoAndStop (3);
}
if (_root.game.smstech == 4) {
gotoAndStop (4);
}
}
Instance of Symbol 746 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.tstech == 1) {
gotoAndStop (1);
}
if (_root.game.tstech == 2) {
gotoAndStop (2);
}
if (_root.game.tstech == 3) {
gotoAndStop (3);
}
if (_root.game.tstech == 4) {
gotoAndStop (4);
}
}
Instance of Symbol 759 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.mtech == 1) {
gotoAndStop (1);
}
if (_root.game.mtech == 2) {
gotoAndStop (2);
}
if (_root.game.mtech == 3) {
gotoAndStop (3);
}
if (_root.game.mtech == 4) {
gotoAndStop (4);
}
if (_root.game.mtech == 5) {
gotoAndStop (5);
}
if (_root.game.mtech == 6) {
gotoAndStop (6);
}
}
Symbol 764 Button
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.vwd = _root.game.vwd + 50;
_root.game.gfd = _root.game.gfd + 10;
_root.game.vwdtech = 2;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Damage Upgrade";
_parent._parent.dlevel = "Level 1";
_parent._parent.dimp = "Weapons damage +50%";
_parent._parent.dcost = "$10,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 769 Button
on (release) {
if (_root.game.overlay.dmoney >= 30000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 30000;
_root.game.vwd = _root.game.vwd + 50;
_root.game.gfd = _root.game.gfd + 10;
_root.game.vwdtech = 3;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Damage Upgrade";
_parent._parent.dlevel = "Level 2";
_parent._parent.dimp = "Weapons damage +33%";
_parent._parent.dcost = "$30,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 771 Button
on (release) {
if (_root.game.overlay.dmoney >= 60000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 60000;
_root.game.vwd = _root.game.vwd + 50;
_root.game.gfd = _root.game.gfd + 10;
_root.game.vwdtech = 4;
_root.game.vtech = _root.game.vtech + 1;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Damage Upgrade";
_parent._parent.dlevel = "Level 3";
_parent._parent.dimp = "Weapons damage +25%";
_parent._parent.dcost = "$60,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 773 MovieClip Frame 1
stop();
Symbol 775 Button
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.vt = _root.game.vt + 10;
_root.game.vttech = 2;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Guidance Upgrade";
_parent._parent.dlevel = "Level 1";
_parent._parent.dimp = "Guidance&Tracking +100%";
_parent._parent.dcost = "$10,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 780 Button
on (release) {
if (_root.game.overlay.dmoney >= 30000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 30000;
_root.game.vt = _root.game.vt + 10;
_root.game.vttech = 3;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Guidance Upgrade";
_parent._parent.dlevel = "Level 2";
_parent._parent.dimp = "Guidance&Tracking +50%";
_parent._parent.dcost = "$30,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 782 Button
on (release) {
if (_root.game.overlay.dmoney >= 60000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 60000;
_root.game.vt = _root.game.vt + 10;
_root.game.vttech = 4;
_root.game.vtech = _root.game.vtech + 1;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Guidance Upgrade";
_parent._parent.dlevel = "Level 3";
_parent._parent.dimp = "Guidance&Tracking +33";
_parent._parent.dcost = "$60,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 784 MovieClip Frame 1
stop();
Symbol 787 Button
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.va = _root.game.va + 1;
_root.game.vatech = 2;
_root.game.vaupgrade = 1;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Guidance Upgrade";
_parent._parent.dlevel = "Level 1";
_parent._parent.dimp = "Guidance&Tracking +100%";
_parent._parent.dcost = "$10,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 794 Button
on (release) {
if (_root.game.overlay.dmoney >= 30000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 30000;
_root.game.va = _root.game.va + 1;
_root.game.vatech = 3;
_root.game.vaupgrade = 1;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Guidance Upgrade";
_parent._parent.dlevel = "Level 2";
_parent._parent.dimp = "Guidance&Tracking +50%";
_parent._parent.dcost = "$30,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 796 Button
on (release) {
if (_root.game.overlay.dmoney >= 60000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 60000;
_root.game.va = _root.game.va + 1;
_root.game.vatech = 4;
_root.game.vtech = _root.game.vtech + 1;
_root.game.vaupgrade = 1;
}
}
on (rollOver) {
_parent._parent.dname = "Vehicle Guidance Upgrade";
_parent._parent.dlevel = "Level 3";
_parent._parent.dimp = "Guidance&Tracking +33";
_parent._parent.dcost = "$60,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 798 MovieClip Frame 1
stop();
Instance of Symbol 773 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.vwdtech == 1) {
gotoAndStop (1);
}
if (_root.game.vwdtech == 2) {
gotoAndStop (2);
}
if (_root.game.vwdtech == 3) {
gotoAndStop (3);
}
if (_root.game.vwdtech == 4) {
gotoAndStop (4);
}
}
Instance of Symbol 784 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.vttech == 1) {
gotoAndStop (1);
}
if (_root.game.vttech == 2) {
gotoAndStop (2);
}
if (_root.game.vttech == 3) {
gotoAndStop (3);
}
if (_root.game.vttech == 4) {
gotoAndStop (4);
}
}
Instance of Symbol 798 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.vatech == 1) {
gotoAndStop (1);
}
if (_root.game.vatech == 2) {
gotoAndStop (2);
}
if (_root.game.vatech == 3) {
gotoAndStop (3);
}
if (_root.game.vatech == 4) {
gotoAndStop (4);
}
}
Symbol 805 Button
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.bs = _root.game.bs + 1;
_root.game.bstech = 2;
}
}
on (rollOver) {
_parent._parent.dname = "Buy Base Shields";
_parent._parent.dlevel = "Level 1";
_parent._parent.dimp = "Basic Shield Created";
_parent._parent.dcost = "$10,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 812 Button
on (release) {
if (_root.game.overlay.dmoney >= 60000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 60000;
_root.game.bs = _root.game.bs + 1;
_root.game.bstech = 3;
}
}
on (rollOver) {
_parent._parent.dname = "Upgrade Base Shields";
_parent._parent.dlevel = "Level 2";
_parent._parent.dimp = "Upgrades Regen Rate 33%";
_parent._parent.dcost = "$60,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 814 Button
on (release) {
if (_root.game.overlay.dmoney >= 120000) {
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 120000;
_root.game.bs = _root.game.bs + 1;
_root.game.bstech = 4;
_root.game.btech = _root.game.btech + 1;
}
}
on (rollOver) {
_parent._parent.dname = "Upgrade Base Shields";
_parent._parent.dlevel = "Level 3";
_parent._parent.dimp = "Upgrades Regen Rate 66%";
_parent._parent.dcost = "$120,000";
}
on (rollOut) {
_parent._parent.dname = "";
_parent._parent.dlevel = "";
_parent._parent.dimp = "";
_parent._parent.dcost = "";
}
Symbol 816 MovieClip Frame 1
stop();
Instance of Symbol 816 MovieClip in Symbol 817 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.bstech == 1) {
gotoAndStop (1);
}
if (_root.game.bstech == 2) {
gotoAndStop (2);
}
if (_root.game.bstech == 3) {
gotoAndStop (3);
}
if (_root.game.bstech == 4) {
gotoAndStop (4);
}
}
Symbol 831 Button
on (rollOver) {
_parent.dname = "Tesla Resonance Shockwave";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
Symbol 832 Button
on (release) {
_root.game.power1 = 1;
}
on (rollOver) {
_parent.dname = "Tesla Resonance Shockwave";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
Symbol 834 Button
on (rollOver) {
_parent.dname = "Tesla Resonance Shockwave";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Already Purchased";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
Symbol 835 MovieClip Frame 1
stop();
Symbol 835 MovieClip Frame 2
stop();
Symbol 838 Button
on (rollOver) {
_parent.dname = "Missile Swarm";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
Symbol 839 Button
on (rollOver) {
_parent.dname = "Missile Swarm";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
on (release) {
_root.game.power3 = 1;
}
Symbol 840 Button
on (rollOver) {
_parent.dname = "Missile Swarm";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Already Purchased";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
on (release) {
_root.game.power3 = 1;
}
Symbol 841 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 2
stop();
Symbol 845 Button
on (rollOver) {
_parent.dname = "Nuclear Strike";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
Symbol 846 Button
on (rollOver) {
_parent.dname = "Nuclear Strike";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
on (release) {
_root.game.power4 = 1;
}
Symbol 847 Button
on (rollOver) {
_parent.dname = "Nuclear Strike";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
Symbol 848 MovieClip Frame 1
stop();
Symbol 848 MovieClip Frame 2
stop();
Symbol 852 Button
on (rollOver) {
_parent.dname = "Shockwave Missile";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
Symbol 853 Button
on (rollOver) {
_parent.dname = "Shockwave Missile";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Requirements";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
on (release) {
_root.game.power2 = 1;
}
Symbol 854 Button
on (rollOver) {
_parent.dname = "Shockwave Missile";
_parent.dlevel = "Spec Power";
_parent.dimp = "";
_parent.dcost = "Already Acquired";
}
on (rollOut) {
_parent.dname = "";
_parent.dlevel = "";
_parent.dimp = "";
_parent.dcost = "";
}
Symbol 855 MovieClip Frame 1
stop();
Symbol 855 MovieClip Frame 2
stop();
Instance of Symbol 835 MovieClip in Symbol 856 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.tstech >= 3) {
if (_root.game.vatech >= 3) {
if (_root.game.bstech >= 3) {
if (_root.game.power1 == 0) {
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
}
}
}
Instance of Symbol 841 MovieClip in Symbol 856 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.tstech >= 2) {
if (_root.game.mrstech >= 4) {
if (_root.game.power3 == 0) {
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
}
}
Instance of Symbol 848 MovieClip in Symbol 856 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.vatech >= 4) {
if (_root.game.bstech >= 4) {
if (_root.game.power4 == 0) {
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
}
}
Instance of Symbol 855 MovieClip in Symbol 856 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.game.smstech >= 4) {
if (_root.game.srdtech >= 2) {
if (_root.game.power2 == 0) {
gotoAndStop (2);
} else {
gotoAndStop (3);
}
}
}
}
Symbol 859 Button
on (release) {
gotoAndStop (1);
}
Symbol 861 Button
on (release) {
gotoAndStop (2);
}
Symbol 863 Button
on (release) {
_root.game.overlay.timer.dreset = 1;
_root.game.enemyremove = 0;
_root.game.dlevel = _root.game.llevel + 1;
_parent.gotoAndStop(1);
_root.game.overlay.stopmoneyclock = 0;
numUav = 1;
numA10 = 5;
numF14 = 10;
numHe = 15;
numB52 = 17;
numF18 = 21;
numB2 = 24;
}
Symbol 865 Button
on (release) {
gotoAndStop (3);
}
Symbol 867 Button
on (press) {
gotoAndStop (4);
}
Symbol 886 Button
on (rollOver) {
dname = "Tunguska L2";
dlevel = "Light";
dwep = "2 35mm Flak Cannons";
dcost = "10,000";
dav = 4 - _root.game.numflak;
preview.gotoAndStop(2);
}
on (rollOut) {
dname = "";
dlevel = "";
dwep = "";
dcost = "";
dav = "";
preview.gotoAndStop(1);
}
on (release) {
if (_root.game.overlay.dmoney >= 10000) {
if (dav >= 1) {
s = new Sound();
s.setVolume(100);
s.attachSound("f" + (random(4) + 1));
s.start();
_root.game.numflak = _root.game.numflak + 1;
dav = 4 - _root.game.numflak;
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 10000;
_root.game.flakduplicate = 1;
} else {
flasher.play();
}
}
}
Symbol 887 Button
on (rollOver) {
dname = "Tor M-1";
dlevel = "Medium";
dwep = "Small Surface-to-Air Missile";
dcost = "20,000";
dav = 4 - _root.game.numtor;
preview.gotoAndStop(3);
}
on (rollOut) {
dname = "";
dlevel = "";
dwep = "";
dcost = "";
dav = "";
preview.gotoAndStop(1);
}
on (release) {
if (_root.game.overlay.dmoney >= 20000) {
if (dav >= 1) {
s = new Sound();
s.setVolume(100);
s.attachSound("t" + (random(2) + 1));
s.start();
_root.game.numtor = _root.game.numtor + 1;
dav = 4 - _root.game.numtor;
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 20000;
_root.game.torduplicate = 1;
} else {
flasher.play();
}
}
}
Symbol 888 Button
on (rollOver) {
dname = "Arctic Defender H-1";
dlevel = "Heavy";
dwep = "Large Ballistic Surface-to-Air Missile";
dcost = "40,000";
dav = 4 - _root.game.numv300;
preview.gotoAndStop(4);
}
on (rollOut) {
dname = "";
dlevel = "";
dwep = "";
dcost = "";
preview.gotoAndStop(1);
}
on (release) {
if (_root.game.overlay.dmoney >= 40000) {
if (dav >= 1) {
s = new Sound();
s.setVolume(100);
s.attachSound("a" + (random(3) + 1));
s.start();
_root.game.numv300 = _root.game.numv300 + 1;
dav = 4 - _root.game.numv300;
_root.game.overlay.dmoney = _root.game.overlay.dmoney - 40000;
_root.game.v300duplicate = 1;
} else {
flasher.play();
}
}
}
Symbol 890 MovieClip Frame 1
stop();
Symbol 900 MovieClip Frame 1
stop();
Instance of Symbol 898 MovieClip in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
play();
}
Symbol 900 MovieClip Frame 2
stop();
Instance of Symbol 898 MovieClip in Symbol 900 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Symbol 904 MovieClip Frame 1
stop();
_parent.sam.stop();
Symbol 904 MovieClip Frame 2
stop();
_parent.sam.play();
Symbol 909 MovieClip Frame 1
stop();
Symbol 909 MovieClip Frame 2
stop();
Symbol 921 MovieClip Frame 16
stop();
Symbol 922 MovieClip Frame 1
stop();
Symbol 922 MovieClip Frame 2
stop();
Symbol 924 MovieClip Frame 1
stop();
Symbol 924 MovieClip Frame 39
_parent.flare2.gotoAndPlay(1);
_parent._parent._parent._parent.missileCounter++;
_parent._parent._parent._parent.missile.duplicateMovieClip("missile" + _parent._parent._parent._parent.missileCounter, _parent._parent._parent._parent.missileCounter);
_parent._parent._parent._parent["missile" + missileCounter]._visible = true;
Symbol 924 MovieClip Frame 60
gotoAndStop (1);
Symbol 926 MovieClip Frame 1
missileready = 1;
Symbol 926 MovieClip Frame 61
stop();
Instance of Symbol 925 MovieClip in Symbol 926 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (_parent.fire == 1) {
if (_parent.missileready == 1) {
_parent._parent._parent.reload.bar._x = -100;
flare.gotoAndPlay(1);
_parent.fire = 0;
_parent.missileready = 0;
}
}
}
}
Symbol 927 MovieClip Frame 1
stop();
Symbol 927 MovieClip Frame 2
stop();
Symbol 928 MovieClip Frame 1
stop();
alpha = 0;
Symbol 928 MovieClip Frame 2
stop();
alpha = 1;
Instance of Symbol 900 MovieClip in Symbol 928 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop (2);
}
Symbol 928 MovieClip Frame 3
stop();
alpha = 1;
Symbol 928 MovieClip Frame 4
stop();
alpha = 1;
Instance of Symbol 927 MovieClip in Symbol 928 MovieClip Frame 4
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 928 MovieClip "preview" in Symbol 939 MovieClip Frame 1
onClipEvent (enterFrame) {
if (alpha == 0) {
_alpha = 0;
}
if (alpha == 1) {
if (_alpha <= 100) {
_alpha = (_alpha + 2);
}
}
}
Symbol 944 Button
on (release) {
if (_root.game.overlay.dmoney >= cost) {
_root.game.overlay.health.bar._x = 0;
_root.game.overlay.dmoney = _root.game.overlay.dmoney - cost;
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 962 MovieClip Frame 1
onClipEvent (enterFrame) {
this.bar._x = _root.game.overlay.health.bar._x;
_parent.cost = Math.round((bar._x * -1) * 100);
_parent.bp = Math.round(this.bar._x + 100);
if (_parent.bp <= 91) {
_parent.p1._alpha = 50;
}
if (_parent.bp <= 81) {
_parent.p1._alpha = 50;
_parent.p2._alpha = 50;
}
if (_parent.bp <= 71) {
_parent.p1._alpha = 50;
_parent.p2._alpha = 50;
_parent.p3._alpha = 50;
}
if (_parent.bp <= 61) {
_parent.p1._alpha = 50;
_parent.p2._alpha = 50;
_parent.p3._alpha = 50;
_parent.p4._alpha = 50;
}
if (_parent.bp <= 51) {
_parent.p1._alpha = 50;
_parent.p2._alpha = 50;
_parent.p3._alpha = 50;
_parent.p4._alpha = 50;
_parent.p5._alpha = 50;
}
if (_parent.bp <= 31) {
_parent.p1._alpha = 50;
_parent.p2._alpha = 50;
_parent.p3._alpha = 50;
_parent.p4._alpha = 50;
_parent.p5._alpha = 50;
_parent.p6._alpha = 50;
_parent.warning._alpha = 50;
}
if (_parent.bp <= 21) {
_parent.p1._alpha = 50;
_parent.p2._alpha = 50;
_parent.p3._alpha = 50;
_parent.p4._alpha = 50;
_parent.p5._alpha = 50;
_parent.p6._alpha = 50;
_parent.p7._alpha = 50;
_parent.warning._alpha = 100;
}
if (_parent.bp <= 11) {
_parent.p1._alpha = 50;
_parent.p2._alpha = 50;
_parent.p3._alpha = 50;
_parent.p4._alpha = 50;
_parent.p5._alpha = 50;
_parent.p6._alpha = 50;
_parent.p7._alpha = 50;
_parent.p8._alpha = 50;
_parent.warning._alpha = 100;
}
if (_parent.bp <= 5) {
_parent.p1._alpha = 50;
_parent.p2._alpha = 50;
_parent.p3._alpha = 50;
_parent.p4._alpha = 50;
_parent.p5._alpha = 50;
_parent.p6._alpha = 50;
_parent.p7._alpha = 50;
_parent.p9._alpha = 50;
_parent.warning._alpha = 100;
}
}
Symbol 964 Button
on (press) {
_root.savefile1.data.score = _root.game.overlay.score;
_root.savefile1.data.dmoney = _root.game.overlay.dmoney;
_root.savefile1.data.difficulty = _root.game.difficulty;
_root.savefile1.data.power1 = _root.game.power1;
_root.savefile1.data.power2 = _root.game.power2;
_root.savefile1.data.power3 = _root.game.power3;
_root.savefile1.data.power4 = _root.game.power4;
_root.savefile1.data.mrstech = _root.game.mrstech;
_root.savefile1.data.srdtech = _root.game.srdtech;
_root.savefile1.data.smstech = _root.game.smstech;
_root.savefile1.data.tstech = _root.game.tstech;
_root.savefile1.data.mtech = _root.game.mtech;
_root.savefile1.data.bstech = _root.game.bstech;
_root.savefile1.data.vatech = _root.game.vatech;
_root.savefile1.data.vwdtech = _root.game.vwdtech;
_root.savefile1.data.vttech = _root.game.vttech;
_root.savefile1.data.bs = _root.game.bs;
_root.savefile1.data.vt = _root.game.vt;
_root.savefile1.data.va = _root.game.va;
_root.savefile1.data.ts = _root.game.ts;
_root.savefile1.data.sms = _root.game.sms;
_root.savefile1.data.srd = _root.game.srd;
_root.savefile1.data.grd = _root.game.grd;
_root.savefile1.data.vwd = _root.game.vwd;
_root.savefile1.data.gfd = _root.game.gfd;
_root.savefile1.data.mrs = _root.game.mrs;
_root.savefile1.data.killcount = _root.game.killcount;
_root.savefile1.data.nhit = _root.game.nhit;
_root.savefile1.data.nfired = _root.game.nfired;
_root.savefile1.data.numflak = _root.game.numflak - _root.game.deadflak;
_root.savefile1.data.numv300 = _root.game.numv300 - _root.game.deadv300;
_root.savefile1.data.numtor = _root.game.numtor - _root.game.deadtor;
_root.savefile1.data.numUav = _root.game.numUav;
_root.savefile1.data.numA10 = _root.game.numA10;
_root.savefile1.data.numF14 = _root.game.numF14;
_root.savefile1.data.numHe = _root.game.numHe;
_root.savefile1.data.numF18 = _root.game.numF18;
_root.savefile1.data.numB52 = _root.game.numB52;
_root.savefile1.data.numB2 = _root.game.numB2;
_root.savefile1.data.llevel = _root.game.llevel;
_root.savefile1.data.health = _root.game.overlay.health.bar._x;
_root.savefile1.flush();
}
Symbol 970 Button
on (press) {
_root.savefile2.data.score = _root.game.overlay.score;
_root.savefile2.data.dmoney = _root.game.overlay.dmoney;
_root.savefile2.data.difficulty = _root.game.difficulty;
_root.savefile2.data.power1 = _root.game.power1;
_root.savefile2.data.power2 = _root.game.power2;
_root.savefile2.data.power3 = _root.game.power3;
_root.savefile2.data.power4 = _root.game.power4;
_root.savefile2.data.mrstech = _root.game.mrstech;
_root.savefile2.data.srdtech = _root.game.srdtech;
_root.savefile2.data.smstech = _root.game.smstech;
_root.savefile2.data.tstech = _root.game.tstech;
_root.savefile2.data.mtech = _root.game.mtech;
_root.savefile2.data.bstech = _root.game.bstech;
_root.savefile2.data.vatech = _root.game.vatech;
_root.savefile2.data.vwdtech = _root.game.vwdtech;
_root.savefile2.data.vttech = _root.game.vttech;
_root.savefile2.data.bs = _root.game.bs;
_root.savefile2.data.vt = _root.game.vt;
_root.savefile2.data.va = _root.game.va;
_root.savefile2.data.ts = _root.game.ts;
_root.savefile2.data.sms = _root.game.sms;
_root.savefile2.data.srd = _root.game.srd;
_root.savefile2.data.grd = _root.game.grd;
_root.savefile2.data.gfd = _root.game.gfd;
_root.savefile2.data.vwd = _root.game.vwd;
_root.savefile2.data.mrs = _root.game.mrs;
_root.savefile2.data.killcount = _root.game.killcount;
_root.savefile2.data.nhit = _root.game.nhit;
_root.savefile2.data.nfired = _root.game.nfired;
_root.savefile2.data.numflak = _root.game.numflak - _root.game.deadflak;
_root.savefile2.data.numv300 = _root.game.numv300 - _root.game.deadv300;
_root.savefile2.data.numtor = _root.game.numtor - _root.game.deadtor;
_root.savefile2.data.numUav = _root.game.numUav;
_root.savefile2.data.numA10 = _root.game.numA10;
_root.savefile2.data.numF14 = _root.game.numF14;
_root.savefile2.data.numHe = _root.game.numHe;
_root.savefile2.data.numF18 = _root.game.numF18;
_root.savefile2.data.numB52 = _root.game.numB52;
_root.savefile2.data.numB2 = _root.game.numB2;
_root.savefile2.data.llevel = _root.game.llevel;
_root.savefile2.data.health = _root.game.overlay.health.bar._x;
_root.savefile2.flush();
}
Symbol 976 Button
on (press) {
_root.savefile3.data.score = _root.game.overlay.score;
_root.savefile3.data.dmoney = _root.game.overlay.dmoney;
_root.savefile3.data.difficulty = _root.game.difficulty;
_root.savefile3.data.power1 = _root.game.power1;
_root.savefile3.data.power2 = _root.game.power2;
_root.savefile3.data.power3 = _root.game.power3;
_root.savefile3.data.power4 = _root.game.power4;
_root.savefile3.data.mrstech = _root.game.mrstech;
_root.savefile3.data.srdtech = _root.game.srdtech;
_root.savefile3.data.smstech = _root.game.smstech;
_root.savefile3.data.tstech = _root.game.tstech;
_root.savefile3.data.mtech = _root.game.mtech;
_root.savefile3.data.bstech = _root.game.bstech;
_root.savefile3.data.vatech = _root.game.vatech;
_root.savefile3.data.vwdtech = _root.game.vwdtech;
_root.savefile3.data.vttech = _root.game.vttech;
_root.savefile3.data.bs = _root.game.bs;
_root.savefile3.data.vt = _root.game.vt;
_root.savefile3.data.va = _root.game.va;
_root.savefile3.data.ts = _root.game.ts;
_root.savefile3.data.sms = _root.game.sms;
_root.savefile3.data.srd = _root.game.srd;
_root.savefile3.data.grd = _root.game.grd;
_root.savefile3.data.gfd = _root.game.gfd;
_root.savefile3.data.mrs = _root.game.mrs;
_root.savefile3.data.vwd = _root.game.vwd;
_root.savefile3.data.killcount = _root.game.killcount;
_root.savefile3.data.nhit = _root.game.nhit;
_root.savefile3.data.nfired = _root.game.nfired;
_root.savefile3.data.numflak = _root.game.numflak - _root.game.deadflak;
_root.savefile3.data.numv300 = _root.game.numv300 - _root.game.deadv300;
_root.savefile3.data.numtor = _root.game.numtor - _root.game.deadtor;
_root.savefile3.data.numUav = _root.game.numUav;
_root.savefile3.data.numA10 = _root.game.numA10;
_root.savefile3.data.numF14 = _root.game.numF14;
_root.savefile3.data.numHe = _root.game.numHe;
_root.savefile3.data.numF18 = _root.game.numF18;
_root.savefile3.data.numB52 = _root.game.numB52;
_root.savefile3.data.numB2 = _root.game.numB2;
_root.savefile3.data.llevel = _root.game.llevel;
_root.savefile3.data.health = _root.game.overlay.health.bar._x;
_root.savefile3.flush();
}
Instance of Symbol 969 MovieClip in Symbol 982 MovieClip Frame 1
onClipEvent (mouseUp) {
slot = 1;
var savefile1 = SharedObject.getLocal("SSD1");
dif = savefile1.data.difficulty;
level = savefile1.data.llevel + 1;
if (dif == undefined) {
_alpha = 50;
dif = "";
dis = "Save";
level = "";
} else {
dis = "Save";
}
}
Instance of Symbol 975 MovieClip in Symbol 982 MovieClip Frame 1
onClipEvent (mouseUp) {
slot = 2;
var savefile2 = SharedObject.getLocal("SSD2");
dif = savefile2.data.difficulty;
level = savefile2.data.llevel + 1;
if (dif == undefined) {
_alpha = 50;
dif = "";
dis = "Save";
level = "";
} else {
dis = "Save";
}
}
Instance of Symbol 981 MovieClip in Symbol 982 MovieClip Frame 1
onClipEvent (mouseUp) {
slot = 3;
var savefile3 = SharedObject.getLocal("SSD3");
dif = savefile3.data.difficulty;
level = savefile3.data.llevel + 1;
if (dif == undefined) {
_alpha = 50;
dif = "";
dis = "Save";
level = "";
} else {
dis = "Save";
}
}
Symbol 983 MovieClip Frame 1
stop();
Instance of Symbol 884 MovieClip in Symbol 983 MovieClip Frame 1
onClipEvent (load) {
kills = _root.game.killcount;
acc = Math.round((_root.game.nhit / _root.game.nfired) * 100);
score = _root.game.overlay.score;
difficulty = _root.game.difficulty;
if (difficulty == "Easy") {
dmu = 1;
}
if (difficulty == "Medium") {
dmu = 2;
}
if (difficulty == "Hard") {
dmu = 3;
}
if (difficulty == "Very Hard") {
dmu = 4;
}
kmu = _root.game.killcount / 100;
amu = acc / 10;
fscore = Math.round(((score * amu) * kmu) * dmu);
}
Symbol 983 MovieClip Frame 2
stop();
Symbol 983 MovieClip Frame 3
stop();
Symbol 984 MovieClip Frame 2
stop();
_root.game.firemode = 0;
Symbol 985 MovieClip Frame 1
stop();
Symbol 985 MovieClip Frame 61
gotoAndStop (1);
Symbol 990 MovieClip Frame 1
stop();
Symbol 990 MovieClip Frame 2
stop();
Symbol 1004 MovieClip Frame 1
stop();
Symbol 1004 MovieClip Frame 2
stop();
_parent.tut.nextFrame();
Instance of Symbol 997 MovieClip in Symbol 1004 MovieClip Frame 2
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 999 MovieClip in Symbol 1004 MovieClip Frame 2
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1001 MovieClip in Symbol 1004 MovieClip Frame 2
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1003 MovieClip in Symbol 1004 MovieClip Frame 2
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 669 MovieClip in Symbol 1004 MovieClip Frame 2
onClipEvent (load) {
_parent.movespeed = 0;
}
Symbol 1004 MovieClip Frame 3
stop();
Symbol 1032 Button
on (release) {
_root.gotoAndStop(3);
}
Symbol 1035 Button
on (release) {
if (_parent._parent.dname == "") {
_parent._parent.dname = "Please Insert Name";
_parent._parent.flasher.play();
} else if (_parent._parent.dname == "name") {
_parent._parent.dname = "Please Insert Name";
_parent._parent.flasher.play();
} else if (_parent._parent.dname == "Please Insert Name") {
_parent._parent.dname = "Please Insert Name";
_parent._parent.flasher.play();
} else {
play();
}
}
Symbol 1040 Button
on (release) {
getURL ("http://rankz.armorbot.com/SSD/", "_blank");
}
Symbol 1042 MovieClip Frame 10
stop();
Symbol 1042 MovieClip Frame 60
function __rankz_send__(par1, par2, par3, par4, par3n, par4n, par4nb) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = Armor_Bot_30_En_AS1.Encode(par3);
par227.bmFtZTI = Armor_Bot_30_En_AS1.Encode(par3n);
par227.c2NvcmUx = Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.c2NvcmUy = Armor_Bot_30_En_AS1.Encode(par4n + "j%e%a%n%s");
par227.c2NvcmUz = Armor_Bot_30_En_AS1.Encode(par4nb + "j%e%a%n%s");
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/", par228, "POST");
}
stop();
bXlnYW1lX25hbWVfdmFyaWFibGU = _parent._parent.dname;
bXlnYW1lX25hbWVfdmFyaWFibGW = _parent._parent.report.difficulty;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _parent._parent.report.fscore;
bXlnYW1lX3Njb3JlX3ZhcmlhYmx2 = _parent._parent.report.kills;
bXlnYW1lX3Njb3JlX3ZhcmlhYmx3 = _parent._parent.report.acc;
__rankz_send__("MjU3OWolZSVhJW4lcw==", "VW1McFBYeFM=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl, bXlnYW1lX25hbWVfdmFyaWFibGW, bXlnYW1lX3Njb3JlX3ZhcmlhYmx2, bXlnYW1lX3Njb3JlX3ZhcmlhYmx3);
Symbol 1046 MovieClip Frame 1
stop();
Symbol 1047 MovieClip Frame 1
stop();
Symbol 1047 MovieClip Frame 2
stopAllSounds();
_root.game.firemode = 0;
Symbol 1047 MovieClip Frame 69
_parent.enemyremove = 1;
_root.gpause = 1;
Instance of Symbol 382 MovieClip in Symbol 1047 MovieClip Frame 69
onClipEvent (enterFrame) {
i = 1;
while (i <= _parent._parent.numUav) {
if (this.hitTest(_parent._parent["uav" + i].uav)) {
_parent._parent["uav" + i].health.bar._x = _parent._parent["uav" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (this.hitTest(_parent._parent["b52" + i].craft)) {
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (this.hitTest(_parent._parent["a10" + i].craft)) {
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (this.hitTest(_parent._parent["f14" + i].craft)) {
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (this.hitTest(_parent._parent["f18" + i].craft)) {
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numHe) {
if (this.hitTest(_parent._parent["he" + i].craft)) {
_parent._parent["he" + i].health.bar._x = _parent._parent["he" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numB2) {
if (this.hitTest(_parent._parent["b2" + i].craft)) {
_parent._parent["b2" + i].health.bar._x = _parent._parent["b2" + i].health.bar._x - 300;
}
i++;
}
}
Symbol 1047 MovieClip Frame 151
_parent.gotoAndStop(2);
Instance of Symbol 884 MovieClip in Symbol 1047 MovieClip Frame 567
onClipEvent (load) {
kills = _root.game.killcount;
acc = Math.round((_root.game.nhit / _root.game.nfired) * 100);
score = _root.game.overlay.score;
difficulty = _root.game.difficulty;
if (difficulty == "Easy") {
dmu = 1;
}
if (difficulty == "Medium") {
dmu = 2;
}
if (difficulty == "Hard") {
dmu = 3;
}
if (difficulty == "Very Hard") {
dmu = 4;
}
kmu = _root.game.killcount / 100;
amu = acc / 10;
fscore = Math.round(((score * amu) * kmu) * dmu);
}
Symbol 1047 MovieClip Frame 575
stop();
Instance of Symbol 884 MovieClip "report" in Symbol 1047 MovieClip Frame 575
onClipEvent (load) {
kills = _root.game.killcount;
acc = Math.round((_root.game.nhit / _root.game.nfired) * 100);
score = _root.game.overlay.score;
difficulty = _root.game.difficulty;
if (difficulty == "Easy") {
dmu = 1;
}
if (difficulty == "Medium") {
dmu = 2;
}
if (difficulty == "Hard") {
dmu = 3;
}
if (difficulty == "Very Hard") {
dmu = 4;
}
kmu = _root.game.killcount / 100;
amu = acc / 10;
fscore = Math.round(((score * amu) * kmu) * dmu);
}
Instance of Symbol 1053 MovieClip in Symbol 1054 MovieClip Frame 188
onClipEvent (load) {
stop();
}
Symbol 1054 MovieClip Frame 270
_parent.nextFrame();
stop();
Instance of Symbol 1053 MovieClip in Symbol 1054 MovieClip Frame 270
onClipEvent (load) {
gotoAndStop (60);
}
Symbol 1057 MovieClip Frame 121
_parent.nextFrame();
stop();
Symbol 1062 MovieClip Frame 60
_parent.nextFrame();
Symbol 1070 MovieClip Frame 1
stop();
Symbol 1070 MovieClip Frame 2
stop();
Symbol 1070 MovieClip Frame 4
run = 1;
Instance of Symbol 540 MovieClip "timer" in Symbol 1070 MovieClip Frame 4
onClipEvent (load) {
fire = 1;
top._rotation = -135;
dreset = 0;
_parent._parent.silo.s1.fire = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
rot = top._rotation;
if (dreset == 1) {
dreset = 0;
fire = 1;
top._rotation = -135;
}
if (fire == 1) {
top._rotation = top._rotation + 0.08;
gotoAndStop (2);
if (top._rotation >= 0) {
fire = 0;
rocket.play();
}
}
}
}
Symbol 1072 Button
on (release) {
gotoAndStop (2);
_alpha = 0;
}
Symbol 1073 Button
on (release) {
gotoAndStop (15);
}
Symbol 1077 Button
on (release) {
gotoAndStop (5);
_alpha = 0;
}
Symbol 1078 Button
on (release) {
gotoAndStop (3);
_alpha = 0;
}
Symbol 1082 Button
on (release) {
_parent.fader.play();
}
Symbol 1087 Button
on (release) {
nextFrame();
_alpha = 0;
}
Symbol 1098 Button
on (keyPress "<Space>") {
nextFrame();
}
Symbol 1103 MovieClip Frame 1
stop();
_parent.gpause = 1;
Symbol 1103 MovieClip Frame 6
_parent.masker.play();
Symbol 1103 MovieClip Frame 7
_parent.masker.gotoAndPlay(21);
Symbol 1103 MovieClip Frame 10
_parent.testb.run = 1;
_parent.masker.play();
Symbol 1103 MovieClip Frame 11
_parent.masker.play();
_parent.firemode = 1;
_parent.gpause = 0;
Symbol 1103 MovieClip Frame 13
_parent.firemode = 0;
_parent.gpause = 1;
Symbol 1104 MovieClip Frame 1
stop();
Symbol 1104 MovieClip Frame 2
stopAllSounds();
Symbol 1104 MovieClip Frame 15
_root.gotoAndPlay(6);
Symbol 1104 MovieClip Frame 16
stop();
Symbol 1106 MovieClip Frame 1
var savefile = SharedObject.getLocal("SSDTest");
numUav = 1;
numA10 = 8;
numF14 = 4;
numHe = 5;
numF18 = 1;
numB52 = 1;
numB2 = 1;
numtor = 0;
numTor = 20;
numFlak = 40;
numflak = 0;
numv300 = 0;
numV300 = 0;
enemies = 0;
enemyremove = 0;
deadtor = 0;
deadflak = 0;
deadv300 = 0;
sc = 1;
avsam = 2;
samnum = 1;
samcost = 30000;
power_hv = 0;
actpower_hv = 0;
power_ms = 0;
actpower_ms = 0;
power_al = 0;
actpower_al = 0;
power_nk = 0;
actpower_nk = 0;
power_te = 0;
actpower_te = 0;
power_sw = 0;
actpower_sw = 0;
power_sr = 0;
actpower_sr = 0;
bs = 0;
vt = 10;
va = 0;
vwd = 100;
ts = 20;
sms = 6;
srd = 100;
grd = 50;
gfd = 10;
mrs = 10;
mrstech = 1;
smstech = 1;
tstech = 1;
srdtech = 1;
mtech = 1;
bstech = 1;
vatech = 1;
uavdamage = 5;
b52damage = 3;
f18damage = 10;
f14damage = 10;
b2damage = 6;
a10damage = 5;
tor1.startvehicle = 1;
flak1.startvehicle = 1;
v3001.startvehicle = 1;
uav1.startvehicle = 1;
b21.startvehicle = 1;
f141.startvehicle = 1;
f181.startvehicle = 1;
a101.startvehicle = 1;
he1.startvehicle = 1;
b521.startvehicle = 1;
power1 = 0;
power2 = 0;
power3 = 0;
power4 = 0;
mouse.hide();
difficulty = "easy";
Instance of Symbol 382 MovieClip "vehiclearea" in Symbol 1106 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.vehiclearea)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
Instance of Symbol 626 MovieClip "sam" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9000);
}
Instance of Symbol 640 MovieClip "shield" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(8000);
regen = 0;
}
onClipEvent (enterFrame) {
if (_root.game.bs >= 1) {
if (_alpha <= 100) {
if (regen >= 18) {
_alpha = (_alpha + 0.5);
regen = 0;
}
}
if (regen <= 18) {
regen = regen + _root.game.bs;
}
if (_alpha <= 20) {
gotoAndStop (3);
} else {
gotoAndStop (2);
}
} else {
gotoAndStop (1);
}
}
Instance of Symbol 641 MovieClip in Symbol 1106 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 5);
this._y = this._y - (rise / 5);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 75;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 641 MovieClip in Symbol 1106 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 10);
this._y = this._y - (rise / 10);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 49;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 678 MovieClip "uav1" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(20);
this._y = 91 - random(60);
this.movespeed = 2;
yspeed = 1;
ytrack = 0;
ychange = 0;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -20) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(1000);
this._y = 91 - random(60);
this.movespeed = 2;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 641 MovieClip "laser" in Symbol 1106 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 100);
this._y = this._y - (rise / 100);
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 984 MovieClip "buyscreen" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9000);
stop();
}
Instance of Symbol 985 MovieClip "screenflash" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(8900);
}
Instance of Symbol 990 MovieClip "stat" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(999999998);
this._alpha = 1;
gotoAndStop (2);
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (this._alpha >= 2) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if (this._alpha >= 0) {
this._alpha = this._alpha - 1;
}
}
}
Instance of Symbol 993 MovieClip "damage" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha >= 0) {
_alpha = (_alpha - 1);
}
}
onClipEvent (load) {
this.swapDepths(9005);
}
Instance of Symbol 1004 MovieClip "testb" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
run = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
if (run == 1) {
if (_alpha <= 100) {
_alpha = (_alpha + 3);
}
}
}
Instance of Symbol 1047 MovieClip "death" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9999999);
stop();
}
Instance of Symbol 1070 MovieClip "overlay" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
dscore = 0;
dmoney = 0;
money = 0;
score = 0;
run = 0;
stopmoneyclock = 0;
}
onClipEvent (load) {
this.swapDepths(7050);
}
onClipEvent (enterFrame) {
if (run == 1) {
if (health.bar._x <= -100) {
run = 0;
_parent.death.gotoAndPlay(2);
}
}
level = _parent.llevel;
if (stopmoneyclock == 0) {
if (dmoney == money) {
} else if (dmoney <= money) {
dmoney = dmoney + 1000;
}
}
if (dscore == score) {
} else if (dscore <= score) {
dscore = dscore + 50;
}
}
Instance of Symbol 1103 MovieClip "tut" in Symbol 1106 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha <= 100) {
_alpha = (_alpha + 3);
}
}
Symbol 1107 Button
on (keyPress "v") {
if (power_hv == 1) {
power_hv = 0;
actpower_hv = 1;
sam.powersdisplay.hv.cooldown.bar._y = 55;
}
}
on (keyPress "d") {
if (power_ms == 1) {
power_ms = 0;
actpower_ms = 1;
sam.powersdisplay.ms.cooldown.bar._y = 55;
}
}
on (keyPress "a") {
if (power_al == 1) {
power_al = 0;
actpower_al = 1;
sam.powersdisplay.al.cooldown.bar._y = 55;
}
}
on (keyPress "w") {
if (power_sr == 1) {
power_sr = 0;
actpower_sr = 1;
sam.powersdisplay.sk.cooldown.bar._y = 55;
}
}
on (keyPress "t") {
if (power_te == 1) {
power_te = 0;
sat.gotoAndPlay(2);
sam.powersdisplay.te.cooldown.bar._y = 55;
}
}
on (keyPress "n") {
if (power_nk == 1) {
power_nk = 0;
nuke.gotoAndPlay(2);
sam.powersdisplay.nk.cooldown.bar._y = 55;
}
}
on (keyPress "s") {
if (power_sw == 1) {
power_sw = 0;
actpower_sw = 1;
sam.powersdisplay.sw.cooldown.bar._y = 55;
}
}
Symbol 1108 MovieClip Frame 1
e = new Sound();
e.setVolume(100);
e.attachSound("e" + (random(8) + 1));
e.start();
Symbol 1108 MovieClip Frame 31
stop();
_parent.nextFrame();
Symbol 1109 MovieClip Frame 1
stop();
Instance of Symbol 1108 MovieClip in Symbol 1109 MovieClip Frame 2
onClipEvent (load) {
if (this.hitTest(_root.game.base.dhit)) {
_root.game.damage._alpha = _root.game.damage._alpha + 10;
_root.game.overlay.health.bar._x = _root.game.overlay.health.bar._x - _root.game.a10damage;
}
}
Symbol 1109 MovieClip Frame 3
_parent.remove = 1;
Symbol 1110 MovieClip Frame 1
stop();
Instance of Symbol 1109 MovieClip in Symbol 1110 MovieClip Frame 1
onClipEvent (load) {
bds = _parent._parent.bds;
this._x = 0;
this._y = 0;
dxspeed = 3;
this.xspeed = random(3);
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x + (dxspeed / xspeed);
this._y = this._y + (bds + xspeed);
this._rotation = this._rotation - 1;
if (this.hitTest(this._parent._parent._parent.base.dhit)) {
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h1)) {
xspeed = 0;
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h2)) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h3)) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h4)) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
}
}
Symbol 1113 MovieClip Frame 1
ex = new Sound();
ex.setVolume(100);
ex.attachSound("ex" + (random(8) + 1));
ex.start();
Symbol 1113 MovieClip Frame 17
_parent.nextFrame();
Symbol 1113 MovieClip Frame 61
stop();
Instance of Symbol 665 MovieClip in Symbol 1114 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 665 MovieClip in Symbol 1114 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 665 MovieClip in Symbol 1114 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 665 MovieClip in Symbol 1114 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Symbol 1114 MovieClip Frame 61
stop();
_parent.nextFrame();
Symbol 1115 MovieClip Frame 1
stop();
death = 0;
missileCounter = 1;
missile.missilestart = 1;
missileready = 1;
bds = 30;
death = 0;
Instance of Symbol 1110 MovieClip "missile" in Symbol 1115 MovieClip Frame 1
onClipEvent (load) {
this._x = _parent.craft._x;
this._y = _parent.craft._y;
remove = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (missilestart == 1) {
_visible = false;
stop();
} else {
this._x = this._x + (_parent.movespeed * 3);
if (remove == 1) {
this.swapDepths(1);
this.removeMovieClip();
}
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1115 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.base.hit)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
Instance of Symbol 497 MovieClip "reload" in Symbol 1115 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x <= 0) {
bar._x = bar._x + 0.5;
}
if (bar._x == 0) {
_parent.missileready = 1;
}
}
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1115 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 501 MovieClip "health" in Symbol 1115 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
_visible = false;
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
reset = 0;
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
}
Symbol 1115 MovieClip Frame 2
if (_root.game.difficulty == "Easy") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 2500;
}
if (_root.game.difficulty == "Medium") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 2000;
}
if (_root.game.difficulty == "Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 1500;
}
if (_root.game.difficulty == "Very Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 1500;
}
_parent.overlay.score = _parent.overlay.score + 500;
_parent.killcount = _parent.killcount + 1;
_parent.pilotkillcount = _parent.pilotkillcount + 1;
stop();
Instance of Symbol 645 MovieClip "trail" in Symbol 1115 MovieClip Frame 2
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Symbol 1115 MovieClip Frame 3
stop();
Instance of Symbol 1114 MovieClip in Symbol 1115 MovieClip Frame 3
onClipEvent (load) {
_parent.movespeed = 0;
}
Symbol 1115 MovieClip Frame 4
respawn = 1;
Symbol 1117 MovieClip Frame 1
stop();
Instance of Symbol 1108 MovieClip in Symbol 1117 MovieClip Frame 2
onClipEvent (enterFrame) {
_parent._x = _parent._x + 8;
}
onClipEvent (load) {
if (this.hitTest(_root.game.base.dhit)) {
_root.game.damage._alpha = _root.game.damage._alpha + 10;
_root.game.overlay.health.bar._x = _root.game.overlay.health.bar._x - _root.game.f18damage;
}
}
Symbol 1117 MovieClip Frame 3
_parent.remove = 1;
Symbol 1118 MovieClip Frame 1
stop();
Instance of Symbol 1117 MovieClip in Symbol 1118 MovieClip Frame 1
onClipEvent (load) {
bds = _parent._parent.bds;
this._x = 0;
this._y = 0;
xmove = 0;
dxspeed = 0;
this.xspeed = random(3);
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._y = this._y + (bds + xspeed);
if (this.hitTest(this._parent._parent._parent.base.dhit)) {
xspeed = 0;
dxspeed = 0;
_parent.xspeed = _parent._parent.movespeed * 2.5;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h1)) {
xspeed = 0;
_parent.xspeed = _parent._parent.movespeed;
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h2)) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_parent.xspeed = _parent._parent.movespeed;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h3)) {
_parent.xspeed = _parent._parent.movespeed;
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h4)) {
_parent.xspeed = _parent._parent.movespeed;
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
}
}
Symbol 1121 MovieClip Frame 1
stop();
death = 0;
missileCounter = 1;
missile.missilestart = 1;
missileready = 1;
bds = 24;
death = 0;
Instance of Symbol 1118 MovieClip "missile" in Symbol 1121 MovieClip Frame 1
onClipEvent (load) {
this._x = _parent.craft._x;
this._y = _parent.craft._y;
remove = 0;
xspeed = _parent.movespeed / 2;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (missilestart == 1) {
_visible = false;
stop();
} else {
this._x = this._x + xspeed;
if (remove == 1) {
this.swapDepths(1);
this.removeMovieClip();
}
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1121 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.base.hit)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
Instance of Symbol 497 MovieClip "reload" in Symbol 1121 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x <= 0) {
bar._x = bar._x + 0.5;
}
if (bar._x == 0) {
_parent.missileready = 1;
}
}
}
Instance of Symbol 659 MovieClip "flares" in Symbol 1121 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flaredeploy == 1) {
this._x = this._x + (_parent.movespeed * 2);
if (flarecount >= 1) {
flarecount = flarecount - 1;
flareCounter++;
flare.duplicateMovieClip("flare" + flareCounter, flareCounter);
this["flare" + flareCounter]._visible = true;
ym = ym - 1;
xm = xm + 1;
}
}
}
if (dreset == 5) {
dreset = 0;
this._visible = false;
this._x = 1;
flaredeploy = 0;
}
}
onClipEvent (load) {
dreset = 0;
flareCounter = 1;
xm = 0;
ym = 7;
flaredeploy = 0;
flarecount = 5;
flare.startflare = 1;
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1121 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 1120 MovieClip "craft" in Symbol 1121 MovieClip Frame 1
onClipEvent (load) {
flares = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flares == 1) {
if (this.hitTest(_root.game.laser)) {
flares = 0;
_parent.flares.flaredeploy = 1;
}
}
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 1121 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
_visible = false;
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
reset = 0;
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
}
Symbol 1121 MovieClip Frame 2
_parent.overlay.score = _parent.overlay.score + 500;
_parent.killcount = _parent.killcount + 1;
_parent.pilotkillcount = _parent.pilotkillcount + 1;
stop();
if (_root.game.difficulty == "Easy") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 3500;
}
if (_root.game.difficulty == "Medium") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 3000;
}
if (_root.game.difficulty == "Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 2500;
}
if (_root.game.difficulty == "Very Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 2000;
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1121 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Symbol 1121 MovieClip Frame 3
stop();
Instance of Symbol 1113 MovieClip in Symbol 1121 MovieClip Frame 3
onClipEvent (load) {
_parent.movespeed = 6;
}
Instance of Symbol 1113 MovieClip in Symbol 1121 MovieClip Frame 4
onClipEvent (load) {
_parent.movespeed = 2;
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1121 MovieClip Frame 5
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Instance of Symbol 1114 MovieClip in Symbol 1121 MovieClip Frame 5
onClipEvent (load) {
_parent.movespeed = 0;
}
Symbol 1121 MovieClip Frame 6
respawn = 1;
Symbol 1124 MovieClip Frame 1
stop();
death = 0;
missileCounter = 1;
missile.missilestart = 1;
missileready = 1;
bds = 12;
death = 0;
Instance of Symbol 1110 MovieClip "missile" in Symbol 1124 MovieClip Frame 1
onClipEvent (load) {
this._x = _parent.craft._x;
this._y = _parent.craft._y;
remove = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (missilestart == 1) {
_visible = false;
stop();
} else {
this._x = this._x + 3;
if (remove == 1) {
this.swapDepths(1);
this.removeMovieClip();
}
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1124 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.sam.target.hit)) {
if (this._parent._parent.stat._alpha <= 100) {
this._parent._parent.stat._alpha = this._parent._parent.stat._alpha + 3;
}
}
}
Instance of Symbol 497 MovieClip "reload" in Symbol 1124 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x <= 0) {
bar._x = bar._x + 5;
}
if (bar._x == 0) {
_parent.missileready = 1;
}
}
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1124 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 501 MovieClip "health" in Symbol 1124 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
_visible = false;
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
reset = 0;
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
}
Symbol 1124 MovieClip Frame 2
if (_root.game.difficulty == "Easy") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 4500;
}
if (_root.game.difficulty == "Medium") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 3500;
}
if (_root.game.difficulty == "Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 3000;
}
if (_root.game.difficulty == "Very Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 2500;
}
_parent.overlay.score = _parent.overlay.score + 600;
_parent.killcount = _parent.killcount + 1;
_parent.pilotkillcount = _parent.pilotkillcount + 2;
stop();
Instance of Symbol 645 MovieClip "trail" in Symbol 1124 MovieClip Frame 2
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Symbol 1124 MovieClip Frame 3
stop();
Instance of Symbol 1114 MovieClip in Symbol 1124 MovieClip Frame 3
onClipEvent (load) {
_parent.movespeed = 0;
}
Symbol 1124 MovieClip Frame 4
respawn = 1;
Symbol 1125 MovieClip Frame 1
stop();
Instance of Symbol 650 MovieClip in Symbol 1125 MovieClip Frame 2
onClipEvent (load) {
if (_root.gpause == 0) {
i = 1;
while (i <= _root.game.numV300) {
if (this.hitTest(_root.game["v300" + i].body)) {
_root.game["v300" + i].health._visible = true;
_root.game["v300" + i].health.bar._x = _root.game["v300" + i].health.bar._x - _root.game.b2damage;
}
i++;
}
i = 1;
while (i <= _root.game.numTor) {
if (this.hitTest(_root.game["tor" + i].body)) {
_root.game["tor" + i].health._visible = true;
_root.game["tor" + i].health.bar._x = _root.game["tor" + i].health.bar._x - _root.game.b2damage;
}
i++;
}
i = 1;
while (i <= _root.game.numFlak) {
if (this.hitTest(_root.game["Flak" + i].body)) {
_root.game["flak" + i].health._visible = true;
_root.game["flak" + i].health.bar._x = _root.game["flak" + i].health.bar._x - _root.game.ub2damage;
}
i++;
}
if (this.hitTest(_root.game.base.hit)) {
_root.game.damage._alpha = _root.game.damage._alpha + 10;
_root.game.overlay.health.bar._x = _root.game.overlay.health.bar._x - _root.game.b2damage;
}
}
}
Symbol 1125 MovieClip Frame 3
_parent.remove = 1;
Symbol 1126 MovieClip Frame 1
stop();
Instance of Symbol 1125 MovieClip in Symbol 1126 MovieClip Frame 1
onClipEvent (load) {
bds = _parent._parent.bds;
this._x = 0;
this._y = 0;
dxspeed = 3;
rot = 1;
this.xspeed = 2;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x + (dxspeed / xspeed);
this._y = this._y + (bds + xspeed);
this._rotation = this._rotation - rot;
if (this.hitTest(this._parent._parent._parent.base.dhit)) {
xspeed = 0;
dxspeed = 0;
bds = 0;
rot = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
}
}
Symbol 1129 MovieClip Frame 60
_parent.nextFrame();
stop();
Symbol 1130 MovieClip Frame 1
stop();
death = 0;
missileCounter = 1;
missile.missilestart = 1;
missileready = 1;
bds = 24;
death = 0;
Instance of Symbol 1126 MovieClip "missile" in Symbol 1130 MovieClip Frame 1
onClipEvent (load) {
this._x = _parent.craft._x;
this._y = _parent.craft._y;
remove = 0;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (missilestart == 1) {
_visible = false;
stop();
} else {
if (this._alpha <= 100) {
this._alpha = this._alpha + 3;
}
this._x = this._x + (_parent.movespeed * 3);
if (remove == 1) {
this.swapDepths(1);
this.removeMovieClip();
}
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1130 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.base.hit)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
if (this.hitTest(_parent._parent.vehiclearea)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
Instance of Symbol 497 MovieClip "reload" in Symbol 1130 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x <= 0) {
bar._x = bar._x + 5;
}
if (bar._x == 0) {
_parent.missileready = 1;
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1130 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.sam.target.hit)) {
if (this._parent._parent.stat._alpha <= 100) {
this._parent._parent.stat._alpha = this._parent._parent.stat._alpha + 3;
}
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 1130 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
_visible = false;
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
reset = 1;
_parent.nextFrame();
}
if (reset == 1) {
reset = 0;
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
}
Symbol 1130 MovieClip Frame 2
stop();
_parent.overlay.score = _parent.overlay.score + 1500;
_parent.killcount = _parent.killcount + 1;
_parent.pilotkillcount = _parent.pilotkillcount + 2;
if (_root.game.difficulty == "Easy") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 11000;
}
if (_root.game.difficulty == "Medium") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 10000;
}
if (_root.game.difficulty == "Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 9000;
}
if (_root.game.difficulty == "Very Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 8000;
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1130 MovieClip Frame 2
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1130 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Instance of Symbol 1129 MovieClip in Symbol 1130 MovieClip Frame 2
onClipEvent (load) {
play();
}
Symbol 1130 MovieClip Frame 3
stop();
Instance of Symbol 1129 MovieClip in Symbol 1130 MovieClip Frame 3
onClipEvent (load) {
play();
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1130 MovieClip Frame 5
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Instance of Symbol 1114 MovieClip in Symbol 1130 MovieClip Frame 5
onClipEvent (load) {
_parent.movespeed = 0;
}
Instance of Symbol 1114 MovieClip in Symbol 1130 MovieClip Frame 5
onClipEvent (load) {
_parent.movespeed = 0;
}
Symbol 1130 MovieClip Frame 6
respawn = 1;
Symbol 1131 MovieClip Frame 1
e = new Sound();
e.setVolume(100);
e.attachSound("e" + (random(8) + 1));
e.start();
Instance of Symbol 382 MovieClip in Symbol 1131 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.base.hit)) {
_root.game.overlay.health.bar._x = _root.game.overlay.health.bar._x - _root.game.b52damage;
}
}
Symbol 1131 MovieClip Frame 31
stop();
_parent.nextFrame();
Symbol 1132 MovieClip Frame 1
stop();
Instance of Symbol 1131 MovieClip in Symbol 1132 MovieClip Frame 2
onClipEvent (load) {
i = 1;
while (i <= _root.game.numV300) {
if (hit.hitTest(_root.game["v300" + i].body)) {
_root.game["v300" + i].health._visible = true;
_root.game["v300" + i].health.bar._x = _root.game["v300" + i].health.bar._x - _root.game.b52damage;
}
i++;
}
i = 1;
while (i <= _root.game.numFlak) {
if (hit.hitTest(_root.game["flak" + i].body)) {
_root.game["v300" + i].health._visible = true;
_root.game["v300" + i].health.bar._x = _root.game["v300" + i].health.bar._x - _root.game.b52damage;
}
i++;
}
i = 1;
while (i <= _root.game.numTor) {
if (hit.hitTest(_root.game["tor" + i].body)) {
_root.game["tor" + i].health._visible = true;
_root.game["tor" + i].health.bar._x = _root.game["tor" + i].health.bar._x - _root.game.b52damage;
}
i++;
}
if (this.hitTest(_root.game.base.hit)) {
_root.game.damage._alpha = _root.game.damage._alpha + 10;
_root.game.overlay.health.bar._x = _root.game.overlay.health.bar._x - _root.game.b52vdamage;
}
}
Symbol 1132 MovieClip Frame 3
_parent.remove = 1;
Symbol 1133 MovieClip Frame 1
stop();
Instance of Symbol 1132 MovieClip in Symbol 1133 MovieClip Frame 1
onClipEvent (load) {
bds = _parent._parent.bds;
this._x = 0;
this._y = 0;
dxspeed = 3;
shield = 1;
this.xspeed = 2;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x + (dxspeed / xspeed);
this._y = this._y + (bds + xspeed);
this._rotation = this._rotation - 1;
if (this.hitTest(this._parent._parent._parent.base.dhit)) {
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h1)) {
xspeed = 0;
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h2)) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h3)) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.shield.h4)) {
_root.game.shield._alpha = _root.game.shield._alpha - 10;
_root.game.shield.shield.gotoAndPlay(1);
xspeed = 0;
dxspeed = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
}
}
Symbol 1146 MovieClip Frame 1
stop();
death = 0;
missileCounter = 1;
missile.missilestart = 1;
missileready = 1;
bds = 18;
death = 0;
Instance of Symbol 1133 MovieClip "missile" in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
this._x = _parent.craft._x;
this._y = _parent.craft._y;
remove = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (missilestart == 1) {
_visible = false;
stop();
} else {
this._x = this._x + (_parent.movespeed * 3);
if (remove == 1) {
this.swapDepths(1);
this.removeMovieClip();
}
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.base.hit)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
if (this.hitTest(_parent._parent.vehiclearea)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
Instance of Symbol 497 MovieClip "reload" in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x <= 0) {
bar._x = bar._x + 10;
}
if (bar._x == 0) {
_parent.missileready = 1;
}
}
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 501 MovieClip "health" in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
_visible = false;
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
reset = 1;
_parent.nextFrame();
}
if (reset == 1) {
reset = 0;
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
}
Instance of Symbol 659 MovieClip "flares" in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flaredeploy == 1) {
this._x = this._x + _parent.movespeed;
if (flarecount >= 1) {
flarecount = flarecount - 1;
flareCounter++;
flare.duplicateMovieClip("flare" + flareCounter, flareCounter);
this["flare" + flareCounter]._visible = true;
ym = ym - 1;
xm = xm + 1;
}
}
}
if (dreset == 5) {
dreset = 0;
this._x = -15;
flaredeploy = 0;
}
}
onClipEvent (load) {
dreset = 0;
flareCounter = 1;
xm = 0;
ym = 7;
flaredeploy = 0;
flarecount = 5;
flare.startflare = 1;
}
Instance of Symbol 1137 MovieClip "craft" in Symbol 1146 MovieClip Frame 1
onClipEvent (load) {
flares = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flares == 1) {
if (this.hitTest(_root.game.laser)) {
flares = 0;
_parent.flares.flaredeploy = 1;
}
}
}
}
Symbol 1146 MovieClip Frame 2
if (_root.game.difficulty == "Easy") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 4500;
}
if (_root.game.difficulty == "Medium") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 4000;
}
if (_root.game.difficulty == "Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 3500;
}
if (_root.game.difficulty == "Very Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 3000;
}
_parent.overlay.score = _parent.overlay.score + 1000;
_parent.killcount = _parent.killcount + 1;
_parent.pilotkillcount = _parent.pilotkillcount + 2;
stop();
Instance of Symbol 645 MovieClip "trail" in Symbol 1146 MovieClip Frame 2
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1146 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Instance of Symbol 1129 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) {
play();
}
Symbol 1146 MovieClip Frame 3
stop();
Instance of Symbol 1129 MovieClip in Symbol 1146 MovieClip Frame 3
onClipEvent (load) {
play();
}
Instance of Symbol 1139 MovieClip in Symbol 1146 MovieClip Frame 4
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1141 MovieClip in Symbol 1146 MovieClip Frame 4
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1143 MovieClip in Symbol 1146 MovieClip Frame 4
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1145 MovieClip in Symbol 1146 MovieClip Frame 4
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1146 MovieClip Frame 5
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Instance of Symbol 1114 MovieClip in Symbol 1146 MovieClip Frame 5
onClipEvent (load) {
_parent.movespeed = 0;
}
Instance of Symbol 1114 MovieClip in Symbol 1146 MovieClip Frame 5
onClipEvent (load) {
_parent.movespeed = 0;
}
Symbol 1146 MovieClip Frame 6
respawn = 1;
Symbol 1148 MovieClip Frame 1
stop();
Instance of Symbol 1108 MovieClip in Symbol 1148 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
i = 1;
while (i <= _root.game.numV300) {
if (this.hitTest(_root.game["v300" + i].body)) {
_root.game["v300" + i].health._visible = true;
_root.game["v300" + i].health.bar._x = _root.game["v300" + i].health.bar._x - _root.game.f18damage;
}
i++;
}
i = 1;
while (i <= _root.game.numTor) {
if (this.hitTest(_root.game["tor" + i].body)) {
_root.game["tor" + i].health._visible = true;
_root.game["tor" + i].health.bar._x = _root.game["tor" + i].health.bar._x - _root.game.f18damage;
}
i++;
}
i = 1;
while (i <= _root.game.numFlak) {
if (this.hitTest(_root.game["flak" + i].body)) {
_root.game["flak" + i].health._visible = true;
_root.game["flak" + i].health.bar._x = _root.game["flak" + i].health.bar._x - _root.game.f18damage;
}
i++;
}
}
}
Symbol 1148 MovieClip Frame 3
_parent.remove = 1;
Symbol 1149 MovieClip Frame 1
stop();
Instance of Symbol 1148 MovieClip in Symbol 1149 MovieClip Frame 1
onClipEvent (load) {
bds = _parent._parent.bds;
this._x = 0;
this._y = 0;
dxspeed = 3;
shield = 1;
rot = 1;
bombgx = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - bombgx;
this._y = this._y + bds;
this._rotation = this._rotation - rot;
if (this.hitTest(_root.game.base.dhit)) {
_parent.xspeed = _parent._parent.movespeed;
xspeed = 0;
rot = 0;
dxspeed = 0;
bombgx = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
if (this.hitTest(_root.game.groundhit)) {
_parent.xspeed = _parent._parent.movespeed;
xspeed = 0;
rot = 0;
dxspeed = 0;
bombgx = 0;
bds = 0;
this.gotoAndStop(2);
this._rotation = 0;
}
}
}
Symbol 1163 MovieClip Frame 1
stop();
missileready = 1;
death = 0;
missileCounter = 1;
missile.missilestart = 1;
missile._visible = false;
bds = 10;
smoke1.smoke.gotoAndStop(1);
smoke1._visible = false;
rd = 20;
missile.starmissile = 0;
Instance of Symbol 645 MovieClip "trail" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 382 MovieClip in Symbol 1163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.vehiclearea)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
Instance of Symbol 497 MovieClip "reload" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x <= 0) {
bar._x = bar._x + 20;
}
if (bar._x == 0) {
_parent.missileready = 1;
}
}
}
Instance of Symbol 659 MovieClip "flares" in Symbol 1163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flaredeploy == 1) {
this._x = this._x + _parent.movespeed;
if (flarecount >= 1) {
flarecount = flarecount - 1;
flareCounter++;
flare.duplicateMovieClip("flare" + flareCounter, flareCounter);
this["flare" + flareCounter]._visible = true;
ym = ym - 1;
xm = xm + 1;
}
}
}
if (dreset == 5) {
dreset = 0;
this._visible = false;
this._x = 1;
flaredeploy = 0;
}
}
onClipEvent (load) {
dreset = 0;
flareCounter = 1;
xm = 0;
ym = 7;
flaredeploy = 0;
flarecount = 5;
flare.startflare = 1;
}
Instance of Symbol 1149 MovieClip "missile" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
this._x = _parent.craft._x;
this._y = _parent.craft._y;
remove = 0;
xspeed = _parent.movespeed / 2;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (missilestart == 1) {
_visible = false;
stop();
} else {
this._x = this._x + xspeed;
if (remove == 1) {
this.swapDepths(1);
this.removeMovieClip();
}
}
}
}
Instance of Symbol 1151 MovieClip "craft" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
flares = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flares == 1) {
if (this.hitTest(_root.game.laser)) {
flares = 0;
_parent.flares.flaredeploy = 1;
}
}
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 1163 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
_visible = false;
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
reset = 0;
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
}
Symbol 1163 MovieClip Frame 2
stop();
_parent.overlay.score = _parent.overlay.score + 900;
_parent.killcount = _parent.killcount + 1;
_parent.pilotkillcount = _parent.pilotkillcount + 1;
if (_root.game.difficulty == "Easy") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 3500;
}
if (_root.game.difficulty == "Medium") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 3000;
}
if (_root.game.difficulty == "Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 2500;
}
if (_root.game.difficulty == "Very Hard") {
_parent.overlay.dmoney = _parent.overlay.dmoney + 2000;
}
stop();
_parent.overlay.money = _parent.overlay.money + 1000;
Instance of Symbol 645 MovieClip "trail" in Symbol 1163 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1163 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Instance of Symbol 1151 MovieClip "craft" in Symbol 1163 MovieClip Frame 2
onClipEvent (load) {
flares = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (flares == 1) {
if (this.hitTest(_root.game.laser)) {
flares = 0;
_parent.flares.flaredeploy = 1;
}
}
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 1163 MovieClip Frame 2
onClipEvent (load) {
reset = 0;
_visible = false;
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1163 MovieClip Frame 2
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Instance of Symbol 669 MovieClip in Symbol 1163 MovieClip Frame 2
onClipEvent (load) {
_parent.movespeed = 0;
}
Symbol 1163 MovieClip Frame 3
stop();
Instance of Symbol 1113 MovieClip in Symbol 1163 MovieClip Frame 3
onClipEvent (load) {
_parent.movespeed = 6;
}
Instance of Symbol 1113 MovieClip in Symbol 1163 MovieClip Frame 4
onClipEvent (load) {
_parent.movespeed = 2;
}
Instance of Symbol 645 MovieClip "trail" in Symbol 1163 MovieClip Frame 5
onClipEvent (enterFrame) {
this._alpha = this._alpha - 1;
this.ex.gotoAndPlay(41);
}
Instance of Symbol 1114 MovieClip in Symbol 1163 MovieClip Frame 5
onClipEvent (load) {
_parent.movespeed = 0;
}
Instance of Symbol 1154 MovieClip in Symbol 1163 MovieClip Frame 5
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1156 MovieClip in Symbol 1163 MovieClip Frame 5
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1158 MovieClip in Symbol 1163 MovieClip Frame 5
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1160 MovieClip in Symbol 1163 MovieClip Frame 5
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Instance of Symbol 1162 MovieClip in Symbol 1163 MovieClip Frame 5
onClipEvent (load) {
xmove = random(5) - 2;
ymove = random(5) - 2;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 1;
}
Symbol 1163 MovieClip Frame 6
respawn = 1;
Instance of Symbol 1168 MovieClip in Symbol 1169 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
}
Symbol 1169 MovieClip Frame 66
stop();
Symbol 1171 MovieClip Frame 1
stop();
Instance of Symbol 1170 MovieClip in Symbol 1171 MovieClip Frame 1
onClipEvent (load) {
play();
}
Symbol 1171 MovieClip Frame 2
stop();
Instance of Symbol 1170 MovieClip in Symbol 1171 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Symbol 1181 MovieClip Frame 2
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
Instance of Symbol 1179 MovieClip in Symbol 1181 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop(random(3) + 1);
}
Symbol 1181 MovieClip Frame 3
if (_root.gpause == 0) {
if (dfire == 1) {
play();
} else {
stop();
}
} else {
resume = 1;
stop();
}
Symbol 1181 MovieClip Frame 10
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
Instance of Symbol 1179 MovieClip in Symbol 1181 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(3) + 1);
}
Symbol 1183 MovieClip Frame 1
stop();
_parent.sam.stop();
Symbol 1183 MovieClip Frame 2
stop();
_parent.sam.activate = 1;
_parent.sam.play();
Symbol 1185 MovieClip Frame 11
stop();
respawn = 0;
Symbol 1187 MovieClip Frame 31
stop();
_parent.nextFrame();
Symbol 1188 MovieClip Frame 1
sz = 200 + (_parent.numflak * 50);
smoke1.smoke.gotoAndStop(1);
smoke1._visible = false;
missile.movespeed = 0;
missile.smokestart = 1;
missileCounter = 1;
missile._y = 300;
missile.gotoAndStop(1);
missile.startmissile = 0;
xp = 0;
fd = 0;
stop();
Instance of Symbol 1171 MovieClip "wheel" in Symbol 1188 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (setup == 1) {
if (this._x <= _parent.sz) {
this._x = this._x + 1;
} else {
setup = 0;
}
}
}
}
onClipEvent (load) {
this._x = 97;
setup = 1;
}
Instance of Symbol 1173 MovieClip "target" in Symbol 1188 MovieClip Frame 1
onClipEvent (load) {
if (_parent.startvehicle == 1) {
this.swapDepths(1000000);
this.removeMovieClip();
}
this._x = 501;
_y = (60 + random(80));
movespeed = -2;
this._x = 300 + random(600);
ts = 0;
drag = 1;
missileloaded = 1;
hit._xscale = 50;
hit._yscale = 50;
}
onClipEvent (enterFrame) {
if (this._x <= 200) {
ts = 3;
}
if (ts == 3) {
_parent.sam.dfire = 0;
missileloaded = 1;
hit._xscale = 80;
hit._yscale = 80;
ts = 0;
drag = 1;
}
if (ts == 0) {
if (drag == 1) {
this._x = this._x + movespeed;
if (this._x >= 900) {
movespeed = _root.game.vt / -3;
_y = (60 + random(80));
}
if (this._x <= 200) {
movespeed = _root.game.vt / 3;
_y = (60 + random(80));
}
}
if (hit._xscale <= 50) {
hit._xscale = hit._xscale + 0.5;
hit._yscale = hit._yscale + 0.5;
}
i = 1;
while (i < _root.game.numA10) {
if (hit.hitTest(_root.game["a10" + i].craft)) {
movespeed = -1.9;
_parent.sam.dfire = 1;
hit._rotation = hit._rotation - 5;
if (_root.game["a10" + i].death == 1) {
ts = 3;
}
if (hit._xscale > 70) {
_parent.sam.dfire = 1;
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale == 70) {
_parent.sam.dfire = 1;
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _root.game["a10" + i]._x;
this._y = _root.game["a10" + i]._y;
}
}
i++;
}
i = 1;
while (i < _root.game.numF14) {
if (hit.hitTest(_root.game["f14" + i].craft)) {
movespeed = -1.9;
_parent.sam.dfire = 1;
hit._rotation = hit._rotation - 5;
if (_root.game["f14" + i].death == 1) {
ts = 3;
}
if (hit._xscale > 70) {
_parent.sam.dfire = 1;
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale == 70) {
_parent.sam.dfire = 1;
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _root.game["f14" + i]._x;
this._y = _root.game["f14" + i]._y;
}
}
i++;
}
i = 1;
while (i < _root.game.numF18) {
if (hit.hitTest(_root.game["f18" + i].craft)) {
movespeed = -1.9;
_parent.sam.dfire = 1;
hit._rotation = hit._rotation - 5;
if (_root.game["f18" + i].death == 1) {
ts = 3;
}
if (hit._xscale > 70) {
_parent.sam.dfire = 1;
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale == 70) {
_parent.sam.dfire = 1;
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _root.game["f18" + i]._x;
this._y = _root.game["f18" + i]._y;
}
}
i++;
}
i = 1;
while (i < _root.game.numB52) {
if (hit.hitTest(_root.game["b52" + i].craft)) {
movespeed = -1.9;
_parent.sam.dfire = 1;
hit._rotation = hit._rotation - 5;
if (_root.game["b52" + i].death == 1) {
ts = 3;
}
if (hit._xscale > 70) {
_parent.sam.dfire = 1;
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale == 70) {
_parent.sam.dfire = 1;
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _root.game["b52" + i]._x;
this._y = _root.game["b52" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
movespeed = -1.9;
_parent.sam.dfire = 1;
hit._rotation = hit._rotation - 5;
if (_parent._parent["uav" + i].death == 1) {
ts = 3;
}
if (hit._xscale > 70) {
_parent.sam.dfire = 1;
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale == 70) {
_parent.sam.dfire = 1;
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
}
i++;
}
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 1188 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
this._x = 97;
if (_root.game.va == 0) {
}
if (_root.game.va == 1) {
bar._x = bar._x + 33;
}
if (_root.game.va == 2) {
bar._x = bar._x + 66;
}
if (_root.game.va == 3) {
bar._x = bar._x + 100;
}
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
if (_root.game.vaupgrade == 1) {
this.bar._x = this.bar._x + 33;
}
}
Instance of Symbol 1174 MovieClip "reload" in Symbol 1188 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
this._x = 97;
setup = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (setup == 1) {
if (this._x <= _parent.sz) {
this._x = this._x + 1;
} else {
setup = 0;
}
}
if (bar._x <= 0) {
bar._x = bar._x + 1;
}
if (bar._x == 0) {
_parent.sam.missileready = 1;
}
}
}
Instance of Symbol 1181 MovieClip "sam" in Symbol 1188 MovieClip Frame 1
onClipEvent (load) {
cx = this._x;
cy = this._y;
convert = 57.2957795130823;
missile._visible = false;
missileCounter = 1;
missileready = 1;
this._alpha = 0;
activate = 0;
resume = 0;
}
onClipEvent (enterFrame) {
if (_parent.startvehicle == 1) {
this.swapDepths(10000000);
this.removeMovieClip();
}
if (resume == 1) {
stop();
if (_root.gpause == 0) {
resume = 0;
if (dfire == 1) {
play();
}
}
}
if (_root.gpause == 0) {
if (activate == 1) {
if (dfire == 1) {
play();
}
mx = _parent.target._x;
my = _parent.target._y;
angle = Math.atan2(my - cy, mx - cx);
this._rotation = angle * convert;
}
} else {
stop();
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
if (missileready == 1) {
_parent.reload.bar._x = -100;
flare.gotoAndPlay(1);
fire = 0;
missileready = 0;
}
}
}
}
Instance of Symbol 1183 MovieClip "body" in Symbol 1188 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (setup == 1) {
if (this._x <= _parent.sz) {
this._x = this._x + 1;
} else {
setup = 0;
this.gotoAndStop(2);
_parent.sam._x = this._x + 10;
_parent.smoek1._x = this._x + 29;
_parent.sam.cx = this._x;
_parent.sam._alpha = 100;
_parent.sam.cy = this._y;
_parent.health._x = this._x;
}
}
}
}
onClipEvent (load) {
this._x = 97;
setup = 1;
}
Instance of Symbol 1185 MovieClip "missile" in Symbol 1188 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (run == 1) {
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
movespeed = 0;
_parent._parent["uav" + i].health._visible = true;
_parent._parent["uav" + i].health.bar._x = _parent._parent["uav" + i].health.bar._x - (_parent._parent.gfd + _parent.fd);
_parent.xp = _parent.xp + 5;
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
movespeed = 0;
_parent._parent["a10" + i].health._visible = true;
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - (_parent._parent.gfd / 5);
_parent.xp = _parent.xp + 15;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (hit.hitTest(_parent._parent["f14" + i].craft)) {
movespeed = 0;
_parent._parent["f14" + i].health._visible = true;
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - _parent._parent.gfd;
_parent.xp = _parent.xp + 25;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (hit.hitTest(_parent._parent["f18" + i].craft)) {
movespeed = 0;
_parent._parent["f18" + i].health._visible = true;
_parent._parent["f18" + i].health.bar._x = _parent._parent["f18" + i].health.bar._x - _parent._parent.gfd;
_parent.xp = _parent.xp + 25;
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hitTest(_parent._parent["b52" + i].craft)) {
movespeed = 0;
_parent._parent["b52" + i].health._visible = true;
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - (_parent._parent.gfd / 20);
_parent.xp = _parent.xp + 25;
}
i++;
}
if (respawn == 0) {
_parent.target.ts = 3;
this.removeMovieClip();
this.swapDepths(10000);
}
}
}
}
onClipEvent (load) {
if (startmissile == 0) {
run = 0;
} else {
this._rotation = random(360);
ts = 1;
respawn = 1;
run = 1;
_parent.startmissile = 1;
this._x = _parent.target._x + (random(24) - 12);
this._y = _parent.target._y + (random(24) - 12);
}
}
Instance of Symbol 382 MovieClip "hit" in Symbol 1188 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent.body._x + 8;
}
Symbol 1188 MovieClip Frame 2
stop();
Instance of Symbol 1187 MovieClip in Symbol 1188 MovieClip Frame 2
onClipEvent (load) {
this._x = _parent.sz;
}
Symbol 1188 MovieClip Frame 3
remove = 1;
Symbol 1190 MovieClip Frame 1
stop();
Symbol 1190 MovieClip Frame 15
_parent.flare2.gotoAndPlay(1);
Symbol 1190 MovieClip Frame 21
_parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
Symbol 1190 MovieClip Frame 39
gotoAndStop (1);
Symbol 1192 MovieClip Frame 1
missile.movespeed = 0;
missile.smokestart = 1;
Instance of Symbol 516 MovieClip "flare2" in Symbol 1192 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 516 MovieClip "flare2" in Symbol 1192 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 1194 MovieClip Frame 1
stop();
Symbol 1194 MovieClip Frame 2
stop();
Symbol 1195 MovieClip Frame 1
sz = 150 + (_parent.numtor * 50);
smoke1.smoke.gotoAndStop(1);
smoke1._visible = false;
rd = 20;
xp = 0;
missile.starmissile = 0;
stop();
remove = 0;
Instance of Symbol 900 MovieClip "wheel" in Symbol 1195 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (setup == 1) {
if (this._x <= _parent.sz) {
this._x = this._x + 1;
} else {
setup = 0;
}
}
}
}
onClipEvent (load) {
this._x = 97;
setup = 1;
}
Instance of Symbol 1189 MovieClip "target" in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
this._x = random(501);
_y = (60 + random(80));
movespeed = -2;
uav = 1;
f14 = 0;
f18 = 0;
a10 = 0;
b52 = 0;
drag = 1;
missileloaded = 1;
hit._xscale = 100;
hit._yscale = 100;
}
onClipEvent (enterFrame) {
if (this._x <= 90) {
ts = 3;
}
if (ts == 3) {
missileloaded = 1;
hit._xscale = 100;
hit._yscale = 100;
ts = 0;
drag = 1;
}
if (ts == 0) {
if (drag == 1) {
_y = (60 + random(80));
this._x = 450 + random(450);
this._x = this._x + movespeed;
if (this._x >= 900) {
movespeed = _root.game.vt / -3;
_y = (90 - random(60));
}
if (this._x <= 0) {
movespeed = _root.game.vt / 3;
_y = (90 - random(60));
}
}
if (hit._xscale <= 10) {
hit._xscale = hit._xscale + 0.5;
hit._yscale = hit._yscale + 0.5;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hitTest(_parent._parent["b52" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["b52" + i]._x;
this._y = _parent._parent["b52" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (hit.hitTest(_parent._parent["f18" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["f18" + i]._x;
this._y = _parent._parent["f18" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (hit.hitTest(_parent._parent["f14" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["f14" + i]._x;
this._y = _parent._parent["f14" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
}
i++;
}
}
}
Instance of Symbol 497 MovieClip "reload" in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
this._x = 97;
setup = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (setup == 1) {
if (this._x <= _parent.sz) {
this._x = this._x + 1;
} else {
setup = 0;
}
}
if (bar._x <= 0) {
bar._x = bar._x + 0.5;
}
if (bar._x == 0) {
_parent.sam.missileready = 1;
}
}
}
Instance of Symbol 1192 MovieClip "sam" in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
cx = this._x;
cy = this._y;
convert = 57.2957795130823;
missile._visible = false;
missileCounter = 1;
this.swapDepths(1000000);
missileready = 1;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
cx = this._x;
cy = this._y;
mx = _parent.target._x;
my = _parent.target._y;
angle = Math.atan2(my - cy, mx - cx);
if (_parent.remove == 1) {
this.removeMovieClip();
}
this._rotation = angle * convert;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (fire == 1) {
if (missileready == 1) {
_parent.reload.bar._x = -100;
flare.gotoAndPlay(1);
fire = 0;
missileready = 0;
}
}
}
}
Instance of Symbol 625 MovieClip "smoke1" in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
remove = 0;
convert = 57.2957795130823;
}
onClipEvent (load) {
cx = this._x;
cy = this._y;
mx = _parent.target._x;
my = _parent.target._y;
angle = Math.atan2(my - cy, mx - cx);
this._rotation = angle * convert;
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 909 MovieClip "body" in Symbol 1195 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (setup == 1) {
if (this._x <= _parent.sz) {
this._x = this._x + 1;
} else {
setup = 0;
this.gotoAndStop(2);
_parent.sam._x = this._x + 12;
_parent.sam._y = this._y - 4;
_parent.smoke1._x = this._x - 32;
_parent.health._x = this._x;
_parent.sam.cx = this._x;
_parent.sam._alpha = 100;
_parent.target.ts = 0;
_parent.sam.cy = this._y;
_parent.chooser._x = this._x + 27;
}
}
}
}
onClipEvent (load) {
this._x = 97;
setup = 1;
}
Instance of Symbol 1194 MovieClip "missile" in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
guide = 600;
respawn = 1;
this._x = _parent.body._x + 8;
if (this._name == "missile") {
smokestart = 1;
run = 0;
} else {
run = 1;
smokestart = 0;
_parent.target.offdrag = 1;
movespeed = 6;
smokeCounter = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (run == 1) {
if (hit.hitTest(_parent._parent.groundhit)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.gameboundryleft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.gameboundrytop)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["uav" + i].health._visible = true;
_parent._parent["uav" + i].health.bar._x = _parent._parent["uav" + i].health.bar._x - _root.game.vwd;
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["a10" + i].health._visible = true;
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - (_root.game.vwd / 2);
}
i++;
}
i = 1;
while (i <= _parent._parent.numHe) {
if (hit.hitTest(_parent._parent["he" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["he" + i].health._visible = true;
_parent._parent["he" + i].health.bar._x = _parent._parent["he" + i].health.bar._x - (_root.game.vwd / 2);
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (hit.hitTest(_parent._parent["f14" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["f14" + i].health._visible = true;
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - (_root.game.vwd / 2);
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (hit.hitTest(_parent._parent["f18" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["f18" + i].health._visible = true;
_parent._parent["f18" + i].health.bar._x = _parent._parent["f18" + i].health.bar._x - (_root.game.vwd / 2);
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hitTest(_parent._parent["b52" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["b52" + i].health._visible = true;
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - (_root.game.vwd / 4);
}
i++;
}
if (respawn == 0) {
_parent.target.drag = 1;
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.swapDepths(10000);
this.removeMovieClip();
}
if (this._y <= -300) {
respawn = 0;
}
if (this._x >= 960) {
respawn = 0;
}
if (smokestart == 1) {
} else {
smokeCounter++;
_parent.smoke1.duplicateMovieClip("smoke" + smokeCounter, smokeCounter);
_parent["smoke" + smokeCounter]._visible = true;
_parent["smoke" + smokeCounter]._rotation = this._rotation - 90;
_parent["smoke" + smokeCounter]._x = this._x;
_parent["smoke" + smokeCounter]._y = this._y;
if (exaustcolor == 1) {
} else {
_parent["smoke" + smokeCounter]._alpha = 20;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
if (guide >= 1) {
exaustcolor = 1;
guide = guide - 1;
xDis = _parent.target._x - _x;
yDis = _parent.target._y - _y;
radAngle = Math.atan2(yDis, xDis);
_rotation = int(((radAngle * 180) / Math.PI) + 90);
} else {
exaustcolor = 2;
}
if (this.hit.hitTest(_parent.target.rhit)) {
guide = 0;
}
}
if (_root.gpause == 0) {
if (_rotation > 180) {
_x = (_x - (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y + (movespeed * Math.cos((Math.PI/180) * _rotation)));
} else {
_x = (_x + (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y - (movespeed * Math.cos((Math.PI/180) * _rotation)));
}
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 1195 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
this._x = 97;
if (_root.game.va == 0) {
}
if (_root.game.va == 1) {
bar._x = bar._x + 33;
}
if (_root.game.va == 2) {
bar._x = bar._x + 66;
}
if (_root.game.va == 3) {
bar._x = bar._x + 100;
}
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
if (_root.game.vaupgrade == 1) {
this.bar._x = this.bar._x + 33;
}
}
Instance of Symbol 382 MovieClip "hit" in Symbol 1195 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent.body._x + 8;
}
Symbol 1195 MovieClip Frame 2
stop();
remove = 1;
Instance of Symbol 1189 MovieClip "target" in Symbol 1195 MovieClip Frame 2
onClipEvent (load) {
this._x = random(501);
_y = (60 + random(80));
movespeed = -2;
drag = 1;
missileloaded = 1;
hit._xscale = 100;
hit._yscale = 100;
}
onClipEvent (enterFrame) {
if (this._x <= 90) {
ts = 3;
}
if (ts == 3) {
missileloaded = 1;
hit._xscale = 100;
hit._yscale = 100;
ts = 0;
drag = 1;
}
if (ts == 0) {
if (drag == 1) {
this._x = this._x + movespeed;
if (this._x >= 900) {
movespeed = -3;
_y = (90 - random(60));
}
if (this._x <= 0) {
movespeed = 3;
_y = (90 - random(60));
}
}
if (hit._xscale <= 10) {
hit._xscale = hit._xscale + 0.5;
hit._yscale = hit._yscale + 0.5;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hitTest(_parent._parent["b52" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["b52" + i]._x;
this._y = _parent._parent["b52" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (hit.hitTest(_parent._parent["f18" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["f18" + i]._x;
this._y = _parent._parent["f18" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (hit.hitTest(_parent._parent["f14" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["f14" + i]._x;
this._y = _parent._parent["f14" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
}
i++;
}
}
}
Instance of Symbol 1189 MovieClip "target" in Symbol 1195 MovieClip Frame 2
onClipEvent (load) {
this._x = random(501);
_y = (60 + random(80));
movespeed = -2;
drag = 1;
missileloaded = 1;
hit._xscale = 100;
hit._yscale = 100;
}
onClipEvent (enterFrame) {
if (this._x <= 90) {
ts = 3;
}
if (ts == 3) {
missileloaded = 1;
hit._xscale = 100;
hit._yscale = 100;
ts = 0;
drag = 1;
}
if (ts == 0) {
if (drag == 1) {
this._x = this._x + movespeed;
if (this._x >= 900) {
movespeed = -3;
_y = (90 - random(60));
}
if (this._x <= 400) {
movespeed = 3;
_y = (90 - random(60));
}
}
if (hit._xscale <= 10) {
hit._xscale = hit._xscale + 0.5;
hit._yscale = hit._yscale + 0.5;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - 1;
hit._yscale = hit._yscale - 1;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.body.launcher.fire = 1;
}
drag = 0;
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - 1;
hit._yscale = hit._yscale - 1;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.body.launcher.fire = 1;
}
drag = 0;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
}
i++;
}
}
}
Instance of Symbol 1187 MovieClip in Symbol 1195 MovieClip Frame 2
onClipEvent (load) {
this._x = _parent.sz;
}
Symbol 1195 MovieClip Frame 3
remove = 1;
Symbol 1196 MovieClip Frame 1
sz = 178 + (_parent.numv300 * 50);
smoke1.smoke.gotoAndStop(1);
smoke1._visible = false;
rd = 20;
xp = 0;
missile.startmissile = 0;
stop();
Instance of Symbol 1189 MovieClip "target" in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
this._x = random(501);
_y = (60 + random(80));
movespeed = -2;
drag = 1;
missileloaded = 1;
hit._xscale = 100;
hit._yscale = 100;
}
onClipEvent (enterFrame) {
if (this._x <= 90) {
ts = 3;
}
if (ts == 3) {
missileloaded = 1;
hit._xscale = 100;
hit._yscale = 100;
ts = 0;
drag = 1;
}
if (ts == 0) {
if (drag == 1) {
this._x = this._x + movespeed;
if (this._x >= 900) {
movespeed = _root.game.vt / -3;
_y = (90 - random(60));
}
if (this._x <= 400) {
movespeed = _root.game.vt / 3;
_y = (90 - random(60));
}
}
if (hit._xscale <= 10) {
hit._xscale = hit._xscale + 0.5;
hit._yscale = hit._yscale + 0.5;
}
i = 1;
while (i <= _parent._parent.numB2) {
if (hit.hitTest(_parent._parent["b2" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - (_root.game.vt / 2);
hit._yscale = hit._yscale - (_root.game.vt / 2);
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.body.launcher.fire = 1;
}
drag = 0;
this._x = _parent._parent["b2" + i]._x;
this._y = _parent._parent["b2" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - (_root.game.vt * 2);
hit._yscale = hit._yscale - (_root.game.vt * 2);
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.body.launcher.fire = 1;
}
drag = 0;
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hitTest(_parent._parent["b52" + i].craft)) {
movespeed = -0.5;
hit._rotation = hit._rotation - 5;
if (hit._xscale > 70) {
hit._xscale = hit._xscale - _root.game.vt;
hit._yscale = hit._yscale - _root.game.vt;
}
if (hit._xscale <= 70) {
if (missileloaded == 1) {
hit._xscale = 10;
hit._yscale = 10;
missileloaded = 0;
_parent.body.launcher.fire = 1;
}
drag = 0;
this._x = _parent._parent["b52" + i]._x;
this._y = _parent._parent["b52" + i]._y;
}
}
i++;
}
}
}
Instance of Symbol 382 MovieClip "hit" in Symbol 1196 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _parent.body._x + 8;
}
Instance of Symbol 497 MovieClip "reload" in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
bar._x = 0;
this._x = 97;
setup = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (setup == 1) {
if (this._x <= _parent.sz) {
this._x = this._x + 1;
} else {
setup = 0;
}
}
if (bar._x <= 0) {
bar._x = bar._x + 1;
}
if (bar._x == 0) {
this._parent.body.launcher.missileready = 1;
}
}
}
Instance of Symbol 625 MovieClip "smoke1" in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
remove = 0;
convert = 57.2957795130823;
this._x = _parent.sam._x + 3;
}
onClipEvent (load) {
cx = this._x;
cy = this._y;
mx = _parent.target._x;
my = _parent.target._y;
angle = Math.atan2(my - cy, mx - cx);
if ((angle * convert) <= 0) {
if ((angle * convert) >= -100) {
this._rotation = angle * convert;
}
}
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 501 MovieClip "health" in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
reset = 0;
this._x = 97;
if (_root.game.va == 0) {
}
if (_root.game.va == 1) {
bar._x = bar._x + 33;
}
if (_root.game.va == 2) {
bar._x = bar._x + 66;
}
if (_root.game.va == 3) {
bar._x = bar._x + 100;
}
}
onClipEvent (enterFrame) {
if (bar._x <= -99) {
_parent.death = 1;
_parent.gotoAndStop(2);
}
if (reset == 1) {
_visible = false;
bar._x = 0;
}
if (bar._x <= 0) {
_visible = true;
}
if (_root.game.vaupgrade == 1) {
this.bar._x = this.bar._x + 33;
}
}
Instance of Symbol 927 MovieClip "body" in Symbol 1196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (setup == 1) {
if (this._x <= _parent.sz) {
this._x = this._x + 1;
} else {
setup = 0;
this.gotoAndStop(2);
_parent.sam._x = this._x + 12;
_parent.sam._y = this._y - 4;
_parent.smoke1._x = this._x - 32;
_parent.missle._x = this._x + 100;
_parent.sam.cx = this._x;
_parent.sam._alpha = 100;
_parent.target.ts = 0;
_parent.sam.cy = this._y;
_parent.health._x = this._x + 2;
}
}
}
}
onClipEvent (load) {
this._x = 97;
setup = 1;
}
Instance of Symbol 922 MovieClip "missile" in Symbol 1196 MovieClip Frame 1
onClipEvent (load) {
guide = 600;
respawn = 1;
this._x = _parent.body._x + 8;
if (startmissile == 0) {
smokestart = 1;
_visible = false;
run = 0;
} else {
run = 1;
smokestart = 0;
_parent.target.offdrag = 1;
movespeed = 8;
smokeCounter = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (run == 1) {
if (hit.hitTest(_parent._parent.groundhit)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.gameboundryleft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.gameboundrytop)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
}
i = 1;
while (i <= _parent._parent.numB2) {
if (hit.hitTest(_parent._parent["b2" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["b2" + i].health._visible = true;
_parent._parent["b2" + i].health.bar._x = _parent._parent["b2" + i].health.bar._x - (_root.game.vwd / 2);
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (hit.hitTest(_parent._parent["b52" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["b52" + i].health._visible = true;
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - (_root.game.vwd / 2);
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["a10" + i].health._visible = true;
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - _root.game.vwd;
}
i++;
}
i = 1;
while (i <= _parent._parent.numHe) {
if (hit.hitTest(_parent._parent["he" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["he" + i].health._visible = true;
_parent._parent["he" + i].health.bar._x = _parent._parent["he" + i].health.bar._x - _root.game.vwd;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (hit.hitTest(_parent._parent["f14" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["f14" + i].health._visible = true;
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - _root.game.vwd;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (hit.hitTest(_parent._parent["f18" + i].craft)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.gotoAndStop(2);
movespeed = 0;
smokestart = 1;
_parent._parent["f18" + i].health._visible = true;
_parent._parent["f18" + i].health.bar._x = _parent._parent["f18" + i].health.bar._x - _root.game.vwd;
}
i++;
}
if (respawn == 0) {
_parent.target.drag = 1;
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.swapDepths(10000);
this.removeMovieClip();
}
if (this._y <= -300) {
respawn = 0;
}
if (this._x >= 960) {
respawn = 0;
}
if (smokestart == 1) {
} else {
smokeCounter++;
_parent.smoke1.duplicateMovieClip("smoke" + smokeCounter, smokeCounter);
_parent["smoke" + smokeCounter]._visible = true;
_parent["smoke" + smokeCounter]._rotation = this._rotation - 90;
_parent["smoke" + smokeCounter]._x = this._x;
_parent["smoke" + smokeCounter]._y = this._y;
if (exaustcolor == 1) {
} else {
_parent["smoke" + smokeCounter]._alpha = 20;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (guide >= 1) {
exaustcolor = 1;
guide = guide - 1;
xDis = _parent.target._x - _x;
yDis = _parent.target._y - _y;
radAngle = Math.atan2(yDis, xDis);
_rotation = int(((radAngle * 180) / Math.PI) + 90);
} else {
exaustcolor = 2;
}
if (this.hit.hitTest(_parent.target.rhit)) {
guide = 0;
}
}
if (_root.gpause == 0) {
if (_rotation > 180) {
_x = (_x - (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y + (movespeed * Math.cos((Math.PI/180) * _rotation)));
} else {
_x = (_x + (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y - (movespeed * Math.cos((Math.PI/180) * _rotation)));
}
}
}
Symbol 1196 MovieClip Frame 2
stop();
Instance of Symbol 1187 MovieClip in Symbol 1196 MovieClip Frame 2
onClipEvent (load) {
this._x = _parent.sz;
}
Symbol 1196 MovieClip Frame 3
remove = 1;
Symbol 1197 Button
on (release) {
flakduplicate = 1;
}
Symbol 1199 Button
on (release) {
torduplicate = 1;
}
Symbol 1200 Button
on (release) {
enemyremove = 1;
sat.gotoAndPlay(1);
buyscreen.gotoAndStop(2);
}
Symbol 1202 Button
on (release) {
v300duplicate = 1;
}
Symbol 1203 Button
on (release) {
overlay.health.bar._x = overlay.health.bar._x - 25;
}
Symbol 1204 Button
on (release) {
overlay.dmoney = overlay.dmoney + 10000;
}
Instance of Symbol 540 MovieClip "timer" in Symbol 1210 MovieClip Frame 1
onClipEvent (load) {
fire = 1;
top._rotation = -135;
dreset = 0;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
rot = top._rotation;
if (dreset == 1) {
dreset = 0;
fire = 1;
top._rotation = -135;
}
if (fire == 1) {
top._rotation = top._rotation + 0.08;
gotoAndStop (2);
if (top._rotation >= 0) {
fire = 0;
rocket.play();
}
}
if (fire == 2) {
top._rotation = top._rotation + 0.04;
gotoAndStop (2);
if (top._rotation >= 0) {
fire = 0;
rocket.play();
}
}
}
}
Symbol 1211 Button
on (keyPress "p") {
gotoAndPlay (2);
}
Symbol 1212 Button
on (keyPress "p") {
gotoAndPlay (21);
}
Symbol 1215 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(3);
}
Symbol 1217 Button
on (release) {
getURL ("http://ArmorGames.com", "_blank");
}
Symbol 1222 MovieClip Frame 1
stop();
Symbol 1222 MovieClip Frame 2
_root.gpause = 1;
Symbol 1222 MovieClip Frame 20
stop();
Symbol 1222 MovieClip Frame 30
_root.gpause = 0;
gotoAndStop (1);
Symbol 1226 MovieClip Frame 11
stop();
Symbol 1228 MovieClip Frame 1
stop();
Symbol 1228 MovieClip Frame 120
stop();
Symbol 1233 MovieClip Frame 1
stop();
Symbol 1233 MovieClip Frame 120
stop();
Symbol 1237 Button
on (release) {
stopAllSounds();
nextFrame();
}
Symbol 1238 Button
on (release) {
stopAllSounds();
prevFrame();
}
Symbol 1239 Button
on (release) {
stopAllSounds();
gotoAndStop (5);
}
Symbol 1247 Button
on (release) {
stopAllSounds();
gotoAndStop (1);
}
Symbol 1248 MovieClip Frame 1
stop();
Symbol 1249 MovieClip Frame 1
numUav = 1;
numA10 = 8;
numF14 = 4;
numHe = 5;
numF18 = 1;
numB52 = 1;
numB2 = 8;
numtor = 0;
numTor = 20;
numFlak = 40;
numflak = 0;
numv300 = 0;
numV300 = 0;
enemies = 0;
enemyremove = 0;
killcount = 0;
nhit = 1;
nfired = 1;
_root.savefile.data.played = 1;
_root.savefile.flush();
stop();
deadtor = 0;
deadflak = 0;
deadv300 = 0;
sc = 1;
avsam = 2;
samnum = 1;
samcost = 30000;
power_hv = 0;
actpower_hv = 0;
power_ms = 0;
actpower_ms = 0;
power_al = 0;
actpower_al = 0;
power_nk = 0;
actpower_nk = 0;
power_te = 0;
actpower_te = 0;
power_sw = 0;
actpower_sw = 0;
power_sr = 0;
actpower_sr = 0;
bs = 0;
vt = 10;
va = 0;
vwd = 100;
ts = 20;
sms = 6;
grd = 50;
gfd = 10;
mrs = 10;
mrstech = 1;
smstech = 1;
tstech = 1;
srdtech = 1;
mtech = 1;
bstech = 1;
vatech = 1;
tor1.startvehicle = 1;
flak1.startvehicle = 1;
v3001.startvehicle = 1;
uav1.startvehicle = 1;
b21.startvehicle = 1;
f141.startvehicle = 1;
f181.startvehicle = 1;
a101.startvehicle = 1;
he1.startvehicle = 1;
b521.startvehicle = 1;
power1 = 0;
power2 = 0;
power3 = 0;
power4 = 0;
mouse.hide();
Instance of Symbol 1115 MovieClip "a101" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 500;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(2500);
this._y = 68 - random(20);
this.movespeed = 3;
respawn = 0;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
this._x = this._x - movespeed;
if (this._x <= -90) {
respawn = 1;
}
if (respawn == 1) {
health.reset = 1;
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(4500);
this._y = 68 - random(20);
this.movespeed = 3;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 1121 MovieClip "f141" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(2500);
this._y = 130 - random(20);
this.movespeed = 6;
respawn = 0;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -90) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
health.reset = 1;
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(7500);
this._y = 130 - random(20);
this.movespeed = 6;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 1124 MovieClip "he1" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 800;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(1500);
this._y = 68 - random(20);
this.movespeed = 3;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -90) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(3500);
this._y = 68 - random(20);
this.movespeed = 3;
respawn = 0;
this.gotoAndStop(1);
health.reset = 1;
}
}
}
Instance of Symbol 1130 MovieClip "b21" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(500);
this._y = 40 - random(20);
this.movespeed = 3.5;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
this._x = this._x - movespeed;
if (this._x <= -180) {
respawn = 1;
}
if (respawn == 1) {
health.reset = 1;
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(1500);
this._y = 40 - random(20);
this.movespeed = 3.5;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 1146 MovieClip "b521" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(1500);
this._y = 40 - random(20);
this.movespeed = 3;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
this._x = this._x - movespeed;
if (this._x <= -180) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this.craft.hitTest(_parent.unseenremove)) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
this.swapDepths(10000);
this.removeMovieClip();
}
health.reset = 1;
this._x = 950 + random(1500);
this._y = 40 - random(20);
this.movespeed = 3;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 1163 MovieClip "f181" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(2500);
this._y = 130 - random(20);
this.movespeed = 5;
respawn = 0;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -90) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
health.reset = 1;
this._x = 950 + random(5500);
this._y = 130 - random(20);
this.movespeed = 5;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 382 MovieClip "vehiclearea" in Symbol 1249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.vehiclearea)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
Instance of Symbol 452 MovieClip "silo" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(7000);
}
Instance of Symbol 485 MovieClip "warfactory" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(1500);
}
Instance of Symbol 1188 MovieClip "flak1" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
this._visible = false;
body.setup = 3;
reload.setup = 3;
wheel.setup = 3;
this._y = 400;
} else {
this._x = 0;
this._y = 0;
}
remove = 0;
}
onClipEvent (enterFrame) {
if (remove == 1) {
_parent.deadflak = _parent.deadflak + 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
Instance of Symbol 1195 MovieClip "tor1" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
this._visible = false;
body.setup = 3;
reload.setup = 3;
wheel.setup = 3;
this._y = 400;
} else {
this._x = 0;
this._y = 0;
}
remove = 0;
}
onClipEvent (enterFrame) {
if (remove == 1) {
_parent.deadtor = _parent.deadtor + 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
Instance of Symbol 1196 MovieClip "v3001" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
this._visible = false;
body.setup = 3;
reload.setup = 3;
wheel.setup = 3;
this._y = 400;
} else {
this._x = 0;
this._y = 0;
}
remove = 0;
}
onClipEvent (load) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
onClipEvent (enterFrame) {
if (remove == 1) {
_parent.deadv300 = _parent.deadv300 + 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
Instance of Symbol 626 MovieClip "sam" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9000);
}
Instance of Symbol 640 MovieClip "shield" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(8000);
regen = 0;
}
onClipEvent (enterFrame) {
if (_root.game.bs >= 1) {
if (_alpha <= 100) {
if (regen >= 18) {
_alpha = (_alpha + 0.5);
regen = 0;
}
}
if (regen <= 18) {
regen = regen + _root.game.bs;
}
if (_alpha <= 20) {
gotoAndStop (3);
} else {
gotoAndStop (2);
}
} else {
gotoAndStop (1);
}
}
Instance of Symbol 641 MovieClip in Symbol 1249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 5);
this._y = this._y - (rise / 5);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 75;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 641 MovieClip in Symbol 1249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 10);
this._y = this._y - (rise / 10);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 49;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 678 MovieClip "uav1" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(1000);
this._y = 91 - random(60);
this.movespeed = 2;
yspeed = 1;
ytrack = 0;
ychange = 0;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -20) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(1000);
this._y = 91 - random(60);
this.movespeed = 2;
health.reset = 1;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 641 MovieClip "laser" in Symbol 1249 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 100);
this._y = this._y - (rise / 100);
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1210 MovieClip "overlay" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
dscore = 0;
dmoney = 0;
money = 0;
score = 0;
run = 1;
stopmoneyclock = 0;
}
onClipEvent (load) {
this.swapDepths(7050);
}
onClipEvent (enterFrame) {
if (run == 1) {
if (health.bar._x <= -100) {
run = 0;
_parent.death.gotoAndPlay(2);
}
}
level = _parent.llevel;
if (stopmoneyclock == 0) {
if (dmoney == money) {
} else if (dmoney <= money) {
dmoney = dmoney + 1000;
}
}
if (dscore == score) {
} else if (dscore <= score) {
dscore = dscore + 50;
}
}
Instance of Symbol 984 MovieClip "buyscreen" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9000);
stop();
}
Instance of Symbol 1222 MovieClip in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(999999999);
}
Instance of Symbol 985 MovieClip "screenflash" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(8900);
}
Instance of Symbol 990 MovieClip "stat" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9999998);
this._alpha = 1;
gotoAndStop (2);
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (this._alpha >= 2) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if (this._alpha >= 0) {
this._alpha = this._alpha - 1;
}
}
}
Instance of Symbol 993 MovieClip "damage" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha >= 0) {
_alpha = (_alpha - 1);
}
}
onClipEvent (load) {
this.swapDepths(9005);
}
Instance of Symbol 1047 MovieClip "death" in Symbol 1249 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9999999);
stop();
}
Symbol 1250 MovieClip Frame 1
stop();
Symbol 1250 MovieClip Frame 21
stop();
Symbol 1257 MovieClip Frame 1
stop();
Symbol 1257 MovieClip Frame 120
stop();
Symbol 1259 MovieClip Frame 1
stop();
Symbol 1259 MovieClip Frame 2
stopAllSounds();
_root.game.firemode = 0;
Symbol 1259 MovieClip Frame 69
_parent.enemyremove = 1;
_root.game.gpause = 1;
Instance of Symbol 382 MovieClip in Symbol 1259 MovieClip Frame 69
onClipEvent (enterFrame) {
i = 1;
while (i <= _parent._parent.numUav) {
if (this.hitTest(_parent._parent["uav" + i].uav)) {
_parent._parent["uav" + i].health.bar._x = _parent._parent["uav" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numB52) {
if (this.hitTest(_parent._parent["b52" + i].craft)) {
_parent._parent["b52" + i].health.bar._x = _parent._parent["b52" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (this.hitTest(_parent._parent["a10" + i].craft)) {
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF14) {
if (this.hitTest(_parent._parent["f14" + i].craft)) {
_parent._parent["f14" + i].health.bar._x = _parent._parent["f14" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numF18) {
if (this.hitTest(_parent._parent["f18" + i].craft)) {
_parent._parent["a10" + i].health.bar._x = _parent._parent["a10" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numHe) {
if (this.hitTest(_parent._parent["he" + i].craft)) {
_parent._parent["he" + i].health.bar._x = _parent._parent["he" + i].health.bar._x - 300;
}
i++;
}
i = 1;
while (i <= _parent._parent.numB2) {
if (this.hitTest(_parent._parent["b2" + i].craft)) {
_parent._parent["b2" + i].health.bar._x = _parent._parent["b2" + i].health.bar._x - 300;
}
i++;
}
}
Symbol 1259 MovieClip Frame 151
_parent.gotoAndStop(2);
Instance of Symbol 884 MovieClip in Symbol 1259 MovieClip Frame 567
onClipEvent (load) {
kills = _root.game.killcount;
acc = Math.round((_root.game.nhit / _root.game.nfired) * 100);
score = _root.game.overlay.score;
difficulty = _root.game.difficulty;
if (difficulty == "Easy") {
dmu = 1;
}
if (difficulty == "Medium") {
dmu = 2;
}
if (difficulty == "Hard") {
dmu = 3;
}
if (difficulty == "Very Hard") {
dmu = 4;
}
kmu = _root.game.killcount / 100;
amu = acc / 10;
fscore = Math.round(((score * amu) * kmu) * dmu);
}
Symbol 1259 MovieClip Frame 575
stop();
Instance of Symbol 884 MovieClip "report" in Symbol 1259 MovieClip Frame 575
onClipEvent (load) {
kills = _root.game.killcount;
acc = Math.round((_root.game.nhit / _root.game.nfired) * 100);
score = _root.game.overlay.score;
difficulty = _root.game.difficulty;
if (difficulty == "Easy") {
dmu = 1;
}
if (difficulty == "Medium") {
dmu = 2;
}
if (difficulty == "Hard") {
dmu = 3;
}
if (difficulty == "Very Hard") {
dmu = 4;
}
kmu = _root.game.killcount / 100;
amu = acc / 10;
fscore = Math.round(((score * amu) * kmu) * dmu);
}
Symbol 1260 MovieClip Frame 1
score = savefile.data.score;
level = savefile.data.level;
if (savefile.data.score == undefined) {
score = 0;
level = 0;
}
numTor = 20;
numFlak = 40;
numV300 = 1;
enemies = 0;
enemyremove = 0;
deadtor = 0;
deadflak = 0;
deadv300 = 0;
sc = 1;
avsam = 2;
samnum = 1;
samcost = 30000;
power_hv = 0;
actpower_hv = 0;
power_ms = 0;
actpower_ms = 0;
power_al = 0;
actpower_al = 0;
power_nk = 0;
actpower_nk = 0;
power_te = 0;
actpower_te = 0;
power_sw = 0;
actpower_sw = 0;
power_sr = 0;
actpower_sr = 0;
uavdamage = 5;
b52damage = 3;
f18damage = 10;
f14damage = 10;
b2damage = 6;
a10damage = 5;
tor1.startvehicle = 1;
flak1.startvehicle = 1;
v3001.startvehicle = 1;
uav1.startvehicle = 1;
b21.startvehicle = 1;
f141.startvehicle = 1;
f181.startvehicle = 1;
a101.startvehicle = 1;
he1.startvehicle = 1;
b521.startvehicle = 1;
mouse.hide();
stop();
Instance of Symbol 1115 MovieClip "a101" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 500;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(2500);
this._y = 68 - random(20);
this.movespeed = 3;
respawn = 0;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
this._x = this._x - movespeed;
if (this._x <= -90) {
respawn = 1;
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(4500);
this._y = 68 - random(20);
this.movespeed = 3;
respawn = 0;
health.reset = 1;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 1121 MovieClip "f141" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(2500);
this._y = 130 - random(20);
this.movespeed = 6;
respawn = 0;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -90) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
health.reset = 1;
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(7500);
this._y = 130 - random(20);
this.movespeed = 6;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 1124 MovieClip "he1" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 800;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(1500);
this._y = 68 - random(20);
this.movespeed = 3;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -90) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(3500);
this._y = 68 - random(20);
this.movespeed = 3;
respawn = 0;
this.gotoAndStop(1);
health.reset = 1;
}
}
}
Instance of Symbol 1130 MovieClip "b21" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(2500);
this._y = 40 - random(20);
this.movespeed = 3.5;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
this._x = this._x - movespeed;
if (this._x <= -180) {
respawn = 1;
}
if (respawn == 1) {
health.reset = 1;
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(6500);
this._y = 40 - random(20);
this.movespeed = 3.5;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 1146 MovieClip "b521" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(2500);
this._y = 40 - random(20);
this.movespeed = 3;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
this._x = this._x - movespeed;
if (this._x <= -180) {
respawn = 1;
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
this.swapDepths(10000);
this.removeMovieClip();
}
health.reset = 1;
this._x = 950 + random(4500);
this._y = 40 - random(20);
this.movespeed = 3;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 1163 MovieClip "f181" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(2500);
this._y = 130 - random(20);
this.movespeed = 5;
respawn = 0;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -90) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
health.reset = 1;
this._x = 950 + random(5500);
this._y = 130 - random(20);
this.movespeed = 5;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 382 MovieClip "vehiclearea" in Symbol 1260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.game.vehiclearea)) {
if (_parent.missileready == 1) {
_parent.missileready = 0;
_parent.reload.bar._x = -100;
_parent.missileCounter++;
_parent.missile.duplicateMovieClip("missile" + _parent.missileCounter, _parent.missileCounter);
_parent["missile" + missileCounter]._visible = true;
}
}
}
Instance of Symbol 1252 MovieClip in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha <= 100) {
_alpha = (_alpha + 1);
}
}
Instance of Symbol 452 MovieClip "silo" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(7000);
}
Instance of Symbol 485 MovieClip "warfactory" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(1500);
}
Instance of Symbol 1188 MovieClip "flak1" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
this._visible = false;
body.setup = 3;
reload.setup = 3;
wheel.setup = 3;
this._y = 400;
} else {
this._x = 0;
this._y = 0;
}
remove = 0;
}
onClipEvent (enterFrame) {
if (remove == 1) {
_parent.deadflak = _parent.deadflak + 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
Instance of Symbol 1195 MovieClip "tor1" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
this._visible = false;
body.setup = 3;
reload.setup = 3;
wheel.setup = 3;
this._y = 400;
} else {
this._x = 0;
this._y = 0;
}
remove = 0;
}
onClipEvent (enterFrame) {
if (remove == 1) {
_parent.deadtor = _parent.deadtor + 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
Instance of Symbol 1196 MovieClip "v3001" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
this._visible = false;
body.setup = 3;
reload.setup = 3;
wheel.setup = 3;
this._y = 400;
} else {
this._x = 0;
this._y = 0;
}
remove = 0;
}
onClipEvent (enterFrame) {
if (remove == 1) {
_parent.deadv300 = _parent.deadv300 + 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
Instance of Symbol 626 MovieClip "sam" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9000);
}
Instance of Symbol 640 MovieClip "shield" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(8000);
regen = 0;
}
onClipEvent (enterFrame) {
if (_root.game.bs >= 1) {
if (_alpha <= 100) {
if (regen >= 18) {
_alpha = (_alpha + 0.5);
regen = 0;
}
}
if (regen <= 18) {
regen = regen + _root.game.bs;
}
if (_alpha <= 20) {
gotoAndStop (3);
} else {
gotoAndStop (2);
}
} else {
gotoAndStop (1);
}
}
Instance of Symbol 641 MovieClip in Symbol 1260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 5);
this._y = this._y - (rise / 5);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 75;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 641 MovieClip in Symbol 1260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 10);
this._y = this._y - (rise / 10);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 49;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 678 MovieClip "uav1" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
missile._visible = false;
if (startvehicle == 1) {
movespeed = 0;
this._y = 400;
this._x = 0;
respawn = 0;
immunity = 1;
} else {
this._x = 950 + random(1000);
this._y = 91 - random(60);
this.movespeed = 2;
yspeed = 1;
ytrack = 0;
ychange = 0;
respawn = 0;
smokeCounter = 1;
_parent.enemies = _parent.enemies + 1;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
this._x = this._x - movespeed;
if (this._x <= -20) {
respawn = 1;
}
if (_parent.enemyremove == 1) {
if (this._x >= 960) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
}
if (respawn == 1) {
if (_parent.enemyremove == 1) {
_parent.enemies = _parent.enemies - 1;
this.swapDepths(10000);
this.removeMovieClip();
}
this._x = 950 + random(1000);
this._y = 91 - random(60);
this.movespeed = 2;
health.reset = 1;
respawn = 0;
this.gotoAndStop(1);
}
}
}
Instance of Symbol 641 MovieClip "laser" in Symbol 1260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 100);
this._y = this._y - (rise / 100);
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1210 MovieClip "overlay" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
dscore = 0;
run = 1;
stopmoneyclock = 0;
}
onClipEvent (load) {
this.swapDepths(7050);
}
onClipEvent (enterFrame) {
if (run == 1) {
if (health.bar._x <= -100) {
run = 0;
_parent.death.gotoAndPlay(2);
}
}
level = _parent.llevel;
if (dscore == score) {
} else if (dscore <= score) {
dscore = dscore + 50;
}
}
Instance of Symbol 984 MovieClip "buyscreen" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9000);
stop();
}
Instance of Symbol 1222 MovieClip in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(999999999);
}
Instance of Symbol 985 MovieClip "screenflash" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(8900);
}
Instance of Symbol 990 MovieClip "stat" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9999998);
this._alpha = 1;
gotoAndStop (2);
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (this._alpha >= 2) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
if (this._alpha >= 0) {
this._alpha = this._alpha - 1;
}
}
}
Instance of Symbol 1259 MovieClip "death" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(9999999);
stop();
}
Instance of Symbol 993 MovieClip "damage" in Symbol 1260 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha >= 0) {
_alpha = (_alpha - 1);
}
}
onClipEvent (load) {
this.swapDepths(9005);
}
Symbol 1263 MovieClip Frame 30
stop();
Symbol 1264 MovieClip Frame 1
stop();
Symbol 1264 MovieClip Frame 2
stop();
Symbol 1266 MovieClip Frame 16
_parent.remove = 1;
stop();
Symbol 1267 MovieClip Frame 1
debri1.gotoAndStop(15);
Instance of Symbol 1265 MovieClip "pdebri" in Symbol 1267 MovieClip Frame 1
onClipEvent (load) {
i = 1;
if (_root.deffects == 3) {
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.deffects == 3) {
duplicateMovieClip ("_parent.debri1", "debri+i", i++);
}
}
Instance of Symbol 1266 MovieClip "debri1" in Symbol 1267 MovieClip Frame 1
onClipEvent (load) {
remove = 0;
this._x = _parent.pdebri._x;
this._y = _parent.pdebri._y;
}
onClipEvent (enterFrame) {
if (this.remove == 1) {
this.swapDepths = 100000 /* 0x0186A0 */;
this.removeMovieClip();
}
}
Symbol 1267 MovieClip Frame 30
stop();
Instance of Symbol 1267 MovieClip in Symbol 1269 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 1267 MovieClip in Symbol 1269 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 1267 MovieClip in Symbol 1269 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Instance of Symbol 1267 MovieClip in Symbol 1269 MovieClip Frame 1
onClipEvent (load) {
this._rotation = random(360);
}
Symbol 1269 MovieClip Frame 61
stop();
_parent.nextFrame();
Symbol 1270 MovieClip Frame 1
stop();
Symbol 1270 MovieClip Frame 2
_parent.fuel = _parent.fuel + 250;
stop();
_parent.score = _parent.score + 250;
Instance of Symbol 1269 MovieClip in Symbol 1270 MovieClip Frame 2
onClipEvent (load) {
_parent.movespeed = 0;
}
Symbol 1270 MovieClip Frame 3
_parent.torduplicate = 1;
dreset = 1;
Instance of Symbol 1281 MovieClip in Symbol 1282 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2.5;
}
Symbol 1282 MovieClip Frame 61
_parent.gotoAndStop(2);
Symbol 1283 MovieClip Frame 1
stop();
Symbol 1283 MovieClip Frame 2
stop();
Instance of Symbol 1281 MovieClip in Symbol 1283 MovieClip Frame 2
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2.5;
}
Symbol 1284 MovieClip Frame 1
stop();
Symbol 1284 MovieClip Frame 15
_parent.flare2.gotoAndPlay(1);
Symbol 1284 MovieClip Frame 21
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
Symbol 1284 MovieClip Frame 25
if (_root.game.actpower_ms == 1) {
_root.game.actpower_ms = 0;
_parent._parent.missileCounter++;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 5;
}
Symbol 1284 MovieClip Frame 39
gotoAndStop (1);
Symbol 1288 MovieClip Frame 21
stop();
Symbol 1289 MovieClip Frame 1
missile.movespeed = 0;
startmissile = 0;
missile.smokestart = 1;
Instance of Symbol 1288 MovieClip "flare2" in Symbol 1289 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 1292 MovieClip Frame 36
stop();
_parent._parent.target.ts = 3;
_parent._parent._parent._parent.target.ts = 3;
_parent._parent._parent.gamedisplay.play();
_parent.remove = 1;
Symbol 1293 MovieClip Frame 1
stop();
Symbol 1293 MovieClip Frame 2
stop();
_parent._parent.gameover.gotoAndStop(2);
Symbol 1293 MovieClip Frame 3
stop();
Symbol 1293 MovieClip Frame 4
stop();
Symbol 1293 MovieClip Frame 5
stop();
Symbol 1293 MovieClip Frame 6
stop();
Symbol 1294 Button
on (keyPress "<Space>") {
play();
}
Symbol 1295 MovieClip Frame 52
_parent.remove = 1;
stop();
Symbol 1297 MovieClip Frame 1
missile._visible = false;
missile.fm = missile.fm - 2;
smoke1.smoke.gotoAndStop(1);
smoke1._visible = false;
missileCounter = 1;
smokeCounter = 3;
Instance of Symbol 1283 MovieClip "target" in Symbol 1297 MovieClip Frame 1
onClipEvent (load) {
ts = 0;
drag = 1;
missileloaded = 1;
hit._xscale = 50;
hit._yscale = 50;
offdrag = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 100;
}
if (this._x <= 90) {
ts = 3;
}
if (ts == 3) {
missileloaded = 1;
hit._xscale = 50;
hit._yscale = 50;
ts = 0;
drag = 1;
}
if (ts == 0) {
if (drag == 1) {
if (offdrag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / _root.game.ts);
this._y = this._y - (rise / _root.game.ts);
} else {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 150);
this._y = this._y - (rise / 150);
}
}
if (hit._xscale <= 50) {
hit._xscale = hit._xscale + 0.5;
hit._yscale = hit._yscale + 0.5;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
hit._rotation = hit._rotation - 5;
if (hit._xscale >= 10) {
hit._xscale = hit._xscale - (20 / _root.game.ts);
hit._yscale = hit._yscale - (20 / _root.game.ts);
}
if (hit._xscale <= 10) {
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
}
if (_root.game.actpower_al == 1) {
_root.game.actpower_al = 0;
drag = 0;
s = new Sound();
s.setVolume(100);
s.attachSound("lockon");
s.start();
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
hit._xscale = 10;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
hit._rotation = hit._rotation - 5;
if (hit._xscale >= 10) {
hit._xscale = hit._xscale - (20 / _root.game.ts);
hit._yscale = hit._yscale - (20 / _root.game.ts);
}
if (hit._xscale <= 10) {
_parent["missile" + missileCounter].guide = 120;
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
if (_root.game.actpower_al == 1) {
s = new Sound();
s.setVolume(100);
s.attachSound("lockon");
s.start();
_root.game.actpower_al = 0;
drag = 0;
hit._xscale = 10;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
}
i++;
}
}
}
}
Instance of Symbol 1289 MovieClip "sam" in Symbol 1297 MovieClip Frame 1
onClipEvent (load) {
cx = this._x;
cy = this._y;
convert = 57.2957795130823;
missile._visible = false;
missileCounter = 1;
this.swapDepths(1500);
missileready = 1;
follow = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
_parent.stress = stress;
mx = _parent.target._x;
my = _parent.target._y;
angle = Math.atan2(my - cy, mx - cx);
if ((angle * convert) <= 0) {
if ((angle * convert) >= -100) {
this._rotation = angle * convert;
}
}
}
}
onClipEvent (mouseDown) {
if (_root.gpause == 0) {
if (_root.game.firemode == 1) {
if (missileready == 1) {
_parent.reload.bar._x = -100;
flare.gotoAndPlay(1);
fire = 0;
missileready = 0;
}
}
}
}
Instance of Symbol 1293 MovieClip "missile" in Symbol 1297 MovieClip Frame 1
onClipEvent (load) {
remove = 0;
fm = 3;
respawn = 1;
if (fm == 1) {
_x = -500;
}
if (_parent.sam.startmissile == 0) {
smokestart = 1;
_parent.sam.startmissile = 1;
} else {
smokestart = 0;
_parent.target.offdrag = 1;
movespeed = _parent._parent.sms;
smokeCounter = 500;
}
if (_root.game.srd == 100) {
gotoAndStop (1);
}
if (_root.game.srd == 150) {
gotoAndStop (3);
}
if (_root.game.srd == 200) {
gotoAndStop (5);
}
if (_root.game.srd == 250) {
gotoAndStop (5);
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (hit.hitTest(_parent._parent.left)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.bottom)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.top)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (hit.hitTest(_parent._parent.right)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (respawn == 0) {
_parent.target.drag = 1;
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.swapDepths(10000);
this.removeMovieClip();
}
if (this._y <= -300) {
respawn = 0;
}
if (this._x >= 960) {
respawn = 0;
}
if (smokestart == 1) {
} else {
i = 1;
while (i <= _parent._parent.numTor) {
if (hit.hitTest(_parent._parent["tor" + i].hit)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
i++;
}
if (hit.hitTest(_parent._parent.fuelpack.hit)) {
_parent._parent.fuelpack.nextFrame();
}
smokeCounter++;
_parent.smoke1.duplicateMovieClip("smoke" + smokeCounter, smokeCounter);
_parent["smoke" + smokeCounter]._visible = true;
_parent["smoke" + smokeCounter]._rotation = this._rotation - 90;
_parent["smoke" + smokeCounter]._x = this._x;
_parent["smoke" + smokeCounter]._y = this._y;
if (exaustcolor == 1) {
} else {
_parent["smoke" + smokeCounter]._alpha = 20;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (smokestart == 1) {
} else {
if (this.hitTest(_parent.target.rhit)) {
_parent._parent.fuel = 0;
}
if (_parent._parent.fuel >= 1) {
_parent._parent.score = _parent._parent.score + 1;
exaustcolor = 1;
_parent._parent.fuel = _parent._parent.fuel - 2;
xDis = _parent.target._x - _x;
yDis = _parent.target._y - _y;
radAngle = Math.atan2(yDis, xDis);
_rotation = int(((radAngle * 180) / Math.PI) + 90);
} else {
exaustcolor = 2;
}
}
}
if (_root.gpause == 0) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
if (_rotation > 180) {
_x = (_x - (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y + (movespeed * Math.cos((Math.PI/180) * _rotation)));
} else {
_x = (_x + (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y - (movespeed * Math.cos((Math.PI/180) * _rotation)));
}
}
}
Instance of Symbol 1296 MovieClip "smoke1" in Symbol 1297 MovieClip Frame 1
onClipEvent (load) {
cx = this._x;
cy = this._y;
convert = 57.2957795130823;
if (_root.game.sms == 3) {
}
if (_root.game.sms == 4) {
this._yscale = 150;
}
if (_root.game.sms == 5) {
this._yscale = 200;
}
if (_root.game.sms == 6) {
this._yscale = 250;
}
if (_root.game.sms == 7) {
this._yscale = 300;
}
}
onClipEvent (load) {
angle = Math.atan2(my - cy, mx - cx);
if ((angle * convert) <= 0) {
if ((angle * convert) >= -100) {
this._rotation = angle * convert;
} else {
this._rotation = -100;
}
} else {
this._rotation = 0;
}
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Symbol 1299 Button
on (keyPress "p") {
gotoAndPlay (2);
}
Symbol 1300 Button
on (keyPress "p") {
gotoAndPlay (21);
}
Symbol 1301 MovieClip Frame 1
stop();
Symbol 1301 MovieClip Frame 2
_root.gpause = 1;
Symbol 1301 MovieClip Frame 20
stop();
Symbol 1301 MovieClip Frame 30
_root.gpause = 0;
gotoAndStop (1);
Symbol 1308 MovieClip Frame 30
stop();
_parent.nextFrame();
Symbol 1309 MovieClip Frame 1
stop();
Symbol 1309 MovieClip Frame 2
stop();
Symbol 1312 MovieClip Frame 1
stop();
Symbol 1315 Button
on (release) {
if (_parent.dname == "") {
_parent.dname = "Please Insert Name";
_parent.flasher.play();
} else if (_parent.dname == "name") {
_parent.dname = "Please Insert Name";
_parent.flasher.play();
} else if (_parent.dname == "Please Insert Name") {
_parent.dname = "Please Insert Name";
_parent.flasher.play();
} else {
play();
}
}
Symbol 1316 Button
on (release) {
getURL ("http://rankz.armorbot.com/SSDMGM/", "_blank");
}
Symbol 1317 MovieClip Frame 10
stop();
Symbol 1317 MovieClip Frame 60
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
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/", par228, "POST");
}
stop();
bXlnYW1lX25hbWVfdmFyaWFibGU = _parent.dname;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _parent.dscore;
__rankz_send__("MjcwNmolZSVhJW4lcw==", "YUZpdVZsVWY=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
Symbol 1322 Button
on (release) {
_parent.remove = 1;
_parent._parent.gotoAndStop(2);
}
Symbol 1323 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(3);
}
Symbol 1324 MovieClip Frame 30
stop();
Symbol 1328 MovieClip Frame 31
stop();
Symbol 1329 MovieClip Frame 1
stop();
_root.gpausedisable = 0;
Symbol 1329 MovieClip Frame 2
_parent.dpause.gotoAndStop(31);
dscore = _parent.score;
Symbol 1338 MovieClip Frame 689
stop();
Symbol 1338 MovieClip Frame 699
stop();
Symbol 1341 MovieClip Frame 51
stop();
Symbol 1344 MovieClip Frame 70
_parent.nextFrame();
Symbol 1347 MovieClip Frame 1
numUav = 70;
numA10 = 2;
numHe = 1;
numF14 = 1;
numB52 = 1;
numtor = 0;
numTor = 20;
numFlak = 40;
numflak = 0;
numv300 = 0;
numV300 = 1;
enemyremove = 0;
tor1.start = 1;
avsam = 2;
samcost = 30000;
power_hv = 0;
actpower_hv = 0;
power_ms = 0;
actpower_ms = 0;
power_al = 0;
actpower_al = 0;
vt = 5;
va = 0;
ts = 5;
sms = 6;
srd = 100;
grd = 50;
gfd = 10;
mrs = 5;
mrstech = 1;
smstech = 1;
tstech = 1;
srdtech = 1;
mtech = 1;
uavdamage = 5;
b52damage = 3;
tor1.startvehicle = 1;
flak1.startvehicle = 1;
v3001.startvehicle = 1;
uav1.startvehicle = 1;
b21.startvehicle = 1;
f141.startvehicle = 1;
a101.startvehicle = 1;
he1.startvehicle = 1;
b521.startvehicle = 1;
mouse.hide();
fuel = 300;
score = 0;
stop();
Instance of Symbol 1270 MovieClip "fuelpack" in Symbol 1347 MovieClip Frame 1
onClipEvent (load) {
dreset = 0;
}
onClipEvent (enterFrame) {
if (dreset == 1) {
dreset = 0;
this._x = random(862) + 30;
this._y = random(237) + 33;
gotoAndStop (1);
}
i = 1;
while (i <= _parent.numTor) {
if (hit.hitTest(_parent["tor" + i].hit)) {
this._y = this._y + 1;
}
i++;
}
}
Instance of Symbol 1298 MovieClip in Symbol 1347 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 5);
this._y = this._y - (rise / 5);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 75;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1298 MovieClip in Symbol 1347 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 10);
this._y = this._y - (rise / 10);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 49;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1298 MovieClip "laser" in Symbol 1347 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 100);
this._y = this._y - (rise / 100);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 0;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1301 MovieClip "dpause" in Symbol 1347 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(999999999);
}
Instance of Symbol 1309 MovieClip "tor1" in Symbol 1347 MovieClip Frame 1
onClipEvent (load) {
dreset = 0;
if (this.start == 1) {
} else {
this._x = random(862) + 30;
this._y = random(237) + 33;
}
}
onClipEvent (enterFrame) {
}
Instance of Symbol 1329 MovieClip "gameover" in Symbol 1347 MovieClip Frame 1
onClipEvent (load) {
dscore = -1;
score = 0;
this.swapDepths(15000);
remove = 0;
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.removeMovieClip();
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
}
Instance of Symbol 1338 MovieClip in Symbol 1347 MovieClip Frame 1
onClipEvent (mouseDown) {
gotoAndStop (700);
}
onClipEvent (load) {
this.swapDepths(15001);
}
Symbol 1347 MovieClip Frame 3
numUav = 70;
numA10 = 2;
numHe = 1;
numF14 = 1;
numB52 = 1;
numtor = 0;
numTor = 20;
numFlak = 40;
numflak = 0;
numv300 = 0;
numV300 = 1;
enemyremove = 0;
tor1.start = 1;
avsam = 2;
samcost = 30000;
power_hv = 0;
actpower_hv = 0;
power_ms = 0;
actpower_ms = 0;
power_al = 0;
actpower_al = 0;
vt = 5;
va = 0;
ts = 5;
sms = 3;
srd = 100;
grd = 50;
gfd = 10;
mrs = 5;
mrstech = 1;
smstech = 1;
tstech = 1;
srdtech = 1;
mtech = 1;
uavdamage = 5;
b52damage = 3;
tor1.startvehicle = 1;
flak1.startvehicle = 1;
v3001.startvehicle = 1;
uav1.startvehicle = 1;
b21.startvehicle = 1;
f141.startvehicle = 1;
a101.startvehicle = 1;
he1.startvehicle = 1;
b521.startvehicle = 1;
mouse.hide();
Instance of Symbol 1270 MovieClip "fuelpack" in Symbol 1347 MovieClip Frame 3
onClipEvent (load) {
dreset = 0;
}
onClipEvent (enterFrame) {
if (dreset == 1) {
dreset = 0;
this._x = random(862) + 30;
this._y = random(237) + 33;
gotoAndStop (1);
}
i = 1;
while (i <= _parent.numTor) {
if (hit.hitTest(_parent["tor" + i].hit)) {
this._y = this._y + 1;
}
i++;
}
}
Instance of Symbol 1297 MovieClip "sam" in Symbol 1347 MovieClip Frame 3
onClipEvent (load) {
this.swapDepths(9000);
}
Instance of Symbol 1298 MovieClip in Symbol 1347 MovieClip Frame 3
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 5);
this._y = this._y - (rise / 5);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 75;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1298 MovieClip in Symbol 1347 MovieClip Frame 3
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 10);
this._y = this._y - (rise / 10);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 49;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1298 MovieClip "laser" in Symbol 1347 MovieClip Frame 3
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 100);
this._y = this._y - (rise / 100);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 0;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1301 MovieClip "dpause" in Symbol 1347 MovieClip Frame 3
onClipEvent (load) {
this.swapDepths(999999999);
}
Instance of Symbol 1309 MovieClip "tor1" in Symbol 1347 MovieClip Frame 3
onClipEvent (load) {
dreset = 0;
if (this.start == 1) {
} else {
this._x = random(862) + 30;
this._y = random(237) + 33;
}
}
onClipEvent (enterFrame) {
}
Instance of Symbol 1329 MovieClip "gameover" in Symbol 1347 MovieClip Frame 3
onClipEvent (load) {
dscore = -1;
score = 0;
this.swapDepths(15000);
remove = 0;
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.removeMovieClip();
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
if (score <= dscore) {
score = score + 1;
}
}
Symbol 1357 MovieClip Frame 10
_parent.nextFrame();
Symbol 1366 MovieClip Frame 1
stop();
Symbol 1366 MovieClip Frame 2
stop();
Symbol 1366 MovieClip Frame 3
_parent.bl.ta = _parent.bl.ta + 20;
_parent.score = _parent.score + score;
_parent.ammo = _parent.ammo + Math.round(score / 70);
Instance of Symbol 1360 MovieClip in Symbol 1366 MovieClip Frame 3
onClipEvent (load) {
xmove = random(30) - 15;
ymove = random(30) - 15;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 5;
if (this._alpha <= 0) {
_parent.nextFrame();
}
if (this.hitTest(_parent._parent.top)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.bottom)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.left)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.right)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
}
Instance of Symbol 1361 MovieClip in Symbol 1366 MovieClip Frame 3
onClipEvent (load) {
xmove = random(10) - 5;
ymove = random(10) - 5;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 5;
if (this.hitTest(_parent._parent.top)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.bottom)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.left)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.right)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1366 MovieClip Frame 3
onClipEvent (load) {
xmove = random(10) - 5;
ymove = random(10) - 5;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 5;
if (this.hitTest(_parent._parent.top)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.bottom)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.left)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.right)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
}
Instance of Symbol 1364 MovieClip in Symbol 1366 MovieClip Frame 3
onClipEvent (load) {
xmove = random(10) - 5;
ymove = random(10) - 5;
rot = random(20) - 10;
}
onClipEvent (enterFrame) {
this._x = this._x - xmove;
this._y = this._y - ymove;
this._rotation = this._rotation - rot;
this._alpha = this._alpha - 5;
if (this.hitTest(_parent._parent.top)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.bottom)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.left)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
if (this.hitTest(_parent._parent.right)) {
xmove = xmove * -0.5;
ymove = ymove * -0.5;
}
}
Symbol 1366 MovieClip Frame 4
stop();
remove = 1;
Symbol 1371 MovieClip Frame 21
stop();
Symbol 1381 MovieClip Frame 1
stop();
Symbol 1381 MovieClip Frame 2
_parent._parent.missileCounter = _parent._parent.missileCounter + 2;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent.reload.bar._x = _parent._parent.reload.bar._x + 3;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 4;
Instance of Symbol 1380 MovieClip in Symbol 1381 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop(random(3) + 1);
}
Symbol 1381 MovieClip Frame 5
_parent._parent.missileCounter = _parent._parent.missileCounter + 2;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent.reload.bar._x = _parent._parent.reload.bar._x + 3;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 4;
Instance of Symbol 1380 MovieClip in Symbol 1381 MovieClip Frame 5
onClipEvent (load) {
gotoAndStop(random(3) + 1);
}
Symbol 1381 MovieClip Frame 9
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent.missileCounter = _parent._parent.missileCounter + 2;
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent.reload.bar._x = _parent._parent.reload.bar._x + 3;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 4;
Instance of Symbol 1380 MovieClip in Symbol 1381 MovieClip Frame 9
onClipEvent (load) {
gotoAndStop(random(3) + 1);
}
Symbol 1381 MovieClip Frame 12
_parent._parent.missileCounter = _parent._parent.missileCounter + 2;
_parent._parent.missile.duplicateMovieClip("missile" + _parent._parent.missileCounter, _parent._parent.missileCounter);
_parent._parent["missile" + missileCounter]._visible = true;
_parent._parent.reload.bar._x = _parent._parent.reload.bar._x + 3;
_parent._parent["missile" + missileCounter]._y = _parent._parent["missile" + missileCounter]._y - 4;
Instance of Symbol 1380 MovieClip in Symbol 1381 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop(random(3) + 1);
}
Symbol 1382 MovieClip Frame 1
missile.movespeed = 0;
startmissile = 0;
missile.smokestart = 1;
Instance of Symbol 1371 MovieClip "flare2" in Symbol 1382 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 1384 MovieClip Frame 1
life = 1;
Symbol 1384 MovieClip Frame 2
stop();
Symbol 1384 MovieClip Frame 3
life = 0;
play();
Symbol 1384 MovieClip Frame 6
remove = 1;
Symbol 1385 MovieClip Frame 1
stop();
Symbol 1385 MovieClip Frame 2
stop();
Instance of Symbol 1387 MovieClip in Symbol 1388 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2.5;
}
Symbol 1388 MovieClip Frame 61
_parent.gotoAndStop(2);
Symbol 1389 MovieClip Frame 1
stop();
Symbol 1389 MovieClip Frame 2
stop();
Instance of Symbol 1387 MovieClip in Symbol 1389 MovieClip Frame 2
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2.5;
}
Symbol 1392 MovieClip Frame 1
missile.startmissile = 0;
missile._visible = false;
smoke1.smoke.gotoAndStop(1);
smoke1._visible = false;
missileCounter = 2;
smokeCounter = 2;
missile.sm = 1;
Instance of Symbol 1382 MovieClip "sam" in Symbol 1392 MovieClip Frame 1
onClipEvent (load) {
cx = this._x;
cy = this._y;
convert = 57.2957795130823;
missile._visible = false;
missileCounter = 2;
this.swapDepths(1500);
missileready = 1;
follow = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
_parent.stress = stress;
mx = _parent.target._x;
my = _parent.target._y;
angle = Math.atan2(my - cy, mx - cx);
this._rotation = angle * convert;
}
}
onClipEvent (mouseDown) {
if (_root.gpause == 0) {
if (_root.game.firemode == 1) {
if (_parent._parent.ammo >= 1) {
if (_parent.reload.bar._x <= 1) {
gunz.play();
}
}
}
}
}
onClipEvent (mouseUp) {
gunz.halt = 1;
}
Instance of Symbol 1384 MovieClip "missile" in Symbol 1392 MovieClip Frame 1
onClipEvent (load) {
guide = 2;
sm = 0;
remove = 0;
respawn = 1;
_alpha = 100;
_visible = false;
_parent._parent.ammo = _parent._parent.ammo - 1;
alphaminus = random(5);
_rotation = _parent.sam._rotation;
if (_parent.sam.startmissile == 0) {
smokestart = 1;
this._y = this._y + 400;
_parent.sam.startmissile = 1;
} else {
_y = (_y - 400);
_visible = true;
smokestart = 0;
_parent.target.offdrag = 1;
movespeed = 30;
smokeCounter = 500;
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (life == 1) {
_alpha = (_alpha - (alphaminus / 5));
if (this.hitTest(_parent._parent.groundhit)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (this.hitTest(_parent._parent.left)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (this.hitTest(_parent._parent.top)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (this.hitTest(_parent._parent.right)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (this.hitTest(_parent._parent.bottom)) {
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.nextFrame();
movespeed = 0;
smokestart = 1;
}
if (smokestart == 0) {
i = 1;
while (i <= _parent._parent.numB) {
if (this.hitTest(_parent._parent["blue" + i].hit)) {
if (sm == 0) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
_parent._parent["blue" + i].nextFrame();
}
}
i++;
}
}
i = 1;
while (i <= _parent._parent.numR) {
if (this.hitTest(_parent._parent["red" + i].hit)) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
_parent._parent["red" + i].nextFrame();
}
i++;
}
i = 1;
while (i <= _parent._parent.numG) {
if (this.hitTest(_parent._parent["green" + i].hit)) {
this.nextFrame();
movespeed = 0;
smokestart = 1;
_parent._parent["green" + i].nextFrame();
}
i++;
}
}
if (respawn == 0) {
_parent.target.drag = 1;
_parent.target.ts = 3;
_parent.target.offdrag = 1;
this.swapDepths(10000);
this.removeMovieClip();
}
if (this._y <= -300) {
respawn = 0;
}
if (this._x >= 960) {
respawn = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (smokestart == 1) {
}
if (guide >= 1) {
exaustcolor = 1;
guide = guide - 1;
xDis = _parent.target._x - ((_x + random(10)) - 5);
yDis = _parent.target._y - ((_y + random(10)) - 5);
radAngle = Math.atan2(yDis, xDis);
_rotation = int(((radAngle * 180) / Math.PI) + 90);
} else {
exaustcolor = 2;
}
if (this.hitTest(_parent.target.rhit)) {
guide = 0;
}
}
if (_root.gpause == 0) {
if (remove == 1) {
this.swapDepths(1000);
this.removeMovieClip();
}
if (_rotation > 180) {
_x = (_x - (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y + (movespeed * Math.cos((Math.PI/180) * _rotation)));
} else {
_x = (_x + (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y - (movespeed * Math.cos((Math.PI/180) * _rotation)));
}
}
}
Instance of Symbol 1389 MovieClip "target" in Symbol 1392 MovieClip Frame 1
onClipEvent (load) {
ts = 0;
drag = 1;
missileloaded = 1;
hit._xscale = 50;
hit._yscale = 50;
offdrag = 1;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 100;
}
if (this._x <= 90) {
ts = 3;
}
if (ts == 3) {
missileloaded = 1;
hit._xscale = 50;
hit._yscale = 50;
ts = 0;
drag = 1;
}
if (ts == 0) {
if (drag == 1) {
if (offdrag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - run;
this._y = this._y - rise;
} else {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 150);
this._y = this._y - (rise / 150);
}
}
if (hit._xscale <= 50) {
hit._xscale = hit._xscale + 0.5;
hit._yscale = hit._yscale + 0.5;
}
i = 1;
while (i <= _parent._parent.numA10) {
if (hit.hitTest(_parent._parent["a10" + i].craft)) {
hit._rotation = hit._rotation - 5;
if (hit._xscale >= 10) {
hit._xscale = hit._xscale - (20 / _root.game.ts);
hit._yscale = hit._yscale - (20 / _root.game.ts);
}
if (hit._xscale <= 10) {
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
}
if (_root.game.actpower_al == 1) {
_root.game.actpower_al = 0;
drag = 0;
s = new Sound();
s.setVolume(100);
s.attachSound("lockon");
s.start();
this._x = _parent._parent["a10" + i]._x;
this._y = _parent._parent["a10" + i]._y;
hit._xscale = 10;
}
}
i++;
}
i = 1;
while (i <= _parent._parent.numUav) {
if (hit.hitTest(_parent._parent["uav" + i].uav)) {
hit._rotation = hit._rotation - 5;
if (hit._xscale >= 10) {
hit._xscale = hit._xscale - (20 / _root.game.ts);
hit._yscale = hit._yscale - (20 / _root.game.ts);
}
if (hit._xscale <= 10) {
_parent["missile" + missileCounter].guide = 120;
if (missileloaded == 1) {
missileloaded = 0;
_parent.sam.fire = 1;
}
drag = 0;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
if (_root.game.actpower_al == 1) {
s = new Sound();
s.setVolume(100);
s.attachSound("lockon");
s.start();
_root.game.actpower_al = 0;
drag = 0;
hit._xscale = 10;
this._x = _parent._parent["uav" + i]._x;
this._y = _parent._parent["uav" + i]._y;
}
}
i++;
}
}
}
}
Instance of Symbol 1391 MovieClip "reload" in Symbol 1392 MovieClip Frame 1
onClipEvent (load) {
bar._x = -100;
}
onClipEvent (enterFrame) {
if (_root.gpause == 0) {
if (bar._x >= -100) {
bar._x = bar._x - 10;
}
if (bar._x >= 0) {
_parent.sam.missileready = 1;
}
}
}
Symbol 1393 Button
on (keyPress "p") {
if (_root.gpausedisable == 0) {
gotoAndPlay (2);
}
}
Symbol 1394 Button
on (keyPress "p") {
gotoAndPlay (21);
}
Symbol 1395 MovieClip Frame 1
stop();
Symbol 1395 MovieClip Frame 2
_root.gpause = 1;
Symbol 1395 MovieClip Frame 20
stop();
Symbol 1395 MovieClip Frame 30
_root.gpause = 0;
gotoAndStop (1);
Symbol 1398 MovieClip Frame 2
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 40
_parent.red = _parent.red + 1;
Symbol 1398 MovieClip Frame 57
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 92
_parent.red = _parent.red + 1;
Symbol 1398 MovieClip Frame 114
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 132
_parent.red = _parent.red + 1;
Symbol 1398 MovieClip Frame 159
_parent.red = _parent.red + 1;
Symbol 1398 MovieClip Frame 184
_parent.red = _parent.red + 1;
Symbol 1398 MovieClip Frame 221
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 249
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 262
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 268
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 274
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 290
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 313
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 365
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 416
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 461
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 475
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 485
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 492
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 499
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 516
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 547
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 554
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 560
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 567
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 586
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 596
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 606
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 615
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 636
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 651
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 673
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 698
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 725
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 751
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 773
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 783
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 800
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 815
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 824
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 837
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 850
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 863
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 875
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 889
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 904
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 916
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 927
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 930
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 941
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 953
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 967
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 981
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 993
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1005
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1019
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1031
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1042
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1057
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1069
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1084
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1095
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1105
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1120
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1132
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1145
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1160
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1173
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1186
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1199
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1210
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1224
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1237
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1249
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1261
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1276
_parent.blu = _parent.blu + 1;
_parent.numB = 20;
Symbol 1398 MovieClip Frame 1288
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1300
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1314
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1325
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1340
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1350
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1365
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1391
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1406
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1419
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1430
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1443
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1452
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1467
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1481
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1494
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1506
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1519
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1534
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1543
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1598
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1609
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1622
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1635
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1645
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1650
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1662
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1671
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1686
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1697
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1711
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1724
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1737
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1750
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1764
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1777
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1790
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1803
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1817
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1830
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1843
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1856
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1870
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1883
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1896
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1904
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1918
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1931
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1944
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1953
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1967
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1980
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 1993
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2006
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2020
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2033
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2046
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2059
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2063
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2067
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2081
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2094
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2107
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2120
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2121
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2122
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2136
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2149
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2162
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2175
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2189
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2202
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2215
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2228
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2242
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2255
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2268
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2275
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2289
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2302
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2315
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2327
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2341
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2354
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2367
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2380
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2381
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2387
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2401
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2414
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2427
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2437
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2451
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2464
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2477
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2480
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2494
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2507
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2520
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2533
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2547
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2560
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2573
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2586
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2596
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2609
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2622
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2635
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2649
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2662
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2675
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2688
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2701
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2714
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2727
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2741
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2754
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2767
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2780
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2790
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2793
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2803
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2806
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2809
_parent.blu = _parent.blu + 1;
Symbol 1398 MovieClip Frame 2846
stop();
_parent.dammo = _parent.ammo;
_parent.scoresheet.run = 1;
_parent.firemode = 0;
_parent.sam.firemode = 0;
Symbol 1407 Button
on (release) {
if (_parent.dname == "") {
_parent.dname = "Please Insert Name";
_parent.flasher.play();
} else if (_parent.dname == "name") {
_parent.dname = "Please Insert Name";
_parent.flasher.play();
} else if (_parent.dname == "Please Insert Name") {
_parent.dname = "Please Insert Name";
_parent.flasher.play();
} else {
play();
}
}
Symbol 1412 Button
on (release) {
getURL ("http://rankz.armorbot.com/SSDMM/", "_blank");
}
Symbol 1414 MovieClip Frame 10
stop();
Symbol 1414 MovieClip Frame 60
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
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/", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _parent.dname;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _parent.fscore;
__rankz_send__("Mjc2MmolZSVhJW4lcw==", "VU9yYWFhenI=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
stop();
Symbol 1417 Button
on (release) {
_root.gotoAndStop(3);
}
Symbol 1419 Button
on (release) {
_parent.firemode = 1;
_parent.ammo = 100;
_parent.numB = 0;
_parent.sam._alpha = 100;
_parent.counter.gotoAndPlay(1);
gotoAndStop (1);
_alpha = 0;
run = 0;
}
Symbol 1421 MovieClip Frame 1
stop();
Symbol 1421 MovieClip Frame 2
stop();
fscore = score * dammo;
Symbol 1432 MovieClip Frame 95
_parent.music.gotoAndPlay(1);
Symbol 1432 MovieClip Frame 100
gotoAndStop (1);
Symbol 1433 MovieClip Frame 1
fuel = 300;
score = 0;
ammo = 100;
numB = 1;
numG = 30;
numR = 50;
green.startbox = 1;
red.startbox = 1;
blue.startbox = 1;
firemode = 1;
numUav = 70;
numA10 = 2;
numHe = 1;
numF14 = 1;
numB52 = 1;
numtor = 0;
numTor = 20;
numFlak = 40;
numflak = 0;
numv300 = 0;
numV300 = 1;
numBh = 10;
enemyremove = 0;
tor1.start = 1;
avsam = 2;
samcost = 30000;
power_hv = 0;
actpower_hv = 0;
power_ms = 0;
actpower_ms = 0;
power_al = 0;
actpower_al = 0;
vt = 5;
va = 0;
ts = 5;
sms = 3;
srd = 100;
grd = 50;
gfd = 10;
mrs = 5;
mrstech = 1;
smstech = 1;
tstech = 1;
srdtech = 1;
mtech = 1;
uavdamage = 5;
b52damage = 3;
tor1.startvehicle = 1;
flak1.startvehicle = 1;
v3001.startvehicle = 1;
uav1.startvehicle = 1;
b21.startvehicle = 1;
f141.startvehicle = 1;
a101.startvehicle = 1;
he1.startvehicle = 1;
b521.startvehicle = 1;
mouse.hide();
numBh++;
bh1.duplicateMovieClip("bh" + numBh, numBh);
this["bh" + numBh]._visible = true;
Instance of Symbol 1349 MovieClip "bl" in Symbol 1433 MovieClip Frame 1
onClipEvent (load) {
ta = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha == ta) {
ta = 0;
}
if (_alpha <= ta) {
_alpha = (_alpha + 4);
}
if (_alpha >= 0) {
_alpha = (_alpha - 1);
}
if (ta >= 1) {
ta = ta - 1;
}
}
Instance of Symbol 1366 MovieClip "blue" in Symbol 1433 MovieClip Frame 1
onClipEvent (load) {
if (startbox == 1) {
} else {
a = random(2) + 1;
this._xscale = 300;
this._yscale = _xscale;
_x = (random(930) + 10);
_rotation = random(360);
_alpha = 100;
movespeed = 2;
remove = 0;
_y = (random(320) + 20);
}
}
onClipEvent (enterFrame) {
if (remove == 1) {
this.removeMovieClip();
}
score = _xscale;
_xscale = (_xscale - a);
_yscale = (_yscale - a);
if (_xscale <= 0) {
this.removeMovieClip();
}
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_parent.sam.hit)) {
movespeed = movespeed * -1;
}
exaustcolor = 1;
xDis = _parent.sam.hit._x - _x;
yDis = _parent.sam.hit._y - _y;
radAngle = Math.atan2(yDis, xDis);
_rotation = int(((radAngle * 180) / Math.PI) + 90);
if (_rotation > 180) {
_x = (_x - (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y + (movespeed * Math.cos((Math.PI/180) * _rotation)));
} else {
_x = (_x + (movespeed * Math.sin((Math.PI/180) * _rotation)));
_y = (_y - (movespeed * Math.cos((Math.PI/180) * _rotation)));
}
}
Instance of Symbol 1367 MovieClip in Symbol 1433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - run;
this._y = this._y - rise;
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 75;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1367 MovieClip in Symbol 1433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - run;
this._y = this._y - rise;
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 49;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1367 MovieClip "laser" in Symbol 1433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (drag == 1) {
rise = this._y - _root._ymouse;
run = this._x - _root._xmouse;
this._x = this._x - (run / 100);
this._y = this._y - (rise / 100);
}
if (Key.isDown(32)) {
drag = 0;
this._alpha = 10;
} else {
drag = 1;
this._alpha = 0;
}
}
onClipEvent (load) {
drag = 1;
}
Instance of Symbol 1392 MovieClip "sam" in Symbol 1433 MovieClip Frame 1
onClipEvent (enterFrame) {
_parent.c = missileCounter;
}
Instance of Symbol 1395 MovieClip in Symbol 1433 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(999999999);
}
Instance of Symbol 1398 MovieClip "music" in Symbol 1433 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 1421 MovieClip "scoresheet" in Symbol 1433 MovieClip Frame 1
onClipEvent (load) {
run = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
if (run == 1) {
if (_alpha <= 100) {
_alpha = (_alpha + 6);
}
dammo = _parent.dammo / 10;
score = _parent.score;
gotoAndStop (2);
_parent.sam._alpha = _parent.sam._alpha - 5;
}
}
Symbol 1438 Button
on (release) {
getURL ("http://rankz.armorbot.com/SSD/", "_blank");
}
Symbol 1439 MovieClip Frame 10
stop();
Symbol 1439 MovieClip Frame 60
function __rankz_send__(par1, par2, par3, par4, par3n, par4n, par4nb) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = Armor_Bot_30_En_AS1.Encode(par3);
par227.bmFtZTI = Armor_Bot_30_En_AS1.Encode(par3n);
par227.c2NvcmUx = Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.c2NvcmUy = Armor_Bot_30_En_AS1.Encode(par4n + "j%e%a%n%s");
par227.c2NvcmUz = Armor_Bot_30_En_AS1.Encode(par4nb + "j%e%a%n%s");
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/", par228, "POST");
}
stop();
bXlnYW1lX25hbWVfdmFyaWFibGU = _parent.dname;
bXlnYW1lX25hbWVfdmFyaWFibGW = _parent.report.difficulty;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _parent.report.fscore;
bXlnYW1lX3Njb3JlX3ZhcmlhYmx2 = _parent.report.kills;
bXlnYW1lX3Njb3JlX3ZhcmlhYmx3 = _parent.report.acc;
__rankz_send__("MjU3OWolZSVhJW4lcw==", "VW1McFBYeFM=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl, bXlnYW1lX25hbWVfdmFyaWFibGW, bXlnYW1lX3Njb3JlX3ZhcmlhYmx2, bXlnYW1lX3Njb3JlX3ZhcmlhYmx3);
Symbol 1445 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(3);
}
Symbol 1447 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(16);
}
Symbol 1449 MovieClip Frame 140
stop();
_quality = "Low";
Instance of Symbol 884 MovieClip "report" in Symbol 1449 MovieClip Frame 140
onClipEvent (load) {
kills = _root.kills;
acc = _root.acc;
score = _root.score;
difficulty = _root.difficulty;
if (difficulty == "Easy") {
dmu = 1;
}
if (difficulty == "Medium") {
dmu = 2;
}
if (difficulty == "Hard") {
dmu = 3;
}
if (difficulty == "Very Hard") {
dmu = 4;
}
kmu = kills / 100;
amu = acc / 10;
fscore = Math.round(((score * amu) * kmu) * dmu);
}
Symbol 1452 Button
on (release) {
getURL ("http://fp.dunadan.net/", "_blank");
}
Symbol 1453 Button
on (release) {
getURL ("http://armorgames.com/?referral=rytherix", "_blank");
}
Symbol 1454 Button
on (release) {
getURL ("http://myspace.com/ryder_puna", "_blank");
}
Symbol 1455 Button
on (release) {
getURL ("http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=47419700&MyToken=c69f9f04-0ce0-4851-b70f-a5cf6829611a", "_blank");
}
Symbol 1457 Button
on (release) {
getURL ("http://i68.photobucket.com/albums/i8/Julian309/DSCF1615-1.jpg", "_blank");
}
Symbol 1458 Button
on (release) {
getURL ("http://dunadan.net", "_blank");
}
Symbol 1459 Button
on (release) {
getURL ("http://armorgames.com", "_blank");
}