Frame 1
function itemHandler1(obj, item) {
getURL ("http://newgrounds.com", "_blank");
}
function itemHandler2(obj, item) {
getURL ("http://moosh.newgrounds.com/", "_blank");
}
function itemHandler3(obj, item) {
getURL ("http://acromatik.newgrounds.com/", "_blank");
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
aaa_cmi = new ContextMenuItem("Newgrounds", itemHandler1);
bbb_cmi = new ContextMenuItem("Moosh", itemHandler2);
ccc_cmi = new ContextMenuItem("Acromatik", itemHandler3);
root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi);
_root.menu = root_cm;
NewgroundsAPI.connectMovie(6818);
Instance of Symbol 93 MovieClip "mainCursor" in Frame 1
onClipEvent (enterFrame) {
Mouse.hide();
startDrag ("", true);
}
Frame 2
stop();
_root.soundWhoop = new Sound();
_root.soundWhoop.attachSound("soundWhoop");
_root.musicTitle = new Sound();
_root.musicTitle.attachSound("musicTitle");
_root.musicMain = new Sound();
_root.musicMain.attachSound("musicMain");
_root.musicIntro = new Sound();
_root.musicIntro.attachSound("musicIntro");
_root.voice1 = new Sound();
_root.voice2 = new Sound();
_root.voice3 = new Sound();
_root.voice4 = new Sound();
_root.voice5 = new Sound();
_root.voice6 = new Sound();
_root.voice7 = new Sound();
_root.voice8 = new Sound();
_root.voice9 = new Sound();
_root.voice1.attachSound("voice1");
_root.voice2.attachSound("voice2");
_root.voice3.attachSound("voice3");
_root.voice4.attachSound("voice4");
_root.voice5.attachSound("voice5");
_root.voice6.attachSound("voice6");
_root.voice7.attachSound("voice7");
_root.voice8.attachSound("voice8");
_root.voice9.attachSound("voice9");
_root.mainCursorStatus = "normal";
_root.mainDay = 1;
_root.mainMoney = 500;
_root.mainSquadName = "NGers Elite";
_root.mainCommanderName = "You";
_root.mainRankList = new Array("Cadet", "Corporal", "Sergeant", "Lieutenant", "Captain", "Major", "Colonel", "General", "True Warrior", "Legend");
_root.limitAtt = 250;
_root.tutDid = false;
_root.mainPicoMaxNRG = 20;
_root.mainDarnMaxNRG = 20;
_root.mainNeneMaxNRG = 20;
_root.mainPicoNRG = 20;
_root.mainDarnNRG = 20;
_root.mainNeneNRG = 20;
_root.buildList = new Array("empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty", "empty");
_root.buildInventory = new Array("hq", "empty");
_root.buildPlan = "";
_root.buildDonePlacing = false;
_root.buildPlanSize = 0;
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
_root.buyInventory = new Array("str1", "int1", "dex1", "cha1", "empty");
_root.buyPrice = 0;
_root.buyChoseBuild = "";
_root.researchCurrent = "";
_root.researchProgress = 0;
_root.researchMax = 0;
_root.researchOn = false;
_root.researchType = "";
_root.researchSize = "";
_root.resListAtt1 = new Array("end1", "loy1");
_root.resListAtt2 = new Array("loy2", "com1", "com2", "cha2");
_root.resListAtt3 = new Array("com3", "com4");
_root.resListSki1 = new Array("gun1", "dem1", "nat1", "tin1", "ele1", "med1", "ste1", "stee1", "veh1", "dec1", "tea1", "neg1");
_root.resListSki2 = new Array("com5", "com6", "com7", "com8", "com9", "com10");
_root.resListSki3 = new Array("com11", "com12", "com13", "com14");
_root.researchOkay = false;
_root.picoTask = "na";
_root.darnTask = "na";
_root.neneTask = "na";
_root.picoTaskAdd = 0;
_root.darnTaskAdd = 0;
_root.neneTaskAdd = 0;
_root.disPicoTask = "";
_root.disDarnTask = "";
_root.disNeneTask = "";
_root.taskSelection = false;
_root.taskBuilding = "";
_root.taskChosenRecruit = "";
_root.taskTrain1 = "";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 0;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskPicoUsedNRG = 0;
_root.taskDarnUsedNRG = 0;
_root.taskNeneUsedNRG = 0;
_root.taskTrainName1 = "";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskReqNRG = 0;
_root.misHit = false;
_root.misChanceNum = 60;
_root.misAttList = new Array("Str", "Int", "Dex", "Cha");
_root.misSkiList = new Array("Gun", "Dem", "Nat", "Tin", "Ele", "Med", "Ste", "SteE", "Veh", "Dec", "Tea", "Neg");
_root.misCAtt1 = "";
_root.misCAtt2 = "";
_root.misCSki1 = "";
_root.misCSki2 = "";
_root.misCSki3 = "";
_root.misHighestDif = 0;
_root.misCDiff = 0;
_root.misCPerson = "";
_root.misSpecChoice = 0;
_root.misSSuccess1 = false;
_root.misSSuccess2 = false;
_root.misSSuccess3 = false;
_root.misPicoOnSpec = false;
_root.misDarnOnSpec = false;
_root.misNeneOnSpec = false;
_root.misPicoSMis = 0;
_root.misDarnSMis = 0;
_root.misNeneSMis = 0;
_root.misPicoSuccess = false;
_root.misDarnSuccess = false;
_root.misNeneSuccess = false;
_root.misPicoGainExp = 0;
_root.misDarnGainExp = 0;
_root.misNeneGainExp = 0;
_root.misPicoExp = 0;
_root.misDarnExp = 0;
_root.misNeneExp = 0;
_root.misPicoOut = -1;
_root.misDarnOut = -1;
_root.misNeneOut = -1;
_root.misPicoOutPast = 0;
_root.misDarnOutPast = 0;
_root.misNeneOutPast = 0;
_root.misPicoMisRank = 0;
_root.misDarnMisRank = 0;
_root.misNeneMisRank = 0;
_root.misRewardPerson = "";
_root.picoStr = 1;
_root.picoInt = 1;
_root.picoDex = 1;
_root.picoCha = 1;
_root.picoEnd = 1;
_root.picoLoy = 50;
_root.picoMissionC = 0;
_root.picoMissionF = 0;
_root.picoGun = 0;
_root.picoDem = 0;
_root.picoNat = 0;
_root.picoTin = 0;
_root.picoEle = 0;
_root.picoMed = 0;
_root.picoSte = 0;
_root.picoSteE = 0;
_root.picoVeh = 0;
_root.picoDec = 0;
_root.picoTea = 0;
_root.picoNeg = 0;
_root.picoLevel = 1;
_root.picoRank = 0;
_root.darnStr = 1;
_root.darnInt = 1;
_root.darnDex = 1;
_root.darnCha = 1;
_root.darnEnd = 1;
_root.darnLoy = 50;
_root.darnMissionC = 0;
_root.darnMissionF = 0;
_root.darnGun = 0;
_root.darnDem = 0;
_root.darnNat = 0;
_root.darnTin = 0;
_root.darnEle = 0;
_root.darnMed = 0;
_root.darnSte = 0;
_root.darnSteE = 0;
_root.darnVeh = 0;
_root.darnDec = 0;
_root.darnTea = 0;
_root.darnNeg = 0;
_root.darnLevel = 1;
_root.darnRank = 0;
_root.neneStr = 1;
_root.neneInt = 1;
_root.neneDex = 1;
_root.neneCha = 1;
_root.neneEnd = 1;
_root.neneLoy = 50;
_root.neneMissionC = 0;
_root.neneMissionF = 0;
_root.neneGun = 0;
_root.neneDem = 0;
_root.neneNat = 0;
_root.neneTin = 0;
_root.neneEle = 0;
_root.neneMed = 0;
_root.neneSte = 0;
_root.neneSteE = 0;
_root.neneVeh = 0;
_root.neneDec = 0;
_root.neneTea = 0;
_root.neneNeg = 0;
_root.neneLevel = 1;
_root.neneRank = 0;
Frame 3
_root.musicTitle.start(0, 100);
Frame 5
function displayBuild() {
i = 0;
while (i <= 42) {
_root.mainGame["t" + i].gotoAndStop(_root.buildList[i]);
i++;
}
}
function insertBuild(tilenum1, tilenum2, tilenum3, tilenum4, building) {
if ((((_root.buildList[tilenum1] == "empty") && (_root.buildList[tilenum2] == "empty")) && (_root.buildList[tilenum3] == "empty")) && (_root.buildList[tilenum4] == "empty")) {
_root.buildList[tilenum1] = building;
if (tilenum2 != 0) {
_root.buildList[tilenum2] = "occupied";
}
if (tilenum3 != 0) {
_root.buildList[tilenum3] = "occupied";
}
if (tilenum4 != 0) {
_root.buildList[tilenum4] = "occupied";
}
_root.mainCursorStatus = "normal";
_root.buildDonePlacing = true;
_root.displayBuild();
}
}
Instance of Symbol 1546 MovieClip in Frame 5
onClipEvent (enterFrame) {
_root.mainCursor.gotoAndStop(_root.mainCursorStatus);
_root.disMainDay = "Day " + _root.mainDay;
_root.disMainMoney = "$ " + _root.mainMoney;
_root.disPicoNRG = (_root.mainPicoNRG + " / ") + _root.mainPicoMaxNRG;
_root.disDarnNRG = (_root.mainDarnNRG + " / ") + _root.mainDarnMaxNRG;
_root.disNeneNRG = (_root.mainNeneNRG + " / ") + _root.mainNeneMaxNRG;
_root.mainGame.nrgPico._width = 94 / (_root.mainPicoMaxNRG / _root.mainPicoNRG);
_root.mainGame.nrgDarn._width = 94 / (_root.mainDarnMaxNRG / _root.mainDarnNRG);
_root.mainGame.nrgNene._width = 94 / (_root.mainNeneMaxNRG / _root.mainNeneNRG);
_root.mainGame.gui_Overlay.guiResProgress._width = 150 / (_root.researchMax / _root.researchProgress);
if (_root.researchOn == true) {
if (_root.researchProgress >= _root.researchMax) {
_root.mainGame.guiAlert.gotoAndStop(2);
} else {
_root.mainGame.guiAlert.gotoAndStop(1);
}
}
if (_root.picoTask == "na") {
_root.disPicoTask = "Nothing";
}
if (_root.darnTask == "na") {
_root.disDarnTask = "Nothing";
}
if (_root.neneTask == "na") {
_root.disNeneTask = "Nothing";
}
if (_root.picoTask == "m") {
_root.disPicoTask = "On Mission";
}
if (_root.darnTask == "m") {
_root.disDarnTask = "On Mission";
}
if (_root.neneTask == "m") {
_root.disNeneTask = "On Mission";
}
}
Symbol 20 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/picoday2006", "_blank");
}
Symbol 23 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/picoday2007", "_blank");
}
Symbol 26 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/picoday2008", "_blank");
}
Symbol 29 Button
on (release) {
getURL ("http://www.newgrounds.com/collection/picoday2009", "_blank");
}
Symbol 47 MovieClip Frame 40
stop();
Symbol 61 Button
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 62 Button
on (press) {
gotoAndStop ("end");
_root.play();
}
Symbol 63 Button
on (release) {
nextFrame();
}
Instance of Symbol 37 MovieClip in Symbol 64 MovieClip Frame 1
onClipEvent (load) {
_root.stop();
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("lastframe");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 64 MovieClip Frame 101
play();
Symbol 64 MovieClip Frame 165
stop();
Symbol 70 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 76 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 78 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 1547 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI
{
static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format;
function NewgroundsAPI () {
}
static function connectMovie(id) {
if (!id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)");
} else if (!tracker_id) {
SendMessage("Connecting to API gateway...");
tracker_id = id;
host = _url.split("/")[2].toLowerCase();
if (host.length < 1) {
host = "localhost";
}
var _local2 = new Object();
SendEvent(MOVIE_VIEWS);
}
}
static function setMovieVersion(movie_version) {
if (!movie_version) {
SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)");
} else {
version = movie_version;
}
}
static function debugMode() {
debug = true;
}
static function addCustomEvent(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else if (!stat_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else {
custom_events[stat_name] = CUSTOM_STATS + stat_id;
SendMessage("Created custom event: " + stat_name);
}
}
static function addCustomLink(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else if (!stat_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else {
custom_links[stat_name] = CUSTOM_STATS + stat_id;
SendMessage((("Created custom link " + stat_id) + ": ") + stat_name);
}
}
static function loadMySite() {
SendLink(AUTHOR_SITE);
}
static function loadNewgrounds(special) {
if (special) {
var _local1 = {page:special};
}
SendLink(NEWGROUNDS, _local1);
}
static function logCustomEvent(event_name) {
if (!event_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)");
} else if (!custom_events[event_name]) {
SendError("Attempted to log undefined custom event: " + event_name);
} else {
SendEvent(custom_events[event_name]);
}
}
static function loadCustomLink(link_name) {
if (!link_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)");
} else if (!custom_links[link_name]) {
SendError("Attempted to open undefined custom link: " + link_name);
} else {
SendLink(custom_links[link_name]);
}
}
static function getAdURL() {
return(movie_options.ad_url);
}
static function getMovieURL() {
if (movie_options.movie_url) {
return(movie_options.movie_url);
}
return("Newgrounds.com");
}
static function getNewVersionURL() {
return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION);
}
static function SendEvent(id) {
SendStat(id, false);
}
static function SendLink(id, extra) {
SendStat(id, true, extra);
}
static function ReadGatewayData(params) {
for (var _local2 in params) {
params[_local2] = unescape(params[_local2]);
movie_options[_local2] = params[_local2];
}
if (params.settings_loaded) {
SendMessage("You have successfully connected to the Newgrounds API gateway!");
SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'");
if (movie_options.message) {
SendMessage(movie_options.message);
}
if (movie_options.ad_url) {
SendMessage("Your movie has been approved to run Flash Ads");
onAdsApproved(movie_options.ad_url);
}
if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) {
SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!");
onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL());
}
if (movie_options.deny_host) {
SendMessage("You have blocked 'localHost' in your API settings.");
SendMessage("If you wish to test your movie you will need to remove this block.");
onDenyHost(host, getMovieURL(), getNewVersionURL());
}
if (movie_options.request_portal_url == 1) {
var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url);
var _local3 = new XML();
_local3.ignoreWhite = true;
_local3.load(_local4);
}
} else if (!movie_options.settings_loaded) {
SendError("Could not establish connection to the API gateway.");
}
}
static function SendStat(stat_id, open_in_browser, extra) {
if (!tracker_id) {
SendError("API calls cannot be made without a valid movie id.");
SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?");
} else {
var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id;
for (var _local9 in extra) {
_local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9]));
}
trace(_local7);
if (debug) {
_local7 = _local7 + "&debug=1";
}
if (open_in_browser) {
getURL (_local7, "_blank");
} else {
var _local10 = new XML();
_local10.ignoreWhite = true;
_local10.onLoad = function (success) {
var _local6 = new Object();
var _local3 = 0;
while (_local3 < this.firstChild.childNodes.length) {
var _local4 = this.firstChild.childNodes[_local3];
var _local5 = _local4.nodeName;
var _local2 = _local4.attributes.value;
if (_local2 == Number(_local2)) {
_local2 = Number(_local2);
}
_local6[_local5] = _local2;
_local3++;
}
NewgroundsAPI.ReadGatewayData(_local6);
};
_local10.load(_local7);
}
}
}
static function SendError(msg) {
trace("[NEWGROUNDS API ERROR] :: " + msg);
}
static function SendMessage(msg) {
trace("[NEWGROUNDS API] :: " + msg);
}
static function InitTextFormats() {
if (!error_format) {
error_format = new TextFormat();
error_format.font = "Arial Black";
error_format.size = 48;
error_format.color = 16711680 /* 0xFF0000 */;
}
if (!header_format) {
header_format = new TextFormat();
header_format.font = "Arial Black";
header_format.size = 24;
header_format.color = 16777215 /* 0xFFFFFF */;
}
if (!normal_format) {
normal_format = new TextFormat();
normal_format.font = "Arial";
normal_format.bold = true;
normal_format.size = 12;
normal_format.color = 16777215 /* 0xFFFFFF */;
}
if (!link_format) {
link_format = new TextFormat();
link_format.color = 16776960 /* 0xFFFF00 */;
link_format.underline = true;
}
}
static function onNewVersionAvailable(version, movie_url, redirect_url) {
InitTextFormats();
var _local2 = new Object();
_local2.x = Stage.width / 2;
_local2.y = Stage.height / 2;
_root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth());
_root.NGAPI_new_version_overlay.lineStyle(1, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(0, 70);
_root.NGAPI_new_version_overlay.moveTo(-10, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, -10);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.lineStyle(10, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(51);
_root.NGAPI_new_version_overlay.moveTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000);
_root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100);
_root.NGAPI_new_version_overlay.exit.beginFill(0, 50);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.endFill();
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.onMouseUp = function () {
if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) {
_root.NGAPI_new_version_overlay.removeMovieClip();
}
};
var _local3 = (("Version " + version) + " is now available at:") + newline;
var _local5 = _local3.length;
_local3 = _local3 + movie_url;
var _local4 = _local3.length;
_root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000);
_root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80);
_root.NGAPI_new_version_overlay.newversion.text = "New Version Available!";
_root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format);
_root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40);
_root.NGAPI_new_version_overlay.message.text = _local3;
_root.NGAPI_new_version_overlay.message.multiline = true;
_root.NGAPI_new_version_overlay.message.wordWrap = true;
_root.NGAPI_new_version_overlay.message.html = true;
_root.NGAPI_new_version_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format);
}
static function onDenyHost(hostname, movie_url, redirect_url) {
InitTextFormats();
_root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth());
_root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100);
_root.NGAPI_deny_host_overlay.beginFill(6684672);
_root.NGAPI_deny_host_overlay.moveTo(0, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, 0);
_root.NGAPI_deny_host_overlay.endFill();
var _local2 = ("This movie has not been approved for use on " + hostname) + ".";
_local2 = _local2 + "\r\rFor an aproved copy, please visit:\r";
var _local4 = _local2.length;
_local2 = _local2 + movie_url;
var _local3 = _local2.length;
_root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200);
_root.NGAPI_deny_host_overlay.error.text = "ERROR!";
_root.NGAPI_deny_host_overlay.error.setTextFormat(error_format);
_root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200);
_root.NGAPI_deny_host_overlay.message.text = _local2;
_root.NGAPI_deny_host_overlay.message.multiline = true;
_root.NGAPI_deny_host_overlay.message.wordWrap = true;
_root.NGAPI_deny_host_overlay.message.html = true;
_root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format);
}
static function isInstalled() {
return(true);
}
static function onAdsApproved(ad_url) {
}
static var movie_options = new Object();
static var custom_events = new Object();
static var custom_links = new Object();
static var MOVIE_VIEWS = 1;
static var AUTHOR_SITE = 2;
static var NEWGROUNDS = 3;
static var NEW_VERSION = 4;
static var CUSTOM_STATS = 50;
static var GATEWAY_URL = "http://www.ngads.com/gateway.php";
}
Symbol 125 MovieClip Frame 37
stop();
Symbol 160 MovieClip Frame 288
_root.nextFrame();
Symbol 162 MovieClip Frame 20
stop();
Symbol 174 Button
on (release) {
_root.nextFrame();
}
Symbol 175 Button
on (release) {
getURL ("http://www.newgrounds.com/", "_blank");
}
Symbol 177 Button
on (release) {
getURL ("http://moosh.newgrounds.com/", "_blank");
}
Symbol 183 Button
on (release) {
getURL ("http://acromatik.newgrounds.com/", "_blank");
}
Symbol 263 Button
on (release) {
play();
}
Symbol 283 Button
on (release) {
nextFrame();
}
Symbol 289 Button
on (release) {
gotoAndStop (420);
}
Symbol 318 Button
on (release) {
_root.mainSquadName = _root.mainSquadNameDis;
stopAllSounds();
_root.nextFrame();
}
Symbol 320 MovieClip Frame 1
stopAllSounds();
Symbol 320 MovieClip Frame 41
_root.musicIntro.start(0, 100);
Symbol 320 MovieClip Frame 211
_root.soundWhoop.start(0, 1);
Symbol 320 MovieClip Frame 231
stop();
Symbol 320 MovieClip Frame 396
stop();
Symbol 324 Button
on (release) {
if (_root.mainCursorStatus != "normal") {
_root.taskSelection = false;
_root.mainCursorStatus = "normal";
guiDescription.gotoAndStop(1);
}
}
on (rollOver) {
if (_root.mainCursorStatus != "normal") {
_root.taskBuilding = "[x] Cancel Task";
guiDescription.gotoAndStop("task");
}
}
on (rollOut) {
guiDescription.gotoAndStop(1);
}
Symbol 332 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Headquarters";
_root.taskTrain1 = "loy";
_root.taskTrain2 = "rest";
_root.taskTrain3 = "";
_root.taskNRG1 = 7;
_root.taskNRG2 = -1;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Disipline (Loyalty+) (2-4)";
_root.taskTrainName2 = "Chill Out (Energy+) (+5)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Getting Disiplined";
_root.taskTrainDis2 = "Resting";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 335 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Obstacle Course";
_root.taskTrain1 = "str";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 7;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Train (Strength+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Running Obstacles";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 338 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Library";
_root.taskTrain1 = "int";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 7;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Read (Intelligence+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Studying";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 341 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Gymnastics Gym";
_root.taskTrain1 = "dex";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 7;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Train (Dexterity+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Acrobatics";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 344 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = big;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "The Box";
_root.taskTrain1 = "loy";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Seclusion (Loyalty+++) (3-5)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "In the box";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 347 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Mini-Track Field";
_root.taskTrain1 = "end";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 7;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Run (End+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Running Laps";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 350 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "The Bar";
_root.taskTrain1 = "cha";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 7;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Drink Up (Charm+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Drinking";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 353 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Mc Fulp's";
_root.taskTrain1 = "loy";
_root.taskTrain2 = "rest+";
_root.taskTrain3 = "";
_root.taskNRG1 = 7;
_root.taskNRG2 = -2;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Eat In (Loyalty++) (2-4)";
_root.taskTrainName2 = "Chill Out (Energy++) (+10)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Eating";
_root.taskTrainDis2 = "Chillin";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 356 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Fit Center";
_root.taskTrain1 = "str";
_root.taskTrain2 = "end";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 10;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Work Out (Strength++) (2-4)";
_root.taskTrainName2 = "Run (Endurance++) (2-4)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Working Out";
_root.taskTrainDis2 = "Running";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 359 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Tactics Center";
_root.taskTrain1 = "int";
_root.taskTrain2 = "dex";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 10;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Study Tactics (Intelligence++) (2-4)";
_root.taskTrainName2 = "Study Stealth (Dexterity++) (2-4)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Studying";
_root.taskTrainDis2 = "Studying";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 362 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Bistro Pub";
_root.taskTrain1 = "cha";
_root.taskTrain2 = "rest++";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = -3;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Drink Up (Charm++) (2-4)";
_root.taskTrainName2 = "Dine In (Energy+++) (+20)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Drinking";
_root.taskTrainDis2 = "Eating";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 365 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = big;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Physical Lab";
_root.taskTrain1 = "str";
_root.taskTrain2 = "dex";
_root.taskTrain3 = "end";
_root.taskNRG1 = 14;
_root.taskNRG2 = 14;
_root.taskNRG3 = 14;
_root.taskTrainName1 = "Work Out (Str+++) (3-5)";
_root.taskTrainName2 = "Climb (Dex+++) (3-5)";
_root.taskTrainName3 = "Run (End+++) (3-5)";
_root.taskTrainDis1 = "Working Out";
_root.taskTrainDis2 = "Climbing";
_root.taskTrainDis3 = "Running";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 367 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = big;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Mindchamber";
_root.taskTrain1 = "int";
_root.taskTrain2 = "cha";
_root.taskTrain3 = "loy";
_root.taskNRG1 = 14;
_root.taskNRG2 = 14;
_root.taskNRG3 = 14;
_root.taskTrainName1 = "SUBLIMINAL (Int+++) (3-5)";
_root.taskTrainName2 = "SUBLIMINAL (Chm+++) (3-5)";
_root.taskTrainName3 = "SUBLIMINAL (Loy+++) (3-5)";
_root.taskTrainDis1 = "SUBLIMINAL";
_root.taskTrainDis2 = "SUBLIMINAL";
_root.taskTrainDis3 = "SUBLIMINAL";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 370 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Firing Range";
_root.taskTrain1 = "gun";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Practice (Gun M.+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Target Practice";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 373 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Bomb Shelter";
_root.taskTrain1 = "dem";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Defuse Bombs (Demo+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Defusing Bombs";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 376 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Forest Camp";
_root.taskTrain1 = "nat";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Survive (Nat+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Surviving";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 379 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Junkyard";
_root.taskTrain1 = "tin";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Create (Tin+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Creating Things";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 382 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Electro Station";
_root.taskTrain1 = "ele";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Operate (Ele+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Operating";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 385 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "First Aid Outpost";
_root.taskTrain1 = "med";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Heal Patients (Med+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Healing";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 388 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Ninja Field";
_root.taskTrain1 = "ste";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Train (Ste+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Ninja'ing";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 391 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Ninja Targets";
_root.taskTrain1 = "stee";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Practice (Ste E.+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Target Practice";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 394 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Junk Garage";
_root.taskTrain1 = "veh";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Fix Cars (Veh+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Repairing";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 397 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Spy HQ";
_root.taskTrain1 = "dec";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Study (Dec+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Studying";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 400 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "B-Ball Court";
_root.taskTrain1 = "tea";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Play (Team+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Playing BBall";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 403 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = sml;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Diplomat's Office";
_root.taskTrain1 = "neg";
_root.taskTrain2 = "";
_root.taskTrain3 = "";
_root.taskNRG1 = 8;
_root.taskNRG2 = 0;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Paperwork (Neg+) (1-3)";
_root.taskTrainName2 = "";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Paperworking";
_root.taskTrainDis2 = "";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 406 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Ninja HQ";
_root.taskTrain1 = "ste";
_root.taskTrain2 = "stee";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 10;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Study Stealth (Ste++) (2-4)";
_root.taskTrainName2 = "Study Ninja Weapons (Ste E.++) (2-4)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Studying";
_root.taskTrainDis2 = "Studying";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 409 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Military Garage";
_root.taskTrain1 = "veh";
_root.taskTrain2 = "tin";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 10;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Repair (Veh++) (2-4)";
_root.taskTrainName2 = "Create Parts (Tin++) (2-4)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Repairing";
_root.taskTrainDis2 = "Creating";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 412 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Weapons Armory";
_root.taskTrain1 = "gun";
_root.taskTrain2 = "demo";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 10;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Test Rifles (Gun++) (2-4)";
_root.taskTrainName2 = "Test Grenades (Dem++) (2-4)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Shooting Things";
_root.taskTrainDis2 = "Shooting Things";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 415 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Hi-Tech Hospital";
_root.taskTrain1 = "ele";
_root.taskTrain2 = "med";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 10;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Study Tech (Ele++) (2-4)";
_root.taskTrainName2 = "Heal People (Med++) (2-4)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Studying";
_root.taskTrainDis2 = "Healing";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 418 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Wilderness Cabin";
_root.taskTrain1 = "nat";
_root.taskTrain2 = "tea";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 10;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Camp Out (Nat++) (2-4)";
_root.taskTrainName2 = "Survive (Team++) (2-4)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Camping";
_root.taskTrainDis2 = "Surviving";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 421 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = med;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Theatre";
_root.taskTrain1 = "dec";
_root.taskTrain2 = "neg";
_root.taskTrain3 = "";
_root.taskNRG1 = 10;
_root.taskNRG2 = 10;
_root.taskNRG3 = 0;
_root.taskTrainName1 = "Act Evil (Dec++) (2-4)";
_root.taskTrainName2 = "Act Sincere (Neg++) (2-4)";
_root.taskTrainName3 = "";
_root.taskTrainDis1 = "Acting";
_root.taskTrainDis2 = "Acting";
_root.taskTrainDis3 = "";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 424 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = big;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Spy Academy";
_root.taskTrain1 = "tin";
_root.taskTrain2 = "ste";
_root.taskTrain3 = "dec";
_root.taskNRG1 = 14;
_root.taskNRG2 = 14;
_root.taskNRG3 = 14;
_root.taskTrainName1 = "Macguyver Gadget (Tin+++) (3-5)";
_root.taskTrainName2 = "Ninja Stealth (Ste+++) (3-5)";
_root.taskTrainName3 = "Fake Death (Dec+++) (3-5)";
_root.taskTrainDis1 = "Making Stuff";
_root.taskTrainDis2 = "Ninja'ing";
_root.taskTrainDis3 = "Deceiving";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 427 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = big;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Herbal Spa";
_root.taskTrain1 = "nat";
_root.taskTrain2 = "med";
_root.taskTrain3 = "tea";
_root.taskNRG1 = 14;
_root.taskNRG2 = 14;
_root.taskNRG3 = 14;
_root.taskTrainName1 = "Study Herbs (Nat+++) (3-5)";
_root.taskTrainName2 = "Make Tea (Med+++) (3-5)";
_root.taskTrainName3 = "Clean Up (Team+++) (3-5)";
_root.taskTrainDis1 = "Studying";
_root.taskTrainDis2 = "Serving";
_root.taskTrainDis3 = "Cleaning";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 429 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = big;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "Adv. Weapons Lab";
_root.taskTrain1 = "gun";
_root.taskTrain2 = "stee";
_root.taskTrain3 = "neg";
_root.taskNRG1 = 14;
_root.taskNRG2 = 14;
_root.taskNRG3 = 14;
_root.taskTrainName1 = "Shoot Guns (Gun+++) (3-5)";
_root.taskTrainName2 = "Try Gadgets (Ste E.+++) (3-5)";
_root.taskTrainName3 = "Shotgun Diplomancy (Neg+++) (3-5)";
_root.taskTrainDis1 = "Shooting";
_root.taskTrainDis2 = "Testing";
_root.taskTrainDis3 = "Shooting";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 431 Button
on (rollOver) {
if (_root.taskSelection == true) {
var sml = int((Math.random() * 3) + 1);
var med = int((Math.random() * 3) + 2);
var big = int((Math.random() * 3) + 3);
var size = big;
if (_root.mainCursorStatus == "taskPico") {
_root.taskChosenRecruit = "pico";
_root.taskReqNRG = _root.mainPicoNRG;
_root.picoTaskAdd = size;
} else if (_root.mainCursorStatus == "taskDarn") {
_root.taskChosenRecruit = "darn";
_root.taskReqNRG = _root.mainDarnNRG;
_root.darnTaskAdd = size;
} else if (_root.mainCursorStatus == "taskNene") {
_root.taskChosenRecruit = "nene";
_root.taskReqNRG = _root.mainNeneNRG;
_root.neneTaskAdd = size;
}
_root.taskBuilding = "S. Moses";
_root.taskTrain1 = "ele";
_root.taskTrain2 = "veh";
_root.taskTrain3 = "dem";
_root.taskNRG1 = 14;
_root.taskNRG2 = 14;
_root.taskNRG3 = 14;
_root.taskTrainName1 = "Test Secret Weapon (Ele+++) (3-5)";
_root.taskTrainName2 = "Test Secret Weapon (Veh+++) (3-5)";
_root.taskTrainName3 = "Test Secret Weapon (Dem+++) (3-5)";
_root.taskTrainDis1 = "Metal Gear";
_root.taskTrainDis2 = "Metal Gear";
_root.taskTrainDis3 = "Metal Gear";
_root.mainGame.guiDescription.gotoAndStop("task");
}
}
on (release) {
if (_root.taskSelection == true) {
_root.taskSelection = false;
_root.mainGame.gui_Overlay.gotoAndStop("taskOptions");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 432 MovieClip Frame 1
stop();
Symbol 441 Button
on (rollOver) {
guiDescription.gotoAndStop(2);
}
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
_root.mainCursorStatus = "normal";
gui_Overlay.gotoAndStop("statusPico");
}
Symbol 443 Button
on (rollOver) {
guiDescription.gotoAndStop(3);
}
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
_root.mainCursorStatus = "normal";
gui_Overlay.gotoAndStop("bb");
}
Symbol 445 Button
on (rollOver) {
guiDescription.gotoAndStop(4);
}
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
_root.mainCursorStatus = "normal";
if (_root.researchOn == true) {
if (_root.researchProgress >= _root.researchMax) {
_root.researchProgress = 0;
gui_Overlay.gotoAndStop("researchDone");
} else {
gui_Overlay.gotoAndStop("research");
}
} else {
gui_Overlay.gotoAndStop("researchNew");
}
}
Symbol 448 Button
on (rollOver) {
guiDescription.gotoAndStop(5);
}
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.picoTask != "m") {
_root.taskSelection = true;
_root.mainCursorStatus = "taskPico";
}
}
Symbol 451 Button
on (rollOver) {
guiDescription.gotoAndStop(7);
}
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.neneTask != "m") {
_root.taskSelection = true;
_root.mainCursorStatus = "taskNene";
}
}
Symbol 454 Button
on (rollOver) {
guiDescription.gotoAndStop(6);
}
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.darnTask != "m") {
_root.taskSelection = true;
_root.mainCursorStatus = "taskDarn";
}
}
Symbol 460 Button
on (release) {
gui_Overlay.gotoAndStop("progressAsk");
}
Symbol 471 Button
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
gui_Overlay.gotoAndStop("statusPico");
}
Symbol 472 Button
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
gui_Overlay.gotoAndStop("statusDarn");
}
Symbol 473 Button
on (rollOut) {
guiDescription.gotoAndStop(1);
}
on (release) {
gui_Overlay.gotoAndStop("statusNene");
}
Symbol 476 Button
on (release) {
gui_Overlay.gotoAndStop("help");
}
Symbol 486 Button
on (release) {
gotoAndStop (1);
}
Symbol 493 Button
on (release) {
gotoAndStop (3);
}
Symbol 494 Button
on (release) {
gotoAndStop (4);
}
Symbol 548 MovieClip Frame 1
stop();
Symbol 551 Button
on (release) {
gotoAndStop (2);
}
Symbol 611 Button
on (release) {
_root.mainDay++;
if (_root.researchOn == true) {
_root.researchProgress++;
}
if (_root.picoTask != "m") {
_root.picoTask = "na";
}
if (_root.darnTask != "m") {
_root.darnTask = "na";
}
if (_root.neneTask != "m") {
_root.neneTask = "na";
}
var misChance = int((Math.random() * 100) + 1);
if (misChance <= _root.misChanceNum) {
_root.misHit = true;
}
nextFrame();
}
Symbol 613 MovieClip Frame 12
stop();
Symbol 616 MovieClip Frame 35
if (_root.misPicoOutPast == _root.misPicoOut) {
if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnOutPast--;
}
if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneOutPast--;
}
if (_root.misPicoOnSpec == true) {
_parent.gotoAndStop("smissionHome");
} else {
_parent.gotoAndStop("missionHome");
}
} else if (_root.misDarnOutPast == _root.misDarnOut) {
if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneOutPast--;
}
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoOutPast--;
}
if (_root.misDarnOnSpec == true) {
_parent.gotoAndStop("smissionHome");
} else {
_parent.gotoAndStop("missionHome");
}
} else if (_root.misNeneOutPast == _root.misNeneOut) {
if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnOutPast--;
}
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoOutPast--;
}
if (_root.misNeneOnSpec == true) {
_parent.gotoAndStop("smissionHome");
} else {
_parent.gotoAndStop("missionHome");
}
} else if (_root.misHit == true) {
var misSpecial = int((Math.random() * 100) + 1);
if (misSpecial <= 35) {
_parent.gotoAndStop("smission");
} else {
_parent.gotoAndStop("mission");
}
} else {
_parent.gotoAndStop(1);
}
Symbol 622 Button
on (release) {
i = 0;
while (i < _root.buildInventory.length) {
if (_root.buildInventory[i] == _root.buildPlan) {
_root.buildInventory.splice(i, 1);
}
i++;
}
_root.mainCursorStatus = "normal";
_parent.gotoAndStop(1);
gotoAndStop (1);
}
Symbol 623 Button
on (release) {
i = 0;
while (i <= 42) {
if (_root.buildList[i] == _root.buildPlan) {
_root.buildList[i] = "empty";
}
i++;
}
_root.buildList[_root.buildOtherTile] = "empty";
_root.buildList[_root.buildOtherTile2] = "empty";
_root.buildList[_root.buildOtherTile3] = "empty";
_root.mainCursorStatus = "normal";
_parent.gotoAndStop(1);
gotoAndStop (1);
}
Symbol 629 Button
on (release) {
_root.mainCursorStatus = "normal";
_parent.gotoAndStop(1);
gotoAndStop (1);
}
Symbol 630 Button
on (release) {
gotoAndStop (1);
}
Symbol 635 Button
on (rollOver) {
_root.mainGame.guiDescription.gotoAndStop(10);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.mainGame.guiDescription.gotoAndStop(1);
gotoAndStop ("buy");
}
Symbol 637 Button
on (rollOver) {
_root.mainGame.guiDescription.gotoAndStop(11);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.mainGame.guiDescription.gotoAndStop(1);
gotoAndStop ("build");
}
Symbol 647 Button
on (rollOver) {
_root.disBuildFX = "Disipline (Loyalty+) | Rec Room (Energy+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "hq";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 650 Button
on (rollOver) {
_root.disBuildFX = "Work Out (Strength+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "str1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 654 Button
on (rollOver) {
_root.disBuildFX = "Study (Intelligence+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "int1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 657 Button
on (rollOver) {
_root.disBuildFX = "Work Out (Dexterity+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "dex1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 660 Button
on (rollOver) {
_root.disBuildFX = "Train (Endurance+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "end1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 663 Button
on (rollOver) {
_root.disBuildFX = "Seclusion (Loyalty+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "loy1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 666 Button
on (rollOver) {
_root.disBuildFX = "Drink Up (Charm+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "cha1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 669 Button
on (rollOver) {
_root.disBuildFX = "Eat Fastfood (Loyalty+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "loy2";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 673 Button
on (rollOver) {
_root.disBuildFX = "Work Out (Strength+) | Run Track (Endurance+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 3;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 676 Button
on (rollOver) {
_root.disBuildFX = "Study (Intelligence+) | Spy Training (Dexterity+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com2";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 679 Button
on (rollOver) {
_root.disBuildFX = "Drink Up (Charm+) | Dine In (Energy+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "cha2";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 683 Button
on (rollOver) {
_root.disBuildFX = "Work Out (Str+) | Dance (Dex+) | Aerobics (End+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com3";
_root.buildDonePlacing = false;
_root.buildPlanSize = 4;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 686 Button
on (rollOver) {
_root.disBuildFX = "SUBLIMINAL (Int+) | SUBLIMINAL (Crm+) | SUBLIMINAL (Loyalty+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com4";
_root.buildDonePlacing = false;
_root.buildPlanSize = 4;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 689 Button
on (rollOver) {
_root.disBuildFX = "Target Practice (Gun Mastery+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "gun1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 692 Button
on (rollOver) {
_root.disBuildFX = "Defuse Bombs (Demolitions+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "dem1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 695 Button
on (rollOver) {
_root.disBuildFX = "Survive (Nature+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "nat1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 698 Button
on (rollOver) {
_root.disBuildFX = "Create (Tinkering+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "tin1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 701 Button
on (rollOver) {
_root.disBuildFX = "Operate (Electronics+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "ele1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 704 Button
on (rollOver) {
_root.disBuildFX = "Perform (Medicine+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "med1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 707 Button
on (rollOver) {
_root.disBuildFX = "Train (Stealth+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "ste1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 710 Button
on (rollOver) {
_root.disBuildFX = "Target Practice (Stealth Equip.+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "stee1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 713 Button
on (rollOver) {
_root.disBuildFX = "Repair Vehicles (Vehicle+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "veh1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 716 Button
on (rollOver) {
_root.disBuildFX = "Train (Deception+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "dec1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 719 Button
on (rollOver) {
_root.disBuildFX = "Hoop It Up (Teamwork+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "tea1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 722 Button
on (rollOver) {
_root.disBuildFX = "Deal Business (Negotiation+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "neg1";
_root.buildDonePlacing = false;
_root.buildPlanSize = 1;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 725 Button
on (rollOver) {
_root.disBuildFX = "Meditate (Stealth+ / Stealth E.+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com5";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 728 Button
on (rollOver) {
_root.disBuildFX = "Repair (Vehicle+ / Tinkering+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com6";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 731 Button
on (rollOver) {
_root.disBuildFX = "Fool Around (Gun Mastery+ / Demolitions+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com7";
_root.buildDonePlacing = false;
_root.buildPlanSize = 3;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 734 Button
on (rollOver) {
_root.disBuildFX = "Perform (Electronics+ / Medicine+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com8";
_root.buildDonePlacing = false;
_root.buildPlanSize = 3;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 737 Button
on (rollOver) {
_root.disBuildFX = "Camp Out (Nature+ / Teamwork+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com9";
_root.buildDonePlacing = false;
_root.buildPlanSize = 3;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 740 Button
on (rollOver) {
_root.disBuildFX = "Act (Deception+ / Negotiation+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com10";
_root.buildDonePlacing = false;
_root.buildPlanSize = 2;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 743 Button
on (rollOver) {
_root.disBuildFX = "Study (Tinkering+ / Stealth+ / Deception+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com11";
_root.buildDonePlacing = false;
_root.buildPlanSize = 3;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 746 Button
on (rollOver) {
_root.disBuildFX = "Work (Nature+ / Medicine+ / Teamwork+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com12";
_root.buildDonePlacing = false;
_root.buildPlanSize = 3;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 749 Button
on (rollOver) {
_root.disBuildFX = "Test Weapons (Gun Mastery+ / Stealth E.+ / Negotiation+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com13";
_root.buildDonePlacing = false;
_root.buildPlanSize = 4;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 752 Button
on (rollOver) {
_root.disBuildFX = "Secret Weapon, METAL GEAR?! (Ele+ / Veh+/ Demo+)";
_root.mainGame.guiDescription.gotoAndStop(9);
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
_root.buildPlan = "com14";
_root.buildDonePlacing = false;
_root.buildPlanSize = 4;
_root.mainCursorStatus = "build";
_root.mainGame.gotoAndStop(2);
_parent.gotoAndStop(1);
}
Symbol 754 MovieClip Frame 1
stop();
Symbol 765 Button
on (release) {
gotoAndStop ("buy");
}
Symbol 766 Button
on (release) {
prevFrame();
}
Symbol 774 Button
on (release) {
gotoAndStop ("build");
}
Symbol 784 Button
on (rollOver) {
_root.buyPrice = 200;
_root.buyChoseBuild = "str1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 788 Button
on (rollOver) {
_root.buyPrice = 200;
_root.buyChoseBuild = "int1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 792 Button
on (rollOver) {
_root.buyPrice = 200;
_root.buyChoseBuild = "dex1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 797 Button
on (rollOver) {
_root.buyPrice = 225;
_root.buyChoseBuild = "end1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 802 Button
on (rollOver) {
_root.buyPrice = 175;
_root.buyChoseBuild = "loy1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 807 Button
on (rollOver) {
_root.buyPrice = 200;
_root.buyChoseBuild = "cha1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 812 Button
on (rollOver) {
_root.buyPrice = 250;
_root.buyChoseBuild = "loy2";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 817 Button
on (rollOver) {
_root.buyPrice = 350;
_root.buyChoseBuild = "com1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 822 Button
on (rollOver) {
_root.buyPrice = 350;
_root.buyChoseBuild = "com2";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 827 Button
on (rollOver) {
_root.buyPrice = 375;
_root.buyChoseBuild = "cha2";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 832 Button
on (rollOver) {
_root.buyPrice = 500;
_root.buyChoseBuild = "com3";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 837 Button
on (rollOver) {
_root.buyPrice = 500;
_root.buyChoseBuild = "com4";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 842 Button
on (rollOver) {
_root.buyPrice = 100;
_root.buyChoseBuild = "gun1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 847 Button
on (rollOver) {
_root.buyPrice = 125;
_root.buyChoseBuild = "dem1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 851 Button
on (rollOver) {
_root.buyPrice = 100;
_root.buyChoseBuild = "nat1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 856 Button
on (rollOver) {
_root.buyPrice = 100;
_root.buyChoseBuild = "tin1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 861 Button
on (rollOver) {
_root.buyPrice = 150;
_root.buyChoseBuild = "ele1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 866 Button
on (rollOver) {
_root.buyPrice = 100;
_root.buyChoseBuild = "med1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 871 Button
on (rollOver) {
_root.buyPrice = 100;
_root.buyChoseBuild = "ste1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 876 Button
on (rollOver) {
_root.buyPrice = 100;
_root.buyChoseBuild = "stee1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 881 Button
on (rollOver) {
_root.buyPrice = 150;
_root.buyChoseBuild = "veh1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 885 Button
on (rollOver) {
_root.buyPrice = 100;
_root.buyChoseBuild = "dec1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 890 Button
on (rollOver) {
_root.buyPrice = 100;
_root.buyChoseBuild = "tea1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 895 Button
on (rollOver) {
_root.buyPrice = 125;
_root.buyChoseBuild = "neg1";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 900 Button
on (rollOver) {
_root.buyPrice = 325;
_root.buyChoseBuild = "com5";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 905 Button
on (rollOver) {
_root.buyPrice = 350;
_root.buyChoseBuild = "com6";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 910 Button
on (rollOver) {
_root.buyPrice = 350;
_root.buyChoseBuild = "com7";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 915 Button
on (rollOver) {
_root.buyPrice = 350;
_root.buyChoseBuild = "com8";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 920 Button
on (rollOver) {
_root.buyPrice = 325;
_root.buyChoseBuild = "com9";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 925 Button
on (rollOver) {
_root.buyPrice = 325;
_root.buyChoseBuild = "com10";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 930 Button
on (rollOver) {
_root.buyPrice = 450;
_root.buyChoseBuild = "com11";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 935 Button
on (rollOver) {
_root.buyPrice = 450;
_root.buyChoseBuild = "com12";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 940 Button
on (rollOver) {
_root.buyPrice = 475;
_root.buyChoseBuild = "com13";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 945 Button
on (rollOver) {
_root.buyPrice = 550;
_root.buyChoseBuild = "com14";
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop(1);
_parent.gotoAndStop("buyConfirm");
}
}
Symbol 947 MovieClip Frame 1
stop();
Symbol 954 Button
on (release) {
_root.mainMoney = _root.mainMoney - _root.buyPrice;
i = 0;
while (i < _root.buildInventory.length) {
if (_root.buildInventory[i] == "empty") {
_root.buildInventory[i] = _root.buyChoseBuild;
}
i++;
}
_root.buildInventory.push("empty");
i = 0;
while (i < _root.buyInventory.length) {
if (_root.buyInventory[i] == _root.buyChoseBuild) {
_root.buyInventory.splice(i, 1);
}
i++;
}
gotoAndStop ("bb");
}
Symbol 955 Button
on (release) {
gotoAndStop ("buy");
}
Symbol 1015 Button
on (release) {
nextFrame();
}
Symbol 1019 Button
on (release) {
_root.researchType = "att";
nextFrame();
}
Symbol 1020 Button
on (release) {
_root.researchType = "ski";
nextFrame();
}
Symbol 1025 Button
on (rollOver) {
if (_root.researchType == "att") {
if (_root.resListAtt1.length == 0) {
_root.mainGame.guiDescription.gotoAndStop("resNo");
} else {
_root.researchSize = "sml";
_root.researchOkay = true;
}
} else if (_root.researchType == "ski") {
if (_root.resListSki1.length == 0) {
_root.mainGame.guiDescription.gotoAndStop("resNo");
} else {
_root.researchSize = "sml";
_root.researchOkay = true;
}
}
}
on (release) {
if (_root.researchOkay == true) {
nextFrame();
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 1026 Button
on (rollOver) {
if (_root.researchType == "att") {
if (_root.resListAtt2.length == 0) {
_root.mainGame.guiDescription.gotoAndStop("resNo");
} else {
_root.researchSize = "med";
_root.researchOkay = true;
}
} else if (_root.researchType == "ski") {
if (_root.resListSki2.length == 0) {
_root.mainGame.guiDescription.gotoAndStop("resNo");
} else {
_root.researchSize = "med";
_root.researchOkay = true;
}
}
}
on (release) {
if (_root.researchOkay == true) {
nextFrame();
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 1027 Button
on (rollOver) {
if (_root.researchType == "att") {
if (_root.resListAtt3.length == 0) {
_root.mainGame.guiDescription.gotoAndStop("resNo");
} else {
_root.researchSize = "lrg";
_root.researchOkay = true;
}
} else if (_root.researchType == "ski") {
if (_root.resListSki3.length == 0) {
_root.mainGame.guiDescription.gotoAndStop("resNo");
} else {
_root.researchSize = "lrg";
_root.researchOkay = true;
}
}
}
on (release) {
if (_root.researchOkay == true) {
nextFrame();
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
Symbol 1044 Button
on (rollOver) {
if (_root.researchSize == "sml") {
_root.buyPrice = 100;
_root.researchMax = int((Math.random() * 2) + 1);
} else if (_root.researchSize == "med") {
_root.buyPrice = 250;
_root.researchMax = int((Math.random() * 2) + 2);
} else if (_root.researchSize == "lrg") {
_root.buyPrice = 400;
_root.researchMax = int((Math.random() * 2) + 3);
}
if (_root.mainMoney >= _root.buyPrice) {
_root.mainGame.guiDescription.gotoAndStop("buyYes");
} else {
_root.mainGame.guiDescription.gotoAndStop("buyNo");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.mainMoney >= _root.buyPrice) {
_root.mainMoney = _root.mainMoney - _root.buyPrice;
if (_root.researchType == "att") {
if (_root.researchSize == "sml") {
var ranNum = (int((Math.random() * _root.resListAtt1.length) + 1) - 1);
_root.researchCurrent = _root.resListAtt1[ranNum];
} else if (_root.researchSize == "med") {
var ranNum = (int((Math.random() * _root.resListAtt2.length) + 1) - 1);
_root.researchCurrent = _root.resListAtt2[ranNum];
} else if (_root.researchSize == "lrg") {
var ranNum = (int((Math.random() * _root.resListAtt3.length) + 1) - 1);
_root.researchCurrent = _root.resListAtt3[ranNum];
}
} else if (_root.researchType == "ski") {
if (_root.researchSize == "sml") {
var ranNum = (int((Math.random() * _root.resListSki1.length) + 1) - 1);
_root.researchCurrent = _root.resListSki1[ranNum];
} else if (_root.researchSize == "med") {
var ranNum = (int((Math.random() * _root.resListSki2.length) + 1) - 1);
_root.researchCurrent = _root.resListSki2[ranNum];
} else if (_root.researchSize == "lrg") {
var ranNum = (int((Math.random() * _root.resListSki3.length) + 1) - 1);
_root.researchCurrent = _root.resListSki3[ranNum];
}
}
_root.researchOn = true;
_root.mainGame.guiDescription.gotoAndStop(1);
nextFrame();
}
}
Symbol 1045 Button
on (release) {
gotoAndStop ("researchNew");
}
Symbol 1058 Button
on (release) {
if (_root.researchType == "att") {
if (_root.researchSize == "sml") {
i = 0;
while (i < _root.resListAtt1.length) {
if (_root.resListAtt1[i] == _root.researchCurrent) {
_root.resListAtt1.splice(i, 1);
}
i++;
}
} else if (_root.researchSize == "med") {
i = 0;
while (i < _root.resListAtt2.length) {
if (_root.resListAtt2[i] == _root.researchCurrent) {
_root.resListAtt2.splice(i, 1);
}
i++;
}
} else if (_root.researchSize == "lrg") {
i = 0;
while (i < _root.resListAtt3.length) {
if (_root.resListAtt3[i] == _root.researchCurrent) {
_root.resListAtt3.splice(i, 1);
}
i++;
}
}
} else if (_root.researchType == "ski") {
if (_root.researchSize == "sml") {
i = 0;
while (i < _root.resListSki1.length) {
if (_root.resListSki1[i] == _root.researchCurrent) {
_root.resListSki1.splice(i, 1);
}
i++;
}
} else if (_root.researchSize == "med") {
i = 0;
while (i < _root.resListSki2.length) {
if (_root.resListSki2[i] == _root.researchCurrent) {
_root.resListSki2.splice(i, 1);
}
i++;
}
} else if (_root.researchSize == "lrg") {
i = 0;
while (i < _root.resListSki3.length) {
if (_root.resListSki3[i] == _root.researchCurrent) {
_root.resListSki3.splice(i, 1);
}
i++;
}
}
}
i = 0;
while (i < _root.buyInventory.length) {
if (_root.buyInventory[i] == "empty") {
_root.buyInventory[i] = _root.researchCurrent;
}
i++;
}
_root.buyInventory.push("empty");
_root.researchCurrent = "";
_root.researchProgress = 0;
_root.researchMax = 0;
_root.researchOn = false;
_root.researchType = "";
_root.researchSize = "";
gotoAndStop (1);
}
Symbol 1063 Button
on (release) {
_root.mainCursorStatus = "normal";
gotoAndStop (1);
}
Symbol 1065 Button
on (rollOver) {
if (_root.taskReqNRG < _root.taskNRG3) {
_root.mainGame.guiDescription.gotoAndStop("noNRG");
} else {
enoughNRG = true;
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.taskNRG3 != 0) {
if (_root.taskReqNRG >= _root.taskNRG3) {
if (_root.taskChosenRecruit == "pico") {
_root.picoTask = _root.taskTrain3;
_root.disPicoTask = _root.taskTrainDis3;
_root.taskPicoUsedNRG = _root.taskNRG3;
} else if (_root.taskChosenRecruit == "darn") {
_root.darnTask = _root.taskTrain3;
_root.disDarnTask = _root.taskTrainDis3;
_root.taskDarnUsedNRG = _root.taskNRG3;
} else if (_root.taskChosenRecruit == "nene") {
_root.neneTask = _root.taskTrain3;
_root.disNeneTask = _root.taskTrainDis3;
_root.taskNeneUsedNRG = _root.taskNRG3;
}
gotoAndStop (1);
_root.mainCursorStatus = "normal";
}
}
}
Symbol 1066 Button
on (rollOver) {
if (_root.taskReqNRG < _root.taskNRG2) {
_root.mainGame.guiDescription.gotoAndStop("noNRG");
} else if (_root.taskNRG2 == -2) {
if (_root.mainMoney < 10) {
_root.buyPrice = 10;
_root.mainGame.guiDescription.gotoAndStop("buyNo");
enoughNRG = false;
} else {
_root.buyPrice = 10;
_root.mainGame.guiDescription.gotoAndStop("buyYes");
enoughNRG = true;
}
} else if (_root.taskNRG2 == -3) {
if (_root.mainMoney < 20) {
_root.buyPrice = 20;
_root.mainGame.guiDescription.gotoAndStop("buyNo");
enoughNRG = false;
} else {
_root.buyPrice = 20;
_root.mainGame.guiDescription.gotoAndStop("buyYes");
enoughNRG = true;
}
} else {
enoughNRG = true;
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.taskNRG2 != 0) {
if (enoughNRG == true) {
if (_root.taskChosenRecruit == "pico") {
_root.picoTask = _root.taskTrain2;
_root.disPicoTask = _root.taskTrainDis2;
_root.taskPicoUsedNRG = _root.taskNRG2;
} else if (_root.taskChosenRecruit == "darn") {
_root.darnTask = _root.taskTrain2;
_root.disDarnTask = _root.taskTrainDis2;
_root.taskDarnUsedNRG = _root.taskNRG2;
} else if (_root.taskChosenRecruit == "nene") {
_root.neneTask = _root.taskTrain2;
_root.disNeneTask = _root.taskTrainDis2;
_root.taskNeneUsedNRG = _root.taskNRG2;
}
if (_root.taskNRG2 == -2) {
_root.mainMoney = _root.mainMoney - 10;
}
if (_root.taskNRG2 == -3) {
_root.mainMoney = _root.mainMoney - 20;
}
_root.mainGame.guiDescription.gotoAndStop(1);
gotoAndStop (1);
_root.mainCursorStatus = "normal";
}
}
}
Symbol 1067 Button
on (rollOver) {
if (_root.taskReqNRG < _root.taskNRG1) {
_root.mainGame.guiDescription.gotoAndStop("noNRG");
}
}
on (rollOut) {
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.taskNRG1 != 0) {
if (_root.taskReqNRG >= _root.taskNRG1) {
if (_root.taskChosenRecruit == "pico") {
_root.picoTask = _root.taskTrain1;
_root.disPicoTask = _root.taskTrainDis1;
_root.taskPicoUsedNRG = _root.taskNRG1;
} else if (_root.taskChosenRecruit == "darn") {
_root.darnTask = _root.taskTrain1;
_root.disDarnTask = _root.taskTrainDis1;
_root.taskDarnUsedNRG = _root.taskNRG1;
} else if (_root.taskChosenRecruit == "nene") {
_root.neneTask = _root.taskTrain1;
_root.disNeneTask = _root.taskTrainDis1;
_root.taskNeneUsedNRG = _root.taskNRG1;
}
_root.mainCursorStatus = "normal";
gotoAndStop (1);
}
}
}
Symbol 1079 Button
on (release) {
gotoAndStop ("progress");
}
Symbol 1082 Button
on (rollOver) {
if (_root.picoTask == "m") {
_root.mainGame.guiDescription.gotoAndStop("missionNo");
}
cadStats.gotoAndStop(2);
}
on (rollOut) {
cadStats.gotoAndStop(1);
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.picoTask != "m") {
_root.misCPerson = "Pico";
if (_root.misCDiff == 9) {
_root.misPicoMisRank = 10;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.picoLevel > 10) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.picoLevel < 10) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 8) {
_root.misPicoMisRank = 9;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.picoLevel > 9) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.picoLevel < 9) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 7) {
_root.misPicoMisRank = 8;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.picoLevel > 8) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.picoLevel < 8) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 6) {
_root.misPicoMisRank = 7;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "even");
} else if (_root.picoLevel > 7) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "high");
} else if (_root.picoLevel < 7) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "low");
}
} else if (_root.misCDiff == 5) {
_root.misPicoMisRank = 6;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "even");
} else if (_root.picoLevel > 6) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "high");
} else if (_root.picoLevel < 6) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "low");
}
} else if (_root.misCDiff == 4) {
_root.misPicoMisRank = 5;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "even");
} else if (_root.picoLevel > 5) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "high");
} else if (_root.picoLevel < 5) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "low");
}
} else if (_root.misCDiff == 3) {
_root.misPicoMisRank = 4;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "even");
} else if (_root.picoLeve > 4) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "high");
} else if (_root.picoLevel < 4) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "low");
}
} else if (_root.misCDiff == 2) {
_root.misPicoMisRank = 3;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "even");
} else if (_root.picoLevel > 3) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "high");
} else if (_root.picoLevel < 3) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "low");
}
} else if (_root.misCDiff == 1) {
_root.misPicoMisRank = 2;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, 0, 0, "even");
} else if (_root.picoLevel > 2) {
doMission(_root.misCAtt1, 0, 0, "high");
} else if (_root.picoLevel < 2) {
doMission(_root.misCAtt1, 0, 0, "low");
}
} else if (_root.misCDiff == 0) {
_root.misPicoMisRank = 1;
if (_root.picoLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, 0, 0, "even");
} else if (_root.picoLevel > 1) {
doMission(_root.misCAtt1, 0, 0, "high");
}
}
}
}
Symbol 1083 Button
on (rollOver) {
if (_root.darnTask == "m") {
_root.mainGame.guiDescription.gotoAndStop("missionNo");
}
cadStats.gotoAndStop(3);
}
on (rollOut) {
cadStats.gotoAndStop(1);
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.darnTask != "m") {
_root.misCPerson = "Darn";
if (_root.misCDiff == 9) {
_root.misDarnMisRank = 10;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.darnLevel > 10) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.darnLevel < 10) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 8) {
_root.misDarnMisRank = 9;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.darnLevel > 9) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.darnLevel < 9) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 7) {
_root.misDarnMisRank = 8;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.darnLevel > 8) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.darnLevel < 8) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 6) {
_root.misDarnMisRank = 7;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "even");
} else if (_root.darnLevel > 7) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "high");
} else if (_root.darnLevel < 7) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "low");
}
} else if (_root.misCDiff == 5) {
_root.misDarnMisRank = 6;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "even");
} else if (_root.darnLevel > 6) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "high");
} else if (_root.darnLevel < 6) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "low");
}
} else if (_root.misCDiff == 4) {
_root.misDarnMisRank = 5;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "even");
} else if (_root.darnLevel > 5) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "high");
} else if (_root.darnLevel < 5) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "low");
}
} else if (_root.misCDiff == 3) {
_root.misDarnMisRank = 4;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "even");
} else if (_root.darnLeve > 4) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "high");
} else if (_root.darnLevel < 4) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "low");
}
} else if (_root.misCDiff == 2) {
_root.misDarnMisRank = 3;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "even");
} else if (_root.darnLevel > 3) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "high");
} else if (_root.darnLevel < 3) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "low");
}
} else if (_root.misCDiff == 1) {
_root.misDarnMisRank = 2;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, 0, 0, "even");
} else if (_root.darnLevel > 2) {
doMission(_root.misCAtt1, 0, 0, "high");
} else if (_root.darnLevel < 2) {
doMission(_root.misCAtt1, 0, 0, "low");
}
} else if (_root.misCDiff == 0) {
_root.misDarnMisRank = 1;
if (_root.darnLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, 0, 0, "even");
} else if (_root.darnLevel > 1) {
doMission(_root.misCAtt1, 0, 0, "high");
}
}
}
}
Symbol 1086 Button
on (rollOver) {
if (_root.neneTask == "m") {
_root.mainGame.guiDescription.gotoAndStop("missionNo");
}
cadStats.gotoAndStop(4);
}
on (rollOut) {
cadStats.gotoAndStop(1);
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.neneTask != "m") {
_root.misCPerson = "Nene";
if (_root.misCDiff == 9) {
_root.misNeneMisRank = 10;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.neneLevel > 10) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.neneLevel < 10) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 8) {
_root.misNeneMisRank = 9;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.neneLevel > 9) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.neneLevel < 9) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 7) {
_root.misNeneMisRank = 8;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "even");
} else if (_root.neneLevel > 8) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "high");
} else if (_root.neneLevel < 8) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCSki3, "low");
}
} else if (_root.misCDiff == 6) {
_root.misNeneMisRank = 7;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "even");
} else if (_root.neneLevel > 7) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "high");
} else if (_root.neneLevel < 7) {
doMission(_root.misCSki1, _root.misCSki2, _root.misCAtt1, "low");
}
} else if (_root.misCDiff == 5) {
_root.misNeneMisRank = 6;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "even");
} else if (_root.neneLevel > 6) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "high");
} else if (_root.neneLevel < 6) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "low");
}
} else if (_root.misCDiff == 4) {
_root.misNeneMisRank = 5;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "even");
} else if (_root.neneLevel > 5) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "high");
} else if (_root.neneLevel < 5) {
doMission(_root.misCAtt1, _root.misCAtt2, _root.misCSki1, "low");
}
} else if (_root.misCDiff == 3) {
_root.misNeneMisRank = 4;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "even");
} else if (_root.neneLeve > 4) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "high");
} else if (_root.neneLevel < 4) {
doMission(_root.misCAtt1, _root.misCSki1, 0, "low");
}
} else if (_root.misCDiff == 2) {
_root.misNeneMisRank = 3;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "even");
} else if (_root.neneLevel > 3) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "high");
} else if (_root.neneLevel < 3) {
doMission(_root.misCAtt1, _root.misCAtt2, 0, "low");
}
} else if (_root.misCDiff == 1) {
_root.misNeneMisRank = 2;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, 0, 0, "even");
} else if (_root.neneLevel > 2) {
doMission(_root.misCAtt1, 0, 0, "high");
} else if (_root.neneLevel < 2) {
doMission(_root.misCAtt1, 0, 0, "low");
}
} else if (_root.misCDiff == 0) {
_root.misNeneMisRank = 1;
if (_root.neneLevel == (_root.misCDiff + 1)) {
doMission(_root.misCAtt1, 0, 0, "even");
} else if (_root.neneLevel > 1) {
doMission(_root.misCAtt1, 0, 0, "high");
}
}
}
}
Symbol 1164 MovieClip Frame 1
stop();
Symbol 1174 Button
on (rollOver) {
if (_root.picoTask == "m") {
_root.mainGame.guiDescription.gotoAndStop("missionNo");
}
cadStats.gotoAndStop(2);
}
on (rollOut) {
cadStats.gotoAndStop(1);
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.picoTask != "m") {
_root.misCPerson = "Pico";
if (_root.misCDiff == 9) {
_root.misPicoMisRank = 10;
_root.misPicoOut = int((Math.random() * 2) + 3);
_root.misPicoGainExp = 550;
if (_root.picoLevel > 10) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 10) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 8) {
_root.misPicoMisRank = 9;
_root.misPicoOut = int((Math.random() * 2) + 3);
_root.misPicoGainExp = 500;
if (_root.picoLevel > 9) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 9) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 7) {
_root.misPicoMisRank = 8;
_root.misPicoOut = int((Math.random() * 2) + 3);
_root.misPicoGainExp = 450;
if (_root.picoLevel > 8) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 8) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 6) {
_root.misPicoMisRank = 7;
_root.misPicoOut = int((Math.random() * 2) + 2);
_root.misPicoGainExp = 400;
if (_root.picoLevel > 7) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 7) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 5) {
_root.misPicoMisRank = 6;
_root.misPicoOut = int((Math.random() * 2) + 2);
_root.misPicoGainExp = 350;
if (_root.picoLevel > 6) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 6) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 4) {
_root.misPicoMisRank = 5;
_root.misPicoOut = int((Math.random() * 2) + 2);
_root.misPicoGainExp = 300;
if (_root.picoLevel > 5) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 5) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 3) {
_root.misPicoMisRank = 4;
_root.misPicoOut = int((Math.random() * 2) + 1);
_root.misPicoGainExp = 250;
if (_root.picoLevel > 4) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 4) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 2) {
_root.misPicoMisRank = 3;
_root.misPicoOut = int((Math.random() * 2) + 1);
_root.misPicoGainExp = 200;
if (_root.picoLevel > 3) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 3) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 1) {
_root.misPicoMisRank = 2;
_root.misPicoOut = int((Math.random() * 2) + 1);
_root.misPicoGainExp = 150;
if (_root.picoLevel > 2) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 2) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
} else if (_root.misCDiff == 0) {
_root.misPicoMisRank = 1;
_root.misPicoOut = int((Math.random() * 2) + 1);
_root.misPicoGainExp = 100;
if (_root.picoLevel > 1) {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (_root.picoLevel < 1) {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
}
_root.misPicoOnSpec = true;
_root.misPicoSMis = _root.misSpecChoice;
prevFrame();
}
}
Symbol 1175 Button
on (rollOver) {
if (_root.darnTask == "m") {
_root.mainGame.guiDescription.gotoAndStop("missionNo");
}
cadStats.gotoAndStop(3);
}
on (rollOut) {
cadStats.gotoAndStop(1);
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.darnTask != "m") {
_root.misCPerson = "Darn";
if (_root.misCDiff == 9) {
_root.misDarnMisRank = 10;
_root.misDarnOut = int((Math.random() * 2) + 3);
_root.misDarnGainExp = 550;
if (_root.darnLevel > 10) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 10) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 8) {
_root.misDarnMisRank = 9;
_root.misDarnOut = int((Math.random() * 2) + 3);
_root.misDarnGainExp = 500;
if (_root.darnLevel > 9) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 9) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 7) {
_root.misDarnMisRank = 8;
_root.misDarnOut = int((Math.random() * 2) + 3);
_root.misDarnGainExp = 450;
if (_root.darnLevel > 8) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 8) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 6) {
_root.misDarnMisRank = 7;
_root.misDarnOut = int((Math.random() * 2) + 2);
_root.misDarnGainExp = 400;
if (_root.darnLevel > 7) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 7) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 5) {
_root.misDarnMisRank = 6;
_root.misDarnOut = int((Math.random() * 2) + 2);
_root.misDarnGainExp = 350;
if (_root.darnLevel > 6) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 6) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 4) {
_root.misDarnMisRank = 5;
_root.misDarnOut = int((Math.random() * 2) + 2);
_root.misDarnGainExp = 300;
if (_root.darnLevel > 5) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 5) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 3) {
_root.misDarnMisRank = 4;
_root.misDarnOut = int((Math.random() * 2) + 1);
_root.misDarnGainExp = 250;
if (_root.darnLevel > 4) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 4) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 2) {
_root.misDarnMisRank = 3;
_root.misDarnOut = int((Math.random() * 2) + 1);
_root.misDarnGainExp = 200;
if (_root.darnLevel > 3) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 3) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 1) {
_root.misDarnMisRank = 2;
_root.misDarnOut = int((Math.random() * 2) + 1);
_root.misDarnGainExp = 150;
if (_root.darnLevel > 2) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 2) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
} else if (_root.misCDiff == 0) {
_root.misDarnMisRank = 1;
_root.misDarnOut = int((Math.random() * 2) + 1);
_root.misDarnGainExp = 100;
if (_root.darnLevel > 1) {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (_root.darnLevel < 1) {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
}
_root.misDarnOnSpec = true;
_root.misDarnSMis = _root.misSpecChoice;
prevFrame();
}
}
Symbol 1176 Button
on (rollOver) {
if (_root.neneTask == "m") {
_root.mainGame.guiDescription.gotoAndStop("missionNo");
}
cadStats.gotoAndStop(4);
}
on (rollOut) {
cadStats.gotoAndStop(1);
_root.mainGame.guiDescription.gotoAndStop(1);
}
on (release) {
if (_root.neneTask != "m") {
_root.misCPerson = "Nene";
if (_root.misCDiff == 9) {
_root.misNeneMisRank = 10;
_root.misNeneOut = int((Math.random() * 2) + 3);
_root.misNeneGainExp = 550;
if (_root.neneLevel > 10) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 10) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 8) {
_root.misNeneMisRank = 9;
_root.misNeneOut = int((Math.random() * 2) + 3);
_root.misNeneGainExp = 500;
if (_root.neneLevel > 9) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 9) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 7) {
_root.misNeneMisRank = 8;
_root.misNeneOut = int((Math.random() * 2) + 3);
_root.misNeneGainExp = 450;
if (_root.neneLevel > 8) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 8) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 6) {
_root.misNeneMisRank = 7;
_root.misNeneOut = int((Math.random() * 2) + 2);
_root.misNeneGainExp = 400;
if (_root.neneLevel > 7) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 7) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 5) {
_root.misNeneMisRank = 6;
_root.misNeneOut = int((Math.random() * 2) + 2);
_root.misNeneGainExp = 350;
if (_root.neneLevel > 6) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 6) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 4) {
_root.misNeneMisRank = 5;
_root.misNeneOut = int((Math.random() * 2) + 2);
_root.misNeneGainExp = 300;
if (_root.neneLevel > 5) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 5) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 3) {
_root.misNeneMisRank = 4;
_root.misNeneOut = int((Math.random() * 2) + 1);
_root.misNeneGainExp = 250;
if (_root.neneLevel > 4) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 4) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 2) {
_root.misNeneMisRank = 3;
_root.misNeneOut = int((Math.random() * 2) + 1);
_root.misNeneGainExp = 200;
if (_root.neneLevel > 3) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 3) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 1) {
_root.misNeneMisRank = 2;
_root.misNeneOut = int((Math.random() * 2) + 1);
_root.misNeneGainExp = 150;
if (_root.neneLevel > 2) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 2) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
} else if (_root.misCDiff == 0) {
_root.misNeneMisRank = 1;
_root.misNeneOut = int((Math.random() * 2) + 1);
_root.misNeneGainExp = 100;
if (_root.neneLevel > 1) {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (_root.neneLevel < 1) {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
}
_root.misNeneOnSpec = true;
_root.misNeneSMis = _root.misSpecChoice;
prevFrame();
}
}
Symbol 1188 Button
on (release) {
var cadet = "";
if (_root.misPicoOutPast == _root.misPicoOut) {
cadet = "pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
cadet = "darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
cadet = "nene";
}
if (cadet == "pico") {
_root.misPicoOutPast = 0;
if (_root.picoRank == 0) {
if (_root.misPicoExp >= 100) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.picoRank == 1) {
if (_root.misPicoExp >= 250) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.picoRank == 2) {
if (_root.misPicoExp >= 650) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.picoRank == 3) {
if (_root.misPicoExp >= 1400) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.picoRank == 4) {
if (_root.misPicoExp >= 2300) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.picoRank == 5) {
if (_root.misPicoExp >= 3700) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.picoRank == 6) {
if (_root.misPicoExp >= 5300) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.picoRank == 7) {
if (_root.misPicoExp >= 7550) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.picoRank == 8) {
if (_root.misPicoExp >= 10550) {
_root.picoLevel++;
_root.picoRank++;
_root.misPicoOutPast = 0;
if (_root.picoRank >= _root.neneRank) {
if (_root.picoRank >= _root.darnRank) {
_root.misHighestDif = _root.picoRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
}
} else if (cadet == "darn") {
_root.misDarnOutPast = 0;
if (_root.darnRank == 0) {
if (_root.misDarnExp >= 100) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.darnRank == 1) {
if (_root.misDarnExp >= 250) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.darnRank == 2) {
if (_root.misDarnExp >= 650) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.darnRank == 3) {
if (_root.misDarnExp >= 1400) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.darnRank == 4) {
if (_root.misDarnExp >= 2300) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.darnRank == 5) {
if (_root.misDarnExp >= 3700) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.darnRank == 6) {
if (_root.misDarnExp >= 5300) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.darnRank == 7) {
if (_root.misDarnExp >= 7550) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.darnRank == 8) {
if (_root.misDarnExp >= 10550) {
_root.darnLevel++;
_root.darnRank++;
_root.misPicoOutPast = 0;
if (_root.darnRank >= _root.neneRank) {
if (_root.darnRank >= _root.picoRank) {
_root.misHighestDif = _root.darnRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
}
} else if (cadet == "nene") {
_root.misNeneOutPast = 0;
if (_root.neneRank == 0) {
if (_root.misNeneExp >= 100) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.neneRank == 1) {
if (_root.misNeneExp >= 250) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.neneRank == 2) {
if (_root.misNeneExp >= 650) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.neneRank == 3) {
if (_root.misNeneExp >= 1400) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.neneRank == 4) {
if (_root.misNeneExp >= 2300) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.neneRank == 5) {
if (_root.misNeneExp >= 3700) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.neneRank == 6) {
if (_root.misNeneExp >= 5300) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.neneRank == 7) {
if (_root.misNeneExp >= 7550) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
} else if (_root.neneRank == 8) {
if (_root.misNeneExp >= 10550) {
_root.neneLevel++;
_root.neneRank++;
_root.misPicoOutPast = 0;
if (_root.neneRank >= _root.picoRank) {
if (_root.neneRank >= _root.darnRank) {
_root.misHighestDif = _root.neneRank;
}
}
nextFrame();
} else {
gotoAndStop (1);
}
}
}
}
Symbol 1193 Button
on (release) {
gotoAndStop (1);
}
Symbol 1200 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa1");
} else {
gotoAndStop ("Fmisa1");
}
}
Symbol 1201 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb1");
} else {
gotoAndStop ("Fmisb1");
}
}
Symbol 1202 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc1");
} else {
gotoAndStop ("Fmisc1");
}
}
Symbol 1209 Button
on (rollOver) {
if (_root.misPicoOutPast == _root.misPicoOut) {
disStats.gotoAndStop(2);
} else if (_root.misDarnOutPast == _root.misDarnOut) {
disStats.gotoAndStop(3);
} else if (_root.misNeneOutPast == _root.misNeneOut) {
disStats.gotoAndStop(4);
}
}
on (rollOut) {
disStats.gotoAndStop(5);
}
Symbol 1212 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa2");
} else {
gotoAndStop ("Fmisa2");
}
}
Symbol 1213 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb2");
} else {
gotoAndStop ("Fmisb2");
}
}
Symbol 1214 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc2");
} else {
gotoAndStop ("Fmisc2");
}
}
Symbol 1220 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa3");
} else {
gotoAndStop ("Fmisa3");
}
}
Symbol 1221 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb3");
} else {
gotoAndStop ("Fmisb3");
}
}
Symbol 1222 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc3");
} else {
gotoAndStop ("Fmisc3");
}
}
Symbol 1228 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa4");
} else {
gotoAndStop ("Fmisa4");
}
}
Symbol 1229 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb4");
} else {
gotoAndStop ("Fmisb4");
}
}
Symbol 1230 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc4");
} else {
gotoAndStop ("Fmisc4");
}
}
Symbol 1236 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa5");
} else {
gotoAndStop ("Fmisa5");
}
}
Symbol 1237 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb5");
} else {
gotoAndStop ("Fmisb5");
}
}
Symbol 1238 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc5");
} else {
gotoAndStop ("Fmisc5");
}
}
Symbol 1244 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa6");
} else {
gotoAndStop ("Fmisa6");
}
}
Symbol 1245 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb6");
} else {
gotoAndStop ("Fmisb6");
}
}
Symbol 1246 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc6");
} else {
gotoAndStop ("Fmisc6");
}
}
Symbol 1252 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa7");
} else {
gotoAndStop ("Fmisa7");
}
}
Symbol 1253 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb7");
} else {
gotoAndStop ("Fmisb7");
}
}
Symbol 1254 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc7");
} else {
gotoAndStop ("Fmisc7");
}
}
Symbol 1260 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa8");
} else {
gotoAndStop ("Fmisa8");
}
}
Symbol 1261 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb8");
} else {
gotoAndStop ("Fmisb8");
}
}
Symbol 1262 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc8");
} else {
gotoAndStop ("Fmisc8");
}
}
Symbol 1268 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa9");
} else {
gotoAndStop ("Fmisa9");
}
}
Symbol 1269 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb9");
} else {
gotoAndStop ("Fmisb9");
}
}
Symbol 1270 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc9");
} else {
gotoAndStop ("Fmisc9");
}
}
Symbol 1276 Button
on (release) {
if (_root.misSSuccess1 == true) {
gotoAndStop ("Smisa10");
} else {
gotoAndStop ("Fmisa10");
}
}
Symbol 1277 Button
on (release) {
if (_root.misSSuccess2 == true) {
gotoAndStop ("Smisb10");
} else {
gotoAndStop ("Fmisb10");
}
}
Symbol 1278 Button
on (release) {
if (_root.misSSuccess3 == true) {
gotoAndStop ("Smisc10");
} else {
gotoAndStop ("Fmisc10");
}
}
Symbol 1287 Button
on (release) {
_parent.gotoAndStop("missionHome");
}
Symbol 1378 MovieClip Frame 1
disStats.gotoAndStop(5);
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Ele";
var sSki2 = "Gun";
var sSki3 = "Dec";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 2
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Dem";
var sSki2 = "Tea";
var sSki3 = "SteE";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 3
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Nat";
var sSki2 = "Tin";
var sSki3 = "Veh";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 4
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Neg";
var sSki2 = "Ste";
var sSki3 = "Med";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 5
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Ste";
var sSki2 = "Med";
var sSki3 = "Gun";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 6
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Ste";
var sSki2 = "Ele";
var sSki3 = "Dec";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 7
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Tin";
var sSki2 = "Veh";
var sSki3 = "Tea";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 8
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Nat";
var sSki2 = "Dem";
var sSki3 = "SteE";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 9
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Veh";
var sSki2 = "Tea";
var sSki3 = "Ele";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 10
function checkSuccess(cadet, ccadet, ski1, ski2, ski3) {
var _local2 = 0;
var _local4 = int((Math.random() * 100) + 1);
if (_root[("mis" + ccadet) + "MisRank"] == 1) {
_local2 = 20;
} else if (_root[("mis" + ccadet) + "MisRank"] == 2) {
_local2 = 40;
} else if (_root[("mis" + ccadet) + "MisRank"] == 3) {
_local2 = 60;
} else if (_root[("mis" + ccadet) + "MisRank"] == 4) {
_local2 = 80;
} else if (_root[("mis" + ccadet) + "MisRank"] == 5) {
_local2 = 100;
} else if (_root[("mis" + ccadet) + "MisRank"] == 6) {
_local2 = 120;
} else if (_root[("mis" + ccadet) + "MisRank"] == 7) {
_local2 = 140;
} else if (_root[("mis" + ccadet) + "MisRank"] == 8) {
_local2 = 160;
} else if (_root[("mis" + ccadet) + "MisRank"] == 9) {
_local2 = 180;
} else if (_root[("mis" + ccadet) + "MisRank"] == 10) {
_local2 = 200;
}
if (_local4 <= ((_root[cadet + ski1] / _local2) * 100)) {
_root.misSSuccess1 = true;
} else {
_root.misSSuccess1 = false;
}
if (_local4 <= ((_root[cadet + ski2] / _local2) * 100)) {
_root.misSSuccess2 = true;
} else {
_root.misSSuccess2 = false;
}
if (_local4 <= ((_root[cadet + ski3] / _local2) * 100)) {
_root.misSSuccess3 = true;
} else {
_root.misSSuccess3 = false;
}
}
var sCadet = "";
var ssCadet = "";
var sSki1 = "Gun";
var sSki2 = "Dem";
var sSki3 = "Veh";
if (_root.misPicoOutPast == _root.misPicoOut) {
sCadet = "pico";
ssCadet = "Pico";
} else if (_root.misDarnOutPast == _root.misDarnOut) {
sCadet = "darn";
ssCadet = "Darn";
} else if (_root.misNeneOutPast == _root.misNeneOut) {
sCadet = "nene";
ssCadet = "Nene";
}
checkSuccess(sCadet, ssCadet, sSki1, sSki2, sSki3);
Symbol 1378 MovieClip Frame 11
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 12
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 13
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 14
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 15
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 16
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 17
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 18
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 19
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 20
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 21
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 22
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 23
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 24
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 25
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 26
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 27
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 28
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 29
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 30
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 31
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 32
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 33
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 34
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 35
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 36
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 37
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 38
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 39
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 40
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 41
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 42
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 43
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 44
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 45
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 46
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 47
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 48
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 49
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 50
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 51
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 52
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 53
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 54
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 55
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 56
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 57
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 58
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 59
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 60
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 61
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 62
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 63
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 64
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 65
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 66
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 67
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 68
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1378 MovieClip Frame 69
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = true;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = true;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = true;
}
Symbol 1378 MovieClip Frame 70
if (_root.misPicoOutPast == _root.misPicoOut) {
_root.misPicoSuccess = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
_root.misDarnSuccess = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
_root.misNeneSuccess = false;
}
Symbol 1400 MovieClip Frame 1
stop();
Symbol 1400 MovieClip Frame 2
_root.disPicoRank = (("Lvl. " + _root.picoLevel) + " :: ") + _root.mainRankList[_root.picoRank];
disRank1.gotoAndStop(_root.mainRankList[_root.picoRank]);
_root.picoLoyDis = _root.picoLoy + "%";
Symbol 1400 MovieClip Frame 3
_root.disDarnRank = (("Lvl. " + _root.darnLevel) + " :: ") + _root.mainRankList[_root.darnRank];
disRank2.gotoAndStop(_root.mainRankList[_root.darnRank]);
_root.darnLoyDis = _root.darnLoy + "%";
Symbol 1400 MovieClip Frame 4
_root.disNeneRank = (("Lvl. " + _root.neneLevel) + " :: ") + _root.mainRankList[_root.neneRank];
disRank3.gotoAndStop(_root.mainRankList[_root.neneRank]);
_root.neneLoyDis = _root.neneLoy + "%";
Symbol 1400 MovieClip Frame 5
var minusLoy = int((Math.random() * 3) + 1);
minusLoy--;
var picoRebel = false;
var darnRebel = false;
var neneRebel = false;
var totalRebelNum = 25;
var picoRebelChance = (totalRebelNum - (_root.picoLoy / 4));
var darnRebelChance = (totalRebelNum - (_root.darnLoy / 4));
var neneRebelChance = (totalRebelNum - (_root.neneLoy / 4));
var loyChance = int((Math.random() * 100) + 1);
if (loyChance <= picoRebelChance) {
picoRebel = true;
_root.disPicoTask = "Ignored Orders";
_root.disPicoEvent = "With his current loyalty towards you, he decided to ignore you for the whole day.";
var loyChance = int((Math.random() * 100) + 1);
}
if (loyChance <= darnRebelChance) {
darnRebel = true;
_root.disDarnTask = "Ignored Orders";
_root.disDarnEvent = "With his current loyalty towards you, he decided to ignore you for the whole day.";
var loyChance = int((Math.random() * 100) + 1);
}
if (loyChance <= neneRebelChance) {
neneRebel = true;
_root.disNeneTask = "Ignored Orders";
_root.disNeneEvent = "With her current loyalty towards you, she decided to ignore you for the whole day.";
var loyChance = int((Math.random() * 100) + 1);
}
if (picoRebel == false) {
if (_root.picoTask == "str") {
_root.picoStr = _root.picoStr + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's strength has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "loy") {
_root.picoLoy = _root.picoLoy + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's loyalty has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "int") {
_root.picoInt = _root.picoInt + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's intelligence has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "dex") {
_root.picoDex = _root.picoDex + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's dexterity has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "cha") {
_root.picoCha = _root.picoCha + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's charm has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "end") {
_root.picoEnd = _root.picoEnd + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's endurance has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "gun") {
_root.picoGun = _root.picoGun + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's gun mastery has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "dem") {
_root.picoDem = _root.picoDem + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's demolitions has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "nat") {
_root.picoNat = _root.picoNat + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's nature knowledge has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "tin") {
_root.picoTin = _root.picoTin + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's tinkering has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "ele") {
_root.picoEle = _root.picoEle + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's electronics has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "med") {
_root.picoMed = _root.picoMed + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's medicine has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "ste") {
_root.picoSte = _root.picoSte + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's stealth has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "stee") {
_root.picoSteE = _root.picoSteE + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's stealth equipment skill has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "veh") {
_root.picoVeh = _root.picoVeh + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's vehicle skill has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "dec") {
_root.picoDec = _root.picoDec + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's deception has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "tea") {
_root.picoTea = _root.picoTea + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's teamwork has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "neg") {
_root.picoNeg = _root.picoNeg + _root.picoTaskAdd;
_root.mainPicoNRG = _root.mainPicoNRG - _root.taskPicoUsedNRG;
_root.disPicoEvent = ("Pico's negotiation has gone up by " + _root.picoTaskAdd) + "!";
} else if (_root.picoTask == "rest") {
_root.mainPicoNRG = _root.mainPicoNRG + 5;
_root.disPicoEvent = "Pico took the day off to rest";
} else if (_root.picoTask == "na") {
_root.disPicoEvent = "Pico wasn't assigned a task so he did his own shit all day.";
} else if (_root.picoTask == "rest+") {
_root.mainPicoNRG = _root.mainPicoNRG + 10;
_root.disPicoEvent = "Pico took the day off to rest";
} else if (_root.picoTask == "rest++") {
_root.mainPicoNRG = _root.mainPicoNRG + 15;
_root.disPicoEvent = "Pico took the day off to rest";
} else if (_root.picoTask == "m") {
_root.misPicoOutPast++;
_root.disPicoEvent = "Pico is fighting for us out there right now.";
}
}
if (darnRebel == false) {
if (_root.darnTask == "str") {
_root.darnStr = _root.darnStr + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's strength has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "loy") {
_root.darnLoy = _root.darnLoy + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's loyalty has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "int") {
_root.darnInt = _root.darnInt + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's intelligence has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "dex") {
_root.darnDex = _root.darnDex + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's dexterity has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "cha") {
_root.darnCha = _root.darnCha + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's charm has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "end") {
_root.darnEnd = _root.darnEnd + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's endurance has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "gun") {
_root.darnGun = _root.darnGun + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's gun mastery has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "dem") {
_root.darnDem = _root.darnDem + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's demolitions has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "nat") {
_root.darnNat = _root.darnNat + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's nature knowledge has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "tin") {
_root.darnTin = _root.darnTin + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's tinkering has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "ele") {
_root.darnEle = _root.darnEle + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's electronics has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "med") {
_root.darnMed = _root.darnMed + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's medicine has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "ste") {
_root.darnSte = _root.darnSte + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's stealth has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "stee") {
_root.darnSteE = _root.darnSteE + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's stealth equipment skill has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "veh") {
_root.darnVeh = _root.darnVeh + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's vehicle skill has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "dec") {
_root.darnDec = _root.darnDec + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's deception has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "tea") {
_root.darnTea = _root.darnTea + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's teamwork has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "neg") {
_root.darnNeg = _root.darnNeg + _root.darnTaskAdd;
_root.mainDarnNRG = _root.mainDarnNRG - _root.taskDarnUsedNRG;
_root.disDarnEvent = ("Darnell's negotiation has gone up by " + _root.darnTaskAdd) + "!";
} else if (_root.darnTask == "rest") {
_root.mainDarnNRG = _root.mainDarnNRG + 5;
_root.disDarnEvent = "Darnell took the day off to rest";
} else if (_root.darnTask == "na") {
_root.disDarnEvent = "Darnell wasn't assigned a task so he did his own shit all day.";
} else if (_root.darnTask == "rest+") {
_root.mainDarnNRG = _root.mainDarnNRG + 10;
_root.disDarnEvent = "Darnell took the day off to rest";
} else if (_root.darnTask == "rest++") {
_root.mainDarnNRG = _root.mainDarnNRG + 15;
_root.disDarnEvent = "Darnell took the day off to rest";
} else if (_root.darnTask == "m") {
_root.misDarnOutPast++;
_root.disDarnEvent = "Darnell is fighting for us out there right now.";
}
}
if (neneRebel == false) {
if (_root.neneTask == "str") {
_root.neneStr = _root.neneStr + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's strength has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "loy") {
_root.neneLoy = _root.neneLoy + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's loyalty has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "int") {
_root.neneInt = _root.neneInt + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's intelligence has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "dex") {
_root.neneDex = _root.neneDex + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's dexterity has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "cha") {
_root.neneCha = _root.neneCha + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's charm has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "end") {
_root.neneEnd = _root.neneEnd + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's endurance has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "gun") {
_root.neneGun = _root.neneGun + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's gun mastery has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "dem") {
_root.neneDem = _root.neneDem + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's demolitions has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "nat") {
_root.neneNat = _root.neneNat + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's nature knowledge has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "tin") {
_root.neneTin = _root.neneTin + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's tinkering has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "ele") {
_root.neneEle = _root.neneEle + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's electronics has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "med") {
_root.neneMed = _root.neneMed + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's medicine has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "ste") {
_root.neneSte = _root.neneSte + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's stealth has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "stee") {
_root.neneSteE = _root.neneSteE + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's stealth equipment skill has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "veh") {
_root.neneVeh = _root.neneVeh + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's vehicle skill has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "dec") {
_root.neneDec = _root.neneDec + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's deception has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "tea") {
_root.neneTea = _root.neneTea + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's teamwork has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "neg") {
_root.neneNeg = _root.neneNeg + _root.neneTaskAdd;
_root.mainNeneNRG = _root.mainNeneNRG - _root.taskNeneUsedNRG;
_root.disNeneEvent = ("Nene's negotiation has gone up by " + _root.neneTaskAdd) + "!";
} else if (_root.neneTask == "rest") {
_root.mainNeneNRG = _root.mainNeneNRG + 5;
_root.disNeneEvent = "Nene took the day off to rest";
} else if (_root.neneTask == "na") {
_root.disNeneEvent = "Nene wasn't assigned a task so she did her own shit all day.";
} else if (_root.neneTask == "rest+") {
_root.mainNeneNRG = _root.mainNeneNRG + 10;
_root.disNeneEvent = "Nene took the day off to rest";
} else if (_root.neneTask == "rest++") {
_root.mainNeneNRG = _root.mainNeneNRG + 20;
_root.disNeneEvent = "Nene took the day off to rest";
} else if (_root.neneTask == "m") {
_root.misNeneOutPast++;
_root.disNeneEvent = "Nene is fighting for us out there right now.";
}
}
_root.mainPicoMaxNRG = 20 + int(_root.picoEnd / 2);
_root.mainDarnMaxNRG = 20 + int(_root.darnEnd / 2);
_root.mainNeneMaxNRG = 20 + int(_root.neneEnd / 2);
var randomSleep = int((Math.random() * 5) + 1);
_root.mainPicoNRG = _root.mainPicoNRG + randomSleep;
randomSleep = int((Math.random() * 5) + 1);
_root.mainDarnNRG = _root.mainDarnNRG + randomSleep;
randomSleep = int((Math.random() * 5) + 1);
_root.mainNeneNRG = _root.mainNeneNRG + randomSleep;
if (_root.mainPicoNRG >= _root.mainPicoMaxNRG) {
_root.mainPicoNRG = _root.mainPicoMaxNRG;
}
if (_root.mainDarnNRG >= _root.mainDarnMaxNRG) {
_root.mainDarnNRG = _root.mainDarnMaxNRG;
}
if (_root.mainNeneNRG >= _root.mainNeneMaxNRG) {
_root.mainNeneNRG = _root.mainNeneMaxNRG;
}
minusLoy = int((Math.random() * 3) + 1);
minusLoy--;
_root.picoLoy = _root.picoLoy - minusLoy;
if (_root.picoLoy <= 0) {
_root.picoLoy = 0;
}
minusLoy = int((Math.random() * 3) + 1);
minusLoy--;
_root.darnLoy = _root.darnLoy - minusLoy;
if (_root.darnLoy <= 0) {
_root.darnLoy = 0;
}
minusLoy = int((Math.random() * 3) + 1);
minusLoy--;
_root.neneLoy = _root.neneLoy - minusLoy;
if (_root.neneLoy <= 0) {
_root.neneLoy = 0;
}
if (_root.picoStr >= _root.limitAtt) {
_root.picoStr = _root.limitAtt;
}
if (_root.picoInt >= _root.limitAtt) {
_root.picoInt = _root.limitAtt;
}
if (_root.picoDex >= _root.limitAtt) {
_root.picoDex = _root.limitAtt;
}
if (_root.picoCha >= _root.limitAtt) {
_root.picoCha = _root.limitAtt;
}
if (_root.picoLoy >= 100) {
_root.picoLoy = 100;
}
if (_root.picoEnd >= _root.limitAtt) {
_root.picoEnd = _root.limitAtt;
}
if (_root.picoGun >= _root.picoStr) {
_root.picoGun = _root.picoStr;
}
if (_root.picoDem >= _root.picoStr) {
_root.picoDem = _root.picoStr;
}
if (_root.picoNat >= _root.picoStr) {
_root.picoNat = _root.picoStr;
}
if (_root.picoTin >= _root.picoInt) {
_root.picoTin = _root.picoInt;
}
if (_root.picoEle >= _root.picoInt) {
_root.picoEle = _root.picoInt;
}
if (_root.picoMed >= _root.picoInt) {
_root.picoMed = _root.picoInt;
}
if (_root.picoSte >= _root.picoDex) {
_root.picoSte = _root.picoDex;
}
if (_root.picoSteE >= _root.picoDex) {
_root.picoSteE = _root.picoDex;
}
if (_root.picoVeh >= _root.picoDex) {
_root.picoVeh = _root.picoDex;
}
if (_root.picoDec >= _root.picoCha) {
_root.picoDec = _root.picoCha;
}
if (_root.picoTea >= _root.picoCha) {
_root.picoTea = _root.picoCha;
}
if (_root.picoNeg >= _root.picoCha) {
_root.picoNeg = _root.picoCha;
}
if (_root.darnStr >= _root.limitAtt) {
_root.darnStr = _root.limitAtt;
}
if (_root.darnInt >= _root.limitAtt) {
_root.darnInt = _root.limitAtt;
}
if (_root.darnDex >= _root.limitAtt) {
_root.darnDex = _root.limitAtt;
}
if (_root.darnCha >= _root.limitAtt) {
_root.darnCha = _root.limitAtt;
}
if (_root.darnLoy >= 100) {
_root.darnLoy = 100;
}
if (_root.darnEnd >= _root.limitAtt) {
_root.darnEnd = _root.limitAtt;
}
if (_root.darnGun >= _root.darnStr) {
_root.darnGun = _root.darnStr;
}
if (_root.darnDem >= _root.darnStr) {
_root.darnDem = _root.darnStr;
}
if (_root.darnNat >= _root.darnStr) {
_root.darnNat = _root.darnStr;
}
if (_root.darnTin >= _root.darnInt) {
_root.darnTin = _root.darnInt;
}
if (_root.darnEle >= _root.darnInt) {
_root.darnEle = _root.darnInt;
}
if (_root.darnMed >= _root.darnInt) {
_root.darnMed = _root.darnInt;
}
if (_root.darnSte >= _root.darnDex) {
_root.darnSte = _root.darnDex;
}
if (_root.darnSteE >= _root.darnDex) {
_root.darnSteE = _root.darnDex;
}
if (_root.darnVeh >= _root.darnDex) {
_root.darnVeh = _root.darnDex;
}
if (_root.darnDec >= _root.darnCha) {
_root.darnDec = _root.darnCha;
}
if (_root.darnTea >= _root.darnCha) {
_root.darnTea = _root.darnCha;
}
if (_root.darnNeg >= _root.darnCha) {
_root.darnNeg = _root.darnCha;
}
if (_root.neneStr >= _root.limitAtt) {
_root.neneStr = _root.limitAtt;
}
if (_root.neneInt >= _root.limitAtt) {
_root.neneInt = _root.limitAtt;
}
if (_root.neneDex >= _root.limitAtt) {
_root.neneDex = _root.limitAtt;
}
if (_root.neneCha >= _root.limitAtt) {
_root.neneCha = _root.limitAtt;
}
if (_root.neneLoy >= 100) {
_root.neneLoy = 100;
}
if (_root.neneEnd >= _root.limitAtt) {
_root.neneEnd = _root.limitAtt;
}
if (_root.neneGun >= _root.neneStr) {
_root.neneGun = _root.neneStr;
}
if (_root.neneDem >= _root.neneStr) {
_root.neneDem = _root.neneStr;
}
if (_root.neneNat >= _root.neneStr) {
_root.neneNat = _root.neneStr;
}
if (_root.neneTin >= _root.neneInt) {
_root.neneTin = _root.neneInt;
}
if (_root.neneEle >= _root.neneInt) {
_root.neneEle = _root.neneInt;
}
if (_root.neneMed >= _root.neneInt) {
_root.neneMed = _root.neneInt;
}
if (_root.neneSte >= _root.neneDex) {
_root.neneSte = _root.neneDex;
}
if (_root.neneSteE >= _root.neneDex) {
_root.neneSteE = _root.neneDex;
}
if (_root.neneVeh >= _root.neneDex) {
_root.neneVeh = _root.neneDex;
}
if (_root.neneDec >= _root.neneCha) {
_root.neneDec = _root.neneCha;
}
if (_root.neneTea >= _root.neneCha) {
_root.neneTea = _root.neneCha;
}
if (_root.neneNeg >= _root.neneCha) {
_root.neneNeg = _root.neneCha;
}
Symbol 1400 MovieClip Frame 10
i = 0;
while (i < _root.buildInventory.length) {
this["buildMenuOp" + i].gotoAndStop(_root.buildInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 11
i = 0;
while (i < _root.buildInventory.length) {
this["buildMenuOp" + i].gotoAndStop(_root.buildInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 12
i = 0;
while (i < _root.buildInventory.length) {
this["buildMenuOp" + i].gotoAndStop(_root.buildInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 13
i = 0;
while (i < _root.buildInventory.length) {
this["buildMenuOp" + i].gotoAndStop(_root.buildInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 14
i = 0;
while (i < _root.buildInventory.length) {
this["buildMenuOp" + i].gotoAndStop(_root.buildInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 15
i = 0;
while (i < _root.buildInventory.length) {
this["buildMenuOp" + i].gotoAndStop(_root.buildInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 16
i = 0;
while (i < _root.buildInventory.length) {
this["buildMenuOp" + i].gotoAndStop(_root.buildInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 17
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 18
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 19
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 20
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 21
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 22
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 23
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 24
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 25
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 26
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 27
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 28
i = 0;
while (i < _root.buyInventory.length) {
this["buyMenuOp" + i].gotoAndStop(_root.buyInventory[i]);
i++;
}
Symbol 1400 MovieClip Frame 29
disBuyPrice = "Price $" + _root.buyPrice;
disBuyBuild.gotoAndStop(_root.buyChoseBuild);
Symbol 1400 MovieClip Frame 32
_root.researchOkay = false;
Symbol 1400 MovieClip Frame 33
resType.gotoAndStop(_root.researchType);
resSize.gotoAndStop(_root.researchSize);
_root.researchProgress = 0;
if (_root.researchSize == "sml") {
disResCost = "Cost: $100";
disResDays = "1 - 2 Days";
} else if (_root.researchSize == "med") {
disResCost = "Cost: $250";
disResDays = "2 - 3 Days";
} else if (_root.researchSize == "lrg") {
disResCost = "Cost: $400";
disResDays = "3 - 4 Days";
}
Symbol 1400 MovieClip Frame 34
resType.gotoAndStop(_root.researchType);
resSize.gotoAndStop(_root.researchSize);
disBuyBuild.gotoAndStop(_root.researchCurrent);
disProgress = (_root.researchProgress + " / ") + _root.researchMax;
Symbol 1400 MovieClip Frame 35
stop();
disBuyBuild.gotoAndStop(_root.researchCurrent);
Symbol 1400 MovieClip Frame 36
if (_root.taskNRG2 == -1) {
_root.disEnergy2 = "[Energy + 5]";
} else if (_root.taskNRG2 == -2) {
_root.disEnergy2 = "[Price: $10]";
} else if (_root.taskNRG2 == -3) {
_root.disEnergy2 = "[Price: $20]";
} else if (_root.taskNRG2 == 0) {
_root.disEnergy2 = "";
} else {
_root.disEnergy2 = ("[Energy - " + _root.taskNRG2) + "]";
}
if (_root.taskNRG1 == 0) {
_root.disEnergy1 = "";
} else {
_root.disEnergy1 = ("[Energy - " + _root.taskNRG1) + "]";
}
if (_root.taskNRG3 == 0) {
_root.disEnergy3 = "";
} else {
_root.disEnergy3 = ("[Energy - " + _root.taskNRG3) + "]";
}
enoughNRG = false;
Symbol 1400 MovieClip Frame 38
function doMission(req1, req2, req3, level) {
var _local9 = int((Math.random() * 100) + 1);
var _local3 = 0;
var _local2 = 0;
var _local8 = 0;
var _local4 = 0;
if (_root.misCPerson == "Pico") {
if (_root.misCDiff == 9) {
if (_root["pico" + req1] >= 200) {
_local3 = 33;
}
if (_root["pico" + req2] >= 200) {
_local2 = 33;
}
if (_root["pico" + req3] >= 200) {
_local8 = 33;
}
_local3 = int((_root["pico" + req1] / 200) * 33);
_local2 = int((_root["pico" + req2] / 200) * 33);
_local8 = int((_root["pico" + req3] / 200) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misPicoOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misPicoGainExp = 550;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 8) {
if (_root["pico" + req1] >= 180) {
_local3 = 33;
}
if (_root["pico" + req2] >= 180) {
_local2 = 33;
}
if (_root["pico" + req3] >= 180) {
_local8 = 33;
}
_local3 = int((_root["pico" + req1] / 180) * 33);
_local2 = int((_root["pico" + req2] / 180) * 33);
_local8 = int((_root["pico" + req3] / 180) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misPicoOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misPicoGainExp = 500;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 7) {
_local3 = int((_root["pico" + req1] / 160) * 33);
_local2 = int((_root["pico" + req2] / 160) * 33);
_local8 = int((_root["pico" + req3] / 160) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misPicoOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misPicoGainExp = 450;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 6) {
if (_root["pico" + req1] >= 140) {
_local3 = 33;
}
if (_root["pico" + req2] >= 140) {
_local2 = 33;
}
if (_root["pico" + req3] >= 140) {
_local8 = 33;
}
_local3 = int((_root["pico" + req1] / 140) * 33);
_local2 = int((_root["pico" + req2] / 140) * 33);
_local8 = int((_root["pico" + req3] / 140) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misPicoOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misPicoGainExp = 400;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 5) {
if (_root["pico" + req1] >= 120) {
_local3 = 33;
}
if (_root["pico" + req2] >= 120) {
_local2 = 33;
}
if (_root["pico" + req3] >= 120) {
_local8 = 33;
}
_local3 = int((_root["pico" + req1] / 120) * 33);
_local2 = int((_root["pico" + req2] / 120) * 33);
_local8 = int((_root["pico" + req3] / 120) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misPicoOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misPicoGainExp = 350;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 4) {
if (_root["pico" + req1] >= 100) {
_local3 = 50;
}
if (_root["pico" + req2] >= 100) {
_local2 = 50;
}
_local3 = int((_root["pico" + req1] / 100) * 50);
_local2 = int((_root["pico" + req2] / 100) * 50);
_local4 = _local3 + _local2;
_root.misPicoOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misPicoGainExp = 300;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 3) {
if (_root["pico" + req1] >= 80) {
_local3 = 50;
}
if (_root["pico" + req2] >= 80) {
_local2 = 50;
}
_local3 = int((_root["pico" + req1] / 80) * 50);
_local2 = int((_root["pico" + req2] / 80) * 50);
_local4 = _local3 + _local2;
_root.misPicoOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misPicoGainExp = 250;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 2) {
if (_root["pico" + req1] >= 60) {
_local3 = 50;
}
if (_root["pico" + req2] >= 60) {
_local2 = 50;
}
_local3 = int((_root["pico" + req1] / 60) * 50);
_local2 = int((_root["pico" + req2] / 60) * 50);
_local4 = _local3 + _local2;
_root.misPicoOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misPicoGainExp = 200;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 1) {
_local4 = int((_root["pico" + req1] / 40) * 100);
_root.misPicoOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misPicoGainExp = 150;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
} else if (_root.misCDiff == 0) {
_local4 = int((_root["pico" + req1] / 20) * 100);
_root.misPicoOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misPicoGainExp = 100;
if (level == "high") {
_root.misPicoGainExp = _root.misPicoGainExp / 2;
} else if (level == "low") {
_root.misPicoGainExp = _root.misPicoGainExp * 1.5;
}
_root.misPicoSuccess = true;
} else {
_root.misPicoSuccess = false;
}
}
} else if (_root.misCPerson == "Darn") {
if (_root.misCDiff == 9) {
if (_root["darn" + req1] >= 200) {
_local3 = 33;
}
if (_root["darn" + req2] >= 200) {
_local2 = 33;
}
if (_root["darn" + req3] >= 200) {
_local8 = 33;
}
_local3 = int((_root["darn" + req1] / 200) * 33);
_local2 = int((_root["darn" + req2] / 200) * 33);
_local8 = int((_root["darn" + req3] / 200) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misDarnOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misDarnGainExp = 550;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 8) {
if (_root["darn" + req1] >= 180) {
_local3 = 33;
}
if (_root["darn" + req2] >= 180) {
_local2 = 33;
}
if (_root["darn" + req3] >= 180) {
_local8 = 33;
}
_local3 = int((_root["darn" + req1] / 180) * 33);
_local2 = int((_root["darn" + req2] / 180) * 33);
_local8 = int((_root["darn" + req3] / 180) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misDarnOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misDarnGainExp = 500;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 7) {
_local3 = int((_root["darn" + req1] / 160) * 33);
_local2 = int((_root["darn" + req2] / 160) * 33);
_local8 = int((_root["darn" + req3] / 160) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misDarnOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misDarnGainExp = 450;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 6) {
if (_root["darn" + req1] >= 140) {
_local3 = 33;
}
if (_root["darn" + req2] >= 140) {
_local2 = 33;
}
if (_root["darn" + req3] >= 140) {
_local8 = 33;
}
_local3 = int((_root["darn" + req1] / 140) * 33);
_local2 = int((_root["darn" + req2] / 140) * 33);
_local8 = int((_root["darn" + req3] / 140) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misDarnOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misDarnGainExp = 400;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 5) {
if (_root["darn" + req1] >= 120) {
_local3 = 33;
}
if (_root["darn" + req2] >= 120) {
_local2 = 33;
}
if (_root["darn" + req3] >= 120) {
_local8 = 33;
}
_local3 = int((_root["darn" + req1] / 120) * 33);
_local2 = int((_root["darn" + req2] / 120) * 33);
_local8 = int((_root["darn" + req3] / 120) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misDarnOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misDarnGainExp = 350;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 4) {
if (_root["darn" + req1] >= 100) {
_local3 = 50;
}
if (_root["darn" + req2] >= 100) {
_local2 = 50;
}
_local3 = int((_root["darn" + req1] / 100) * 50);
_local2 = int((_root["darn" + req2] / 100) * 50);
_local4 = _local3 + _local2;
_root.misDarnOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misDarnGainExp = 300;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 3) {
if (_root["darn" + req1] >= 80) {
_local3 = 50;
}
if (_root["darn" + req2] >= 80) {
_local2 = 50;
}
_local3 = int((_root["darn" + req1] / 80) * 50);
_local2 = int((_root["darn" + req2] / 80) * 50);
_local4 = _local3 + _local2;
_root.misDarnOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misDarnGainExp = 250;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 2) {
if (_root["darn" + req1] >= 60) {
_local3 = 50;
}
if (_root["darn" + req2] >= 60) {
_local2 = 50;
}
_local3 = int((_root["darn" + req1] / 60) * 50);
_local2 = int((_root["darn" + req2] / 60) * 50);
_local4 = _local3 + _local2;
_root.misDarnOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misDarnGainExp = 200;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 1) {
_local4 = int((_root["darn" + req1] / 40) * 100);
_root.misDarnOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misDarnGainExp = 150;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
} else if (_root.misCDiff == 0) {
_local4 = int((_root["darn" + req1] / 20) * 100);
_root.misDarnOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misDarnGainExp = 100;
if (level == "high") {
_root.misDarnGainExp = _root.misDarnGainExp / 2;
} else if (level == "low") {
_root.misDarnGainExp = _root.misDarnGainExp * 1.5;
}
_root.misDarnSuccess = true;
} else {
_root.misDarnSuccess = false;
}
}
} else if (_root.misCPerson == "Nene") {
if (_root.misCDiff == 9) {
if (_root["nene" + req1] >= 200) {
_local3 = 33;
}
if (_root["nene" + req2] >= 200) {
_local2 = 33;
}
if (_root["nene" + req3] >= 200) {
_local8 = 33;
}
_local3 = int((_root["nene" + req1] / 200) * 33);
_local2 = int((_root["nene" + req2] / 200) * 33);
_local8 = int((_root["nene" + req3] / 200) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misNeneOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misNeneGainExp = 550;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 8) {
if (_root["nene" + req1] >= 180) {
_local3 = 33;
}
if (_root["nene" + req2] >= 180) {
_local2 = 33;
}
if (_root["nene" + req3] >= 180) {
_local8 = 33;
}
_local3 = int((_root["nene" + req1] / 180) * 33);
_local2 = int((_root["nene" + req2] / 180) * 33);
_local8 = int((_root["nene" + req3] / 180) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misNeneOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misNeneGainExp = 500;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 7) {
_local3 = int((_root["nene" + req1] / 160) * 33);
_local2 = int((_root["nene" + req2] / 160) * 33);
_local8 = int((_root["nene" + req3] / 160) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misNeneOut = int((Math.random() * 2) + 3);
if (_local9 <= _local4) {
_root.misNeneGainExp = 450;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 6) {
if (_root["nene" + req1] >= 140) {
_local3 = 33;
}
if (_root["nene" + req2] >= 140) {
_local2 = 33;
}
if (_root["nene" + req3] >= 140) {
_local8 = 33;
}
_local3 = int((_root["nene" + req1] / 140) * 33);
_local2 = int((_root["nene" + req2] / 140) * 33);
_local8 = int((_root["nene" + req3] / 140) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misNeneOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misNeneGainExp = 400;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 5) {
if (_root["nene" + req1] >= 120) {
_local3 = 33;
}
if (_root["nene" + req2] >= 120) {
_local2 = 33;
}
if (_root["nene" + req3] >= 120) {
_local8 = 33;
}
_local3 = int((_root["nene" + req1] / 120) * 33);
_local2 = int((_root["nene" + req2] / 120) * 33);
_local8 = int((_root["nene" + req3] / 120) * 33);
_local4 = (_local3 + _local2) + _local8;
_root.misNeneOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misNeneGainExp = 350;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 4) {
if (_root["nene" + req1] >= 100) {
_local3 = 50;
}
if (_root["nene" + req2] >= 100) {
_local2 = 50;
}
_local3 = int((_root["nene" + req1] / 100) * 50);
_local2 = int((_root["nene" + req2] / 100) * 50);
_local4 = _local3 + _local2;
_root.misNeneOut = int((Math.random() * 2) + 2);
if (_local9 <= _local4) {
_root.misNeneGainExp = 300;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 3) {
if (_root["nene" + req1] >= 80) {
_local3 = 50;
}
if (_root["nene" + req2] >= 80) {
_local2 = 50;
}
_local3 = int((_root["nene" + req1] / 80) * 50);
_local2 = int((_root["nene" + req2] / 80) * 50);
_local4 = _local3 + _local2;
_root.misNeneOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misNeneGainExp = 250;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 2) {
if (_root["nene" + req1] >= 60) {
_local3 = 50;
}
if (_root["nene" + req2] >= 60) {
_local2 = 50;
}
_local3 = int((_root["nene" + req1] / 60) * 50);
_local2 = int((_root["nene" + req2] / 60) * 50);
_local4 = _local3 + _local2;
_root.misNeneOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misNeneGainExp = 200;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 1) {
_local4 = int((_root["nene" + req1] / 40) * 100);
_root.misNeneOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misNeneGainExp = 150;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
} else if (_root.misCDiff == 0) {
_local4 = int((_root["nene" + req1] / 20) * 100);
_root.misNeneOut = int((Math.random() * 2) + 1);
if (_local9 <= _local4) {
_root.misNeneGainExp = 100;
if (level == "high") {
_root.misNeneGainExp = _root.misNeneGainExp / 2;
} else if (level == "low") {
_root.misNeneGainExp = _root.misNeneGainExp * 1.5;
}
_root.misNeneSuccess = true;
} else {
_root.misNeneSuccess = false;
}
}
}
nextFrame();
}
_root.misHit = false;
_root.misCDiff = int(Math.random() * (_root.misHighestDif + 1));
disMissionRank = ("[Rank " + (_root.misCDiff + 1)) + " Mission]";
if (_root.misCDiff == 0) {
disRankInfo = "[Rank 1 Missions require 20 skills points in total for 100% completion]";
} else if (_root.misCDiff == 1) {
disRankInfo = "[Rank 2 Missions require 40 skills points in total for 100% completion]";
} else if (_root.misCDiff == 2) {
disRankInfo = "[Rank 3 Missions require 60 skills points in total for 100% completion]";
} else if (_root.misCDiff == 3) {
disRankInfo = "[Rank 4 Missions require 80 skills points in total for 100% completion]";
} else if (_root.misCDiff == 4) {
disRankInfo = "[Rank 5 Missions require 100 skills points in total for 100% completion]";
} else if (_root.misCDiff == 5) {
disRankInfo = "[Rank 6 Missions require 120 skills points in total for 100% completion]";
} else if (_root.misCDiff == 6) {
disRankInfo = "[Rank 7 Missions require 140 skills points in total for 100% completion]";
} else if (_root.misCDiff == 7) {
disRankInfo = "[Rank 8 Missions require 160 skills points in total for 100% completion]";
} else if (_root.misCDiff == 8) {
disRankInfo = "[Rank 9 Missions require 180 skills points in total for 100% completion]";
} else if (_root.misCDiff == 9) {
disRankInfo = "[Rank 10 Missions require 200 skills points in total for 100% completion]";
}
var ranNum = (int((Math.random() * _root.misAttList.length) + 1) - 1);
_root.misCAtt1 = _root.misAttList[ranNum];
_root.misAttList.splice(ranNum, 1);
ranNum = int((Math.random() * _root.misAttList.length) + 1) - 1;
_root.misCAtt2 = _root.misAttList[ranNum];
ranNum = int((Math.random() * _root.misSkiList.length) + 1) - 1;
_root.misCSki1 = _root.misSkiList[ranNum];
_root.misSkiList.splice(ranNum, 1);
ranNum = int((Math.random() * _root.misSkiList.length) + 1) - 1;
_root.misCSki2 = _root.misSkiList[ranNum];
_root.misSkiList.splice(ranNum, 1);
ranNum = int((Math.random() * _root.misSkiList.length) + 1) - 1;
_root.misCSki3 = _root.misSkiList[ranNum];
_root.misAttList = new Array("Str", "Int", "Dex", "Cha");
_root.misSkiList = new Array("Gun", "Dem", "Nat", "Tin", "Ele", "Med", "Ste", "SteE", "Veh", "Dec", "Tea", "Neg");
if (_root.misCDiff == 9) {
disMisReq = (((_root.misCSki1 + " / ") + _root.misCSki2) + " / ") + _root.misCSki3;
} else if (_root.misCDiff == 8) {
disMisReq = (((_root.misCSki1 + " / ") + _root.misCSki2) + " / ") + _root.misCSki3;
} else if (_root.misCDiff == 7) {
disMisReq = (((_root.misCSki1 + " / ") + _root.misCSki2) + " / ") + _root.misCSki3;
} else if (_root.misCDiff == 6) {
disMisReq = (((_root.misCSki1 + " / ") + _root.misCSki2) + " / ") + _root.misCAtt3;
} else if (_root.misCDiff == 5) {
disMisReq = (((_root.misCAtt1 + " / ") + _root.misCAtt2) + " / ") + _root.misCSki1;
} else if (_root.misCDiff == 4) {
disMisReq = (((_root.misCAtt1 + " / ") + _root.misCAtt2) + " / ") + _root.misCSki1;
} else if (_root.misCDiff == 3) {
disMisReq = (_root.misCAtt1 + " / ") + _root.misCSki1;
} else if (_root.misCDiff == 2) {
disMisReq = (_root.misCAtt1 + " / ") + _root.misCAtt2;
} else if (_root.misCDiff == 1) {
disMisReq = _root.misCAtt1;
} else if (_root.misCDiff == 0) {
disMisReq = _root.misCAtt1;
}
Symbol 1400 MovieClip Frame 39
if (_root.misCPerson == "Pico") {
disMissionOutput1 = "Pico has been dispatched!";
disMissionOutput2 = ("He'll return in " + _root.misPicoOut) + " days (hopefully).";
_root.misPicoOutPast = 0;
_root.picoTask = "m";
} else if (_root.misCPerson == "Darn") {
disMissionOutput1 = "Darnell has been dispatched!";
disMissionOutput2 = ("He'll return in " + _root.misDarnOut) + " days (hopefully).";
_root.misDarnOutPast = 0;
_root.darnTask = "m";
} else if (_root.misCPerson == "Nene") {
disMissionOutput1 = "Nene has been dispatched!";
disMissionOutput2 = ("She'll return in " + _root.misNeneOut) + " days (hopefully).";
_root.misNeneOutPast = 0;
_root.neneTask = "m";
}
Symbol 1400 MovieClip Frame 40
_root.misHit = false;
_root.misCDiff = int(Math.random() * (_root.misHighestDif + 1));
disMissionRank = ("[Rank " + (_root.misCDiff + 1)) + " Mission]";
if (_root.misCDiff == 0) {
disRankInfo = "[Rank 1 Missions require 20 skills points in total for 100% completion]";
} else if (_root.misCDiff == 1) {
disRankInfo = "[Rank 2 Missions require 40 skills points in total for 100% completion]";
} else if (_root.misCDiff == 2) {
disRankInfo = "[Rank 3 Missions require 60 skills points in total for 100% completion]";
} else if (_root.misCDiff == 3) {
disRankInfo = "[Rank 4 Missions require 80 skills points in total for 100% completion]";
} else if (_root.misCDiff == 4) {
disRankInfo = "[Rank 5 Missions require 100 skills points in total for 100% completion]";
} else if (_root.misCDiff == 5) {
disRankInfo = "[Rank 6 Missions require 120 skills points in total for 100% completion]";
} else if (_root.misCDiff == 6) {
disRankInfo = "[Rank 7 Missions require 140 skills points in total for 100% completion]";
} else if (_root.misCDiff == 7) {
disRankInfo = "[Rank 8 Missions require 160 skills points in total for 100% completion]";
} else if (_root.misCDiff == 8) {
disRankInfo = "[Rank 9 Missions require 180 skills points in total for 100% completion]";
} else if (_root.misCDiff == 9) {
disRankInfo = "[Rank 10 Missions require 200 skills points in total for 100% completion]";
}
_root.misSpecChoice = int((Math.random() * 10) + 1);
if (_root.misSpecChoice == 1) {
disMisReq = "Cha / Int / Str";
} else if (_root.misSpecChoice == 2) {
disMisReq = "Cha / Dex / Str";
} else if (_root.misSpecChoice == 3) {
disMisReq = "Dex / Int / Str";
} else if (_root.misSpecChoice == 4) {
disMisReq = "Cha / Dex / Int";
} else if (_root.misSpecChoice == 5) {
disMisReq = "Dex / Int / Str";
} else if (_root.misSpecChoice == 6) {
disMisReq = "Cha / Str";
} else if (_root.misSpecChoice == 7) {
disMisReq = "Cha / Int / Dex";
} else if (_root.misSpecChoice == 8) {
disMisReq = "Dex / Str";
} else if (_root.misSpecChoice == 9) {
disMisReq = "Cha / Int / Dex";
} else if (_root.misSpecChoice == 10) {
disMisReq = "Dex / Str";
}
Symbol 1400 MovieClip Frame 41
var cadet = "";
if (_root.misPicoOutPast == _root.misPicoOut) {
cadet = "pico";
_root.misRewardPerson = "pico";
_root.picoTask = "na";
_root.mainPicoNRG = 0;
_root.misPicoOnSpec = false;
} else if (_root.misDarnOutPast == _root.misDarnOut) {
cadet = "darn";
_root.misRewardPerson = "darn";
_root.darnTask = "na";
_root.mainDarnNRG = 0;
_root.misDarnOnSpec = false;
} else if (_root.misNeneOutPast == _root.misNeneOut) {
cadet = "nene";
_root.misRewardPerson = "nene";
_root.neneTask = "na";
_root.mainNeneNRG = 0;
_root.misNeneOnSpec = false;
}
if (cadet == "pico") {
if (_root.misPicoMisRank == 1) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/100";
} else {
_root.mainMoney = _root.mainMoney + 500;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $500";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/100";
}
} else if (_root.misPicoMisRank == 2) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/250";
} else {
_root.mainMoney = _root.mainMoney + 750;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $750";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/250";
}
} else if (_root.misPicoMisRank == 3) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/650";
} else {
_root.mainMoney = _root.mainMoney + 1000;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1000";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/650";
}
} else if (_root.misPicoMisRank == 4) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/1400";
} else {
_root.mainMoney = _root.mainMoney + 1250;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1250";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/1400";
}
} else if (_root.misPicoMisRank == 5) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/2300";
} else {
_root.mainMoney = _root.mainMoney + 1500;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1500";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/2300";
}
} else if (_root.misPicoMisRank == 6) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/3700";
} else {
_root.mainMoney = _root.mainMoney + 1750;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1750";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/3700";
}
} else if (_root.misPicoMisRank == 7) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/5300";
} else {
_root.mainMoney = _root.mainMoney + 2000;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2000";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/5300";
}
} else if (_root.misPicoMisRank == 8) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/7550";
} else {
_root.mainMoney = _root.mainMoney + 2250;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2550";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/7550";
}
} else if (_root.misPicoMisRank == 9) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/10550";
} else {
_root.mainMoney = _root.mainMoney + 2500;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2500";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/10550";
}
} else if (_root.misPicoMisRank == 10) {
if (_root.misPicoSuccess == false) {
_root.picoMissionF++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/00";
} else {
_root.mainMoney = _root.mainMoney + 2750;
_root.misPicoExp = _root.misPicoExp + _root.misPicoGainExp;
_root.picoMissionC++;
disMisOutput1 = "Pico has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2750";
disMisOutput4 = _root.misPicoExp;
disMisOutput5 = "/00";
}
}
if (_root.picoRank == 0) {
disMisOutput5 = "/100";
} else if (_root.picoRank == 1) {
disMisOutput5 = "/250";
} else if (_root.picoRank == 2) {
disMisOutput5 = "/650";
} else if (_root.picoRank == 3) {
disMisOutput5 = "/1400";
} else if (_root.picoRank == 4) {
disMisOutput5 = "/2300";
} else if (_root.picoRank == 5) {
disMisOutput5 = "/3700";
} else if (_root.picoRank == 6) {
disMisOutput5 = "/5300";
} else if (_root.picoRank == 7) {
disMisOutput5 = "/7550";
} else if (_root.picoRank == 8) {
disMisOutput5 = "/10550";
} else if (_root.picoRank == 9) {
disMisOutput5 = "/00";
}
} else if (cadet == "darn") {
if (_root.misDarnMisRank == 1) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/100";
} else {
_root.mainMoney = _root.mainMoney + 500;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $500";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/100";
}
} else if (_root.misDarnMisRank == 2) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/250";
} else {
_root.mainMoney = _root.mainMoney + 750;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $750";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/250";
}
} else if (_root.misDarnMisRank == 3) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/650";
} else {
_root.mainMoney = _root.mainMoney + 1000;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1000";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/650";
}
} else if (_root.misDarnMisRank == 4) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/1400";
} else {
_root.mainMoney = _root.mainMoney + 1250;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1250";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/1400";
}
} else if (_root.misDarnMisRank == 5) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/2300";
} else {
_root.mainMoney = _root.mainMoney + 1500;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1500";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/2300";
}
} else if (_root.misDarnMisRank == 6) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/3700";
} else {
_root.mainMoney = _root.mainMoney + 1750;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1750";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/3700";
}
} else if (_root.misDarnMisRank == 7) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/5300";
} else {
_root.mainMoney = _root.mainMoney + 2000;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2000";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/5300";
}
} else if (_root.misDarnMisRank == 8) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/7550";
} else {
_root.mainMoney = _root.mainMoney + 2250;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2550";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/7550";
}
} else if (_root.misDarnMisRank == 9) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/10550";
} else {
_root.mainMoney = _root.mainMoney + 2500;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2500";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/10550";
}
} else if (_root.misDarnMisRank == 10) {
if (_root.misDarnSuccess == false) {
_root.darnMissionF++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/00";
} else {
_root.mainMoney = _root.mainMoney + 2750;
_root.misDarnExp = _root.misDarnExp + _root.misDarnGainExp;
_root.darnMissionC++;
disMisOutput1 = "Darnell has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2750";
disMisOutput4 = _root.misDarnExp;
disMisOutput5 = "/00";
}
}
if (_root.darnRank == 0) {
disMisOutput5 = "/100";
} else if (_root.darnRank == 1) {
disMisOutput5 = "/250";
} else if (_root.darnRank == 2) {
disMisOutput5 = "/650";
} else if (_root.darnRank == 3) {
disMisOutput5 = "/1400";
} else if (_root.darnRank == 4) {
disMisOutput5 = "/2300";
} else if (_root.darnRank == 5) {
disMisOutput5 = "/3700";
} else if (_root.darnRank == 6) {
disMisOutput5 = "/5300";
} else if (_root.darnRank == 7) {
disMisOutput5 = "/7550";
} else if (_root.darnRank == 8) {
disMisOutput5 = "/10550";
} else if (_root.darnRank == 9) {
disMisOutput5 = "/00";
}
} else if (cadet == "nene") {
if (_root.misNeneMisRank == 1) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/100";
} else {
_root.mainMoney = _root.mainMoney + 500;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $500";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/100";
}
} else if (_root.misNeneMisRank == 2) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/250";
} else {
_root.mainMoney = _root.mainMoney + 750;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $750";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/250";
}
} else if (_root.misNeneMisRank == 3) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/650";
} else {
_root.mainMoney = _root.mainMoney + 1000;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1000";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/650";
}
} else if (_root.misNeneMisRank == 4) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/1400";
} else {
_root.mainMoney = _root.mainMoney + 1250;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1250";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/1400";
}
} else if (_root.misNeneMisRank == 5) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/2300";
} else {
_root.mainMoney = _root.mainMoney + 1500;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1500";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/2300";
}
} else if (_root.misNeneMisRank == 6) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/3700";
} else {
_root.mainMoney = _root.mainMoney + 1750;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $1750";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/3700";
}
} else if (_root.misNeneMisRank == 7) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/5300";
} else {
_root.mainMoney = _root.mainMoney + 2000;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2000";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/5300";
}
} else if (_root.misNeneMisRank == 8) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/7550";
} else {
_root.mainMoney = _root.mainMoney + 2250;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2550";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/7550";
}
} else if (_root.misNeneMisRank == 9) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/10550";
} else {
_root.mainMoney = _root.mainMoney + 2500;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2500";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/10550";
}
} else if (_root.misNeneMisRank == 10) {
if (_root.misNeneSuccess == false) {
_root.neneMissionF++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Failure...";
disMisOutput3 = "Earned $0";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/00";
} else {
_root.mainMoney = _root.mainMoney + 2750;
_root.misNeneExp = _root.misNeneExp + _root.misNeneGainExp;
_root.neneMissionC++;
disMisOutput1 = "Nene has returned as a...";
disMisOutput2 = "Success!";
disMisOutput3 = "Earned $2750";
disMisOutput4 = _root.misNeneExp;
disMisOutput5 = "/00";
}
}
if (_root.neneRank == 0) {
disMisOutput5 = "/100";
} else if (_root.neneRank == 1) {
disMisOutput5 = "/250";
} else if (_root.neneRank == 2) {
disMisOutput5 = "/650";
} else if (_root.neneRank == 3) {
disMisOutput5 = "/1400";
} else if (_root.neneRank == 4) {
disMisOutput5 = "/2300";
} else if (_root.neneRank == 5) {
disMisOutput5 = "/3700";
} else if (_root.neneRank == 6) {
disMisOutput5 = "/5300";
} else if (_root.neneRank == 7) {
disMisOutput5 = "/7550";
} else if (_root.neneRank == 8) {
disMisOutput5 = "/10550";
} else if (_root.neneRank == 9) {
disMisOutput5 = "/00";
}
}
Symbol 1400 MovieClip Frame 42
if (_root.misRewardPerson == "pico") {
_root.disTextRank = (("Lvl. " + _root.picoLevel) + " :: ") + _root.mainRankList[_root.picoRank];
disRank.gotoAndStop(_root.mainRankList[_root.picoRank]);
} else if (_root.misRewardPerson == "darn") {
_root.disTextRank = (("Lvl. " + _root.darnLevel) + " :: ") + _root.mainRankList[_root.darnRank];
disRank.gotoAndStop(_root.mainRankList[_root.darnRank]);
} else if (_root.misRewardPerson == "nene") {
_root.disTextRank = (("Lvl. " + _root.neneLevel) + " :: ") + _root.mainRankList[_root.neneRank];
disRank.gotoAndStop(_root.mainRankList[_root.neneRank]);
}
Symbol 1400 MovieClip Frame 43
if (_root.misPicoOutPast == _root.misPicoOut) {
specialM.gotoAndStop(_root.misPicoSMis);
} else if (_root.misDarnOutPast == _root.misDarnOut) {
specialM.gotoAndStop(_root.misDarnSMis);
} else if (_root.misNeneOutPast == _root.misNeneOut) {
specialM.gotoAndStop(_root.misNeneSMis);
}
Symbol 1401 Button
on (rollOver) {
if (Key.isDown(16)) {
guiDescription.gotoAndStop(8);
}
}
on (rollOut) {
guiDescription.gotoAndStop(1);
}
Symbol 1434 MovieClip Frame 1
stop();
Symbol 1434 MovieClip Frame 12
disBuyPrice = "Price $" + _root.buyPrice;
Symbol 1434 MovieClip Frame 13
disBuyPrice = "Price $" + _root.buyPrice;
Symbol 1436 MovieClip Frame 24
gotoAndPlay (1);
Symbol 1437 MovieClip Frame 1
stop();
Symbol 1437 MovieClip Frame 2
stop();
Symbol 1443 Button
on (release) {
nextFrame();
}
Symbol 1445 Button
on (release) {
_root.tutDid = true;
stopAllSounds();
_root.musicMain.start(0, 999);
gotoAndStop (20);
}
Symbol 1451 MovieClip Frame 16
gotoAndPlay (1);
Symbol 1452 Button
on (release) {
_root.mainGame.gui_Overlay.gotoAndStop(9);
nextFrame();
}
Symbol 1478 Button
on (release) {
_root.tutDid = true;
stopAllSounds();
_root.musicMain.start(0, 999);
nextFrame();
}
Symbol 1479 MovieClip Frame 1
if (_root.tutDid == false) {
nextFrame();
} else {
stop();
}
Symbol 1479 MovieClip Frame 2
_root.voice1.start(0, 0);
Symbol 1479 MovieClip Frame 3
_root.voice1.stop();
_root.voice2.start(0, 0);
Symbol 1479 MovieClip Frame 4
_root.voice2.stop();
_root.voice3.start(0, 0);
if (_root.mainGame.gui_Overlay._currentframe == 9) {
nextFrame();
}
Symbol 1479 MovieClip Frame 5
_root.voice3.stop();
_root.voice4.start(0, 0);
Symbol 1479 MovieClip Frame 6
_root.voice4.stop();
_root.voice5.start(0, 0);
Symbol 1479 MovieClip Frame 7
_root.mainGame.gui_Overlay.gotoAndStop(1);
_root.voice5.stop();
_root.voice6.start(0, 0);
Symbol 1479 MovieClip Frame 8
_root.voice6.stop();
_root.voice7.start(0, 0);
Symbol 1479 MovieClip Frame 10
_root.voice7.stop();
_root.voice8.start(0, 0);
Symbol 1479 MovieClip Frame 12
_root.voice8.stop();
_root.voice9.start(0, 0);
Symbol 1479 MovieClip Frame 13
stopAllSounds();
Symbol 1482 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(1, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(1, 4, 0, 0, _root.buildPlan);
_root.buildOtherTile = 4;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(1, 4, 3, 0, _root.buildPlan);
_root.buildOtherTile = 4;
_root.buildOtherTile2 = 3;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(1, 4, 0, 8, _root.buildPlan);
_root.buildOtherTile = 4;
_root.buildOtherTile2 = 8;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(1, 4, 3, 8, _root.buildPlan);
_root.buildOtherTile = 4;
_root.buildOtherTile2 = 3;
_root.buildOtherTile3 = 8;
}
}
}
Symbol 1483 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(3, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(3, 8, 0, 0, _root.buildPlan);
_root.buildOtherTile = 8;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(3, 8, 7, 0, _root.buildPlan);
_root.buildOtherTile = 8;
_root.buildOtherTile2 = 7;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(3, 8, 0, 12, _root.buildPlan);
_root.buildOtherTile = 8;
_root.buildOtherTile2 = 12;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(3, 8, 7, 12, _root.buildPlan);
_root.buildOtherTile = 8;
_root.buildOtherTile2 = 7;
_root.buildOtherTile3 = 12;
}
}
}
Symbol 1484 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(4, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(4, 9, 0, 0, _root.buildPlan);
_root.buildOtherTile = 9;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(4, 9, 8, 0, _root.buildPlan);
_root.buildOtherTile = 9;
_root.buildOtherTile2 = 8;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(4, 9, 0, 13, _root.buildPlan);
_root.buildOtherTile = 9;
_root.buildOtherTile2 = 13;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(4, 9, 8, 13, _root.buildPlan);
_root.buildOtherTile = 9;
_root.buildOtherTile2 = 8;
_root.buildOtherTile3 = 13;
}
}
}
Symbol 1485 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(8, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(8, 13, 0, 0, _root.buildPlan);
_root.buildOtherTile = 13;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(8, 13, 12, 0, _root.buildPlan);
_root.buildOtherTile = 13;
_root.buildOtherTile2 = 12;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(8, 13, 0, 17, _root.buildPlan);
_root.buildOtherTile = 13;
_root.buildOtherTile2 = 17;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(8, 13, 12, 17, _root.buildPlan);
_root.buildOtherTile = 13;
_root.buildOtherTile2 = 12;
_root.buildOtherTile3 = 17;
}
}
}
Symbol 1486 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(9, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(9, 14, 0, 0, _root.buildPlan);
_root.buildOtherTile = 14;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(9, 14, 13, 0, _root.buildPlan);
_root.buildOtherTile = 14;
_root.buildOtherTile2 = 13;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(9, 14, 0, 18, _root.buildPlan);
_root.buildOtherTile = 14;
_root.buildOtherTile2 = 18;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(9, 14, 13, 18, _root.buildPlan);
_root.buildOtherTile = 14;
_root.buildOtherTile2 = 13;
_root.buildOtherTile3 = 18;
}
}
}
Symbol 1487 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(13, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(13, 18, 0, 0, _root.buildPlan);
_root.buildOtherTile = 18;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(13, 18, 17, 0, _root.buildPlan);
_root.buildOtherTile = 18;
_root.buildOtherTile2 = 17;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(13, 18, 0, 22, _root.buildPlan);
_root.buildOtherTile = 18;
_root.buildOtherTile2 = 22;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(13, 18, 17, 22, _root.buildPlan);
_root.buildOtherTile = 18;
_root.buildOtherTile2 = 17;
_root.buildOtherTile3 = 22;
}
}
}
Symbol 1488 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(14, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(14, 19, 0, 0, _root.buildPlan);
_root.buildOtherTile = 19;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(14, 19, 18, 0, _root.buildPlan);
_root.buildOtherTile = 19;
_root.buildOtherTile2 = 18;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(14, 19, 0, 23, _root.buildPlan);
_root.buildOtherTile = 19;
_root.buildOtherTile2 = 23;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(14, 19, 18, 23, _root.buildPlan);
_root.buildOtherTile = 19;
_root.buildOtherTile2 = 18;
_root.buildOtherTile3 = 23;
}
}
}
Symbol 1489 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(18, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(18, 23, 0, 0, _root.buildPlan);
_root.buildOtherTile = 23;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(18, 23, 22, 0, _root.buildPlan);
_root.buildOtherTile = 23;
_root.buildOtherTile2 = 22;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(18, 23, 0, 27, _root.buildPlan);
_root.buildOtherTile = 23;
_root.buildOtherTile2 = 27;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(18, 23, 22, 27, _root.buildPlan);
_root.buildOtherTile = 23;
_root.buildOtherTile2 = 22;
_root.buildOtherTile3 = 27;
}
}
}
Symbol 1490 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(19, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(19, AC, 0, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(19, AC, 23, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 23;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(19, AC, 0, 28, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 28;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(19, AC, 23, 28, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 23;
_root.buildOtherTile3 = 28;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1491 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(23, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(23, 28, 0, 0, _root.buildPlan);
_root.buildOtherTile = 28;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(23, 28, 27, 0, _root.buildPlan);
_root.buildOtherTile = 28;
_root.buildOtherTile2 = 27;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(23, 28, 0, 33, _root.buildPlan);
_root.buildOtherTile = 28;
_root.buildOtherTile2 = 33;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(23, 28, 27, 33, _root.buildPlan);
_root.buildOtherTile = 28;
_root.buildOtherTile2 = 27;
_root.buildOtherTile3 = 33;
}
}
}
Symbol 1492 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(28, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(28, 34, 0, 0, _root.buildPlan);
_root.buildOtherTile = 34;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(28, 34, 33, 0, _root.buildPlan);
_root.buildOtherTile = 34;
_root.buildOtherTile2 = 33;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(28, 34, 0, 39, _root.buildPlan);
_root.buildOtherTile = 34;
_root.buildOtherTile2 = 39;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(28, 34, 33, 39, _root.buildPlan);
_root.buildOtherTile = 34;
_root.buildOtherTile2 = 33;
_root.buildOtherTile3 = 39;
}
}
}
Symbol 1493 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(2, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(2, 7, 0, 0, _root.buildPlan);
_root.buildOtherTile = 7;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(2, 7, 6, 0, _root.buildPlan);
_root.buildOtherTile = 7;
_root.buildOtherTile2 = 6;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(2, 7, 0, 11, _root.buildPlan);
_root.buildOtherTile = 7;
_root.buildOtherTile2 = 11;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(2, 7, 6, 11, _root.buildPlan);
_root.buildOtherTile = 7;
_root.buildOtherTile2 = 6;
_root.buildOtherTile3 = 11;
}
}
}
Symbol 1494 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(6, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(6, 11, 0, 0, _root.buildPlan);
_root.buildOtherTile = 11;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(6, 11, AD, 0, _root.buildPlan);
_root.buildOtherTile = 11;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(6, 11, 0, 15, _root.buildPlan);
_root.buildOtherTile = 11;
_root.buildOtherTile2 = 15;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(6, 11, AD, 15, _root.buildPlan);
_root.buildOtherTile = 11;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 15;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1495 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(7, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(7, 12, 0, 0, _root.buildPlan);
_root.buildOtherTile = 12;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(7, 12, 11, 0, _root.buildPlan);
_root.buildOtherTile = 12;
_root.buildOtherTile2 = 11;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(7, 12, 0, 16, _root.buildPlan);
_root.buildOtherTile = 12;
_root.buildOtherTile2 = 16;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(7, 12, 11, 16, _root.buildPlan);
_root.buildOtherTile = 12;
_root.buildOtherTile2 = 11;
_root.buildOtherTile3 = 16;
}
}
}
Symbol 1496 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(11, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(11, 16, 0, 0, _root.buildPlan);
_root.buildOtherTile = 16;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(11, 16, 15, 0, _root.buildPlan);
_root.buildOtherTile = 16;
_root.buildOtherTile2 = 15;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(11, 16, 0, 20, _root.buildPlan);
_root.buildOtherTile = 16;
_root.buildOtherTile2 = 20;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(11, 16, 15, 20, _root.buildPlan);
_root.buildOtherTile = 16;
_root.buildOtherTile2 = 15;
_root.buildOtherTile3 = 20;
}
}
}
Symbol 1497 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(12, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(12, 17, 0, 0, _root.buildPlan);
_root.buildOtherTile = 17;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(12, 17, 16, 0, _root.buildPlan);
_root.buildOtherTile = 17;
_root.buildOtherTile2 = 16;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(12, 17, 0, 21, _root.buildPlan);
_root.buildOtherTile = 17;
_root.buildOtherTile2 = 21;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(12, 17, 16, 21, _root.buildPlan);
_root.buildOtherTile = 17;
_root.buildOtherTile2 = 16;
_root.buildOtherTile3 = 21;
}
}
}
Symbol 1498 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(16, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(16, 21, 0, 0, _root.buildPlan);
_root.buildOtherTile = 21;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(16, 21, 20, 0, _root.buildPlan);
_root.buildOtherTile = 21;
_root.buildOtherTile2 = 20;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(16, 21, 0, 25, _root.buildPlan);
_root.buildOtherTile = 21;
_root.buildOtherTile2 = 25;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(16, 21, 20, 25, _root.buildPlan);
_root.buildOtherTile = 21;
_root.buildOtherTile2 = 20;
_root.buildOtherTile3 = 25;
}
}
}
Symbol 1499 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(17, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(17, 22, 0, 0, _root.buildPlan);
_root.buildOtherTile = 22;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(17, 22, 21, 0, _root.buildPlan);
_root.buildOtherTile = 22;
_root.buildOtherTile2 = 21;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(17, 22, 0, 26, _root.buildPlan);
_root.buildOtherTile = 22;
_root.buildOtherTile2 = 26;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(17, 22, 21, 26, _root.buildPlan);
_root.buildOtherTile = 22;
_root.buildOtherTile2 = 21;
_root.buildOtherTile3 = 26;
}
}
}
Symbol 1500 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(21, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(21, 26, 0, 0, _root.buildPlan);
_root.buildOtherTile = 26;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(21, 26, 25, 0, _root.buildPlan);
_root.buildOtherTile = 26;
_root.buildOtherTile2 = 25;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(21, 26, 0, 31, _root.buildPlan);
_root.buildOtherTile = 26;
_root.buildOtherTile2 = 31;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(21, 26, 25, 31, _root.buildPlan);
_root.buildOtherTile = 26;
_root.buildOtherTile2 = 25;
_root.buildOtherTile3 = 31;
}
}
}
Symbol 1501 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(22, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(22, 27, 0, 0, _root.buildPlan);
_root.buildOtherTile = 27;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(22, 27, 26, 0, _root.buildPlan);
_root.buildOtherTile = 27;
_root.buildOtherTile2 = 26;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(22, 27, 0, 32, _root.buildPlan);
_root.buildOtherTile = 27;
_root.buildOtherTile2 = 32;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(22, 27, 26, 32, _root.buildPlan);
_root.buildOtherTile = 27;
_root.buildOtherTile2 = 26;
_root.buildOtherTile3 = 32;
}
}
}
Symbol 1502 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(26, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(26, 32, 0, 0, _root.buildPlan);
_root.buildOtherTile = 32;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(26, 32, 31, 0, _root.buildPlan);
_root.buildOtherTile = 32;
_root.buildOtherTile2 = 31;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(26, 32, 0, 37, _root.buildPlan);
_root.buildOtherTile = 32;
_root.buildOtherTile2 = 37;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(26, 32, 31, 37, _root.buildPlan);
_root.buildOtherTile = 32;
_root.buildOtherTile2 = 31;
_root.buildOtherTile3 = 37;
}
}
}
Symbol 1503 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(27, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(27, 33, 0, 0, _root.buildPlan);
_root.buildOtherTile = 33;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(27, 33, 32, 0, _root.buildPlan);
_root.buildOtherTile = 33;
_root.buildOtherTile2 = 32;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(27, 33, 0, 38, _root.buildPlan);
_root.buildOtherTile = 33;
_root.buildOtherTile2 = 38;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(27, 33, 32, 38, _root.buildPlan);
_root.buildOtherTile = 33;
_root.buildOtherTile2 = 32;
_root.buildOtherTile3 = 38;
}
}
}
Symbol 1504 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(32, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(32, 38, 0, 0, _root.buildPlan);
_root.buildOtherTile = 38;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(32, 38, 37, 0, _root.buildPlan);
_root.buildOtherTile = 38;
_root.buildOtherTile2 = 37;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(32, 38, 0, AE, _root.buildPlan);
_root.buildOtherTile = 38;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(32, 38, 37, AE, _root.buildPlan);
_root.buildOtherTile = 38;
_root.buildOtherTile2 = 37;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
} else if (_root.buildPlanSize == 3) {
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1505 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(33, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(33, 39, 0, 0, _root.buildPlan);
_root.buildOtherTile = 39;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(33, 39, 38, 0, _root.buildPlan);
_root.buildOtherTile = 39;
_root.buildOtherTile2 = 38;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(33, 39, 0, 41, _root.buildPlan);
_root.buildOtherTile = 39;
_root.buildOtherTile2 = 41;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(33, 39, 38, 41, _root.buildPlan);
_root.buildOtherTile = 39;
_root.buildOtherTile2 = 38;
_root.buildOtherTile3 = 41;
}
}
}
Symbol 1506 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(38, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(38, 41, 0, 0, _root.buildPlan);
_root.buildOtherTile = 41;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(38, 41, AD, 0, _root.buildPlan);
_root.buildOtherTile = 41;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(38, 41, 0, AE, _root.buildPlan);
_root.buildOtherTile = 41;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(38, 41, AD, AE, _root.buildPlan);
_root.buildOtherTile = 41;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1507 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(39, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(39, AC, 0, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(39, AC, 41, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 41;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(39, AC, 0, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(39, AC, 41, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 41;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1508 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(41, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(41, AC, 0, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(41, AC, AD, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(41, AC, 0, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(41, AC, AD, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1509 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(20, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(20, 25, 0, 0, _root.buildPlan);
_root.buildOtherTile = 25;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(20, 25, 24, 0, _root.buildPlan);
_root.buildOtherTile = 25;
_root.buildOtherTile2 = 24;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(20, 25, 0, 30, _root.buildPlan);
_root.buildOtherTile = 25;
_root.buildOtherTile2 = 30;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(20, 25, 24, 30, _root.buildPlan);
_root.buildOtherTile = 25;
_root.buildOtherTile2 = 24;
_root.buildOtherTile3 = 30;
}
}
}
Symbol 1510 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(24, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(24, 30, 0, 0, _root.buildPlan);
_root.buildOtherTile = 30;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(24, 30, 29, 0, _root.buildPlan);
_root.buildOtherTile = 30;
_root.buildOtherTile2 = 29;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(24, 30, 0, 35, _root.buildPlan);
_root.buildOtherTile = 30;
_root.buildOtherTile2 = 35;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(24, 30, 29, 35, _root.buildPlan);
_root.buildOtherTile = 30;
_root.buildOtherTile2 = 29;
_root.buildOtherTile3 = 35;
}
}
}
Symbol 1511 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(25, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(25, 31, 0, 0, _root.buildPlan);
_root.buildOtherTile = 31;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(25, 31, 30, 0, _root.buildPlan);
_root.buildOtherTile = 31;
_root.buildOtherTile2 = 30;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(25, 31, 0, 36, _root.buildPlan);
_root.buildOtherTile = 31;
_root.buildOtherTile2 = 36;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(25, 31, 30, 36, _root.buildPlan);
_root.buildOtherTile = 31;
_root.buildOtherTile2 = 30;
_root.buildOtherTile3 = 36;
}
}
}
Symbol 1512 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(30, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(30, 36, 0, 0, _root.buildPlan);
_root.buildOtherTile = 36;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(30, 36, 35, 0, _root.buildPlan);
_root.buildOtherTile = 36;
_root.buildOtherTile2 = 35;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(30, 36, 0, 40, _root.buildPlan);
_root.buildOtherTile = 36;
_root.buildOtherTile2 = 40;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(30, 36, 35, 40, _root.buildPlan);
_root.buildOtherTile = 36;
_root.buildOtherTile2 = 35;
_root.buildOtherTile3 = 40;
}
}
}
Symbol 1513 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(31, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(31, 37, 0, 0, _root.buildPlan);
_root.buildOtherTile = 37;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(31, 37, 36, 0, _root.buildPlan);
_root.buildOtherTile = 37;
_root.buildOtherTile2 = 36;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(31, 37, 0, AE, _root.buildPlan);
_root.buildOtherTile = 37;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(31, 37, 36, AE, _root.buildPlan);
_root.buildOtherTile = 37;
_root.buildOtherTile2 = 36;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
} else if (_root.buildPlanSize == 3) {
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1514 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(36, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(36, AC, 0, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(36, AC, 40, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 40;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(36, AC, 0, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(36, AC, 40, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 40;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1515 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(40, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(40, AC, 0, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(40, AC, AD, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(40, AC, 0, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(40, AC, AD, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1516 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(29, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(29, 35, 0, 0, _root.buildPlan);
_root.buildOtherTile = 35;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(29, 35, AD, 0, _root.buildPlan);
_root.buildOtherTile = 35;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(29, 35, 0, AE, _root.buildPlan);
_root.buildOtherTile = 35;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(29, 35, AD, AE, _root.buildPlan);
_root.buildOtherTile = 35;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1517 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(35, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(35, 40, 0, 0, _root.buildPlan);
_root.buildOtherTile = 40;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(35, 40, AD, 0, _root.buildPlan);
_root.buildOtherTile = 40;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(35, 40, 0, AE, _root.buildPlan);
_root.buildOtherTile = 40;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(35, 40, AD, AE, _root.buildPlan);
_root.buildOtherTile = 40;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1518 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(15, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(15, 20, 0, 0, _root.buildPlan);
_root.buildOtherTile = 20;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(15, 20, AD, 0, _root.buildPlan);
_root.buildOtherTile = 20;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(15, 20, 0, 24, _root.buildPlan);
_root.buildOtherTile = 20;
_root.buildOtherTile2 = 24;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(15, 20, AD, 24, _root.buildPlan);
_root.buildOtherTile = 20;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 24;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1519 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(37, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(37, AC, 0, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(37, AC, AD, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(37, AC, 0, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(37, AC, AD, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AD;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1520 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(34, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(34, AC, 0, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(34, AC, 39, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 39;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(34, AC, 0, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = AE;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(34, AC, 39, AE, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 39;
_root.buildOtherTile3 = AE;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1521 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(5, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(5, 10, 0, 0, _root.buildPlan);
_root.buildOtherTile = 10;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(5, 10, 9, 0, _root.buildPlan);
_root.buildOtherTile = 10;
_root.buildOtherTile2 = 9;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(5, 10, 0, 14, _root.buildPlan);
_root.buildOtherTile = 10;
_root.buildOtherTile2 = 14;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(5, 10, 9, 14, _root.buildPlan);
_root.buildOtherTile = 10;
_root.buildOtherTile2 = 9;
_root.buildOtherTile3 = 14;
}
}
}
Symbol 1522 Button
on (release) {
if (!_root.buildDonePlacing) {
if (_root.buildPlanSize == 1) {
_root.insertBuild(10, 0, 0, 0, _root.buildPlan);
_root.buildOtherTile = 0;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 2) {
_root.insertBuild(10, AC, 0, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 0;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3) {
_root.insertBuild(10, AC, 14, 0, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 14;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 3.5) {
_root.insertBuild(10, AC, 0, 19, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 19;
_root.buildOtherTile3 = 0;
} else if (_root.buildPlanSize == 4) {
_root.insertBuild(10, AC, 14, 19, _root.buildPlan);
_root.buildOtherTile = AC;
_root.buildOtherTile2 = 14;
_root.buildOtherTile3 = 19;
}
}
}
on (rollOver) {
if (_root.buildDonePlacing == false) {
if (_root.buildPlanSize == 2) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 3.5) {
_root.mainCursorStatus = "nobuild";
} else if (_root.buildPlanSize == 4) {
_root.mainCursorStatus = "nobuild";
}
}
}
on (rollOut) {
if (_root.buildDonePlacing == false) {
_root.mainCursorStatus = "build";
}
}
Symbol 1529 Button
on (release) {
if (_root.buildDonePlacing == false) {
gui_Overlay.gotoAndStop("buildCancel");
} else {
gui_Overlay.gotoAndStop("buildAccept");
}
}
Symbol 1532 Button
on (release) {
if (_root.buildDonePlacing) {
i = 0;
while (i <= 42) {
if (_root.buildList[i] == _root.buildPlan) {
_root.buildList[i] = "empty";
}
i++;
}
_root.buildList[_root.buildOtherTile] = "empty";
_root.buildList[_root.buildOtherTile2] = "empty";
_root.buildList[_root.buildOtherTile3] = "empty";
_root.buildDonePlacing = false;
_root.mainCursorStatus = "build";
_root.displayBuild();
}
}
Symbol 1544 MovieClip Frame 1
stop();
_root.displayBuild();
Instance of Symbol 1434 MovieClip "guiDescription" in Symbol 1544 MovieClip Frame 1
onClipEvent (enterFrame) {
startDrag ("", true);
this._x = _root.mainCursor._x;
this._y = _root.mainCursor._y;
}
Symbol 1544 MovieClip Frame 2
stop();
_root.displayBuild();
if (_root.buildPlanSize == 1) {
guiBuildSizeDisplay.gotoAndStop(1);
} else if (_root.buildPlanSize == 2) {
guiBuildSizeDisplay.gotoAndStop(2);
} else if (_root.buildPlanSize == 3) {
guiBuildSizeDisplay.gotoAndStop(3);
} else if (_root.buildPlanSize == 3.5) {
guiBuildSizeDisplay.gotoAndStop(4);
} else if (_root.buildPlanSize == 4) {
guiBuildSizeDisplay.gotoAndStop(5);
}