Combined Code
movieClip 4 bullet {
}
movieClip 9 {
}
movieClip 14 8bitenemysword {
frame 1 {
stop();
moon._visible = false;
if (_global.quest == 'heart') {
moon._visible = true;
}
}
frame 16 {
this.removeMovieClip();
}
}
movieClip 18 ActionSource {
#initclip
Object.registerClass('ActionSource', com.omniture.AS2.ActionSource);
#endinitclip
}
frame 1 {
stop();
var rootMenu = new ContextMenu();
rootMenu.hideBuiltInItems();
_root.menu = rootMenu;
_root.onEnterFrame = function () {
if (Key.isDown(2)) {
trace('Nein!');
}
};
_global.badge01 = false;
_global.badge02 = false;
_global.badge03 = false;
_global.badge04 = false;
_global.wfind = false;
_global.efind = false;
_global.zfind = false;
_global.afind = false;
_global.ifind = false;
_global.andfind = false;
_global.dotfind = false;
_global.rnf01 = false;
_global.rnf02 = false;
_global.rnf03 = false;
_global.rnf04 = false;
_global.guarddone = false;
_global.managerdone = false;
_global.maildone = false;
_global.seetengue01 = false;
_global.seetengue02 = false;
_global.breakpot = false;
_global.breakbowl = false;
_global.breakwindow01 = false;
_global.breakwindow02 = false;
_global.dogcheck = false;
_global.d1 = false;
_global.d2 = false;
_global.d3 = false;
_global.badge05 = false;
_global.badge06 = false;
_global.badge07 = false;
_global.badge08 = false;
_global.badge09 = false;
_global.badge10 = false;
_global.badge11 = false;
_global.badge12 = false;
_global.badge13 = false;
}
movieClip 24 {
}
movieClip 33 {
}
movieClip 40 {
}
movieClip 43 {
}
movieClip 46 {
}
movieClip 47 {
frame 1 {
var value = 0;
onEnterFrame = function () {
bar_mc._xscale = 100 * value;
};
onEnterFrame();
}
}
movieClip 48 {
frame 322 {
stop();
onEnterFrame = function () {
var v2 = _root.getBytesLoaded() / _root.getBytesTotal();
preloader_mc.value = v2;
if (v2 == 1) {
delete onEnterFrame;
_root.opener.gotoAndStop(2);
}
};
}
}
movieClip 52 {
}
movieClip 54 {
}
// unknown tag 88 length 148
movieClip 82 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
gotoAndStop(1);
}
}
button 89 {
on (release) {
instructions.nextFrame();
}
}
button 90 {
on (release) {
_root.gotoAndPlay(2);
}
}
button 92 {
on (release) {
getURL('http://www.atrianglemorning.com/games/', '_blank');
}
}
movieClip 93 {
frame 79 {
stop();
}
}
movieClip 101 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 15 __Packages.com.omniture.AS2.ActionSource {
#initclip
if (!_global.com) {
_global.com = new Object();
}
if (!_global.com.omniture) {
_global.com.omniture = new Object();
}
if (!_global.com.omniture.AS2) {
_global.com.omniture.AS2 = new Object();
}
if (!_global.com.omniture.AS2.ActionSource) {
var v1 = function () {
var v3 = this;
super();
var v1 = v3;
var v2;
v1.initPre();
v1.version = 'FAS-2.2';
if (v1.isSet(_root)) {
v1.movie = _root;
} else {
if (v1.isSet(v3.root)) {
v1.movie = v3.root;
}
}
var versionString = /:$version;
var versionInfo = versionString.split(' ');
v1.flashVersion = parseInt(versionInfo[1].substr(0, 1));
v1.requestNum = 0;
v1.requestList = new Array();
v1.lastRequest = '';
v1.requiredVarList = ['visitorID', 'vmk', 'charSet', 'visitorNamespace', 'cookieDomainPeriods', 'cookieLifetime', 'pageName', 'pageURL', 'referrer', 'currencyCode'];
v1.accountVarList = ['purchaseID', 'variableProvider', 'channel', 'server', 'pageType', 'transactionID', 'campaign', 'state', 'zip', 'events', 'products'];
v2 = v1.requiredVarList.length - 1;
while (v2 >= 0) {
v1.accountVarList.unshift(v1.requiredVarList[v2]);
--v2;
}
v2 = 1;
while (v2 <= 50) {
v1.accountVarList.push('prop' + v2);
v1.accountVarList.push('eVar' + v2);
v1.accountVarList.push('hier' + v2);
++v2;
}
v1.accountVarList.push('pe');
v1.accountVarList.push('pev1');
v1.accountVarList.push('pev2');
v1.accountVarList.push('pev3');
v1.requiredVarList.push('pe');
v1.requiredVarList.push('pev1');
v1.requiredVarList.push('pev2');
v1.requiredVarList.push('pev3');
v1.accountConfigList = ['trackDownloadLinks', 'trackExternalLinks', 'trackClickMap', 'linkLeaveQueryString', 'linkTrackVars', 'linkTrackEvents', 'trackingServer', 'trackingServerSecure', 'dc', 'movieID', 'autoTrack', 'delayTracking', 'trackLocal', 'debugTracking'];
v1.modulesInit();
v1.initPost();
};
com.omniture.AS2.ActionSource = v1;
var v2 = new MovieClip();
com.omniture.AS2.ActionSource.prototype = v2;
v2.isSet = function (val, mbr) {
var v1 = val;
var v2 = mbr;
if (v2 != null && v2 != undefined) {
v1 = v1[v2];
}
return v1 != null && v1 != undefined && '' + v1 != 'NaN' && v1 != false && v1 != '' && v1 != 0;
};
v2.initPre = function () {
this._visible = false;
};
v2.initPost = function () {};
v2.__get__Capabilities = function () {
return System.capabilities;
};
v2.setTrackOnLoadInterval = function () {
this.trackOnLoadInterval = setInterval(this, 'doTrackOnLoad', 50);
};
v2.startDelayTrackingInterval = function () {
var v1 = this;
v1.delayTrackingInterval = setInterval(v1, 'delayTrackingDone', v1.delayTracking);
};
v2.requestURL = function (url) {
var v2 = new LoadVars();
var v1 = new LoadVars();
v2.sendAndLoad(url, v1, 'GET');
};
v2.callJavaScript = function (script) {
var v2 = this;
var v1 = v2;
if (v1.isSet(v2.ExternalInterface) && v1.isSet(v2.ExternalInterface.available) && v1.isSet(v2.ExternalInterface.call)) {
return v2.ExternalInterface.call(script);
}
return null;
};
v2.track = function (variableOverrides, bufferedRequestID) {
this._track(variableOverrides, bufferedRequestID);
};
v2.trackLink = function (linkURL, linkType, linkName, variableOverrides) {
this._trackLink(linkURL, linkType, linkName, variableOverrides);
};
v2.__set__movie = function (movie) {
var v1 = this;
v1._movie = movie;
if (v1.isSet(v1._movie)) {
if (!v1.flashLivePreview) {
if (v1.flashASVersion < 3) {
v1._movie.s_s = v1;
}
v1.modulesUpdate();
}
}
return v1.__get__movie();
};
v2.__get__movie = function () {
return this._movie;
};
v2.__set__trackOnLoad = function (trackOnLoad) {
var v1 = this;
v1._trackOnLoad = trackOnLoad;
if (v1._trackOnLoad) {
v1.setTrackOnLoadInterval();
}
return v1.__get__trackOnLoad();
};
v2.__get__trackOnLoad = function () {
return this._trackOnLoad;
};
v2.doTrackOnLoad = function () {
var v1 = this;
if (!v1.isSet(v1.account) || !v1.isSet(v1.movie)) {
} else {
clearInterval(v1.trackOnLoadInterval);
if (v1._trackOnLoad && !v1.onLoadTracked) {
v1.onLoadTracked = true;
v1.track();
}
}
};
v2.isNumber = function (num) {
return !isNaN(parseInt(num));
};
v2.replace = function (x, o, n) {
var v1 = x;
if (this.isSet(v1)) {
if (v1.indexOf(o) >= 0) {
return (v1.split(o)).join(n);
}
}
return v1;
};
v2.getMovieURL = function () {
var v1 = this;
var v2;
v2 = v1.callJavaScript('function s_ActionSource_wl(){return window.location.href;}');
if (v1.isSet(v2)) {
return v2;
}
if (v1.isSet(v1.movie)) {
if (v1.flashASVersion > 2 && v1.isSet(v1.movie.loaderInfo) && v1.isSet(v1.movie.loaderInfo.loaderURL)) {
return v1.movie.loaderInfo.loaderURL;
} else {
if (v1.isSet(v1.movie._url)) {
return v1.movie._url;
}
}
}
return '';
};
v2.getMovieReferrer = function () {
var v1 = this;
return v1.callJavaScript('function s_ActionSource_r(){\tvar \t\tr = \'\',\t\tw = window,\t\te,\t\tp,\t\tl,\t\te;\tif ((w) && (w.document)) {\t\tr = w.document.referrer;\t\ttry {\t\t\tp = w.parent;\t\t\tl = w.location;\t\t\twhile ((p) && (p.location) && (p.location != l) && (p.location.host == l.host)) {\t\t\t\tw = p;\t\t\t\tp = w.parent;\t\t\t}' + '\t\t} catch (e) {}' + '\t\tif ((w) && (w.document)) {' + '\t\t\tr = w.document.referrer;' + '\t\t}' + '\t}' + '\treturn r;' + '}');
};
v2.getBufferedRequests = function () {
var v1 = this;
var v2;
if (!v1.isSet(v1.disableBufferedRequests)) {
v2 = SharedObject.getLocal('s_br', '/');
}
if (!v1.isSet(v2)) {
v2 = v1.bufferedRequests;
if (!v1.isSet(v2)) {
v1.bufferedRequests = new Object();
v1.bufferedRequests.flush = function () {};
v2 = v1.bufferedRequests;
}
}
if (!v1.isSet(v2.data)) {
v2.data = new Object();
}
if (!v1.isSet(v2.data.list)) {
v2.data.list = new Array();
}
return v2;
};
v2.bufferRequest = function (account, bufferedRequestID, request) {
var v3 = request;
var s = this;
var v2;
var bufferedRequest;
var v1;
var bufferedRequestFirstEmptyNum;
v2 = s.getBufferedRequests();
if (s.isSet(v2)) {
bufferedRequestFirstEmptyNum = -1;
v1 = 0;
while (v1 < v2.data.list.length) {
if (v2.data.list[v1].id == bufferedRequestID) {
v2.data.list[v1].request = v3;
v3 = '';
} else {
if (!s.isSet(v2.data.list[v1].id)) {
bufferedRequestFirstEmptyNum = v1;
}
}
++v1;
}
if (s.isSet(v3)) {
bufferedRequest = new Object();
bufferedRequest.account = account;
bufferedRequest.id = bufferedRequestID;
bufferedRequest.request = v3;
if (bufferedRequestFirstEmptyNum >= 0) {
v2.data.list[bufferedRequestFirstEmptyNum] = bufferedRequest;
} else {
v2.data.list.push(bufferedRequest);
}
}
v2.flush();
}
};
v2._flushBufferedRequests = function (account) {
var s = this;
var v3;
var v2;
var v1;
v3 = s.getBufferedRequests();
if (s.isSet(v3)) {
v1 = 0;
while (v1 < v3.data.list.length) {
v2 = v3.data.list[v1];
if (v2.account == account) {
s.flushBufferedRequest(account, v2.id);
}
++v1;
}
}
};
v2.flushBufferedRequests = function () {
var v1 = this;
if (v1.isSet(v1.account)) {
v1._flushBufferedRequests(v1.account);
}
};
v2.flushBufferedRequest = function (account, bufferedRequestID) {
var s = this;
var v2;
var v3;
var v1;
var request;
v2 = s.getBufferedRequests();
if (s.isSet(v2)) {
v1 = 0;
while (v1 < v2.data.list.length) {
v3 = v2.data.list[v1];
if (v3.account == account && v3.id == bufferedRequestID) {
request = v2.data.list[v1].request;
v2.data.list[v1].account = '';
v2.data.list[v1].id = '';
v2.data.list[v1].request = '';
v2.flush();
s.makeRequest('', '', request, '');
}
++v1;
}
}
};
v2.makeRequest = function (cacheBusting, queryString, request, bufferedRequestID) {
var v3 = request;
var v1 = this;
var url = v1.getMovieURL();
var trackingServer;
if (!v1.isSet(v3)) {
if (v1.isSet(v1.trackingServer)) {
trackingServer = v1.trackingServer;
if (v1.isSet(v1.trackingServerSecure) && (url.toLowerCase()).substr(0, 6) == 'https:') {
trackingServer = v1.trackingServerSecure;
}
} else {
var v2 = v1.visitorNamespace;
var ci;
if (!v1.isSet(v2)) {
v2 = v1.account;
ci = v2.indexOf(',');
if (ci >= 0) {
v2 = v2.substr(0, ci);
}
v2 = (v2.split('_')).join('-');
}
trackingServer = v2 + '.' + (v1.isSet(v1.dc) ? v1.dc : 112) + '.2o7.net';
}
if ((url.toLowerCase()).substr(0, 6) == 'https:') {
v3 = 'https://';
} else {
v3 = 'http://';
}
v3 += trackingServer + '/b/ss/' + v1.account + '/0/' + v1.version + '-AS' + v1.flashASVersion + '/' + cacheBusting + '?[AQB]&ndh=1&' + queryString + '&[AQE]';
if (v1.isSet(bufferedRequestID)) {
v1.bufferRequest(v1.account, bufferedRequestID, v3);
} else {
if ((url.toLowerCase()).substr(0, 6) == 'https:' && (v3.toLowerCase()).substr(0, 5) == 'http:') {
v3 = 'https:' + v3.substr(5);
}
if (v1.isSet(v1.trackLocal) || v1.flashVersion < 8 || !v1.isSet(url) || (url.toLowerCase()).substr(0, 4) == 'http') {
v1.requestList.push(v3);
if (!v1.isSet(v1.delayTracking) || v1.isSet(v1.delayTrackingStage) && v1.delayTrackingStage == 2) {
v1.flushRequestList();
} else {
if (v1.isSet(v1.delayTracking) && !v1.isSet(v1.delayTrackingStage)) {
v1.delayTrackingStage = 1;
v1.startDelayTrackingInterval();
}
}
}
}
}
};
v2.flushRequestList = function () {
var v1 = this;
while (v1.requestNum < v1.requestList.length) {
if (v1.isSet(v1.debugTracking)) {
var debug = 'ActionSource Debug: ' + v1.requestList[v1.requestNum];
var v3 = v1.requestList[v1.requestNum].split('&');
var v2;
v2 = 0;
while (v2 < v3.length) {
debug += '\n\t' + unescape(v3[v2]);
++v2;
}
trace(debug);
}
v1.requestURL(v1.requestList[v1.requestNum]);
v1.lastRequest = v1.requestList[v1.requestNum];
++v1.requestNum;
}
};
v2.delayTrackingDone = function () {
var v1 = this;
clearInterval(v1.delayTrackingInterval);
v1.delayTrackingStage = 2;
v1.flushRequestList();
};
v2.clearVars = function () {
var v3 = this;
var v2;
var v1;
v2 = 0;
while (v2 < this.accountVarList.length) {
v1 = v3.accountVarList[v2];
if (v1.substr(0, 4) == 'prop' || v1.substr(0, 4) == 'eVar' || v1.substr(0, 4) == 'hier' || v1 == 'channel' || v1 == 'events' || v1 == 'purchaseID' || v1 == 'transactionID' || v1 == 'products' || v1 == 'state' || v1 == 'zip' || v1 == 'campaign') {
v3[v1] = undefined;
}
++v2;
}
};
v2.queryStringAccountVariables = function () {
var v3 = this;
var queryString = '';
var varNum;
var varSubNum;
var v1;
var v2;
var varValueParts;
var varPrefix;
var varSuffix;
var varFilter = '';
var eventFilter = '';
var moduleName = '';
if (v3.isSet(v3.linkType)) {
varFilter = v3.linkTrackVars;
eventFilter = v3.linkTrackEvents;
} else {
if (v3.isSet(v3.pe)) {
moduleName = (v3.pe.substr(0, 1)).toUpperCase() + v3.pe.substr(1);
if (v3.isSet(v3[moduleName])) {
varFilter = v3[moduleName].trackVars;
eventFilter = v3[moduleName].trackEvents;
}
}
}
if (v3.isSet(varFilter)) {
varFilter = ',' + varFilter + ',' + v3.requiredVarList.join(',') + ',';
}
if (v3.isSet(eventFilter)) {
eventFilter = ',' + eventFilter + ',';
}
varNum = 0;
while (varNum < v3.accountVarList.length) {
v1 = v3.accountVarList[varNum];
v2 = v3[v1];
varPrefix = v1.substr(0, 4);
varSuffix = v1.substr(4);
if (v3.isSet(v2) && (!v3.isSet(varFilter) || varFilter.indexOf(',' + v1 + ',') >= 0)) {
switch (v1) {
case 'visitorID':
v1 = 'vid';
break;
case 'pageURL':
v1 = 'g';
break;
case 'referrer':
v1 = 'r';
break;
case 'vmk':
v1 = 'vmt';
break;
case 'charSet':
v1 = 'ce';
break;
case 'visitorNamespace':
v1 = 'ns';
break;
case 'cookieDomainPeriods':
v1 = 'cdp';
break;
case 'cookieLifetime':
v1 = 'cl';
break;
case 'currencyCode':
v1 = 'cc';
break;
case 'channel':
v1 = 'ch';
break;
case 'transactionID':
v1 = 'xact';
break;
case 'campaign':
v1 = 'v0';
break;
case 'events':
if (v3.isSet(eventFilter)) {
varValueParts = v2.split(',');
v2 = '';
varSubNum = 0;
while (varSubNum < varValueParts.length) {
if (eventFilter.indexOf(',' + varValueParts[varSubNum] + ',') >= 0) {
v2 += (v3.isSet(v2) ? ',' : '') + varValueParts[varSubNum];
}
++varSubNum;
}
}
break;
default:
if (v3.isNumber(varSuffix)) {
if (varPrefix == 'prop') {
v1 = 'c' + varSuffix;
} else {
if (varPrefix == 'eVar') {
v1 = 'v' + varSuffix;
} else {
if (varPrefix == 'hier') {
v1 = 'h' + varSuffix;
v2 = v2.substr(0, 255);
}
}
}
}
}
if (v3.isSet(v2)) {
queryString += '&' + escape(v1) + '=' + ((v1.substr(0, 3) != 'pev') ? escape(v2) : v2);
}
}
++varNum;
}
return queryString;
};
v2.queryStringLinkTracking = function () {
var v1 = this;
var v2 = '';
var v3;
if (v1.isSet(v1.linkType) && (v1.isSet(v1.linkURL) || v1.isSet(v1.linkName))) {
v1.linkType = v1.linkType.toLowerCase();
if (v1.linkType != 'd' && v1.linkType != 'e') {
v1.linkType = 'o';
}
if (v1.isSet(v1.linkURL) && !v1.isSet(v1.linkLeaveQueryString)) {
v3 = v1.linkURL.indexOf('?');
if (v3 >= 0) {
v1.linkURL = v1.linkURL.substr(0, v3);
}
}
v2 += '&pe=lnk_' + escape(v1.linkType.toLowerCase());
v2 += v1.isSet(v1.linkURL) ? '&pev1=' + escape(v1.linkURL) : '';
v2 += v1.isSet(v1.linkName) ? '&pev2=' + escape(v1.linkName) : '';
}
return v2;
};
v2.queryStringClickMap = function () {
var v1 = this;
var v2 = '';
var v3 = v1.pageName;
var pageIDType = 1;
var objectID = v1.objectID;
var objectIDType = 1;
var objectType = 'FLASH';
if (!v1.isSet(v3)) {
v3 = v1.pageURL;
pageIDType = 0;
}
if (v1.isSet(v1.trackClickMap) && v1.isSet(v3) && v1.isSet(objectID) && v1.isSet(objectType)) {
v2 += '&pid=' + escape(v3);
v2 += v1.isSet(pageIDType) ? '&pidt=' + escape('' + pageIDType) : '';
v2 += '&oid=' + escape(objectID.substr(0, 100));
v2 += v1.isSet(objectIDType) ? '&oidt=' + escape('' + objectIDType) : '';
v2 += '&ot=' + escape(objectType);
}
return v2;
};
v2.queryStringTechnology = function () {
var v2 = this;
var v3 = '';
var v1 = this.__get__Capabilities();
if (v2.isSet(v1) && v2.isSet(v1.screenResolutionX) && v2.isSet(v1.screenResolutionY)) {
v3 += '&s=' + v1.screenResolutionX + 'x' + v1.screenResolutionY;
}
return v3;
};
v2.variableOverridesApply = function (variableOverrides) {
var v1 = this;
var v3;
var v2;
v3 = 0;
while (v3 < v1.accountVarList.length) {
v2 = v1.accountVarList[v3];
if (v1.isSet(variableOverrides[v2]) || v1.isSet(variableOverrides['!' + v2])) {
v1[v2] = variableOverrides[v2];
}
++v3;
}
v3 = 0;
while (v3 < v1.accountConfigList.length) {
v2 = v1.accountConfigList[v3];
if (v1.isSet(variableOverrides[v2]) || v1.isSet(variableOverrides['!' + v2])) {
v1[v2] = variableOverrides[v2];
}
++v3;
}
};
v2.variableOverridesBuild = function (variableOverrides) {
var v2 = this;
var v3;
var v1;
v3 = 0;
while (v3 < v2.accountVarList.length) {
v1 = v2.accountVarList[v3];
if (!v2.isSet(variableOverrides[v1])) {
variableOverrides[v1] = v2[v1];
if (!v2.isSet(variableOverrides[v1])) {
variableOverrides['!' + v1] = 1;
}
}
++v3;
}
v3 = 0;
while (v3 < v2.accountConfigList.length) {
v1 = v2.accountConfigList[v3];
if (!v2.isSet(variableOverrides[v1])) {
variableOverrides[v1] = v2[v1];
if (!v2.isSet(variableOverrides[v1])) {
variableOverrides['!' + v1] = 1;
}
}
++v3;
}
};
v2._track = function (variableOverrides, bufferedRequestID) {
var v1 = this;
var variableOverridesBackup;
var tm = new Date();
var sed = Math.floor(Math.random() * 10000000000000.0);
var cacheBusting = 's' + Math.floor(tm.getTime() / 10800000) % 10 + sed;
var time = '' + tm.getDate() + '/' + tm.getMonth() + '/' + tm.getFullYear() + ' ' + tm.getHours() + ':' + tm.getMinutes() + ':' + tm.getSeconds() + ' ' + tm.getDay() + ' ' + tm.getTimezoneOffset();
var queryString = 't=' + escape(time);
if (v1.isSet(v1.flashLivePreview)) {
} else {
if (v1.isSet(v1.otherVariables)) {
var v3;
var v2;
v3 = 0;
while (v3 < v1.accountVarList.length) {
v2 = v1.accountVarList[v3];
if (v1.isSet(v1.otherVariables[v2])) {
v1[v2] = v1.otherVariables[v2];
}
++v3;
}
v3 = 0;
while (v3 < v1.accountConfigList.length) {
v2 = v1.accountConfigList[v3];
if (v1.isSet(v1.otherVariables[v2])) {
v1[v2] = v1.otherVariables[v2];
}
++v3;
}
}
if (v1.isSet(variableOverrides)) {
variableOverridesBackup = new Object();
v1.variableOverridesBuild(variableOverridesBackup);
v1.variableOverridesApply(variableOverrides);
}
if (v1.isSet(v1.usePlugins) && v1.isSet(v1.doPlugins)) {
v1.doPlugins(v1);
}
if (v1.isSet(v1.account)) {
if (!v1.isSet(v1.pageURL)) {
v1.pageURL = v1.getMovieURL();
}
if (!v1.isSet(v1.referrer)) {
v1.referrer = v1.getMovieReferrer();
}
queryString += v1.queryStringAccountVariables();
queryString += v1.queryStringLinkTracking();
queryString += v1.queryStringClickMap();
queryString += v1.queryStringTechnology();
v1.makeRequest(cacheBusting, queryString, '', bufferedRequestID);
}
if (v1.isSet(variableOverrides)) {
v1.variableOverridesApply(variableOverridesBackup);
}
v1.pe = undefined;
v1.pev1 = undefined;
v1.pev2 = undefined;
v1.pev3 = undefined;
v1.linkURL = undefined;
v1.linkName = undefined;
v1.linkType = undefined;
v1.objectID = undefined;
if (v1.isSet(v1.account)) {
if (!v1.isSet(bufferedRequestID) && !v1.isSet(v1.trackCalled)) {
v1.trackCalled = true;
v1.flushBufferedRequests();
}
}
}
};
v2._trackLink = function (linkURL, linkType, linkName, variableOverrides) {
var v1 = this;
v1.linkURL = linkURL;
v1.linkType = linkType;
v1.linkName = linkName;
v1.track(variableOverrides);
};
v2.__set__moduleMediaVariables = function (moduleMediaVariables) {
var v1 = this;
v1._moduleMediaVariables = moduleMediaVariables;
v1.modulesUpdate();
return v1.__get__moduleMediaVariables();
};
v2.__get__moduleMediaVariables = function () {
return this._moduleMediaVariables;
};
v2.modulesInit = function () {
var v1 = this;
v1.ClickMap = new com.omniture.AS2.ActionSource_Module_ClickMap(v1);
v1.Media = new com.omniture.AS2.ActionSource_Module_Media(v1);
v1.modulesUpdate();
};
v2.modulesUpdate = function () {
var v1 = this;
var v2;
if (v1.isSet(v1.ClickMap) && v1.flashASVersion < 3) {
v1.index = v1.ClickMap.getIndex();
}
if (v1.isSet(v1.Media)) {
if (v1.isSet(v1._moduleMediaVariables)) {
for (v2 in v1._moduleMediaVariables) {
if (v1.isSet(v1._moduleMediaVariables[v2])) {
if (v2 == 'autoTrack') {
if (('' + v1._moduleMediaVariables[v2]).toLowerCase() == 'true') {
v1._moduleMediaVariables[v2] = true;
} else {
v1._moduleMediaVariables[v2] = false;
}
}
v1.Media[v2] = v1._moduleMediaVariables[v2];
}
}
}
v1.Media.autoTrack = v1.Media.autoTrack;
}
};
v2.flashASVersion = 2;
v2.flashLivePreview = false;
v2.trackLocal = true;
v2.debugTracking = false;
v2._trackOnLoad = false;
v2.onLoadTracked = false;
v2.trackCalled = false;
v2.addProperty('Capabilities', v2.__get__Capabilities, function () {});
v2.addProperty('moduleMediaVariables', v2.__get__moduleMediaVariables, v2.__set__moduleMediaVariables);
v2.addProperty('movie', v2.__get__movie, v2.__set__movie);
v2.addProperty('trackOnLoad', v2.__get__trackOnLoad, v2.__set__trackOnLoad);
ASSetPropFlags(com.omniture.AS2.ActionSource.prototype, null, 1);
}
#endinitclip
}
movieClip 19 __Packages.com.omniture.AS2.ActionSource_Module_ClickMap {
#initclip
if (!_global.com) {
_global.com = new Object();
}
if (!_global.com.omniture) {
_global.com.omniture = new Object();
}
if (!_global.com.omniture.AS2) {
_global.com.omniture.AS2 = new Object();
}
if (!_global.com.omniture.AS2.ActionSource_Module_ClickMap) {
var v1 = function (s) {
super();
var v1 = this;
v1.s = s;
v1.clickMovie = s.movie.createEmptyMovieClip('s_ClickMap', 100);
v1.clickMovie.m = v1;
v1.clickMovie.onMouseDown = function () {
var v1 = this.m;
var v2 = v1.getHitTarget(v1.s.movie);
if (v1.s.isSet(v2)) {
v1.sendClickMapEvent(v2);
}
};
};
com.omniture.AS2.ActionSource_Module_ClickMap = v1;
var v2 = new MovieClip();
com.omniture.AS2.ActionSource_Module_ClickMap.prototype = v2;
v2.getHitTarget = function (tree) {
var v3 = this;
var v2 = v3;
var tcx = v2.s.movie._xmouse;
var tcy = v2.s.movie._ymouse;
for (var name in tree) {
var v1 = tree[name];
if (v1._parent != tree) {
continue;
}
var clickedObj = false;
var chx = v1._x;
var chy = v1._y;
var chw = v1._width;
var chh = v1._height;
if (tcx > chx && tcx < chx + chw) {
if (tcy > chy && tcy < chy + chh) {
clickedObj = true;
}
}
if ((typeof v1 == 'movieclip' || v1 instanceof MovieClip) && v1.hitTest(v2.s.movie._xmouse, v2.s.movie._ymouse, true)) {
var target = v2.getHitTarget(v1);
return (target != null) ? target : v1;
} else {
if (v1 instanceof Button && !v2.s.isSet(v1.s_ClickMapSetup)) {
v1.s_ClickMapSetup = true;
v1.s_ClickMapOnPress = v1.onPress;
v1.onPress = function () {
var v1 = this;
_root.s_s.ClickMap.sendClickMapEvent(v1);
if (v1.s_ClickMapOnPress !== undefined && v1.s_ClickMapOnPress !== null) {
v1.s_ClickMapOnPress();
}
};
} else {
if (typeof v1 == 'object' && clickedObj == true) {
var target = v2.getHitTarget(v1);
return (target != null) ? target : v1;
}
}
}
}
return null;
};
v2.getIndex = function () {
var v1 = this;
var v2;
if (v1.s.isSet(v1.s.movie)) {
v2 = Stage.width + ',' + Stage.height + v1.indexChildren(v1.s.movie);
v1.index = v2;
return v2;
}
return '';
};
v2.indexChildren = function (node) {
var v2 = this;
var index = '';
var v3;
var v1;
var nodeID = node + '.';
var subNodeID;
for (v3 in node) {
v1 = node[v3];
if (v2.s.isSet(v1) && v2.s.isSet(v1._name) && v1._name == v3) {
subNodeID = v1 + '';
if (subNodeID == nodeID + v3) {
index += '|' + v2.getDOMID(v1);
index += v2.indexChildren(v1);
}
}
}
return index;
};
v2.nodePos = function (node) {
var v1 = new Object();
v1.x = node._x;
v1.y = node._y;
return v1;
};
v2.nodeShift = function (node, x, y) {
node._x = x;
node._y = y;
};
v2.parentGetBounds = function (node) {
return node._parent.getBounds();
};
v2.parentLocalToGlobal = function (node, p) {
node.parent.localToGlobal(p);
};
v2.getFullPath = function (node) {
var v1 = '' + node;
var v2 = v1.substr(v1.length - 4, 4);
if (v2 == '.frs' || v2 == '.fds') {
v1 = v1.substr(0, v1.length - 4);
}
return v1;
};
v2.getGeom = function (node) {
var v3 = node;
var v1 = this;
var geom = new Object();
var v2;
var bottomRight;
var b1;
var b2;
var b3;
b1 = v1.parentGetBounds(v3);
v2 = v1.nodePos(v3);
bottomRight = v1.nodePos(v3);
v1.nodeShift(v3, b1.xMin, b1.yMin);
b2 = v1.parentGetBounds(v3);
v1.nodeShift(v3, b1.xMax, b1.yMax);
b3 = v1.parentGetBounds(v3);
v1.nodeShift(v3, v2.x, v2.y);
v2.x += b2.xMin - b1.xMin;
v2.y += b2.yMin - b1.yMin;
bottomRight.x += b3.xMax - b1.xMax;
bottomRight.y += b3.yMax - b1.yMax;
v1.parentLocalToGlobal(v3, v2);
v1.parentLocalToGlobal(v3, bottomRight);
geom.x = Math.round(v2.x);
geom.y = Math.round(v2.y);
geom.w = Math.ceil(bottomRight.x - v2.x);
geom.h = Math.ceil(bottomRight.y - v2.y);
return geom;
};
v2.getDOMID = function (node) {
var v3 = node;
var v2 = this;
var v1;
if (v2.s.isSet(v3)) {
v1 = v2.getGeom(v3);
return v2.getFullPath(v3) + ',' + v1.x + ',' + v1.y + ',' + v1.w + ',' + v1.h;
}
return '';
};
v2.getObjectID = function (node) {
var v2 = this;
var v3 = v2.getMovieID();
var v1 = '';
v1 = v2.getFullPath(node);
if (v2.s.isSet(v1)) {
v1 = (v2.s.isSet(v3) ? v3 : '') + ':' + v1;
}
return v1;
};
v2.sendClickMapEvent = function (node) {
var v1 = this;
var url = v1.s.getMovieURL();
var movieID = v1.getMovieID();
if (v1.s.isSet(v1.s.trackClickMap)) {
v1.s.objectID = v1.getObjectID(node);
}
if (v1.s.autoTrack) {
var v2 = url;
var v3;
v3 = v2.indexOf('?');
if (v3 >= 0) {
v2 = v2.substr(0, v3);
}
if (v2.length > 77) {
v2 = v2.substr(-77);
}
v1.s.trackLink(url, 'o', 'ActionSource.AutoTrack:' + v2);
}
};
v2.getMovieID = function () {
var m = this;
var url = m.getSWFURL();
var v3 = this.s.movieID;
if (!m.s.isSet(v3) && m.s.isSet(url)) {
var v2 = url.lastIndexOf('/');
var v1 = url.lastIndexOf('.');
if (v2 >= 0) {
++v2;
} else {
v2 = 0;
}
if (v1 >= 0) {
v1 -= v2;
} else {
v1 = url.length;
}
v3 = url.substr(v2, v1);
}
if (!m.s.isSet(v3)) {
v3 = 'movieID undefined';
}
return v3;
};
v2.getDOMIndex = function () {
var v1 = this;
return v1.getIndex();
};
v2.getTrackClickMap = function () {
var v1 = this;
return v1.s.trackClickMap.toString();
};
v2.getAccount = function () {
var v1 = this;
return v1.s.account;
};
v2.getPageName = function () {
var v1 = this;
return v1.s.pageName;
};
v2.getPageURL = function () {
var v1 = this;
return v1.s.pageURL;
};
v2.getCharSet = function () {
var v1 = this;
return v1.s.charSet;
};
v2.getSWFURL = function () {
var v1 = this;
if (v1.s.isSet(this.s.movie)) {
if (v1.s.isSet(v1.s.movie.loaderInfo) && v1.s.isSet(v1.s.movie.loaderInfo.loaderURL)) {
return v1.s.movie.loaderInfo.loaderURL;
} else {
if (v1.s.isSet(v1.s.movie._url)) {
return v1.s.movie._url;
}
}
}
return '';
};
v2.getVersion = function () {
var v1 = this;
return v1.s.version;
};
ASSetPropFlags(com.omniture.AS2.ActionSource_Module_ClickMap.prototype, null, 1);
}
#endinitclip
}
movieClip 20 __Packages.com.omniture.AS2.ActionSource_Module_Media {
#initclip
if (!_global.com) {
_global.com = new Object();
}
if (!_global.com.omniture) {
_global.com.omniture = new Object();
}
if (!_global.com.omniture.AS2) {
_global.com.omniture.AS2 = new Object();
}
if (!_global.com.omniture.AS2.ActionSource_Module_Media) {
var v1 = function (s) {
var v1 = this;
v1.s = s;
};
com.omniture.AS2.ActionSource_Module_Media = v1;
var v2 = v1.prototype;
v2.open = function (name, length, playerName, player) {
this._open(name, length, playerName, player);
};
v2.startMonitor = function (monitor) {
var v1 = this;
var v2 = monitor;
v2.update = function () {
var v1 = this;
if (v1.m == null || v1.m == undefined || v1.m.s == null || v1.m.s == undefined || v1.node == null || v1.node == undefined) {
clearInterval(v1.interval);
} else {
v1.watch();
}
};
v2.interval = setInterval(v2, 'update', 5000);
};
v2.__set__autoTrack = function (autoTrack) {
var v1 = this;
v1._autoTrack = autoTrack;
if (v1._autoTrack && !v1.autoTrackDone && v1.s.isSet(v1.s.movie)) {
v1.autoTrackDone = true;
v1.attach(v1.s.movie);
}
return v1.__get__autoTrack();
};
v2.__get__autoTrack = function () {
return this._autoTrack;
};
v2.cleanName = function (name) {
var v1 = this;
return v1.s.replace(v1.s.replace(v1.s.replace(name, '\n', ''), '\r', ''), '--**--', '');
};
v2._open = function (name, length, playerName, player) {
var v1 = this;
var v3 = new Object();
var tm = new Date();
var playerID = '';
var v2;
name = v1.cleanName(name);
length = Math.floor(length);
if (!v1.s.isSet(length)) {
length = 1;
}
if (v1.s.isSet(name) && v1.s.isSet(length) && v1.s.isSet(playerName)) {
if (!v1.s.isSet(v1.list)) {
v1.list = new Object();
}
if (v1.s.isSet(v1.list[name])) {
v1.close(name);
}
if (v1.s.isSet(player)) {
playerID = '' + player;
}
for (v2 in v1.list) {
if (v1.s.isSet(v1.list[v2]) && v1.list[v2].playerID == playerID) {
v1.close(v1.list[v2].name);
}
}
v3.name = name;
v3.length = length;
v3.playerName = v1.cleanName(v1.s.isSet(v1.playerName) ? v1.playerName : playerName);
v3.playerID = playerID;
v3.timePlayed = 0;
v3.timestamp = Math.floor(tm.getTime() / 1000);
v3.lastEventType = 0;
v3.lastEventTimestamp = v3.timestamp;
v3.lastEventOffset = 0;
v3.session = '';
v3.eventList = new Object();
v1.list[name] = v3;
}
};
v2.close = function (name) {
this.event(name, 0, -1);
};
v2.play = function (name, offset) {
var v3 = name;
var v1 = this;
var media;
var v2;
v1.event(v3, 1, offset);
v2 = new Object();
v2.m = v1;
v2.node = v1.cleanName(v3);
v2.watch = function () {
var v1 = this.m;
var v2 = this.node;
var v3;
v3 = (v1.s.isSet(v2) && v1.s.isSet(v1.list) && v1.s.isSet(v1.list[v2])) ? v1.list[v2] : null;
if (v1.s.isSet(v3)) {
if (v3.lastEventType == 1) {
v1.event(v3.name, 3, -1);
}
} else {
this.node = null;
}
};
v1.startMonitor(v2);
};
v2.stop = function (name, offset) {
this.event(name, 2, offset);
};
v2.event = function (name, eventType, offset) {
var v3 = offset;
var v2 = this;
var v1;
var tm = new Date();
var timestamp = Math.floor(tm.getTime() / 1000);
var d = '--**--';
name = v2.cleanName(name);
v1 = (v2.s.isSet(name) && v2.s.isSet(v2.list) && v2.s.isSet(v2.list[name])) ? v2.list[name] : null;
if (v2.s.isSet(v1)) {
if (eventType == 3 || eventType != v1.lastEventType && (eventType != 2 || v1.lastEventType == 1)) {
if (v2.s.isSet(eventType)) {
if (v3 < 0 && v1.lastEventTimestamp > 0) {
v3 = timestamp - v1.lastEventTimestamp + v1.lastEventOffset;
v3 = v3 < v1.length ? v3 : v1.length - 1;
}
v3 = Math.floor(v3);
if ((eventType == 2 || eventType == 3) && v1.lastEventOffset < v3) {
v1.timePlayed += v3 - v1.lastEventOffset;
}
if (eventType != 3) {
v1.session += ((eventType == 1) ? 'S' : 'E') + v3;
v1.lastEventType = eventType;
} else {
if (v1.lastEventType != 1) {
v2.event(name, 1, v3);
}
}
v1.lastEventTimestamp = timestamp;
v1.lastEventOffset = v3;
v2.s.pe = 'media';
v2.s.pev3 = '' + escape(v1.name) + d + v1.length + d + escape(v1.playerName) + d + v1.timePlayed + d + v1.timestamp + d + v1.session + ((eventType == 3) ? 'E' + v3 : '');
v2.s.track(null, 'Media.' + name);
} else {
v2.event(name, 2, -1);
v2.list[name] = 0;
v2.s.flushBufferedRequest(v2.s.account, 'Media.' + name);
}
}
}
};
v2.autoEvent = function (name, length, playerName, eventType, offset, player) {
var v2 = name;
var v1 = this;
v2 = v1.cleanName(v2);
if (v1.s.isSet(v2) && v1.s.isSet(length) && v1.s.isSet(playerName)) {
if (!v1.s.isSet(v1.list) || !v1.s.isSet(v1.list[v2])) {
v1.open(v2, length, playerName, player);
}
v1.event(v2, eventType, offset);
}
};
v2.attach = function (node) {
var v2 = this;
var m = v2;
var v1;
var v3;
var monitor;
if (m.s.isSet(node)) {
if (m.s.isSet(node, 'addEventListener') && m.s.isSet(node, 'isFLVCuePointEnabled')) {
if (!m.s.isSet(m.listenerFLVPlayback)) {
m.listenerFLVPlayback = new Object();
m.listenerFLVPlayback.m = m;
m.listenerFLVPlayback.playerName = 'Flash FLVPlayback';
m.listenerFLVPlayback.handleEvent = function (player, eventType) {
var v2 = player;
var v1 = this.m;
var v3;
var length;
var offset;
if (v1.s.isSet(v1.autoTrack) && v1.s.isSet(v2)) {
if (v1.s.flashASVersion > 2) {
v3 = v2.source;
} else {
v3 = v2.contentPath;
}
length = v2.totalTime;
offset = v2.playheadTime;
v1.autoEvent(v3, length, this.playerName, eventType, offset, v2);
}
};
m.listenerFLVPlayback.stateChange = function (event) {
var v3 = this.m;
var v2 = -1;
var v1;
if (v3.s.isSet(event) && v3.s.isSet(event.target)) {
v1 = event.target;
if (v3.s.isSet(v1, 'state')) {
if (v1.state == 'playing') {
v2 = 1;
} else {
if (v1.state == 'stopped' || v1.state == 'paused' || v1.state == 'buffering' || v1.state == 'rewinding' || v1.state == 'seeking') {
v2 = 2;
}
}
if (v2 >= 0) {
this.handleEvent(event.target, v2);
}
}
}
};
m.listenerFLVPlayback.complete = function (event) {
if (this.m.s.isSet(event)) {
this.handleEvent(event.target, 0);
}
};
}
if (m.s.flashASVersion > 2) {
node.addEventListener('complete', m.listenerFLVPlayback_complete);
node.addEventListener('stateChange', m.listenerFLVPlayback_stateChange);
} else {
node.addEventListener('complete', m.listenerFLVPlayback);
node.addEventListener('stateChange', m.listenerFLVPlayback);
}
monitor = new Object();
monitor.m = m;
monitor.node = node;
monitor.watch = function () {
var v2 = this;
var v3 = v2.m;
var v1 = v2.node;
if (v3.s.isSet(v1.state) && v1.state == 'playing') {
v2.m.listenerFLVPlayback.handleEvent(v1, 3);
}
};
m.startMonitor(monitor);
} else {
if (m.s.isSet(node, 'addEventListener') && m.s.isSet(node, 'addCuePoint')) {
if (!m.s.isSet(m.listenerMedia)) {
m.listenerMedia = new Object();
m.listenerMedia.m = m;
m.listenerMedia.playerName = 'Flash Media';
m.listenerMedia.handleEvent = function (player, eventType) {
var v2 = player;
var v1 = this.m;
var v3;
var length;
var offset;
if (v1.s.isSet(v1.autoTrack) && v1.s.isSet(v2)) {
v3 = v2.contentPath;
length = v2.totalTime;
offset = v2.playheadTime;
v1.autoEvent(v3, length, this.playerName, eventType, offset, v2);
}
};
m.listenerMedia.complete = function (event) {
if (this.m.s.isSet(event)) {
this.handleEvent(event.target, 0);
}
};
m.listenerMedia.click = function (event) {
var v1 = event;
var v2 = this;
if (v2.m.s.isSet(v1) && v2.m.s.isSet(v1.target)) {
v2.handleEvent(v1.target, v2.m.s.isSet(v1.target.playing) ? 1 : 2);
}
};
m.listenerMedia.change = function (event) {
var v1 = event;
var v2 = this;
if (v2.m.s.isSet(v1) && v2.m.s.isSet(v1.target)) {
v2.handleEvent(v1.target, v2.m.s.isSet(v1.target.playing) ? 1 : 2);
}
};
m.listenerMedia.scrubbing = function (event) {
if (this.m.s.isSet(event)) {
this.handleEvent(event.target, 2);
}
};
}
if (m.s.flashASVersion > 2) {
node.addEventListener('complete', m.listenerMedia_complete);
node.addEventListener('click', m.listenerMedia_click);
node.addEventListener('change', m.listenerMedia_change);
node.addEventListener('scrubbing', m.listenerMedia_scrubbing);
} else {
node.addEventListener('complete', m.listenerMedia);
node.addEventListener('click', m.listenerMedia);
node.addEventListener('change', m.listenerMedia);
node.addEventListener('scrubbing', m.listenerMedia);
}
monitor = new Object();
monitor.m = m;
monitor.node = node;
monitor.watch = function () {
var v2 = this;
var v3 = v2.m;
var v1 = v2.node;
if (v3.s.isSet(v1.playing)) {
v2.m.listenerMedia.handleEvent(v1, 3);
}
};
m.startMonitor(monitor);
} else {
if (m.s.flashASVersion > 2) {
if (m.s.isSet(node, 'numChildren') && m.s.isSet(node, 'getChildAt')) {
v3 = 0;
while (v3 < node.numChildren) {
m.attach(node.getChildAt(v3));
++v3;
}
}
} else {
for (v1 in node) {
if (m.s.isSet(node[v1]) && m.s.isSet(node[v1]._name) && node[v1]._name == v1 && '' + node + '.' + v1 == '' + node[v1]) {
m.attach(node[v1]);
}
}
}
}
}
}
};
v2.listenerFLVPlayback_complete = function (event) {
this.listenerFLVPlayback.complete(event);
};
v2.listenerFLVPlayback_stateChange = function (event) {
this.listenerFLVPlayback.stateChange(event);
};
v2.listenerMedia_complete = function (event) {
this.listenerMedia.complete(event);
};
v2.listenerMedia_click = function (event) {
this.listenerMedia.click(event);
};
v2.listenerMedia_change = function (event) {
this.listenerMedia.change(event);
};
v2.listenerMedia_scrubbing = function (event) {
this.listenerMedia.scrubbing(event);
};
v2.addProperty('autoTrack', v2.__get__autoTrack, v2.__set__autoTrack);
ASSetPropFlags(com.omniture.AS2.ActionSource_Module_Media.prototype, null, 1);
}
#endinitclip
}
frame 2 {
function ShowAction() {
_root.goer01._visible = true;
_root.goer02._visible = true;
_root.goer03._visible = true;
_root.goer04._visible = true;
_root.goer05._visible = true;
_root.goer06._visible = true;
_root.button01._visible = true;
_root.button02._visible = true;
_root.button03._visible = true;
_root.button04._visible = true;
_root.button05._visible = true;
_root.button06._visible = true;
_root.attacker.gotoAndStop(1);
}
function ShowLittle() {
_root.goer01a._visible = true;
_root.goer02a._visible = true;
_root.goer04a._visible = true;
_root.goer05a._visible = true;
_root.goer06a._visible = true;
}
function BlindAction() {
_root.goer01._visible = false;
_root.goer02._visible = false;
_root.goer03._visible = false;
_root.goer04._visible = false;
_root.goer05._visible = false;
_root.goer06._visible = false;
_root.button01._visible = false;
_root.button02._visible = false;
_root.button03._visible = false;
_root.button04._visible = false;
_root.button05._visible = false;
_root.button06._visible = false;
_root.attacker.gotoAndStop(56);
}
function gameRestart() {
startGame();
_root.county.gotoAndPlay(2);
_global.actions = true;
_global.whatmusic = 'open';
_global.havebomb = false;
_global.havebluebomb = false;
_global.havesword = false;
_global.havestar = false;
_global.havelaser = false;
_global.haveflamesword = false;
_global.coins = '1';
_global.jar01break = false;
_global.takecoin01 = false;
_global.dogdie = false;
_global.weapondie = false;
_global.boughtsword = false;
_global.boughtbomb = false;
_global.boughtstar = false;
_global.teabreak = false;
_global.laurenceflee = false;
_global.laurencenotea = false;
_global.laurenceswordhit = false;
_global.laurencefloor = false;
_global.laurencedie = false;
_global.genieup = false;
_global.wish = 'dinosaur';
_global.dogdie02 = false;
_global.outboxburn = false;
_global.tengu01see = false;
_global.armout = false;
_global.mousehit = false;
_global.fishbreak = false;
_global.officebreak = false;
_global.lost = false;
_global.redninjaappear = false;
_global.quest = 'none';
_global.ladybombed = false;
_global.monkeyrun = false;
_global.monkeybomb = false;
_global.hensearch = false;
_global.metricheart = false;
_global.snareset = false;
_global.combset = false;
_global.rockget = false;
_global.rootget = false;
_global.rootplant = false;
_global.combget = false;
_global.pandadie = false;
_global.dollerdead = false;
_global.havedoll = false;
_global.havedoll01 = false;
_global.havedoll02 = false;
_global.havedoll03 = false;
_global.havedoll04 = false;
_global.havebamboo = false;
_global.givebamboo = false;
_global.givedoll = false;
_global.keeperdie = false;
_global.keeperspot = 0;
_global.kidnapped = false;
_global.whereto = 0;
_global.seew = false;
_global.takecoin02 = false;
_global.hamletdie = false;
_global.hamletpunched = false;
_global.npoleup = false;
_global.birddie = false;
_global.whaleup = false;
_global.penguinsmack = false;
_global.spoleup = false;
_global.yetiroom = false;
_global.yetidown = false;
_global.bigfoot = false;
_global.vampire = false;
_global.mummy = false;
_global.yeticount = 0;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_global.haveriddle = false;
_global.riddle = 0;
_global.weaponyetidie = 0;
_global.aliendie = false;
_global.suiton = false;
_global.freeze = false;
_global.alleygo = false;
_global.dogdie03 = false;
_global.zoology = 0;
_global.takecoin03 = false;
_global.scroll01 = false;
_global.scroll02 = false;
_global.timetravel = false;
_global.rakeburn = false;
_global.jarburn = false;
_global.girlnekked = false;
_global.tenguetouched = false;
_global.manticoreup = false;
_global.yeti01 = false;
_global.yeti02 = false;
_global.yeti03 = false;
_global.yeti04 = false;
_global.yeti05 = false;
_global.yeti06 = false;
_global.yeti07 = false;
_global.yeti08 = false;
_global.yeti09 = false;
_global.yeti10 = false;
_global.cleared = 0;
_global.mailread01 = false;
_global.mailread02 = false;
_global.mailread03 = false;
_global.mailread04 = false;
}
function placeLaurence() {
_global.whereLaurence = Math.round(Math.random() * 3);
}
badgesave = SharedObject.getLocal('badges');
if (badgesave.data.badge01 == true) {
_global.badge01 = true;
}
if (badgesave.data.badge02 == true) {
_global.badge02 = true;
}
if (badgesave.data.badge03 == true) {
_global.badge03 = true;
}
if (badgesave.data.badge04 == true) {
_global.badge04 = true;
}
if (badgesave.data.badge05 == true) {
_global.badge05 = true;
}
if (badgesave.data.badge06 == true) {
_global.badge06 = true;
}
if (badgesave.data.badge07 == true) {
_global.badge07 = true;
}
if (badgesave.data.badge08 == true) {
_global.badge08 = true;
}
if (badgesave.data.badge09 == true) {
_global.badge09 = true;
}
if (badgesave.data.badge10 == true) {
_global.badge10 = true;
}
if (badgesave.data.badge11 == true) {
_global.badge11 = true;
}
if (badgesave.data.badge12 == true) {
_global.badge12 = true;
}
if (badgesave.data.badge13 == true) {
_global.badge13 = true;
}
_global.whereLaurence = 10;
_global.laurencehere = false;
gameRestart();
}
frame 3 {
stop();
if (_global.rakeburn == true) {
_root.rake.gotoAndStop(5);
}
if (_global.jarburn == true) {
_root.jar02.gotoAndStop(5);
}
_global.actions = true;
ShowAction();
_global.wish = 'nothing';
_global.room = '3';
_root.jar02._visible = false;
if (_global.timetravel == true) {
_root.jar._visible = false;
_global.jar01break = true;
_root.jar02._visible = true;
}
if (laurenceflee == true) {
placeLaurence();
}
if (_global.cleared == 3 && _global.badge02 == false) {
_global.badge02 = true;
_root.noter.gotoAndPlay(2);
}
if (_global.badge07 == false && _global.rnf01 == true && _global.rnf02 == true && _global.rnf03 == true) {
_global.badge07 = true;
_root.noter.gotoAndPlay(2);
}
if (_global.badge05 == false && _global.guarddone == true && _global.managerdone == true && _global.maildone == true) {
_global.badge05 = true;
_root.noter.gotoAndPlay(2);
}
if (_global.badge06 == false && _global.d1 == true && _global.d2 == true && _global.d3 == true) {
_global.badge06 = true;
_root.noter.gotoAndPlay(2);
}
if (_global.badge09 == false && _global.seetengue01 == true && _global.seetengue02 == true) {
_global.badge09 = true;
_root.noter.gotoAndPlay(2);
}
if (_global.jar01break == true) {
jar.gotoAndStop(4);
}
if (_global.takecoin01 == true) {
jar.coin01._visible = false;
}
noactionListener = new Object();
noactionListener.onKeyDown = function () {
if (_global.actions == false) {
_root.noaction.gotoAndPlay(2);
}
};
Key.addListener(noactionListener);
}
movieClip 112 {
frame 1 {
stop();
}
frame 2 {
nextFrame();
}
frame 3 {
stop();
}
frame 4 {
nextFrame();
}
frame 5 {
stop();
}
frame 6 {
nextFrame();
}
frame 7 {
stop();
}
frame 8 {
nextFrame();
}
frame 9 {
stop();
}
frame 10 {
nextFrame();
}
frame 11 {
stop();
}
frame 12 {
nextFrame();
}
frame 13 {
stop();
}
frame 14 {
nextFrame();
}
frame 15 {
stop();
}
frame 16 {
nextFrame();
}
frame 17 {
stop();
}
frame 18 {
nextFrame();
}
frame 19 {
gotoAndStop(1);
}
}
movieClip 122 {
frame 1 {
stop();
}
frame 2 {
nextFrame();
}
frame 3 {
stop();
}
frame 4 {
nextFrame();
}
frame 5 {
stop();
}
frame 6 {
nextFrame();
}
frame 7 {
stop();
}
frame 8 {
nextFrame();
}
frame 9 {
stop();
}
frame 10 {
nextFrame();
}
frame 11 {
stop();
}
frame 12 {
nextFrame();
}
frame 13 {
stop();
}
frame 14 {
nextFrame();
}
frame 15 {
stop();
}
frame 16 {
nextFrame();
}
frame 17 {
gotoAndStop(1);
}
}
movieClip 127 {
frame 2 {
function SoundCheck1() {
if (_global.whatmusic == 'creep') {
_root.soundtrack.gotoAndPlay(2300);
}
if (_global.whatmusic == 'die') {
_root.soundtrack.gotoAndPlay(4912);
}
if (_global.whatmusic == 'danger') {
_root.soundtrack.gotoAndPlay(3070);
}
}
function SoundCheck2() {
if (_global.whatmusic == 'danger') {
_root.soundtrack.gotoAndPlay(3070);
}
if (_global.whatmusic == 'open') {
_root.soundtrack.gotoAndPlay(3);
}
if (_global.whatmusic == 'die') {
_root.soundtrack.gotoAndPlay(4912);
}
}
function SoundCheck3() {
if (_global.whatmusic == 'creep') {
_root.soundtrack.gotoAndPlay(2300);
}
if (_global.whatmusic == 'open') {
_root.soundtrack.gotoAndPlay(3);
}
if (_global.whatmusic == 'die') {
_root.soundtrack.gotoAndPlay(4912);
}
}
}
frame 388 {
SoundCheck1();
}
frame 587 {
SoundCheck1();
}
frame 1220 {
SoundCheck1();
}
frame 1470 {
SoundCheck1();
}
frame 1878 {
SoundCheck1();
}
frame 2299 {
gotoAndPlay(1);
}
frame 2371 {
SoundCheck2();
}
frame 2482 {
SoundCheck2();
}
frame 2640 {
SoundCheck2();
}
frame 3069 {
gotoAndPlay(2300);
}
frame 3603 {
SoundCheck3();
}
frame 4090 {
SoundCheck3();
}
frame 4563 {
SoundCheck3();
}
frame 4884 {
SoundCheck3();
}
frame 4887 {
gotoAndPlay(3070);
}
frame 4911 {
stop();
}
frame 4914 {
stop();
}
frame 4916 {
stop();
}
frame 4918 {
stop();
}
}
movieClip 133 {
frame 1 {
stop();
}
frame 2 {
nextFrame();
}
frame 3 {
stop();
}
frame 4 {
nextFrame();
}
frame 5 {
stop();
}
frame 6 {
nextFrame();
}
frame 7 {
stop();
}
frame 8 {
nextFrame();
}
frame 9 {
stop();
}
frame 10 {
nextFrame();
}
frame 11 {
stop();
}
frame 12 {
nextFrame();
}
frame 13 {
gotoAndStop(1);
}
}
movieClip 136 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
movieClip 241 {
}
button 367 {
on (press) {
if (_root.attacker._currentframe == 1) {
coin01._visible = false;
_global.takecoin01 = true;
++_global.coins;
if (_global.badge01 == false) {
_global.badge01 = true;
_root.noter.gotoAndPlay(2);
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
movieClip 370 {
frame 1 {
stop();
}
frame 2 {
_global.breakpot = true;
if (_global.breakpot == true && _global.breakbowl == true && _global.breakwindow01 == true && _global.breakwindow02 == true && _global.badge08 == false) {
_global.badge08 = true;
_root.noter.gotoAndPlay(2);
}
}
frame 4 {
stop();
}
}
movieClip 377 {
frame 1 {
}
frame 472 {
_global.redninjaappear = true;
}
frame 543 {
_global.redninjaappear = false;
}
frame 545 {
stop();
}
}
movieClip 392 {
frame 1 {
stop();
}
frame 5 {
stop();
}
}
movieClip 399 {
frame 1 {
stop();
}
frame 5 {
stop();
}
}
movieClip 402 {
}
movieClip 405 {
}
movieClip 411 {
}
movieClip 413 {
}
movieClip 416 {
}
movieClip 419 {
}
movieClip 421 {
}
movieClip 432 {
}
movieClip 434 {
}
movieClip 437 {
}
movieClip 440 {
}
movieClip 461 {
}
// unknown tag 88 length 37
movieClip 489 {
}
movieClip 491 {
}
movieClip 493 {
}
movieClip 495 {
}
movieClip 498 {
}
movieClip 501 {
}
movieClip 503 {
}
movieClip 505 {
}
movieClip 507 {
}
movieClip 510 {
}
movieClip 512 {
}
movieClip 514 {
}
movieClip 516 {
}
movieClip 517 {
frame 1 {
badge01._visible = false;
if (_global.badge01 == true) {
badge01._visible = true;
}
badge02._visible = false;
if (_global.badge02 == true) {
badge02._visible = true;
}
badge03._visible = false;
if (_global.badge03 == true) {
badge03._visible = true;
}
badge04._visible = false;
if (_global.badge04 == true) {
badge04._visible = true;
}
badge05._visible = false;
if (_global.badge05 == true) {
badge05._visible = true;
}
badge06._visible = false;
if (_global.badge06 == true) {
badge06._visible = true;
}
badge07._visible = false;
if (_global.badge07 == true) {
badge07._visible = true;
}
badge08._visible = false;
if (_global.badge08 == true) {
badge08._visible = true;
}
badge09._visible = false;
if (_global.badge09 == true) {
badge09._visible = true;
}
badge10._visible = false;
if (_global.badge10 == true) {
badge10._visible = true;
}
badge11._visible = false;
if (_global.badge11 == true) {
badge11._visible = true;
}
badge12._visible = false;
if (_global.badge12 == true) {
badge12._visible = true;
}
badge13._visible = false;
if (_global.badge13 == true) {
badge13._visible = true;
}
}
}
movieClip 526 {
}
movieClip 530 {
}
movieClip 533 {
}
movieClip 534 {
frame 1 {
qbomb._visible = false;
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
}
movieClip 536 {
}
movieClip 538 {
}
movieClip 539 {
frame 1 {
laser._visible = false;
if (_global.havelaser == true) {
laser._visible = true;
star._visible = false;
}
}
}
movieClip 542 {
}
movieClip 544 {
}
movieClip 547 {
}
movieClip 549 {
}
movieClip 551 {
}
movieClip 553 {
}
movieClip 555 {
}
movieClip 557 {
}
movieClip 560 {
}
movieClip 562 {
}
movieClip 564 {
}
movieClip 565 {
frame 1 {
goldcounter.text = _global.coins;
sword._visible = false;
star._visible = false;
bomb._visible = false;
flamesword._visible = false;
bamboo._visible = false;
panda._visible = false;
sun._visible = false;
moon._visible = false;
bird._visible = false;
donkey._visible = false;
pig._visible = false;
bunny._visible = false;
comb._visible = false;
rock._visible = false;
rooty._visible = false;
if (_global.havebomb == true) {
bomb._visible = true;
}
if (_global.havesword == true) {
sword._visible = true;
}
if (_global.haveflamesword == true) {
flamesword._visible = true;
}
if (_global.havestar == true) {
star._visible = true;
}
if (_global.havebamboo == true && _global.givebamboo == false) {
bamboo._visible = true;
}
if (_global.havedoll == true) {
panda._visible = true;
}
if (_global.havestatue01 == true) {
bird._visible = true;
}
if (_global.havestatue02 == true) {
donkey._visible = true;
}
if (_global.havestatue03 == true) {
pig._visible = true;
}
if (_global.havestatue04 == true) {
bunny._visible = true;
}
if (_global.havestatue05 == true) {
sun._visible = true;
}
if (_global.havestatue06 == true) {
moon._visible = true;
}
if (_global.rockget == true && _global.snareset == false) {
rock._visible = true;
}
if (_global.combget == true && _global.combset == false) {
comb._visible = true;
}
if (_global.rootget == true && _global.rootplant == false) {
rooty._visible = true;
}
}
}
movieClip 566 {
frame 1 {
function ShowSome() {
_root.goer01._visible = true;
_root.goer02._visible = true;
_root.goer03._visible = true;
_root.goer04._visible = true;
_root.goer05._visible = true;
_root.goer06._visible = true;
_root.goer01a._visible = true;
_root.goer02a._visible = true;
_root.goer04a._visible = true;
_root.goer05a._visible = true;
_root.goer06a._visible = true;
if (_global.genieup == false && _global.room == '12' && _global.dogdie02 == false) {
_root.goer03a._visible = true;
}
if (_global.laurenceflee == false && _global.room == '9') {
_root.goer03a._visible = true;
}
if (_global.pandadie == true && _global.room == '46') {
_root.goer03a._visible = true;
}
if (_global.pandadie == true && _global.room == '59') {
_root.goer03a._visible = true;
}
if (_global.keeperdie == true && _global.room == '59') {
_root.goer03aa._visible = true;
}
if (_global.hamletdie == false && _global.room == '75') {
_root.goer03a._visible = true;
}
if (_global.alleygo == true && _global.room == '23') {
_root.goer03a._visible = true;
}
if (_global.kidnapped == true && _global.room == '10') {
_root.goer03a._visible = true;
}
if (_global.tengu01see == false && _global.room == '15') {
_root.goer03a._visible = true;
}
if (_global.room == '101') {
if (_global.haveriddle == true && _global.havestatue == true) {
_root.givestatue._visible = true;
}
if (_global.haveriddle == true && _global.coins > 0) {
_root.givegold._visible = true;
}
}
if (_global.room == '103') {
if (_global.havestatue == false) {
_root.statue01._visible = true;
_root.statue02._visible = true;
_root.statue03._visible = true;
_root.statue04._visible = true;
_root.statue05._visible = true;
_root.statue06._visible = true;
}
}
}
function BlindChops() {
Key.removeListener(leftchopListener);
Key.removeListener(rightchopListener);
Key.removeListener(starListener);
Key.removeListener(bombListener);
Key.removeListener(swordListener);
Key.removeListener(achieveListener);
Key.removeListener(invenListener);
}
function BlindAll() {
_root.goer01._visible = false;
_root.goer01a._visible = false;
_root.goer02._visible = false;
_root.goer02a._visible = false;
_root.goer03._visible = false;
_root.goer03a._visible = false;
_root.goer03aa._visible = false;
_root.goer04._visible = false;
_root.goer04a._visible = false;
_root.goer05._visible = false;
_root.goer05a._visible = false;
_root.goer06._visible = false;
_root.goer06a._visible = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
_root.statue01._visible = false;
_root.statue02._visible = false;
_root.statue03._visible = false;
_root.statue04._visible = false;
_root.statue05._visible = false;
_root.statue06._visible = false;
Key.removeListener(leftchopListener);
Key.removeListener(rightchopListener);
Key.removeListener(starListener);
Key.removeListener(bombListener);
Key.removeListener(swordListener);
Key.removeListener(achieveListener);
Key.removeListener(invenListener);
}
stop();
if (_global.wfind == true && _global.efind == true && _global.zfind == true && _global.afind == true && _global.ifind == true && _global.andfind == true && _global.dotfind == true && _global.badge04 == false) {
_global.badge04 = true;
_root.noter.gotoAndPlay(2);
}
if (_global.actions == false) {
gotoAndStop(56);
}
ShowSome();
leftchopListener = new Object();
leftchopListener.onKeyDown = function () {
if (Key.isDown(87)) {
gotoAndPlay(2);
if (_global.wfind == false) {
_global.wfind = true;
}
BlindAll();
}
};
Key.addListener(leftchopListener);
rightchopListener = new Object();
rightchopListener.onKeyDown = function () {
if (Key.isDown(55) && Key.isDown(16)) {
gotoAndPlay(10);
if (_global.andfind == false) {
_global.andfind = true;
}
BlindAll();
}
};
Key.addListener(rightchopListener);
starListener = new Object();
starListener.onKeyDown = function () {
if (Key.isDown(190)) {
if (_global.dotfind == false) {
_global.dotfind = true;
}
gotoAndPlay(18);
BlindAll();
}
};
if (_global.havestar == true) {
Key.addListener(starListener);
}
bombListener = new Object();
bombListener.onKeyDown = function () {
if (Key.isDown(90)) {
if (_global.zfind == false) {
_global.zfind = true;
}
gotoAndPlay(34);
BlindAll();
}
};
if (_global.havebomb == true) {
Key.addListener(bombListener);
}
swordListener = new Object();
swordListener.onKeyDown = function () {
if (Key.isDown(69)) {
if (_global.efind == false) {
_global.efind = true;
}
gotoAndPlay(26);
BlindAll();
}
};
if (_global.havesword == true) {
Key.addListener(swordListener);
}
achieveListener = new Object();
achieveListener.onKeyDown = function () {
if (Key.isDown(65)) {
if (_global.afind == false) {
_global.afind = true;
}
gotoAndStop(64);
BlindAll();
}
};
Key.addListener(achieveListener);
invenListener = new Object();
invenListener.onKeyDown = function () {
if (Key.isDown(73)) {
if (_global.ifind == false) {
_global.ifind = true;
}
gotoAndStop(65);
BlindAll();
}
};
Key.addListener(invenListener);
}
frame 2 {
_global.leftout = true;
if (_global.room == 101 && (_global.riddle == 5 or _global.riddle == 6)) {
if (_global.rightout == true) {
_root.text101.gotoAndStop(8);
_global.haveriddle = false;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
}
}
}
frame 2 {
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
}
frame 3 {
_root.wooshes.nextFrame();
}
frame 4 {
_global.armout = true;
}
frame 4 {
if (_global.room == '3' && _global.jar01break == false) {
_root.jar.gotoAndPlay(2);
_global.jar01break = true;
}
if (_global.room == '4' && _global.outboxburn == false) {
_root.sent01.gotoAndPlay(115);
}
if (_global.room == '8' && _global.weapondie == false) {
_root.guy.gotoAndStop(2);
}
if (_global.room == '13' or _global.room == '109') {
_root.pet1.gotoAndPlay(2);
}
if (_global.room == '14') {
_root.leaves.gotoAndPlay(2);
}
if (_global.room == '22' && _global.fishbreak == false) {
_root.fish.gotoAndPlay(2);
_global.fishbreak = true;
}
if (_global.room == '31') {
_root.lady.gotoAndPlay(2);
}
if (_global.room == '59' && _global.keeperspot == 1 && _global.keeperdie == false) {
_root.keeper.gotoAndPlay(146);
_global.keeperdie = true;
_root.goer03aa._visible = true;
_root.text59.gotoAndStop(2);
}
if (_global.room == '75' && _global.hamletdie == false) {
_root.hamlet.gotoAndPlay(2);
_global.hamletpunched = true;
_root.text75.gotoAndStop(2);
}
if (_global.room == '89' && _global.spoleup == false) {
_root.pole.gotoAndPlay(2);
_global.spoleup = true;
}
if (_global.yetiroom == true && _global.yetidown == false && _global.vampire == false) {
_root.yeti.gotoAndPlay(4);
_root.bigfoot.gotoAndPlay(2);
++_global.yeticount;
_root.mummy.gotoAndPlay(4);
}
if (_global.yetiroom == true && _global.yetidown == false && _global.vampire == true) {
_root.vampire.gotoAndPlay(4);
}
if (_global.room == '110' && _global.weaponyetidie == false) {
_root.guy.gotoAndStop(2);
}
if (_global.room == '119' && _global.aliendie == false) {
_root.alien.gotoAndPlay(2);
_global.aliendie = true;
}
}
frame 4 {
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
}
frame 5 {
_global.armout = false;
}
frame 8 {
if (_global.havesword == true && _global.room == '12' && _global.genieup == false && _global.dogdie02 == false) {
_root.BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
stop();
}
}
frame 8 {
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
}
frame 9 {
gotoAndStop(1);
}
frame 10 {
_global.rightout = true;
if (_global.room == 101 && (_global.riddle == 5 or _global.riddle == 6)) {
if (_global.leftout == true) {
_root.text101.gotoAndStop(8);
_global.haveriddle = false;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
}
}
}
frame 10 {
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
}
frame 11 {
_root.wooshes.nextFrame();
}
frame 12 {
if (_global.room == '8' && _global.weapondie == false) {
_root.guy.gotoAndStop(2);
}
if (_global.room == '9' && _global.teabreak == false && _global.laurenceflee == false && _global.laurenceswordhit == false) {
_root.laurence.gotoAndPlay(2);
_global.laurenceflee = true;
_root.goer03a._visible = false;
++_global.cleared;
}
if (_global.room == '9' && _global.teabreak == true && _global.laurencenotea == false && _global.laurenceswordhit == false) {
_root.laurence.gotoAndPlay(7);
_root.goer03a._visible = false;
}
if (_global.room == '22' && _global.mousehit == false) {
_root.computer.gotoAndStop(2);
_root.mouser.gotoAndPlay(2);
_global.mousehit = true;
}
if (_global.room == '46' && _global.pandadie == false) {
_root.panda.gotoAndPlay(2);
_global.pandadie = true;
}
if (_global.room == '59' && _global.keeperspot == 2 && _global.keeperdie == false) {
_root.keeper.gotoAndPlay(146);
_root.goer03aa._visible = true;
_root.text59.gotoAndStop(2);
_global.keeperdie = true;
}
if (_global.room == '79' && _global.npoleup == false) {
_root.pole.gotoAndPlay(2);
_global.npoleup = true;
}
if (_global.room == '110' && _global.weaponyetidie == false) {
_root.guy.gotoAndStop(2);
}
if (_global.laurencehere == true && _global.teabreak == false && _global.laurenceswordhit == false) {
_root.laurence.gotoAndPlay(2);
_root.placeLaurence();
}
if (_global.laurencehere == true && _global.teabreak == true && _global.laurenceswordhit == false) {
_root.laurence.gotoAndPlay(7);
_root.placeLaurence();
}
}
frame 12 {
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
}
frame 15 {
if (_global.havesword == true && _global.room == '12' && _global.genieup == false && _global.dogdie02 == false) {
_root.BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
stop();
}
if (_global.room == '13' or _global.room == '109' or _global.room == '133') {
_root.pet2.gotoAndPlay(2);
}
if (_global.room == '89' && _global.penguinsmack == false) {
_root.penguin.gotoAndPlay(2);
_global.penguinsmack = true;
}
}
frame 16 {
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
}
frame 17 {
gotoAndStop(1);
}
frame 18 {
_global.havestar = false;
}
frame 18 {
laser._visible = false;
blast._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havelaser == true) {
laser._visible = true;
blast._visible = true;
_root.futuresounds.gotoAndPlay(4);
}
}
frame 19 {
_root.wooshes.nextFrame();
}
frame 20 {
if (_global.room == '8' && _global.weapondie == false) {
_root.guy.gotoAndStop(2);
}
if (_global.room == '13') {
_root.pet1.gotoAndPlay(2);
}
if (_global.room == '14') {
_root.leaves.gotoAndPlay(2);
}
if (_global.room == '31') {
_root.lady.gotoAndPlay(8);
gotoAndPlay(24);
}
if (_global.room == '75' && _global.hamletdie == false) {
_root.hamlet.gotoAndPlay(2);
_global.hamletpunched = true;
_root.text75.gotoAndStop(2);
}
if (_global.yetiroom == true && _global.yetidown == false && _global.vampire == false) {
_root.yeti.gotoAndPlay(4);
_root.bigfoot.gotoAndPlay(2);
++_global.yeticount;
_root.mummy.gotoAndPlay(4);
}
if (_global.yetiroom == true && _global.yetidown == false && _global.vampire == true) {
_root.vampire.gotoAndPlay(4);
}
if (_global.room == '119' && _global.aliendie == false) {
_root.alien.gotoAndPlay(2);
_global.aliendie = true;
}
}
frame 20 {
laser._visible = false;
blast._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havelaser == true) {
laser._visible = true;
blast._visible = true;
}
}
frame 21 {
if (_global.room == '10') {
_root.samurai.gotoAndPlay(2);
}
if (_global.room == '15' && _global.tengu01see == false) {
_root.tengu01.gotoAndPlay(79);
_global.whatmusic = 'die';
gotoAndPlay(61);
}
}
frame 21 {
laser._visible = false;
blast._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havelaser == true) {
laser._visible = true;
blast._visible = true;
}
}
frame 22 {
if (_global.room == '8' && _global.weapondie == false) {
_root.guy.gotoAndPlay(3);
_global.weapondie = true;
++_global.cleared;
}
if (_global.room == '9' && _global.laurencenotea == false && _global.laurenceswordhit == true && _global.laurencefloor == false) {
_root.laurence.gotoAndPlay(24);
_global.laurencefloor = true;
}
if (_global.room == '12' && _global.genieup == true) {
_root.dog.gotoAndPlay(13);
}
if (_global.room == '21') {
_root.mailer.star.gotoAndPlay(2);
gotoAndPlay(1);
}
if (_global.room == '22' && _global.officebreak == true) {
gotoAndPlay(24);
}
if (_global.room == '59' && _global.keeperspot == 3 && _global.keeperdie == false) {
_root.keeper.gotoAndPlay(146);
_global.keeperdie = true;
_root.goer03aa._visible = true;
_root.text59.gotoAndStop(2);
}
if (_global.room == '86' && _global.birddie == false) {
_root.bird.gotoAndPlay(2);
_global.birddie = true;
}
if (_global.room == '110' && _global.weaponyetidie == false) {
_root.guy.gotoAndPlay(3);
_global.weaponyetidie = true;
}
if (_global.laurencehere == true && _global.laurenceswordhit == true && _global.laurencefloor == false) {
_root.laurence.gotoAndPlay(24);
_global.laurencefloor = true;
_root.placeLaurence();
}
}
frame 22 {
laser._visible = false;
blast._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havelaser == true) {
laser._visible = true;
blast._visible = true;
}
}
frame 23 {
laser._visible = false;
blast._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havelaser == true) {
laser._visible = true;
blast._visible = true;
}
}
frame 24 {
laser._visible = false;
blast._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havelaser == true) {
laser._visible = true;
blast._visible = true;
}
}
frame 25 {
gotoAndStop(1);
}
frame 25 {
laser._visible = false;
blast._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havelaser == true) {
laser._visible = true;
blast._visible = true;
_global.havestar = true;
}
}
frame 26 {
flameswordflame._visible = false;
if (_global.haveflamesword == true) {
flameswordflame._visible = true;
_root.futuresounds.gotoAndPlay(2);
}
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
}
frame 27 {
_root.wooshes.nextFrame();
}
frame 28 {
_global.armout = true;
}
frame 28 {
if (_global.room == '3' && _global.jar01break == false) {
_root.jar.gotoAndPlay(2);
_global.jar01break = true;
}
if (_global.room == '4' && _global.outboxburn == false && _global.haveflamesword == false) {
_root.sent01.gotoAndPlay(115);
}
if (_global.room == '4' && _global.outboxburn == false && _global.haveflamesword == true) {
_root.sent01.gotoAndPlay(213);
_global.outboxburn = true;
}
if (_global.room == '8' && _global.weapondie == false) {
_root.guy.gotoAndStop(2);
}
if (_global.room == '9' && _global.laurenceflee == false && _global.teabreak == false && _global.laurenceswordhit == false) {
_root.laurence.gotoAndPlay(10);
_global.laurenceflee = true;
_root.goer03a._visible = false;
++_global.cleared;
}
if (_global.room == '9' && _global.laurencenotea == false && _global.teabreak == true && _global.laurenceswordhit == false) {
_root.laurence.gotoAndPlay(19);
_global.laurenceflee = true;
_global.laurenceswordhit = true;
_root.goer03a._visible = false;
if (_global.haveflamesword == true && _global.badge10 == false) {
_global.badge10 = true;
_root.noter.gotoAndPlay(2);
}
}
if (_global.room == '14') {
_root.leaves.gotoAndPlay(2);
}
if (_global.room == '22' && _global.fishbreak == false) {
_root.fish.gotoAndPlay(2);
_global.fishbreak = true;
}
if (_global.room == '31') {
_root.lady.gotoAndPlay(8);
gotoAndPlay(32);
}
if (_global.room == '59' && _global.keeperspot == 1 && _global.keeperdie == false) {
_root.keeper.gotoAndPlay(146);
_global.keeperdie = true;
_root.goer03aa._visible = true;
_root.text59.gotoAndStop(2);
}
if (_global.room == '75' && _global.hamletdie == false) {
_root.hamlet.gotoAndPlay(4);
_global.hamletdie = true;
_root.text75.gotoAndStop(3);
}
if (_global.room == '89' && _global.penguinsmack == false) {
_root.penguin.gotoAndPlay(2);
_global.penguinsmack = true;
}
if (_global.yetiroom == true && _global.yetidown == false && _global.vampire == false) {
_root.yeti.gotoAndPlay(4);
_root.bigfoot.gotoAndPlay(2);
_root.mummy.gotoAndPlay(4);
++_global.yeticount;
}
if (_global.yetidown == false && _global.haveflamesword == true && _global.vampire == true && _global.yetiroom == true) {
_root.vampire.gotoAndPlay(7);
_root.yetier.gotoAndPlay(49);
_global.yetidown = true;
++_global.yeticount;
}
if (_global.yetidown == false && _global.haveflamesword == false && _global.vampire == true && _global.yetiroom == true) {
_root.vampire.gotoAndPlay(4);
}
if (_global.room == 101 && _global.riddle == 3) {
_root.text101.gotoAndStop(8);
_global.haveriddle = false;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
}
if (_global.room == '110' && _global.weaponyetidie == false) {
_root.guy.gotoAndStop(2);
}
if (_global.room == '119' && _global.aliendie == false) {
_root.alien.gotoAndPlay(2);
_global.aliendie = true;
}
if (_global.laurencehere == true && _global.teabreak == false && _global.laurenceswordhit == false) {
_root.laurence.gotoAndPlay(10);
_global.laurencehere = false;
_root.laurencetext._visible = false;
_root.placeLaurence();
}
if (_global.laurencehere == true && _global.teabreak == true && _global.laurenceswordhit == false) {
_root.laurence.gotoAndPlay(19);
_global.laurenceswordhit = true;
_root.placeLaurence();
if (_global.haveflamesword == true && _global.badge10 == false) {
_global.badge10 = true;
_root.noter.gotoAndPlay(2);
}
}
}
frame 28 {
flameswordflame._visible = false;
if (_global.haveflamesword == true) {
flameswordflame._visible = true;
}
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.haveflamesword == false && _global.room == '130') {
flameswordflame._visible = true;
_global.haveflamesword = true;
_root.futuresounds.gotoAndPlay(2);
}
}
frame 29 {
_global.armout = false;
}
frame 32 {
if (_global.havesword == true && _global.room == '12' && _global.genieup == false && _global.dogdie02 == false) {
_root.BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
stop();
}
if (_global.room == '13') {
_root.BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
stop();
}
if (_global.room == '133') {
_root.BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
stop();
}
}
frame 32 {
flameswordflame._visible = false;
if (_global.haveflamesword == true) {
flameswordflame._visible = true;
}
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
}
frame 33 {
if (_global.room == '31') {
gotoAndStop(56);
} else {
gotoAndStop(1);
}
}
frame 34 {
_global.havebomb = false;
_root.text12.gotoAndStop(5);
}
frame 34 {
qbomb._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havebluebomb == true) {
qbomb._visible = true;
_root.futuresounds.gotoAndPlay(4);
}
}
frame 35 {
if (_global.room == '8' && _global.weapondie == false) {
_root.guy.gotoAndStop(2);
}
}
frame 35 {
_root.wooshes.nextFrame();
}
frame 35 {
qbomb._visible = false;
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 36 {
if (_global.room == '13') {
_root.pet1.gotoAndPlay(2);
}
if (_global.room == '14') {
_root.leaves.gotoAndPlay(2);
}
if (_global.room == '31') {
_root.lady.gotoAndPlay(8);
_global.ladybombed = true;
gotoAndPlay(58);
}
if (_global.room == '75' && _global.hamletdie == false) {
_root.hamlet.gotoAndPlay(2);
_global.hamletpunched = true;
_root.text75.gotoAndStop(2);
}
if (_global.yetiroom == true && _global.yetidown == false && _global.vampire == false) {
_root.yeti.gotoAndPlay(4);
_root.bigfoot.gotoAndPlay(2);
++_global.yeticount;
_root.mummy.gotoAndPlay(4);
gotoAndPlay(58);
}
if (_global.yetiroom == true && _global.yetidown == false && _global.vampire == true) {
_root.yetier.gotoAndStop(1);
gotoAndPlay(58);
}
if (_global.room == '119' && _global.aliendie == false) {
_root.alien.gotoAndPlay(2);
_global.aliendie = true;
}
}
frame 36 {
qbomb._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 37 {
qbomb._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 38 {
if (_global.room == '21') {
_root.mailer.bomb.gotoAndPlay(2);
gotoAndPlay(1);
}
if (_global.room == '32' && _global.monkeyrun == false) {
_root.monkey.bomb._visible = true;
_global.monkeybomb = true;
gotoAndPlay(1);
}
}
frame 38 {
qbomb._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 39 {
if (_global.room == '10') {
_root.samurai.gotoAndPlay(2);
gotoAndPlay(58);
}
if (_global.room == '12' && _global.genieup == true) {
_root.dog.gotoAndPlay(9);
gotoAndPlay(58);
}
if (_global.room == '15' && _global.tengu01see == false) {
_root.tengu01.gotoAndPlay(79);
gotoAndPlay(58);
}
}
frame 39 {
qbomb._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 40 {
qbomb._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 41 {
qbomb._visible = false;
suit._visible = false;
if (_global.suiton == true) {
suit._visible = true;
}
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 42 {
qbomb._visible = false;
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 44 {
qbomb._visible = false;
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 46 {
qbomb._visible = false;
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 48 {
qbomb._visible = false;
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 50 {
if (_global.room == '3' && _global.rakeburn == false) {
_root.rake.gotoAndPlay(2);
_global.rakeburn = true;
}
if (_global.room == '3' && _global.jarburn == false && _global.timetravel == true) {
_root.jar02.gotoAndPlay(2);
_global.jarburn = true;
}
if (_global.room == '4' && _global.outboxburn == false) {
_root.sent01.gotoAndPlay(213);
_global.outboxburn = true;
}
if (_global.room == '4') {
_global.mailread01 = true;
_root.mail01._visible = false;
_global.mailread02 = true;
_root.mail02._visible = false;
_global.mailread03 = true;
_root.mail03._visible = false;
_global.mailread04 = true;
_root.mail04._visible = false;
_global.treebombed = true;
_root.mailtree.gotoAndStop(2);
}
if (_global.room == '6' && _global.dogdie == false) {
_root.dog.gotoAndPlay(2);
_global.d2 = true;
_global.dogdie = true;
}
if (_global.room == '59' && _global.keeperspot == 3 && _global.keeperdie == false) {
_root.keeper.gotoAndPlay(146);
_global.keeperdie = true;
_root.goer03aa._visible = true;
_root.text59.gotoAndStop(2);
}
if (_global.room == '75' && _global.hamletdie == false) {
_root.hamlet.gotoAndPlay(10);
_global.hamletdie = true;
_root.text75.gotoAndStop(3);
}
if (_global.room == '86' && _global.birddie == false) {
_root.bird.gotoAndPlay(2);
_global.birddie = true;
}
if (_global.room == '88' && _global.whaleup == false) {
_root.whale.gotoAndPlay(2);
_global.whaleup = true;
}
if (_global.room == '119' or _global.room == '120') {
_root.window.gotoAndPlay(2);
}
}
frame 50 {
qbomb._visible = false;
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 51 {
if (_global.room == '8' && _global.weapondie == false) {
_root.guy.gotoAndPlay(3);
_global.weapondie = true;
++_global.cleared;
}
if (_global.room == '7' && _global.girlnekked == false) {
_root.futuresounds.gotoAndPlay(2);
_global.girlnekked = true;
_root.lady.nekked._visible = true;
_root.lady.legs._visible = false;
_root.lady.lady._visible = false;
}
if (_global.room == '9' && _global.laurencenotea == false && _global.laurencefloor == true) {
_root.laurence.gotoAndPlay(29);
_global.laurencedie = true;
}
if (_global.room == '20') {
_root.glasses.gotoAndStop(2);
}
if (_global.room == '22' && _global.officebreak == false) {
_root.glass.gotoAndPlay(2);
_global.officebreak = true;
}
if (_global.room == '48' && _global.dollerdead == false) {
_root.doller.gotoAndPlay(2);
_global.dollerdead = true;
_root.text48.gotoAndStop(3);
}
if (_global.room == '110' && _global.weaponyetidie == false) {
_root.guy.gotoAndPlay(3);
_global.weaponyetidie = true;
}
if (_global.laurencehere == true && _global.laurencefloor == true) {
_root.laurence.gotoAndPlay(29);
_global.laurencedie = true;
}
}
frame 51 {
qbomb._visible = false;
if (_global.havebluebomb == true) {
qbomb._visible = true;
}
}
frame 52 {
if (_global.room == 133) {
_root.manticore.gotoAndStop(2);
_global.manticoreup = true;
}
}
frame 55 {
if (_global.room == '119' or _global.room == '120') {
_global.whatmusic = 'die';
gotoAndStop(62);
} else {
if (_global.laurencedie == false) {
gotoAndStop(1);
}
}
}
frame 56 {
stop();
BlindChops();
}
frame 57 {
gotoAndPlay(1);
}
frame 58 {
_global.whatmusic = 'die';
}
frame 61 {
_root.gameover.gotoAndPlay(2);
}
frame 62 {
stop();
}
frame 63 {
}
frame 64 {
stop();
achievecloseListener = new Object();
achievecloseListener.onKeyDown = function () {
if (Key.isDown(65)) {
Key.removeListener(achievecloseListener);
gotoAndStop(1);
}
};
Key.addListener(achievecloseListener);
}
frame 65 {
stop();
invencloseListener = new Object();
invencloseListener.onKeyDown = function () {
if (Key.isDown(73)) {
Key.removeListener(invencloseListener);
gotoAndStop(1);
}
};
Key.addListener(invencloseListener);
}
}
movieClip 569 {
frame 1 {
stop();
}
frame 3 {
gotoAndStop(1);
}
frame 5 {
gotoAndStop(1);
}
}
button 575 {
on (press) {
BlindAction();
stopAllSounds();
_root.soundtrack.gotoAndStop(1);
_root.gamey01.gotoAndStop(2);
}
}
movieClip 578 {
}
button 579 {
on (press) {
if (_global.redninjaappear == true) {
BlindAction();
_global.rnf01 = true;
_root.soundtrack.gotoAndStop(1);
_root.ninjapoof.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
} else {
if (_global.redninjaappear == false) {
_root.dinger.nextFrame();
gotoAndStop(5);
}
}
}
}
button 580 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(4);
_global.redninjaappear = false;
}
}
movieClip 583 {
frame 1 {
stop();
}
}
movieClip 586 {
frame 112 {
stop();
}
}
movieClip 588 {
}
movieClip 589 {
}
// unknown tag 88 length 274
// unknown tag 88 length 31
movieClip 594 {
}
movieClip 595 {
frame 116 {
_root.gamey01.gotoAndStop(3);
}
}
movieClip 597 {
}
// unknown tag 88 length 84
movieClip 617 {
}
movieClip 619 {
}
movieClip 620 {
}
movieClip 621 {
}
movieClip 622 {
}
movieClip 624 {
}
movieClip 627 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
movieClip 629 {
}
movieClip 640 {
}
movieClip 642 {
}
movieClip 643 {
}
movieClip 644 {
}
movieClip 667 {
}
movieClip 678 {
}
movieClip 679 {
frame 1 {
stop();
_global.scroll01 = false;
}
frame 2 {
_root.ninjapoof.gotoAndStop(1);
_root.BlindAction();
_root.jar.coin01._visible = false;
_global.str = Math.round(Math.random() * 15) + 3;
_global.dex = Math.round(Math.random() * 15) + 4;
_global.con = Math.round(Math.random() * 15) + 2;
_global.inte = Math.round(Math.random() * 15) + 3;
_global.wis = Math.round(Math.random() * 15) + 3;
_global.char = Math.round(Math.random() * 15) + 3;
_global.level = '6';
_global.lowxp = '610';
_global.nextxp = '1300';
}
frame 3 {
if (_global.scroll01 == true) {
_root.gamey01.scroll01.unloadMovie();
}
}
instance mainman of movieClip 617 {
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.scroll01)) {
_root.gamey01.scroll01.unloadMovie();
_global.netmessage = 'You picked up a scroll. It reads: \'I\' is for \'Inventory.\'';
_root.gamey01.messager.gotoAndPlay(4);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door01)) {
_root.gamey01.gotoAndStop(5);
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x + 18;
}
} else {
if (Key.isDown(38)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y + 18;
}
} else {
if (Key.isDown(39)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x - 18;
}
} else {
if (Key.isDown(40)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y - 18;
}
}
}
}
}
}
}
instance mainman of movieClip 617 {
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.scroll01)) {
_root.gamey01.scroll01.unloadMovie();
_global.netmessage = 'You picked up a scroll.';
_global.scroll01 = true;
_root.gamey01.messager.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door01)) {
_global.netmessage = 'The river-bend.';
_root.gamey01.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door02)) {
_global.netmessage = 'The dark woods.';
_root.gamey01.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door03)) {
_global.netmessage = 'Cyclops mountain.';
_root.gamey01.messager.gotoAndPlay(2);
_root.gamey01.gotoAndStop(11);
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x + 18;
}
} else {
if (Key.isDown(38)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y + 18;
}
} else {
if (Key.isDown(39)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x - 18;
}
} else {
if (Key.isDown(40)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y - 18;
}
}
}
}
}
}
}
frame 7 {
messager.gotoAndPlay(4);
}
instance mainman of movieClip 617 {
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.scroll01)) {
_root.gamey01.scroll01.unloadMovie();
_global.netmessage = 'You picked up a scroll.';
_global.scroll01 = true;
_root.gamey01.messager.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door01)) {
stopAllSounds();
_global.whatmusic = 'creep';
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2300);
_global.netmessage = ' ';
_root.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door02)) {
_root.gamey01.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door03)) {
_root.gamey01.gotoAndStop(10);
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x + 18;
}
} else {
if (Key.isDown(38)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y + 18;
}
} else {
if (Key.isDown(39)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x - 18;
}
} else {
if (Key.isDown(40)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y - 18;
}
}
}
}
}
}
}
frame 9 {
messager.gotoAndPlay(4);
}
instance mainman of movieClip 617 {
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.scroll01)) {
_root.gamey01.scroll01.unloadMovie();
_global.netmessage = 'You picked up a scroll.';
_global.scroll01 = true;
_root.gamey01.messager.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door01)) {
stopAllSounds();
_global.whatmusic = 'creep';
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2300);
_global.netmessage = ' ';
_root.gotoAndStop(123);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door02)) {
_root.gamey01.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door03)) {
_root.gamey01.gotoAndStop(10);
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x + 18;
}
} else {
if (Key.isDown(38)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y + 18;
}
} else {
if (Key.isDown(39)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x - 18;
}
} else {
if (Key.isDown(40)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y - 18;
}
}
}
}
}
}
}
frame 11 {
messager.gotoAndPlay(4);
if (_global.scroll02 == true) {
_root.gamey01.scroll01.unloadMovie();
}
}
instance mainman of movieClip 617 {
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.scroll01)) {
_root.gamey01.scroll01.unloadMovie();
_global.netmessage = 'You picked up a scroll. It is all Greek to me.';
_global.scroll02 = true;
_root.gamey01.messager.gotoAndPlay(4);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door01)) {
stopAllSounds();
_global.whatmusic = 'open';
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2300);
_global.netmessage = ' ';
_root.gotoAndStop(127);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door02)) {
_root.gamey01.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.gamey01.door03)) {
_root.gamey01.gotoAndStop(10);
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x + 18;
}
} else {
if (Key.isDown(38)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y - 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y + 18;
}
} else {
if (Key.isDown(39)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_x = _x + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_x = _x - 18;
}
} else {
if (Key.isDown(40)) {
if (hitTest(_root.gamey.wall001) == false or hitTest(_root.gamey.wall002) == false or hitTest(_root.gamey.wall003) == false or hitTest(_root.gamey.wall004) == false or hitTest(_root.gamey.wall005) == false or hitTest(_root.gamey.wall006) == false or hitTest(_root.gamey.wall007) == false or hitTest(_root.gamey.wall008) == false or hitTest(_root.gamey.wall009) == false or hitTest(_root.gamey.wall010) == false) {
_y = _y + 18;
}
if (hitTest(_root.gamey01.wall001) or hitTest(_root.gamey01.wall002) or hitTest(_root.gamey01.wall003) or hitTest(_root.gamey01.wall004) or hitTest(_root.gamey01.wall005) or hitTest(_root.gamey01.wall006) or hitTest(_root.gamey01.wall007) or hitTest(_root.gamey01.wall008) or hitTest(_root.gamey01.wall009) or hitTest(_root.gamey01.wall010)) {
_y = _y - 18;
}
}
}
}
}
}
}
}
movieClip 699 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
movieClip 702 {
frame 128 {
stop();
}
}
movieClip 712 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
movieClip 715 {
}
movieClip 718 {
}
movieClip 725 {
frame 1 {
stop();
}
frame 1 {
sword._visible = false;
flamesword._visible = false;
if (_global.room == '12' or _global.room == '13') {
sword._visible = true;
if (_global.haveflamesword == true) {
flamesword._visible = true;
}
}
}
frame 2 {
sword._visible = false;
flamesword._visible = false;
if (_global.room == '12' or _global.room == '13') {
sword._visible = true;
if (_global.haveflamesword == true) {
flamesword._visible = true;
}
}
if (_global.room == '12') {
Key.removeListener(_root.redninja.echopListener);
_root.redninja.dog.gotoAndPlay(2);
}
if (_global.room == '5') {
Key.removeListener(_root.redninja.wchopListener);
_root.redninja.whiteninja.gotoAndPlay(92);
}
if (_global.room == '23') {
Key.removeListener(_root.redninja.wchopListener);
_root.redninja.dog.gotoAndPlay(2);
}
if (_global.room == '133') {
Key.removeListener(_root.redninja.zchopListener);
}
}
frame 3 {
sword._visible = false;
flamesword._visible = false;
if (_global.room == '12' or _global.room == '13') {
sword._visible = true;
if (_global.haveflamesword == true) {
flamesword._visible = true;
}
}
}
frame 4 {
stop();
}
frame 4 {
sword._visible = false;
flamesword._visible = false;
if (_global.room == '12' or _global.room == '13') {
sword._visible = true;
if (_global.haveflamesword == true) {
flamesword._visible = true;
}
}
}
frame 5 {
play();
}
frame 6 {
play();
if (_global.room == '19') {
gotoAndStop(8);
}
}
frame 7 {
stop();
_root.redninja.nextFrame();
}
}
movieClip 727 {
frame 35 {
Key.removeListener(_root.redninja.wchopListener);
_root.redninja.blackninja.gotoAndPlay(5);
}
frame 38 {
stop();
}
}
movieClip 732 {
frame 1 {
stop();
}
frame 120 {
stopAllSounds();
if (_global.room == 12) {
++_global.cleared;
}
}
frame 121 {
stop();
if (_global.room == 12) {
_global.dogdie02 = true;
_root.dog._visible = false;
_root.goer03a._visible = false;
_root.text12.gotoAndStop(5);
_global.d1 = true;
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2);
_root.redninja.gotoAndStop(1);
}
stop();
if (_global.room == 23) {
_global.dogdie03 = true;
_root.dog._visible = false;
_root.goer03a._visible = false;
_global.d3 = true;
_root.text23.gotoAndStop(2);
if (_global.dogdie == true && _global.dogdie02 == true) {
_global.dogcheck = true;
}
_root.redninja.gotoAndStop(1);
}
}
}
movieClip 735 {
frame 1 {
play();
}
frame 15 {
Key.removeListener(_root.redninja.echopListener);
_root.redninja.blackninja.gotoAndPlay(5);
}
frame 17 {
stop();
}
frame 18 {
stop();
}
}
movieClip 738 {
frame 2 {
play();
}
frame 26 {
Key.removeListener(_root.redninja.wchopListener);
_root.redninja.blackninja.gotoAndPlay(5);
}
frame 49 {
_root.redninja.nextFrame();
}
frame 50 {
stop();
}
}
movieClip 742 {
frame 71 {
Key.removeListener(_root.redninja.dragonchopListener);
_root.redninja.blackninja.gotoAndPlay(5);
}
frame 72 {
stop();
}
}
movieClip 749 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 759 {
frame 1 {
play();
}
frame 19 {
Key.addListener(_root.redninja.wchopListener);
}
frame 84 {
Key.removeListener(_root.redninja.wchopListener);
_root.redninja.blackninja.gotoAndPlay(5);
}
frame 90 {
stop();
}
frame 91 {
stop();
}
frame 92 {
Key.removeListener(_root.redninja.wchopListener);
}
frame 96 {
--_global.whiteninjas;
}
frame 106 {
if (_global.whiteninjas > 0) {
gotoAndPlay(1);
}
}
frame 239 {
stopAllSounds();
if (_global.badge03 == false) {
_global.badge03 = true;
_root.noter.gotoAndPlay(2);
}
}
frame 240 {
stop();
_global.room = '14';
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2);
_root.gotoAndStop(14);
_root.redninja.gotoAndStop(1);
}
}
movieClip 763 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 71 {
Key.removeListener(_root.redninja.zchopListener);
_root.redninja.blackninja.gotoAndStop(8);
_root.redninja.blackninja._visible = false;
}
frame 130 {
stop();
_root.redninja.nextFrame();
}
}
movieClip 766 {
frame 1 {
stop();
}
frame 2 {
Key.removeListener(_root.redninja.zchopListener);
}
frame 24 {
if (_global.room == '120') {
_parent.cola.gotoAndPlay(2);
}
}
}
movieClip 776 {
frame 1 {
stop();
}
frame 7 {
_root.redninja.blackninja.gotoAndStop(3);
}
frame 37 {
stop();
_root.goer02a._visible = true;
_root.goer04a._visible = true;
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.redninja.gotoAndStop(1);
}
}
button 782 {
on (release) {
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndPlay(2);
}
}
button 786 {
on (release) {
achiever.gotoAndStop(2);
pusher._visible = false;
pusher2._visible = false;
}
}
button 790 {
on (release) {
_parent.pusher._visible = true;
_parent.pusher2._visible = true;
gotoAndStop(1);
}
}
movieClip 791 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 792 {
frame 1 {
stop();
}
frame 2 {
if (_global.room == '12') {
introtext.gotoAndStop(2);
}
if (_global.room == '13') {
introtext.gotoAndStop(3);
}
if (_global.room == '5') {
introtext.gotoAndStop(4);
}
if (_global.room == '19') {
introtext.gotoAndStop(5);
}
if (_global.room == '52') {
introtext.gotoAndStop(6);
}
if (_global.room == '23') {
introtext.gotoAndStop(2);
}
if (_global.room == '133') {
introtext.gotoAndStop(7);
}
if (_global.room == '120') {
introtext.gotoAndStop(8);
}
_root.BlindAction();
_root.jar.coin01._visible = false;
}
frame 43 {
stop();
_global.whiteninjas = '3';
dog._visible = false;
deer._visible = false;
deer.gotoAndStop(18);
whiteninja._visible = false;
whiteninja.gotoAndStop(91);
car._visible = false;
car.gotoAndStop(50);
dragon._visible = false;
dragon.gotoAndStop(1);
medusa._visible = false;
cola._visible = false;
if (_global.room == '12') {
redninja._visible = false;
redninja.gotoAndStop(39);
dog._visible = true;
ground.gotoAndStop(2);
attacktext.gotoAndStop(2);
}
if (_global.room == '13') {
redninja._visible = false;
redninja.gotoAndStop(39);
deer._visible = true;
ground.gotoAndStop(3);
attacktext.gotoAndStop(3);
deer.gotoAndPlay(1);
}
if (_global.room == '5') {
redninja._visible = false;
redninja.gotoAndStop(39);
whiteninja._visible = true;
ground.gotoAndStop(4);
attacktext.gotoAndStop(1);
whiteninja.gotoAndPlay(1);
}
if (_global.room == '19') {
redninja._visible = false;
redninja.gotoAndStop(39);
ground.gotoAndStop(6);
attacktext.gotoAndStop(4);
car._visible = true;
car.gotoAndPlay(2);
}
wchopListener = new Object();
wchopListener.onKeyDown = function () {
if (Key.isDown(87)) {
_root.redninja.blackninja.gotoAndPlay(2);
}
};
dragonchopListener = new Object();
dragonchopListener.onKeyDown = function () {
if (Key.isDown(55)) {
_root.redninja.blackninja.gotoAndPlay(2);
}
};
if (_global.room == '6' or _global.room == '18' or _global.room == '19' or _global.room == '3') {
Key.addListener(wchopListener);
}
echopListener = new Object();
echopListener.onKeyDown = function () {
if (Key.isDown(69)) {
_root.redninja.blackninja.gotoAndPlay(2);
}
};
if (_global.room == '12' or _global.room == '13') {
Key.addListener(echopListener);
}
if (_global.room == '18') {
ground.gotoAndStop(5);
}
if (_global.room == '3') {
ground.gotoAndStop(7);
}
if (_global.room == '52') {
redninja._visible = false;
redninja.gotoAndStop(39);
dragon._visible = true;
ground.gotoAndStop(8);
attacktext.gotoAndStop(5);
dragon.gotoAndPlay(2);
Key.addListener(dragonchopListener);
}
if (_global.room == '23') {
redninja._visible = false;
redninja.gotoAndStop(39);
dog._visible = true;
ground.gotoAndStop(6);
attacktext.gotoAndStop(1);
Key.addListener(wchopListener);
}
zchopListener = new Object();
zchopListener.onKeyDown = function () {
if (Key.isDown(90)) {
_root.redninja.blackninja.gotoAndPlay(2);
_root.redninja.bomb.gotoAndPlay(2);
}
};
if (_global.room == '133') {
redninja._visible = false;
redninja.gotoAndStop(39);
medusa._visible = true;
medusa.gotoAndPlay(2);
ground.gotoAndStop(9);
attacktext.gotoAndStop(6);
Key.addListener(zchopListener);
}
if (_global.room == '120') {
redninja._visible = false;
redninja.gotoAndStop(39);
cola._visible = true;
ground.gotoAndStop(10);
attacktext.gotoAndStop(6);
Key.addListener(zchopListener);
}
}
frame 44 {
stop();
_root.dieGame();
}
}
movieClip 1038 {
}
movieClip 1197 {
}
movieClip 1507 {
}
movieClip 1578 {
}
movieClip 1668 {
}
movieClip 1805 {
}
movieClip 1807 {
}
button 1816 {
on (release) {
_root.gameRestart();
stopAllSounds();
gotoAndStop(1);
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndStop(3);
}
}
button 1819 {
on (release) {
pusher._visible = false;
pusher2._visible = false;
achiever.gotoAndStop(2);
}
}
movieClip 1820 {
frame 1 {
stop();
}
frame 2 {
_root.BlindAction();
_root.dieGame();
}
frame 224 {
stop();
}
}
movieClip 1824 {
}
button 1826 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(16);
}
}
movieClip 1829 {
}
movieClip 1831 {
}
button 1832 {
on (release) {
_root.gameRestart();
stopAllSounds();
gotoAndStop(1);
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndStop(3);
}
}
movieClip 1835 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1836 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
_root.soundtrack.gotoAndStop(2);
}
frame 15 {
stop();
lady._visible = false;
if (_global.kidnapped == true) {
lady._visible = true;
}
}
frame 16 {
stop();
if (_global.badge01 == true && _global.badge02 == true && _global.badge03 == true && _global.badge04 == true && _global.badge05 == true && _global.badge06 == true && _global.badge07 == true && _global.badge08 == true && _global.badge09 == true && _global.badge10 == true && _global.badge11 == true && _global.badge12 == true && _global.badge13 == true) {
wintext.gotoAndStop(2);
}
}
}
movieClip 1838 {
frame 1 {
stop();
}
frame 2 {
play();
_root.badgesave.data.badge01 = _global.badge01;
_root.badgesave.data.badge02 = _global.badge02;
_root.badgesave.data.badge03 = _global.badge03;
_root.badgesave.data.badge04 = _global.badge04;
_root.badgesave.data.badge05 = _global.badge05;
_root.badgesave.data.badge06 = _global.badge06;
_root.badgesave.data.badge07 = _global.badge07;
_root.badgesave.data.badge08 = _global.badge08;
_root.badgesave.data.badge09 = _global.badge09;
_root.badgesave.data.badge10 = _global.badge10;
_root.badgesave.data.badge11 = _global.badge11;
_root.badgesave.data.badge12 = _global.badge12;
_root.badgesave.data.badge13 = _global.badge13;
_root.badgesave.flush();
}
}
frame 4 {
stop();
_global.room = '4';
if (_global.outboxburn == true) {
sent01.gotoAndStop(220);
}
if (_global.treebombed == true) {
_root.mailtree.gotoAndStop(2);
}
if (_global.mailread01 == true) {
_root.mail01._visible = false;
}
if (_global.mailread02 == true) {
_root.mail02._visible = false;
}
if (_global.mailread03 == true) {
_root.mail03._visible = false;
}
if (_global.mailread04 == true) {
_root.mail04._visible = false;
}
}
button 1843 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.mailread.gotoAndStop(5);
_root.mail04._visible = false;
_global.mailread04 = true;
BlindAction();
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 1844 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.mailread.gotoAndStop(4);
_root.mail03._visible = false;
_global.mailread03 = true;
BlindAction();
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 1845 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.mailread.gotoAndStop(3);
_root.mail02._visible = false;
_global.mailread02 = true;
BlindAction();
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
movieClip 1869 {
}
movieClip 1871 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1896 {
frame 114 {
gotoAndPlay(1);
}
frame 212 {
gotoAndPlay(1);
}
frame 220 {
stop();
}
}
button 1905 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.mailread.gotoAndStop(2);
_root.mail01._visible = false;
_global.mailread01 = true;
BlindAction();
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
// unknown tag 88 length 74
button 1910 {
on (press) {
_root.ShowAction();
gotoAndStop(1);
}
}
movieClip 1914 {
frame 1 {
stop();
}
}
button 1916 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(3);
}
}
frame 5 {
stop();
BlindAction();
ShowLittle();
_global.actions = false;
_global.room = '5';
}
movieClip 1925 {
}
movieClip 1992 {
}
movieClip 2037 {
}
movieClip 2038 {
}
movieClip 2039 {
}
movieClip 2041 {
}
movieClip 2043 {
}
movieClip 2045 {
frame 357 {
stop();
}
}
movieClip 2114 {
}
movieClip 2172 {
}
movieClip 2174 {
frame 130 {
stop();
}
}
movieClip 2176 {
frame 273 {
stop();
}
}
button 2178 {
on (press) {
BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
_root.goer01a._visible = false;
_root.goer02a._visible = false;
_root.goer04a._visible = false;
}
}
button 2179 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(6);
}
}
button 2180 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(18);
}
}
frame 6 {
stop();
if (_global.badge06 == false && _global.d1 == true && _global.d2 == true && _global.d3 == true) {
_global.badge06 = true;
_root.noter.gotoAndPlay(2);
}
_global.actions = true;
ShowAction();
if (_global.dogdie == true) {
_root.dog.gotoAndStop(5);
}
_global.room = '6';
if (_global.quest == 'gothome') {
_root.text6.gotoAndStop(6);
_global.quest = 'none';
}
}
button 2183 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(12);
}
}
movieClip 2195 {
frame 360 {
stop();
}
}
movieClip 2197 {
}
movieClip 2199 {
}
movieClip 2202 {
frame 1 {
stop();
}
frame 4 {
if (_global.badge06 == false && _global.d1 == true && _global.d2 == true && _global.d3 == true) {
_global.badge06 = true;
_root.noter.gotoAndPlay(2);
}
}
frame 5 {
stop();
}
}
button 2203 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(13);
}
}
button 2204 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(8);
}
}
button 2205 {
on (press) {
BlindAction();
_root.soundtrack.gotoAndStop(1);
_global.rnf02 = true;
_root.redninja.gotoAndPlay(2);
stopAllSounds();
}
}
button 2206 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(7);
}
}
movieClip 2209 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 7 {
stop();
_global.actions = true;
ShowAction();
_global.room = '7';
if (_global.kidnapped == true) {
_root.lady._visible = false;
_root.text7.gotoAndStop(2);
}
}
movieClip 2213 {
}
movieClip 2215 {
}
movieClip 2217 {
}
movieClip 2219 {
}
movieClip 2221 {
}
movieClip 2222 {
frame 1 {
newdaughter._visible = false;
if (_global.timetravel == true) {
newdaughter._visible = true;
}
nekked._visible = false;
if (_global.girlnekked == true) {
nekked._visible = true;
legs._visible = false;
lady._visible = false;
}
}
}
button 2224 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(10);
}
}
button 2225 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(6);
}
}
button 2226 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(9);
}
}
button 2227 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(11);
}
}
movieClip 2230 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 8 {
stop();
if (_global.coins == '0') {
weapontext.gotoAndStop(2);
}
if (_global.weapondie == true) {
weapontext.gotoAndStop(3);
_root.guy.gotoAndStop(9);
}
if (_global.boughtbomb == true && _global.boughtsword == true && _global.boughtstar == true && _global.weapondie == true) {
weapontext.gotoAndStop(4);
}
if (_global.boughtbomb == true) {
button02._visible = false;
bomb._visible = false;
}
if (_global.boughtsword == true) {
button01._visible = false;
sword._visible = false;
}
if (_global.boughtstar == true) {
button03._visible = false;
star._visible = false;
}
_global.room = '8';
}
movieClip 2233 {
}
movieClip 2235 {
}
movieClip 2237 {
}
movieClip 2244 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 4 {
_root.guytalk.gotoAndPlay(168);
}
frame 9 {
stop();
}
}
movieClip 2248 {
}
movieClip 2250 {
}
movieClip 2251 {
frame 1 {
stop();
}
frame 30 {
gotoAndStop(1);
}
frame 158 {
gotoAndStop(1);
}
frame 189 {
gotoAndStop(1);
}
}
button 2253 {
on (release) {
if (_root.attacker._currentframe == 1 && _global.havesword == false) {
if (_global.coins > 0 && _global.weapondie == false) {
--_global.coins;
_root.sword._visible = false;
_root.button01._visible = false;
_global.havesword = true;
_global.boughtsword = true;
_root.guytalk.gotoAndPlay(2);
_root.weapontext.goldtext.gotoAndPlay(3);
Key.addListener(_root.attacker.swordListener);
if (_global.coins == '0') {
_root.weapontext.gotoAndStop(2);
}
}
if (_global.weapondie == true) {
_root.sword._visible = false;
_root.button01._visible = false;
_global.havesword = true;
_global.boughtsword = true;
Key.addListener(_root.attacker.swordListener);
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 2254 {
on (release) {
if (_root.attacker._currentframe == 1 && _global.havebomb == false) {
if (_global.coins > 0 && _global.weapondie == false) {
--_global.coins;
_root.bomb._visible = false;
_root.button02._visible = false;
_global.havebomb = true;
_global.boughtbomb = true;
_root.guytalk.gotoAndPlay(31);
_root.weapontext.goldtext.gotoAndPlay(3);
Key.addListener(_root.attacker.bombListener);
if (_global.coins == '0') {
_root.weapontext.gotoAndStop(2);
}
}
if (_global.weapondie == true) {
_root.bomb._visible = false;
_root.button02._visible = false;
_global.havebomb = true;
_global.boughtbomb = true;
Key.addListener(_root.attacker.bombListener);
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 2255 {
on (release) {
if (_root.attacker._currentframe == 1 && _global.havestar == false) {
if (_global.coins > 0 && _global.weapondie == false) {
--_global.coins;
_root.star._visible = false;
_root.button03._visible = false;
_global.havestar = true;
_global.boughtstar = true;
_root.guytalk.gotoAndPlay(2);
_root.weapontext.goldtext.gotoAndPlay(3);
Key.addListener(_root.attacker.starListener);
if (_global.coins == '0') {
_root.weapontext.gotoAndStop(2);
}
}
if (_global.weapondie == true) {
_root.star._visible = false;
_root.button03._visible = false;
_global.havestar = true;
_global.boughtstar = true;
Key.addListener(_root.attacker.starListener);
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 2256 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(6);
if (_global.cleared == 3 && _global.badge02 == false) {
_global.badge02 = true;
_root.noter.gotoAndPlay(2);
}
}
}
movieClip 2261 {
frame 1 {
stop();
coindisplay.text = _global.coins;
}
frame 3 {
gotoAndStop(1);
coindisplay.text = _global.coins;
}
}
movieClip 2265 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
frame 9 {
stop();
if (_global.teabreak == true) {
_root.laurence.gotoAndStop(6);
_root.goer03a._visible = false;
}
_global.room = '9';
if (_global.laurenceflee == true) {
_root.laurence.gotoAndStop(18);
_root.goer03a._visible = false;
}
if (_global.kidnapped == true) {
_root.laurence.gotoAndStop(18);
_root.goer03a._visible = false;
}
}
movieClip 2301 {
}
movieClip 2302 {
frame 8 {
stop();
}
}
movieClip 2345 {
frame 1 {
stop();
}
frame 3 {
_global.teabreak = true;
}
frame 6 {
stop();
}
frame 7 {
_root.hiyas.nextFrame();
}
frame 7 {
_root.sfx.gotoAndPlay(2);
}
frame 9 {
gotoAndStop(6);
}
frame 18 {
stop();
_root.laurencetext01.gotoAndStop(2);
if (_global.kidnapped == true) {
_root.laurencetext01.gotoAndStop(5);
}
}
frame 19 {
flame._visible = false;
if (_global.haveflamesword == true) {
flame._visible = true;
}
}
frame 19 {
_root.sfx.gotoAndPlay(2);
}
frame 23 {
stop();
}
frame 24 {
_root.sfx.gotoAndPlay(2);
}
frame 27 {
_root.sfx.gotoAndPlay(2);
}
frame 28 {
stop();
}
frame 40 {
stop();
_root.laurencetext01._visible = false;
if (_global.badge13 == false) {
_global.badge13 = true;
_root.noter.gotoAndPlay(2);
}
_root.BlindAction();
_root.winGame();
_root.winner.gotoAndPlay(2);
}
frame 41 {
_global.quest = 'heart';
}
frame 41 {
_root.sfx.gotoAndPlay(2);
}
frame 45 {
stop();
_root.laurencetext01.gotoAndStop(4);
}
}
button 2346 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(7);
if (_global.laurenceflee == true) {
_global.laurencenotea = true;
}
if (_global.cleared == 3 && _global.badge02 == false) {
_global.badge02 = true;
_root.noter.gotoAndPlay(2);
}
}
}
button 2351 {
on (press) {
_root.dinger.nextFrame();
_global.quest = 'heart';
_root.gotoAndStop(28);
}
}
movieClip 2353 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.goer03a._visible = false;
}
frame 3 {
stop();
_root.goer03a._visible = false;
}
frame 4 {
stop();
_root.goer03a._visible = false;
}
frame 5 {
stop();
}
}
button 2354 {
on (press) {
_root.laurence.gotoAndPlay(41);
BlindAction();
_global.whatmusic = 'danger';
_root.goer03a._visible = false;
_global.laurenceflee = true;
}
}
frame 10 {
stop();
_root.goer03a._visible = false;
_global.room = '10';
if (_global.kidnapped == true) {
_root.goer03a._visible = true;
_root.text10.gotoAndStop(2);
}
}
movieClip 2458 {
frame 1 {
stop();
}
frame 5 {
gotoAndStop(1);
}
frame 9 {
gotoAndStop(1);
}
}
movieClip 2461 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 2462 {
on (press) {
_root.dinger.nextFrame();
placeLaurence();
gotoAndStop(68);
}
}
frame 11 {
stop();
BlindAction();
ShowLittle();
_global.actions = false;
_global.room = '11';
_root.note._visible = false;
if (_global.kidnapped == true) {
_root.lady._visible = false;
_root.text11.gotoAndStop(2);
_root.note._visible = true;
}
}
movieClip 2467 {
}
button 2468 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(7);
}
}
button 2470 {
on (press) {
_root.dinger.nextFrame();
_global.quest = 'flower';
_root.gotoAndStop(28);
}
}
movieClip 2472 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 12 {
stop();
_global.room = '12';
if (_global.dogdie02 == true) {
_root.dog._visible = false;
_root.goer03a._visible = false;
_root.text12.gotoAndStop(5);
}
if (_global.genieup == true) {
_root.dog.gotoAndStop(8);
_root.goer03a._visible = false;
_root.text12.gotoAndStop(2);
}
}
movieClip 2491 {
}
movieClip 2496 {
}
movieClip 2498 {
}
movieClip 2499 {
frame 8 {
stop();
}
}
// unknown tag 88 length 156
movieClip 2503 {
frame 1 {
stop();
}
frame 7 {
_root.ShowAction();
_root.text12.gotoAndStop(2);
}
frame 8 {
stop();
}
frame 12 {
gotoAndStop(8);
}
frame 16 {
gotoAndStop(8);
}
frame 33 {
stop();
stopAllSounds();
}
}
movieClip 2515 {
}
movieClip 2516 {
}
button 2518 {
on (release) {
if (_global.wish == 'sword') {
_root.BlindAction();
++_global.cleared;
_root.soundtrack.gotoAndStop(1);
stopAllSounds();
_root.shooter.gotoAndPlay(2);
_root.wishgrant.gotoAndStop(1);
} else {
_root.gameRestart();
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndStop(3);
}
}
}
movieClip 2519 {
frame 18 {
stop();
dieGame();
}
}
movieClip 2520 {
frame 1 {
stop();
}
frame 10 {
if (_global.wish == 'sandwich') {
wishsword._visible = false;
_root.dieGame();
}
if (_global.wish == 'sword') {
wishsandwich._visible = false;
}
}
frame 22 {
stop();
}
}
button 2521 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(6);
if (_global.cleared == 3 && _global.badge02 == false) {
_global.badge02 = true;
_root.noter.gotoAndPlay(2);
}
}
}
button 2522 {
on (press) {
_root.dinger.nextFrame();
BlindAction();
_root.dog.gotoAndPlay(2);
_root.goer03a._visible = false;
_global.genieup = true;
_global.d1 = true;
if (_global.badge06 == false && _global.d1 == true && _global.d2 == true && _global.d3 == true) {
_global.badge06 = true;
_root.noter.gotoAndPlay(2);
}
}
}
button 2528 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_root.BlindAction();
_root.wishgrant.gotoAndPlay(2);
_global.wish = 'sword';
gotoAndStop(3);
_global.whatmusic = 'die';
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 2529 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_root.BlindAction();
_root.wishgrant.gotoAndPlay(2);
_global.wish = 'sandwich';
gotoAndStop(3);
_global.whatmusic = 'die';
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 2530 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_root.BlindAction();
_root.dog.gotoAndPlay(17);
_global.wish = 'wishes';
gotoAndStop(4);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 2532 {
on (release) {
_root.gameRestart();
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndStop(3);
}
}
movieClip 2533 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
_root.dieGame();
}
frame 5 {
stop();
}
}
movieClip 2537 {
}
movieClip 2544 {
frame 1 {
stop();
shipship._visible = false;
if (_global.quest == 'heart') {
shipship._visible = true;
}
}
frame 11 {
stop();
}
}
movieClip 2548 {
}
movieClip 2550 {
}
movieClip 2551 {
frame 1 {
stop();
shipship._visible = false;
if (_global.quest == 'heart') {
shipship._visible = true;
}
}
frame 28 {
stop();
_root.shooter.gotoAndStop(70);
}
}
// unknown tag 88 length 75
movieClip 2557 {
frame 1 {
stop();
if (_global.quest == 'heart') {
gotoAndPlay(2);
}
}
frame 99 {
gotoAndPlay(2);
}
}
button 2563 {
on (release) {
_root.gameRestart();
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndStop(3);
}
}
movieClip 2567 {
}
button 2570 {
on (release) {
_root.wishgrant.gotoAndStop(1);
stopAllSounds();
_root.text12.gotoAndStop(5);
_root.dog._visible = false;
_global.genieup = false;
_global.dogdie02 = true;
_global.whatmusic = 'open';
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2);
_root.shooter.gotoAndStop(1);
_root.gotoAndStop(3);
}
}
button 2572 {
on (release) {
_root.wishgrant.gotoAndStop(1);
stopAllSounds();
_root.text12.gotoAndStop(5);
_root.dog._visible = false;
_global.genieup = false;
_global.dogdie02 = true;
_global.whatmusic = 'open';
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2);
_root.shooter.gotoAndStop(1);
_root.gotoAndStop(17);
}
}
button 2573 {
on (release) {
stopAllSounds();
_global.whatmusic = 'danger';
_root.ShowAction();
_root.soundtrack.gotoAndPlay(3070);
_root.shooter.gotoAndStop(1);
_global.wish = 'sworded';
if (_global.havesword == true) {
_global.haveflamesword = true;
}
if (_global.havebomb == true) {
_global.havebluebomb = true;
}
if (_global.havestar == true) {
_global.havelaser = true;
}
_root.gotoAndStop(119);
}
}
movieClip 2574 {
frame 1 {
stop();
}
frame 69 {
stop();
setup = function () {
firing = false;
fireRate = 10;
enemyTime = 0;
enemyRate = 30;
score = 0;
score_txt.text = score;
counter = 22;
counter_txt.text = counter;
ship.onMouseDown = function () {
firing = true;
repeatTime = 0;
};
ship.onMouseUp = function () {
firing = false;
};
ship.onEnterFrame = function () {
if (this.hitTest(heart01) && heart01._currentframe < 100) {
heart01.gotoAndPlay(100);
++score;
score_txt.text = score;
}
if (this.hitTest(heart02) && heart02._currentframe < 100) {
heart02.gotoAndPlay(100);
++score;
score_txt.text = score;
}
this.destx = _xmouse;
var v3 = this.destx - this._x;
this._x += v3 * 0.15;
if (firing && repeatTime == 0) {
createProjectile('bullet', this._x, this._y - 40, 0, -15);
}
++repeatTime;
repeatTime %= fireRate;
if (enemyTime == 0) {
var v2 = Math.random() * 100 + 80;
createEnemy('8bitenemysword', v2, -350);
createEnemy('8bitenemysword', 0, -350);
createEnemy('8bitenemysword', 200 - v2, -350);
}
++enemyTime;
enemyTime %= 30;
};
doCounter = function () {
--counter;
counter_txt.text = counter;
if (counter == 2 && ship._currentframe == 1 && _global.quest == 'heart') {
gotoAndStop(73);
enemyLayer.removeMovieClip();
projectileLayer.removeMovieClip();
ship.gotoAndStop(27);
clearInterval(countID);
}
if (counter == 2 && ship._currentframe == 1 && score > 60 && _global.havesword == true) {
gotoAndStop(71);
enemyLayer.removeMovieClip();
projectileLayer.removeMovieClip();
ship.gotoAndStop(27);
clearInterval(countID);
}
if (counter == 2 && ship._currentframe == 1 && score > 60 && _global.havesword == false) {
gotoAndStop(72);
enemyLayer.removeMovieClip();
projectileLayer.removeMovieClip();
ship.gotoAndStop(27);
clearInterval(countID);
}
if (counter == 2 && ship._currentframe == 1 && score <= 60) {
gotoAndStop(72);
enemyLayer.removeMovieClip();
projectileLayer.removeMovieClip();
ship.gotoAndStop(27);
clearInterval(countID);
}
if (counter == 0) {
enemyLayer.removeMovieClip();
projectileLayer.removeMovieClip();
clearInterval(countID);
}
};
countID = setInterval(doCounter, 1000);
_root.shooter.createEmptyMovieClip('projectileLayer', 99);
projectileCount = 0;
_root.shooter.createEmptyMovieClip('enemyLayer', 98);
enemyCount = 0;
ship.swapDepths(100);
ship.gotoAndStop(1);
};
createProjectile = function (type, x, y, dx, dy) {
var v4 = 'proj' + projectileCount;
projectileLayer.attachMovie(type, v4, projectileCount);
projectileLayer[v4]._x = x;
projectileLayer[v4]._y = y;
projectileLayer[v4].dx = dx;
projectileLayer[v4].dy = dy;
projectileLayer[v4].onEnterFrame = function () {
this._x += this.dx;
this._y += this.dy;
if (this._y < -400) {
this.removeMovieClip();
}
var v2 = 0;
while (v2 < 10) {
var v3 = 'enemy' + v2;
if (this.hitTest(enemyLayer[v3]) && enemyLayer[v3]._currentframe == 1) {
enemyLayer[v3].play();
++score;
score_txt.text = score;
this.removeMovieClip();
}
++v2;
}
};
++projectileCount;
projectileCount %= 10;
};
createEnemy = function (type, x, y) {
var v2 = 'enemy' + enemyCount;
enemyLayer.attachMovie(type, v2, enemyCount);
enemyLayer[v2]._x = x;
enemyLayer[v2].xline = x;
enemyLayer[v2]._y = y;
enemyLayer[v2].dy = Math.random() * 3 + 10;
enemyLayer[v2].t = Math.random() * 6.28;
enemyLayer[v2].onEnterFrame = function () {
this._x = this.xline + Math.sin(this.t) * 100;
this._y += this.dy;
this.t += 0.1;
if (this._currentframe == 1 && this.hitTest(ship)) {
counter = 1;
doCounter();
ship.play();
}
if (this._y > 500) {
this.removeMovieClip();
}
};
++enemyCount;
enemyCount %= 10;
};
setup();
}
frame 70 {
stop();
_root.dieGame();
}
frame 71 {
stop();
_global.haveflamesword = true;
}
frame 72 {
stop();
}
frame 73 {
stop();
}
}
frame 13 {
stop();
_global.room = '13';
}
movieClip 2591 {
}
movieClip 2593 {
}
movieClip 2595 {
}
movieClip 2597 {
frame 1 {
stop();
}
}
movieClip 2599 {
}
button 2600 {
on (press) {
_root.attacker.gotoAndPlay(10);
_root.attacker.BlindAll();
}
}
button 2601 {
on (press) {
_root.attacker.gotoAndPlay(2);
_root.attacker.BlindAll();
}
}
frame 14 {
_global.room = '14';
_global.actions = true;
ShowAction();
stop();
}
movieClip 2607 {
frame 1 {
stop();
}
}
button 2609 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(16);
}
}
button 2610 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(15);
}
}
frame 15 {
_global.room = '15';
if (_global.tengu01see == true) {
tengu01._visible = false;
goer03a._visible = false;
text15.gotoAndStop(2);
}
_global.seetengue01 = true;
stop();
}
movieClip 2620 {
frame 78 {
gotoAndPlay(1);
}
frame 88 {
if (_global.tenguetouched == true) {
_global.tengu01see = true;
_root.gotoAndStop(14);
}
}
}
button 2622 {
on (press) {
_root.dinger.nextFrame();
_global.tengu01see = true;
gotoAndStop(14);
}
}
movieClip 2625 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 2626 {
on (press) {
_root.tengu01.gotoAndPlay(79);
_root.BlindAction();
_global.tenguetouched = true;
}
}
frame 16 {
_global.room = '16';
_global.whatmusic = 'creep';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 2632 {
}
movieClip 2634 {
}
movieClip 2642 {
}
movieClip 2651 {
}
button 2653 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(17);
}
}
button 2654 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(18);
}
}
frame 17 {
_global.room = '17';
_global.whatmusic = 'creep';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.cleared == 3 && _global.badge02 == false) {
_global.badge02 = true;
_root.noter.gotoAndPlay(2);
}
if (_global.hensearch == true) {
_root.roomtext.gotoAndStop(2);
}
stop();
}
movieClip 2672 {
}
movieClip 2677 {
}
movieClip 2681 {
}
button 2698 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(33);
}
}
button 2699 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(123);
}
}
movieClip 2702 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 18 {
_global.room = '18';
_global.whatmusic = 'creep';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 2706 {
}
movieClip 2711 {
}
movieClip 2712 {
frame 441 {
stop();
}
}
button 2716 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(19);
}
}
button 2717 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(27);
}
}
button 2718 {
on (press) {
BlindAction();
_global.rnf03 = true;
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
_root.goer01a._visible = false;
_root.goer02a._visible = false;
_root.goer04a._visible = false;
}
}
frame 19 {
_global.room = '19';
_global.whatmusic = 'creep';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 2726 {
frame 122 {
stop();
BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
_root.goer01a._visible = false;
_root.goer02a._visible = false;
_root.goer04a._visible = false;
this.gotoAndStop(123);
}
}
button 2728 {
on (press) {
BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
_root.goer01a._visible = false;
_root.goer02a._visible = false;
_root.goer04a._visible = false;
_root.car.gotoAndStop(123);
}
}
button 2729 {
on (press) {
_root.dinger.nextFrame();
ShowAction();
gotoAndStop(20);
}
}
frame 20 {
_global.room = '20';
_global.whatmusic = 'creep';
_global.actions = true;
ShowAction();
stop();
}
button 2735 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(22);
}
}
button 2737 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(23);
}
}
button 2739 {
on (press) {
_root.dinger.nextFrame();
stopAllSounds();
gotoAndStop(21);
}
}
movieClip 2744 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 21 {
_global.room = '21';
_root.soundtrack.gotoAndStop(4915);
stop();
}
movieClip 2747 {
frame 1 {
stop();
}
frame 2 {
qbomb._visible = false;
if (_global.havebluebom == true) {
qbomb._visible = true;
}
}
frame 10 {
stop();
}
}
movieClip 2749 {
frame 1 {
stop();
}
frame 7 {
stop();
}
}
movieClip 2752 {
}
movieClip 2763 {
frame 1 {
stop();
}
}
movieClip 2766 {
}
movieClip 2779 {
frame 7 {
stop();
}
}
movieClip 2781 {
frame 4 {
--_global.mailrounds;
}
frame 4 {
_root.mailer.ammo.gotoAndPlay(2);
}
frame 5 {
if (_global.armout == true) {
gotoAndPlay(11);
}
}
frame 6 {
if (_global.armout == true) {
gotoAndPlay(11);
}
}
frame 7 {
if (_global.armout == true) {
gotoAndPlay(11);
}
}
frame 8 {
if (_global.armout == true) {
gotoAndPlay(11);
}
}
frame 9 {
++_global.nomails;
_root.score.nomails.text = _global.nomails;
}
frame 10 {
gotoAndPlay(18);
}
frame 15 {
++_global.mails;
_root.score.mails.text = _global.mails;
}
frame 27 {
if (_global.mailrounds == 0) {
gotoAndPlay(28);
--_global.mailclips;
} else {
gotoAndPlay(1);
}
}
frame 28 {
_root.mailer.eye._visible = false;
}
frame 29 {
if (_global.mailclips == 2) {
_global.mailrounds = 12;
}
if (_global.mailclips == 1) {
_global.mailrounds = 25;
}
if (_global.mailclips == 0) {
gotoAndPlay(87);
}
}
frame 86 {
_root.mailer.eye._visible = true;
gotoAndPlay(1);
}
frame 109 {
stop();
stopAllSounds();
if (_global.mails <= 21) {
_root.score.gotoAndStop(181);
stop();
} else {
if (_global.mails > 21 && _global.mails <= 39) {
_root.score.gotoAndStop(182);
stop();
} else {
_root.score.gotoAndPlay(183);
stop();
}
}
}
}
movieClip 2782 {
frame 1 {
stop();
}
frame 3 {
_global.mailrounds = 5;
_global.mailclips = 3;
}
frame 18 {
stop();
}
}
movieClip 2803 {
frame 1 {
_global.mails = 0;
_global.nomails = 0;
}
frame 180 {
stop();
_root.mailer.gotoAndPlay(2);
}
frame 181 {
stop();
_global.whatmusic = 'die';
_root.BlindAction();
_root.soundtrack.gotoAndPlay(4912);
_root.firedGame();
}
frame 182 {
stop();
_global.whatmusic = 'die';
_root.BlindAction();
_root.soundtrack.gotoAndPlay(4912);
_root.firedGame();
}
frame 183 {
_global.maildone = true;
_root.BlindAction();
_root.successGame();
}
frame 184 {
stop();
}
}
frame 22 {
_global.room = '22';
_global.whatmusic = 'open';
stop();
}
movieClip 2810 {
frame 1 {
stop();
}
frame 4 {
_global.breakwindow01 = true;
if (_global.breakpot == true && _global.breakbowl == true && _global.breakwindow01 == true && _global.breakwindow02 == true && _global.badge08 == false) {
_global.badge08 = true;
_root.noter.gotoAndPlay(2);
}
}
frame 11 {
stop();
}
}
movieClip 2814 {
}
movieClip 2817 {
frame 10 {
stop();
}
}
movieClip 2818 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2820 {
frame 1 {
stop();
}
frame 6 {
stop();
}
}
movieClip 2823 {
}
movieClip 2840 {
frame 1 {
stop();
}
frame 2 {
_global.breakbowl = true;
if (_global.breakpot == true && _global.breakbowl == true && _global.breakwindow01 == true && _global.breakwindow02 == true && _global.badge08 == false) {
_global.badge08 = true;
_root.noter.gotoAndPlay(2);
}
}
frame 13 {
stop();
}
}
button 2842 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(2);
}
}
button 2844 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(19);
}
}
button 2847 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(3);
}
}
button 2849 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(15);
}
}
button 2852 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(4);
}
}
button 2856 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(5);
}
}
button 2858 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(8);
}
}
button 2861 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(6);
}
}
button 2864 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(7);
}
}
button 2869 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(9);
}
}
button 2873 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(10);
}
}
button 2877 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(11);
}
}
button 2879 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(18);
}
}
button 2882 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(12);
}
}
button 2886 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(13);
}
}
button 2888 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(14);
}
}
button 2892 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(29);
}
}
button 2894 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(28);
}
}
button 2897 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(16);
}
}
button 2899 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(17);
}
}
button 2908 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(20);
}
}
button 2909 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(22);
}
}
button 2911 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(21);
}
}
button 2916 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(23);
}
}
button 2917 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(24);
}
}
button 2920 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(25);
}
}
button 2922 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(26);
}
}
button 2927 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(27);
}
}
movieClip 2937 {
frame 1 {
stop();
}
frame 28 {
stopAllSounds();
_root.BlindAction();
_root.soundtrack.gotoAndPlay(4913);
_root.firedGame();
}
frame 29 {
_root.BlindAction();
stopAllSounds();
_root.soundtrack.gotoAndPlay(4915);
_global.managerdone = true;
_root.successGame();
}
}
frame 23 {
_global.room = '23';
_global.whatmusic = 'danger';
_global.wish = 'none';
stop();
_root.dog._visible = false;
_root.goer03a._visible = false;
if (_global.alleygo == true) {
_root.dog._visible = true;
_root.goer03a._visible = true;
}
}
button 2940 {
on (press) {
BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
_root.goer01._visible = false;
_root.goer02._visible = false;
_root.goer03a._visible = false;
}
}
movieClip 2947 {
frame 1 {
stop();
}
frame 2 {
stop();
_global.guarddone = true;
_root.successGame();
}
}
button 2948 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(26);
}
}
button 2949 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(24);
}
}
frame 24 {
_global.room = '24';
stop();
}
button 2958 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(25);
}
}
frame 25 {
_global.room = '25';
_global.alleygo = true;
stop();
}
frame 26 {
_global.room = '26';
stop();
}
frame 27 {
_global.room = '27';
BlindAction();
ShowLittle();
_global.actions = false;
if (laurenceflee == true) {
placeLaurence();
}
stop();
}
button 2970 {
on (press) {
_root.dinger.nextFrame();
_global.lost = true;
_global.whereto = 1;
_global.quest = 'home';
gotoAndStop(28);
}
}
button 2972 {
on (press) {
_root.dinger.nextFrame();
_global.lost = true;
_global.quest = 'home';
_global.whereto = 2;
gotoAndStop(28);
}
}
button 2974 {
on (press) {
_root.dinger.nextFrame();
_global.lost = true;
_global.quest = 'home';
_global.whereto = 3;
gotoAndStop(28);
}
}
frame 28 {
_global.room = '28';
BlindAction();
ShowLittle();
_root.soundtrack.gotoAndPlay(4915);
_global.actions = false;
_root.fortext._visible = false;
_root.totext._visible = false;
_root.home._visible = false;
_root.fuji._visible = false;
_root.heart._visible = false;
if (_global.quest == 'home') {
_root.totext._visible = true;
_root.home._visible = true;
_root.questtext.gotoAndStop(2);
}
if (_global.quest == 'heart') {
_root.fortext._visible = true;
_root.heart._visible = true;
_root.questtext.gotoAndStop(3);
}
if (_global.quest == 'flower') {
_root.fortext._visible = true;
_root.fuji._visible = true;
_root.questtext.gotoAndStop(4);
}
stop();
}
movieClip 2977 {
frame 11 {
stop();
}
}
movieClip 2979 {
frame 11 {
stop();
}
}
movieClip 2981 {
frame 11 {
stop();
}
}
movieClip 2983 {
frame 11 {
stop();
}
}
movieClip 2985 {
frame 11 {
stop();
}
}
movieClip 2987 {
frame 11 {
stop();
}
}
movieClip 2988 {
frame 16 {
stop();
}
}
button 2990 {
on (press) {
stopAllSounds();
_root.dinger.nextFrame();
_root.soundtrack.gotoAndPlay(1);
_global.whatmusic = 'open';
if (_global.whereto == 1) {
_root.gotoAndStop(61);
}
if (_global.whereto == 2) {
_root.gotoAndStop(76);
}
if (_global.whereto == 3) {
_root.gotoAndStop(95);
}
}
}
button 2993 {
on (press) {
_root.dinger.nextFrame();
_root.gotoAndStop(29);
}
}
button 2996 {
on (press) {
stopAllSounds();
_root.dinger.nextFrame();
_root.soundtrack.gotoAndPlay(3070);
_global.whatmusic = 'danger';
_root.gotoAndStop(45);
}
}
movieClip 2998 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
frame 29 {
_global.room = '29';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 3001 {
}
button 3004 {
on (press) {
_root.dinger.nextFrame();
stopAllSounds();
_global.whatmusic = 'danger';
gotoAndStop(30);
}
}
button 3006 {
on (press) {
_root.BlindAction();
_root.goer04a._visible = false;
_root.goer01a._visible = false;
_root.goer02a._visible = false;
_root.soundtrack.gotoAndStop(1);
stopAllSounds();
_root.megga.gotoAndPlay(2);
}
}
button 3008 {
on (press) {
stopAllSounds();
_root.dinger.nextFrame();
_root.soundtrack.gotoAndPlay(3070);
_global.whatmusic = 'danger';
gotoAndStop(37);
}
}
button 3019 {
on (release) {
gotoAndStop(46);
_global.selector = 2;
}
}
button 3020 {
on (release) {
gotoAndStop(46);
_global.selector = 1;
}
}
button 3021 {
on (release) {
gotoAndStop(46);
_global.selector = 3;
}
}
button 3022 {
on (release) {
gotoAndStop(46);
_global.selector = 0;
}
}
movieClip 3029 {
}
movieClip 3032 {
}
movieClip 3035 {
}
movieClip 3038 {
}
movieClip 3039 {
frame 1 {
stop();
if (_global.selector == 0) {
}
if (_global.selector == 1) {
gotoAndStop(2);
}
if (_global.selector == 2) {
gotoAndStop(3);
}
if (_global.selector == 3) {
gotoAndStop(4);
}
if (_global.selector == 4) {
gotoAndStop(5);
}
if (_global.selector == 5) {
gotoAndStop(6);
}
if (_global.selector == 6) {
gotoAndStop(7);
}
if (_global.selector == 7) {
gotoAndStop(8);
}
if (_global.selector == 8) {
gotoAndStop(9);
}
if (_global.selector == 9) {
gotoAndStop(10);
}
}
}
movieClip 3042 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3050 {
frame 97 {
stop();
_root.megga.guy.gotoAndPlay(2);
_root.dieGame();
}
}
movieClip 3051 {
frame 1 {
stop();
}
frame 45 {
stop();
}
frame 46 {
stop();
}
}
frame 30 {
_global.room = '30';
_global.actions = true;
ShowAction();
_root.soundtrack.gotoAndPlay(3970);
stop();
}
movieClip 3060 {
}
button 3062 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(31);
}
}
button 3064 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(34);
}
}
frame 31 {
_global.room = '31';
_global.actions = true;
ShowAction();
stop();
}
movieClip 3089 {
}
movieClip 3096 {
frame 1 {
stop();
}
frame 3 {
_root.sfx.gotoAndPlay(2);
}
frame 7 {
gotoAndStop(1);
}
frame 9 {
_root.sfx.gotoAndPlay(2);
}
frame 17 {
if (_global.ladybombed == false) {
_root.attacker.gotoAndStop(1);
}
gotoAndStop(1);
}
}
button 3098 {
on (press) {
_root.dinger.nextFrame();
_global.hensearch = true;
gotoAndStop(33);
}
}
button 3100 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(32);
}
}
frame 32 {
_global.room = '32';
_global.actions = true;
ShowAction();
if (_global.monkeyrun == true) {
_root.sturdywall.gotoAndStop(6);
}
stop();
}
movieClip 3108 {
frame 1 {
stop();
}
frame 6 {
stop();
}
}
movieClip 3112 {
}
movieClip 3125 {
frame 1 {
bomb._visible = false;
if (_global.monkeybomb == true) {
bomb._visible = true;
}
}
frame 42 {
_global.monkeyrun = true;
bomb._visible = false;
if (_global.monkeybomb == true) {
bomb._visible = true;
}
}
frame 47 {
stop();
_root.sturdywall.gotoAndPlay(2);
_root.monkeytext.gotoAndStop(4);
}
}
button 3127 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(2);
}
}
button 3130 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(3);
}
}
button 3135 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(5);
}
}
button 3138 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(6);
}
}
button 3141 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(7);
}
}
button 3145 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_root.gotoAndStop(34);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3147 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
gotoAndStop(8);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
movieClip 3150 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
_root.gameover.gotoAndPlay(2);
_root.BlindAll();
}
}
frame 33 {
_global.room = '33';
BlindAction();
ShowLittle();
_global.actions = false;
_root.goer01a._visible = false;
if (_global.hensearch == true) {
_root.text33.gotoAndStop(2);
_root.goer01a._visible = true;
_root.shadey._visible = false;
}
stop();
}
movieClip 3159 {
}
button 3160 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(17);
}
}
movieClip 3163 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 34 {
_global.room = '34';
BlindAction();
ShowLittle();
_global.actions = false;
_root.goer01a._visible = false;
if (_global.hensearch == true) {
_root.goer01a._visible = true;
_root.roomtext.gotoAndStop(2);
}
}
button 3168 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(33);
}
}
button 3169 {
on (press) {
_root.dinger.nextFrame();
_global.hensearch = false;
gotoAndStop(35);
}
}
movieClip 3172 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 35 {
_global.room = '35';
_global.actions = true;
ShowAction();
stop();
}
button 3177 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(3);
}
}
button 3179 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(2);
}
}
button 3182 {
on (press) {
_root.dinger.nextFrame();
_global.hensearch = false;
_root.gotoAndStop(37);
}
}
button 3185 {
on (press) {
_root.dinger.nextFrame();
_root.BlindAction();
gotoAndPlay(4);
}
}
button 3187 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(55);
}
}
button 3191 {
on (press) {
_root.dinger.nextFrame();
_root.BlindAction();
_root.gotoAndStop(36);
}
}
movieClip 3193 {
frame 1 {
stop();
}
frame 54 {
stop();
_global.whatmusic = 'die';
_root.gameover.gotoAndPlay(2);
}
}
frame 36 {
_global.room = '36';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 3198 {
on (press) {
_root.BlindAction();
_root.goer01a._visible = false;
_root.soundtrack.gotoAndStop(1);
stopAllSounds();
_root.shooter.gotoAndPlay(2);
}
}
frame 37 {
_global.room = '37';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 3203 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(39);
}
}
button 3205 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(38);
}
}
button 3207 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(42);
}
}
frame 38 {
_global.room = '38';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 3212 {
on (press) {
_root.BlindAction();
gotoAndPlay(2);
}
}
button 3214 {
on (press) {
_root.dinger.nextFrame();
_root.gotoAndStop(100);
}
}
movieClip 3217 {
frame 1 {
stop();
}
frame 14 {
stop();
_global.whatmusic = 'die';
_root.gameover.gotoAndPlay(2);
}
}
frame 39 {
_global.room = '39';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 3221 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(41);
}
}
button 3223 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(40);
}
}
frame 40 {
_global.room = '40';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 3232 {
frame 38 {
stop();
_root.text40.gotoAndStop(2);
_global.whatmusic = 'die';
_root.gameover.gotoAndPlay(2);
}
}
movieClip 3235 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 41 {
_global.room = '41';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.metricheart == true) {
_root.heart._visible = false;
}
stop();
}
button 3238 {
on (release) {
_root.heart._visible = false;
_global.metricheart = true;
_root.text41.gotoAndStop(2);
}
}
button 3240 {
on (press) {
_root.dinger.nextFrame();
_root.gotoAndStop(37);
}
}
button 3242 {
on (press) {
_root.dinger.nextFrame();
_root.gotoAndStop(40);
}
}
button 3244 {
on (release) {
gotoAndStop(1);
}
}
movieClip 3245 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 42 {
_global.room = '42';
_global.actions = true;
ShowAction();
_root.snare01._visible = false;
_root.snare02._visible = false;
_root.tiger.gotoAndStop(2);
if (_global.snareset == true) {
_root.snare01._visible = true;
_root.snare02._visible = true;
_root.vine._visible = false;
}
_root.goer05ab._visible = false;
if (_global.rockget == true && _global.snareset == false) {
_root.goer05ab._visible = true;
}
stop();
_root.goer06ab._visible = false;
if (_global.combget == true && _global.combset == false && _global.snareset == true) {
_root.goer06ab._visible = true;
}
}
movieClip 3249 {
}
movieClip 3250 {
frame 1 {
stop();
comb._visible = false;
if (_global.combset == true) {
comb._visible = true;
}
}
}
movieClip 3311 {
}
movieClip 3314 {
frame 1 {
stop();
}
frame 2 {
_root.sfx.gotoAndPlay(2);
}
}
button 3315 {
on (press) {
if (_root.attacker._currentframe == 1) {
_global.snareset = true;
_root.goer05ab._visible = false;
_root.vine._visible = false;
_root.snare01._visible = true;
_root.snare02._visible = true;
_root.snare01.gotoAndPlay(2);
if (_global.combget == true) {
_root.goer06ab._visible = true;
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3316 {
on (press) {
if (_root.attacker._currentframe == 1) {
_global.combset = true;
_root.goer06ab._visible = false;
_root.text42.gotoAndStop(2);
_root.snare02.comb._visible = true;
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3318 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_root.gotoAndStop(43);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3320 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_root.gotoAndStop(44);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3323 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_root.tiger.gotoAndPlay(34);
gotoAndStop(3);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
movieClip 3326 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
frame 43 {
_global.room = '43';
_global.actions = true;
ShowAction();
if (_global.rockget == true) {
_root.rock._visible = false;
_root.rockbutton._visible = false;
}
_root.goer05ab._visible = false;
_root.root._visible = false;
if (_global.rockget == true && _global.rootget == true && _global.rootplant == false) {
_root.goer05ab._visible = true;
}
_root.comb._visible = false;
_root.combbutton._visible = false;
if (_global.rootplant == true && _global.combget == false) {
_root.comb._visible = true;
_root.combbutton._visible = true;
}
if (_global.combget == true) {
_root.comb._visible = false;
_root.combbutton._visible = false;
}
stop();
}
movieClip 3329 {
}
movieClip 3458 {
}
button 3461 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
gotoAndStop(42);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3462 {
on (release) {
if (_root.attacker._currentframe == 1) {
_root.rockbutton._visible = false;
_root.rock._visible = false;
_global.rockget = true;
if (_global.rootget == true) {
_root.goer05ab._visible = true;
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3463 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_root.goer05ab._visible = false;
_global.rootplant = true;
_root.root._visible = true;
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3464 {
on (release) {
if (_root.attacker._currentframe == 1) {
_global.combget = true;
_root.comb._visible = false;
_root.combbutton._visible = false;
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
frame 44 {
_global.room = '44';
_global.actions = true;
ShowAction();
if (_global.rootget == true) {
_root.root._visible = false;
_root.rootbutton._visible = false;
_root.text44.gotoAndStop(2);
}
stop();
}
button 3567 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
gotoAndStop(42);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3568 {
on (release) {
if (_root.attacker._currentframe == 1) {
_root.rootbutton._visible = false;
_root.root._visible = false;
_global.rootget = true;
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
movieClip 3570 {
frame 1 {
stop();
}
}
frame 45 {
_global.room = '45';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 3714 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(47);
}
}
button 3716 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(46);
}
}
button 3718 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(52);
}
}
button 3720 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(104);
}
}
frame 46 {
_global.room = '46';
_global.actions = true;
ShowAction();
_root.goer03a._visible = false;
if (_global.pandadie == true) {
_root.asky._visible = false;
_root.panda._visible = false;
_root.goer03a._visible = true;
_root.text46.gotoAndStop(2);
}
if (_global.havebamboo == true && _global.givebamboo == false && _global.pandadie == false) {
_root.text46.gotoAndStop(3);
}
if (_global.givebamboo == true && _global.givedoll == false) {
_root.asky.asky.gotoAndStop(2);
}
if (_global.havedoll == true && _global.givedoll == false && _global.pandadie == false && _global.givebamboo == true) {
_root.text46.gotoAndStop(4);
}
if (_global.givedoll == true) {
_root.asky.asky.gotoAndStop(3);
}
stop();
}
movieClip 3817 {
frame 1 {
stop();
}
frame 2 {
_root.asky._visible = false;
}
frame 2 {
_root.sfx.gotoAndPlay(2);
}
frame 10 {
stop();
_root.goer03a._visible = true;
_root.text46.gotoAndStop(2);
}
}
movieClip 3822 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 3823 {
}
button 3824 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(45);
}
}
button 3825 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(59);
}
}
button 3829 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_global.givebamboo = true;
_root.asky.asky.gotoAndStop(2);
if (_global.havedoll == true) {
gotoAndStop(4);
} else {
gotoAndStop(1);
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 3831 {
on (press) {
if (_root.attacker._currentframe == 1) {
_root.dinger.nextFrame();
_global.givedoll = true;
_root.asky.asky.gotoAndStop(3);
_global.havedoll = false;
gotoAndStop(1);
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
movieClip 3832 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
frame 47 {
_global.room = '47';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 3848 {
}
button 3851 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(48);
}
}
button 3852 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(49);
}
}
frame 48 {
_global.room = '48';
_global.actions = true;
ShowAction();
if (_global.coins == '0') {
text48.gotoAndStop(4);
}
if (_global.dollerdead == true) {
text48.gotoAndStop(3);
doller.gotoAndStop(3);
}
if (_global.havedoll01 == true) {
_root.doll01._visible = false;
}
if (_global.havedoll02 == true) {
_root.doll02._visible = false;
}
if (_global.havedoll03 == true) {
_root.doll03._visible = false;
}
if (_global.havedoll04 == true) {
_root.doll04._visible = false;
}
stop();
}
movieClip 3856 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
button 3859 {
on (release) {
if (_root.attacker._currentframe == 1) {
if (_global.havedoll == true) {
_root.text48.gotoAndStop(2);
}
if (_global.coins == 0 && _global.dollerdead == false && _global.havedoll == false) {
_root.text48.gotoAndStop(4);
}
if (_global.havedoll == false && _global.dollerdead == true) {
_root.doll02._visible = false;
_global.havedoll = true;
_global.havedoll02 = true;
}
if (_global.coins > 0 && _global.dollerdead == false && _global.havedoll == false) {
--_global.coins;
_root.doll02._visible = false;
_global.havedoll = true;
_global.havedoll02 = true;
_root.text48.gotoAndPlay(5);
}
}
if (_global.havedoll == false && _global.dollerdead == true) {
_root.doll02._visible = false;
_global.havedoll = true;
_global.havedoll02 = true;
}
}
}
button 3860 {
on (release) {
if (_root.attacker._currentframe == 1) {
if (_global.havedoll == true) {
_root.text48.gotoAndStop(2);
}
if (_global.coins == 0 && _global.dollerdead == false && _global.havedoll == false) {
_root.text48.gotoAndStop(4);
}
if (_global.havedoll == false && _global.dollerdead == true) {
_root.doll01._visible = false;
_global.havedoll = true;
_global.havedoll01 = true;
}
if (_global.coins > 0 && _global.dollerdead == false && _global.havedoll == false) {
--_global.coins;
_root.doll01._visible = false;
_global.havedoll = true;
_global.havedoll01 = true;
_root.text48.gotoAndPlay(5);
}
}
if (_global.havedoll == false && _global.dollerdead == true) {
_root.doll01._visible = false;
_global.havedoll = true;
_global.havedoll01 = true;
}
}
}
button 3861 {
on (release) {
if (_root.attacker._currentframe == 1) {
if (_global.havedoll == true) {
_root.text48.gotoAndStop(2);
}
if (_global.coins == 0 && _global.dollerdead == false && _global.havedoll == false) {
_root.text48.gotoAndStop(4);
}
if (_global.havedoll == false && _global.dollerdead == true) {
_root.doll04._visible = false;
_global.havedoll = true;
_global.havedoll04 = true;
}
if (_global.coins > 0 && _global.dollerdead == false && _global.havedoll == false) {
--_global.coins;
_root.doll04._visible = false;
_global.havedoll = true;
_global.havedoll04 = true;
_root.text48.gotoAndPlay(5);
}
}
if (_global.havedoll == false && _global.dollerdead == true) {
_root.doll04._visible = false;
_global.havedoll = true;
_global.havedoll04 = true;
}
}
}
button 3862 {
on (release) {
if (_root.attacker._currentframe == 1) {
if (_global.havedoll == true) {
_root.text48.gotoAndStop(2);
}
if (_global.coins == 0 && _global.dollerdead == false && _global.havedoll == false) {
_root.text48.gotoAndStop(4);
}
if (_global.havedoll == false && _global.dollerdead == true) {
_root.doll03._visible = false;
_global.havedoll = true;
_global.havedoll03 = true;
}
if (_global.coins > 0 && _global.dollerdead == false && _global.havedoll == false) {
--_global.coins;
_root.doll03._visible = false;
_global.havedoll = true;
_global.havedoll03 = true;
_root.text48.gotoAndPlay(5);
}
}
if (_global.havedoll == false && _global.dollerdead == true) {
_root.doll03._visible = false;
_global.havedoll = true;
_global.havedoll03 = true;
}
}
}
movieClip 3867 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
frame 49 {
_global.room = '49';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 3874 {
}
button 3876 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(51);
}
}
button 3877 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(50);
}
}
frame 50 {
_global.room = '50';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 3880 {
}
button 3883 {
on (press) {
_root.dinger.nextFrame();
_root.BlindAction();
_root.goer01a._visible = false;
_root.goer04a._visible = false;
_root.goer02a._visible = false;
_root.bitgoat.gotoAndPlay(2);
_root.soundtrack.gotoAndStop(1);
}
}
button 3884 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(53);
}
}
movieClip 3890 {
}
button 3896 {
on (release) {
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndPlay(2);
}
}
button 3897 {
on (release) {
_root.gameRestart();
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndPlay(2);
}
}
movieClip 3898 {
frame 1 {
stop();
}
frame 63 {
stop();
_root.dieGame();
}
}
frame 51 {
_global.room = '51';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.havebamboo == true) {
_root.bamboo._visible = false;
}
stop();
}
movieClip 3901 {
}
button 3902 {
on (release) {
_root.bamboo._visible = false;
_global.havebamboo = true;
}
}
frame 52 {
_global.room = '52';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 3908 {
on (press) {
BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
_root.goer04a._visible = false;
_root.goer05a._visible = false;
}
}
frame 53 {
_global.room = '53';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 3915 {
frame 112 {
stop();
}
}
button 3917 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(54);
}
}
button 3918 {
on (press) {
_root.dinger.nextFrame();
_root.BlindAction();
_root.goer05a._visible = false;
_root.goer04a._visible = false;
_root.goer02a._visible = false;
_root.gogame.gotoAndPlay(2);
_root.soundtrack.gotoAndStop(1);
}
}
movieClip 3923 {
}
movieClip 3928 {
frame 1 {
stop();
}
frame 2 {
Key.removeListener(_root.gogame.blipListener);
}
frame 6 {
if (_global.room == 53) {
_root.gogame.aliens.gotoAndPlay(57);
}
if (_global.room == 54) {
_root.gogame.pirates.gotoAndPlay(57);
}
}
frame 7 {
gotoAndStop(1);
}
frame 8 {
Key.removeListener(_root.gogame.blipListener);
}
frame 11 {
stop();
_root.gogame.gameover._visible = true;
}
}
movieClip 3941 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 55 {
stop();
_root.gogame.guy.gotoAndPlay(8);
}
frame 177 {
stopAllSounds();
}
frame 178 {
stop();
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2);
_root.gogame.gotoAndStop(1);
}
}
movieClip 3954 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 55 {
stop();
_root.gogame.guy.gotoAndPlay(8);
}
frame 177 {
stopAllSounds();
}
frame 178 {
stop();
_root.ShowAction();
_root.soundtrack.gotoAndPlay(2);
_root.gogame.gotoAndStop(1);
}
}
movieClip 3958 {
}
movieClip 3959 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
_root.soundtrack.gotoAndStop(1);
}
frame 4 {
stop();
_root.dieGame();
if (_global.room == 53) {
aliens.gotoAndPlay(2);
}
stop();
if (_global.room == 54) {
pirates.gotoAndPlay(2);
}
gameover._visible = false;
blipListener = new Object();
blipListener.onKeyDown = function () {
if (Key.isDown(190)) {
guy.gotoAndPlay(2);
}
};
Key.addListener(blipListener);
}
}
frame 54 {
_global.room = '54';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 3962 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(55);
}
}
frame 55 {
_global.room = '55';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 3965 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(56);
}
}
frame 56 {
_global.room = '56';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 3971 {
frame 1 {
stop();
}
frame 12 {
if (_global.room == '56') {
_root.gotoAndStop(127);
}
if (_global.room == '111') {
_root.gotoAndStop(129);
}
if (_global.room == '134') {
_root.gotoAndStop(3);
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_global.whatmusic = 'open';
}
}
frame 95 {
_root.goer04a._visible = true;
_root.goer05a._visible = true;
_root.text115.gotoAndStop(1);
_global.freeze = false;
}
}
button 3973 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(57);
}
}
button 3974 {
on (press) {
_root.mirrorflash.gotoAndPlay(2);
_root.BlindAll();
_root.goer05a._visible = false;
_root.goer02a._visible = false;
_root.goer04a._visible = false;
}
}
frame 57 {
_global.room = '57';
_global.actions = true;
ShowAction();
stop();
}
button 3978 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(58);
}
}
frame 58 {
_global.room = '58';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
frame 59 {
_global.room = '59';
_global.actions = true;
ShowAction();
_root.goer03a._visible = false;
_root.goer03aa._visible = false;
if (_global.pandadie == true) {
_root.goer03a._visible = true;
}
if (_global.keeperdie == true) {
_root.goer03aa._visible = true;
_root.keeper.gotoAndStop(152);
_root.text59.gotoAndStop(2);
}
stop();
}
movieClip 4167 {
frame 1 {
_global.keeperspot = 1;
}
frame 49 {
_global.keeperspot = 2;
}
frame 97 {
_global.keeperspot = 3;
}
frame 143 {
gotoAndPlay(1);
}
frame 149 {
_root.sfx.gotoAndPlay(2);
}
frame 154 {
stop();
}
}
button 4168 {
on (press) {
_root.dinger.nextFrame();
_root.BlindAction();
_root.goer03aa._visible = false;
_root.goer03a._visible = false;
_root.goer05a._visible = false;
_root.vineup.gotoAndPlay(2);
}
}
button 4169 {
on (press) {
_root.dinger.nextFrame();
_global.keeperspot = 0;
gotoAndStop(58);
}
}
button 4170 {
on (press) {
_root.dinger.nextFrame();
_global.keeperspot = 0;
gotoAndStop(46);
}
}
movieClip 4173 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 4181 {
}
movieClip 4193 {
frame 7 {
gotoAndPlay(1);
}
frame 28 {
stop();
_root.vineup.pusher._visible = true;
_root.vineup.pusher2._visible = true;
stopAllSounds();
_root.soundtrack.gotoAndPlay(4913);
}
frame 29 {
stop();
}
frame 30 {
stop();
}
}
movieClip 4195 {
}
button 4196 {
on (release) {
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndPlay(2);
}
}
movieClip 4199 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
movieClip 4200 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
_root.soundtrack.gotoAndStop(1);
lefter._visible = true;
righter._visible = false;
_global.onleft = true;
pusher._visible = false;
pusher2._visible = false;
leftflipListener = new Object();
leftflipListener.onKeyDown = function () {
if (Key.isDown(37)) {
lefter._visible = true;
righter._visible = false;
_global.onleft = true;
_global.onright = false;
}
};
Key.addListener(leftflipListener);
rightflipListener = new Object();
rightflipListener.onKeyDown = function () {
if (Key.isDown(39)) {
lefter._visible = false;
righter._visible = true;
_global.onright = true;
_global.onleft = false;
}
};
Key.addListener(rightflipListener);
}
frame 54 {
if (_global.onleft == true) {
stop();
Key.removeListener(leftflipListener);
Key.removeListener(rightflipListener);
pebble.gotoAndPlay(2);
vine.stop();
flashers._visible = false;
lefter.gotoAndPlay(8);
righter.gotoAndStop(30);
}
}
frame 98 {
if (_global.onright == true) {
stop();
Key.removeListener(leftflipListener);
Key.removeListener(rightflipListener);
pebble.gotoAndPlay(2);
vine.stop();
flashers._visible = false;
righter.gotoAndPlay(8);
lefter.gotoAndStop(30);
}
}
frame 132 {
if (_global.onleft == true) {
stop();
Key.removeListener(leftflipListener);
Key.removeListener(rightflipListener);
pebble.gotoAndPlay(2);
vine.stop();
flashers._visible = false;
lefter.gotoAndPlay(8);
righter.gotoAndStop(30);
}
}
frame 157 {
if (_global.onleft == true) {
stop();
Key.removeListener(leftflipListener);
Key.removeListener(rightflipListener);
pebble.gotoAndPlay(2);
vine.stop();
flashers._visible = false;
lefter.gotoAndPlay(8);
righter.gotoAndStop(30);
}
}
frame 190 {
stopAllSounds();
vine.stop();
Key.removeListener(leftflipListener);
Key.removeListener(rightflipListener);
}
frame 201 {
stop();
_root.dieGame();
_root.soundtrack.gotoAndPlay(1);
_global.whatmusic = 'open';
_root.gotoAndStop(60);
}
}
frame 60 {
_global.room = '60';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4204 {
on (press) {
_root.dinger.nextFrame();
_global.kidnapped = true;
_global.laurenceflee = true;
_root.petalani.gotoAndPlay(2);
_root.BlindAction();
_root.goer05a._visible = false;
}
}
movieClip 4211 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
}
frame 144 {
stop();
_global.whatmusic = 'open';
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(6);
}
}
frame 61 {
_global.room = '61';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4224 {
on (press) {
_root.dinger.nextFrame();
if (_global.seew == true) {
stopAllSounds();
_root.soundtrack.gotoAndStop(1);
gotoAndStop(63);
} else {
gotoAndStop(64);
}
}
}
button 4226 {
on (press) {
_root.dinger.nextFrame();
if (_global.seew == true) {
stopAllSounds();
_root.soundtrack.gotoAndStop(1);
gotoAndStop(63);
} else {
gotoAndStop(66);
}
}
}
button 4228 {
on (press) {
_root.dinger.nextFrame();
if (_global.seew == true) {
stopAllSounds();
_root.soundtrack.gotoAndStop(1);
gotoAndStop(63);
} else {
gotoAndStop(68);
}
}
}
button 4230 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(62);
}
}
button 4232 {
on (press) {
_root.dinger.nextFrame();
if (_global.seew == true) {
stopAllSounds();
_root.soundtrack.gotoAndStop(1);
gotoAndStop(63);
} else {
gotoAndStop(65);
}
}
}
frame 62 {
_global.room = '62';
BlindAction();
ShowLittle();
_global.actions = false;
_global.seew = true;
stop();
}
button 4236 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(61);
}
}
frame 63 {
_global.room = '63';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4254 {
frame 43 {
stop();
_root.gameover.gotoAndPlay(2);
_global.whatmusic = 'die';
}
}
frame 64 {
_global.room = '64';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4260 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(83);
}
}
frame 65 {
_global.room = '65';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4287 {
frame 1684 {
stop();
}
}
button 4289 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(67);
}
}
frame 66 {
_global.room = '66';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.yeti01 == true) {
_root.yetigo._visible = false;
}
stop();
}
movieClip 4293 {
}
movieClip 4295 {
}
movieClip 4346 {
}
button 4348 {
on (press) {
_root.dinger.nextFrame();
_global.yeti01 = true;
_root.gotoAndStop(99);
}
}
movieClip 4349 {
}
frame 67 {
_global.room = '67';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.yeti02 == true) {
_root.yetigo._visible = false;
}
stop();
}
button 4352 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(66);
}
}
button 4353 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(74);
}
}
button 4355 {
on (press) {
_root.dinger.nextFrame();
_global.vampire = true;
_global.yeti02 = true;
_root.gotoAndStop(99);
}
}
movieClip 4356 {
}
frame 68 {
_global.room = '68';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4360 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(69);
}
}
frame 69 {
_global.room = '69';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.yeti03 == true) {
_root.yetigo._visible = false;
}
stop();
}
movieClip 4371 {
}
button 4380 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(68);
}
}
button 4382 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(70);
}
}
button 4384 {
on (press) {
__root.dinger.nextFrame();
_global.yeti03 = true;
_root.gotoAndStop(99);
}
}
movieClip 4385 {
}
frame 70 {
_global.room = '70';
_global.actions = true;
ShowAction();
_root.laurence._visible = false;
_root.laurencetext._visible = false;
if (_global.whereLaurence == 0) {
_root.laurence._visible = true;
_root.laurencetext._visible = true;
_global.laurencehere = true;
if (_global.teabreak == true) {
_root.laurence.gotoAndStop(6);
}
if (_global.laurenceswordhit == true) {
_root.laurence.gotoAndStop(23);
}
if (_global.laurencefloor == true) {
_root.laurence.gotoAndStop(28);
}
}
stop();
}
button 4391 {
on (press) {
_root.dinger.nextFrame();
_global.laurencehere = false;
gotoAndStop(69);
}
}
button 4393 {
on (press) {
_root.dinger.nextFrame();
_global.laurencehere = false;
gotoAndStop(71);
}
}
button 4395 {
on (press) {
_root.dinger.nextFrame();
_global.whatmusic = 'danger';
_global.laurencehere = false;
gotoAndStop(72);
}
}
movieClip 4398 {
}
frame 71 {
_global.room = '71';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4402 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(73);
}
}
frame 72 {
_global.room = '72';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4405 {
}
movieClip 4407 {
}
button 4409 {
on (press) {
_root.dinger.nextFrame();
_global.whatmusic = 'open';
gotoAndStop(70);
}
}
frame 73 {
_global.room = '73';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.takecoin02 == true) {
_root.coin01._visible = false;
}
stop();
}
button 4411 {
on (press) {
coin01._visible = false;
_global.takecoin02 = true;
++_global.coins;
}
}
button 4413 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(71);
}
}
frame 74 {
_global.room = '74';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4417 {
}
button 4453 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(76);
}
}
button 4455 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(75);
}
}
frame 75 {
_global.room = '75';
_global.actions = true;
ShowAction();
if (_global.hamletpunched == true) {
_root.hamlet.gotoAndStop(3);
_root.text75.gotoAndStop(2);
}
if (_global.hamletdie == true) {
_root.hamlet._visible = false;
_root.text75.gotoAndStop(4);
_root.goer03a._visible = false;
}
stop();
}
movieClip 4472 {
frame 1 {
stop();
}
frame 2 {
_root.sfx.gotoAndPlay(2);
}
frame 3 {
stop();
}
frame 9 {
stop();
}
frame 13 {
stop();
}
}
movieClip 4477 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
frame 76 {
_global.room = '76';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4481 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(82);
}
}
button 4483 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(77);
}
}
frame 77 {
_global.room = '77';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4486 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(78);
}
}
frame 78 {
_global.room = '78';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4489 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(79);
}
}
button 4490 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(80);
}
}
frame 79 {
_global.room = '79';
_global.actions = true;
ShowAction();
if (_global.npoleup == true) {
_root.pole.gotoAndStop(3);
}
stop();
}
movieClip 4495 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
frame 80 {
_global.room = '80';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.yeti04 == true) {
_root.goer05a._visible = false;
}
stop();
}
button 4498 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(81);
}
}
button 4499 {
on (press) {
_root.dinger.nextFrame();
_global.bigfoot = true;
_global.yeti04 = true;
gotoAndStop(99);
}
}
frame 81 {
_global.room = '81';
_global.actions = true;
ShowAction();
_root.laurence._visible = false;
_root.laurencetext._visible = false;
if (_global.whereLaurence == 1) {
_root.laurence._visible = true;
_root.laurencetext._visible = true;
_global.laurencehere = true;
if (_global.teabreak == true) {
_root.laurence.gotoAndStop(6);
}
if (_global.laurenceswordhit == true) {
_root.laurence.gotoAndStop(23);
}
if (_global.laurencefloor == true) {
_root.laurence.gotoAndStop(28);
}
}
stop();
}
button 4501 {
on (press) {
_root.dinger.nextFrame();
_global.laurencehere = false;
gotoAndStop(80);
}
}
frame 82 {
_global.room = '82';
BlindAction();
ShowLittle();
_global.actions = false;
_global.whatmusic = 'danger';
stop();
}
movieClip 4504 {
}
button 4506 {
on (press) {
_root.dinger.nextFrame();
_global.whatmusic = 'danger';
gotoAndStop(100);
}
}
button 4507 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(72);
}
}
frame 83 {
_global.room = '83';
_global.actions = true;
ShowAction();
_root.laurence._visible = false;
_root.laurencetext._visible = false;
if (_global.whereLaurence == 2) {
_root.laurence._visible = true;
_root.laurencetext._visible = true;
_global.laurencehere = true;
if (_global.teabreak == true) {
_root.laurence.gotoAndStop(6);
}
if (_global.laurenceswordhit == true) {
_root.laurence.gotoAndStop(23);
}
if (_global.laurencefloor == true) {
_root.laurence.gotoAndStop(28);
}
}
stop();
}
button 4512 {
on (press) {
_root.dinger.nextFrame();
_global.laurencehere = false;
gotoAndStop(84);
}
}
button 4513 {
on (press) {
_root.dinger.nextFrame();
_global.laurencehere = false;
gotoAndStop(64);
}
}
button 4514 {
on (press) {
_root.dinger.nextFrame();
_global.laurencehere = false;
gotoAndStop(129);
}
}
frame 84 {
_global.room = '84';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.yeti05 == true) {
_root.yetigo._visible = false;
}
stop();
}
button 4518 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(85);
}
}
button 4521 {
on (press) {
_root.dinger.nextFrame();
_global.mummy = true;
_global.yeti05 = true;
_root.gotoAndStop(99);
}
}
movieClip 4523 {
}
frame 85 {
_global.room = '85';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4527 {
frame 76 {
stop();
}
}
button 4529 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(84);
}
}
button 4530 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(86);
}
}
frame 86 {
_global.room = '86';
_global.actions = true;
ShowAction();
if (_global.birddie == true) {
_root.bird.gotoAndStop(4);
}
stop();
}
movieClip 4538 {
frame 1 {
stop();
}
frame 2 {
_root.sfx.gotoAndPlay(2);
++_global.zoology;
}
frame 4 {
stop();
}
}
button 4540 {
on (press) {
_root.dinger.nextFrame();
if (_global.zoology == 3 && _global.badge12 == false) {
_global.badge12 = true;
_root.noter.gotoAndPlay(2);
}
gotoAndStop(85);
}
}
button 4541 {
on (press) {
_root.dinger.nextFrame();
if (_global.zoology == 3 && _global.badge12 == false) {
_global.badge12 = true;
_root.noter.gotoAndPlay(2);
}
gotoAndStop(87);
}
}
frame 87 {
_global.room = '87';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4545 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(88);
}
}
button 4546 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(90);
}
}
frame 88 {
_global.room = '88';
_global.actions = true;
ShowAction();
if (_global.whaleup == true) {
_root.whale.gotoAndPlay(10);
}
stop();
}
movieClip 4558 {
frame 1 {
stop();
}
frame 2 {
++_global.zoology;
}
frame 10 {
play();
}
frame 41 {
stop();
}
}
button 4560 {
on (press) {
_root.dinger.nextFrame();
if (_global.zoology == 3 && _global.badge12 == false) {
_global.badge12 = true;
_root.noter.gotoAndPlay(2);
}
gotoAndStop(89);
}
}
frame 89 {
_global.room = '89';
_global.actions = true;
ShowAction();
if (_global.penguinsmack == true) {
_root.penguin._visible = false;
}
if (_global.spoleup == true) {
_root.pole.gotoAndStop(3);
}
stop();
}
movieClip 4568 {
frame 1 {
stop();
}
frame 2 {
_root.sfx.gotoAndPlay(2);
++_global.zoology;
}
frame 8 {
stop();
}
}
movieClip 4572 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
button 4574 {
on (press) {
_root.dinger.nextFrame();
if (_global.zoology == 3 && _global.badge12 == false) {
_global.badge12 = true;
_root.noter.gotoAndPlay(2);
}
gotoAndStop(88);
}
}
frame 90 {
_global.room = '90';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4578 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(87);
}
}
button 4580 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(94);
}
}
frame 91 {
_global.room = '91';
_global.actions = true;
ShowAction();
_root.laurence._visible = false;
_root.laurencetext._visible = false;
if (_global.whereLaurence == 3) {
_root.laurence._visible = true;
_root.laurencetext._visible = true;
_global.laurencehere = true;
if (_global.teabreak == true) {
_root.laurence.gotoAndStop(6);
}
if (_global.laurenceswordhit == true) {
_root.laurence.gotoAndStop(23);
}
if (_global.laurencefloor == true) {
_root.laurence.gotoAndStop(28);
}
}
stop();
}
button 4584 {
on (press) {
_root.dinger.nextFrame();
_global.laurencehere = false;
gotoAndStop(94);
}
}
frame 92 {
_global.room = '92';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4588 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(93);
}
}
button 4590 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(97);
}
}
frame 93 {
_global.room = '93';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4594 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(92);
}
}
button 4595 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(95);
}
}
frame 94 {
_global.room = '94';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4597 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(91);
}
}
frame 95 {
_global.room = '95';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4600 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(96);
}
}
frame 96 {
_global.room = '96';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
frame 97 {
_global.room = '97';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 4609 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(98);
}
}
frame 98 {
_global.room = '98';
_global.warp = Math.round(Math.random() * 10);
BlindAction();
ShowLittle();
_global.actions = false;
_root.soundtrack.gotoAndPlay(4917);
stop();
}
movieClip 4620 {
}
movieClip 4748 {
}
movieClip 4751 {
}
movieClip 4754 {
}
movieClip 4755 {
}
movieClip 4759 {
}
movieClip 4762 {
}
button 4764 {
on (press) {
_root.dinger.nextFrame();
if (_global.npoleup == true && _global.spoleup == true) {
_global.quest = 'gothome';
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(6);
} else {
if (_global.npoleup == false && _global.spoleup == true) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(79);
} else {
if (_global.npoleup == true && _global.spoleup == false) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(89);
} else {
if (_global.warp == 0) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(72);
} else {
if (_global.warp == 1) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(69);
} else {
if (_global.warp == 2) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(84);
} else {
if (_global.warp == 3) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(65);
} else {
if (_global.warp == 4) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(62);
} else {
if (_global.warp == 5) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(67);
} else {
if (_global.warp == 6) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(86);
} else {
if (_global.warp == 7) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(91);
} else {
if (_global.warp == 8) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(88);
} else {
if (_global.warp == 9) {
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(78);
} else {
if (_global.warp == 10) {
_global.quest = 'gothome';
_global.whatmusic = 'open';
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.gotoAndStop(6);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
frame 99 {
_global.yetiroom = true;
_global.yetidown = false;
_global.actions = true;
ShowAction();
_root.mummy._visible = false;
_root.vampire._visible = false;
_root.bigfoot._visible = false;
if (_global.bigfoot == true) {
_root.yeti._visible = false;
_root.bigfoot._visible = true;
_root.yetiback.gotoAndStop(4);
_root.text99.gotoAndStop(4);
}
if (_global.vampire == true) {
_root.yeti._visible = false;
_root.vampire._visible = true;
_root.yetiback.gotoAndStop(3);
_root.text99.gotoAndStop(3);
}
if (_global.mummy == true) {
_root.yeti._visible = false;
_root.mummy._visible = true;
_root.yetiback.gotoAndStop(2);
_root.text99.gotoAndStop(2);
}
stop();
}
movieClip 4769 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 4778 {
frame 1 {
stop();
}
frame 2 {
_root.gameover.gotoAndPlay(2);
_global.whatmusic = 'die';
}
frame 3 {
stop();
_root.yetier.gotoAndPlay(46);
}
frame 4 {
_root.yetier.gotoAndPlay(43);
_global.yetidown = true;
}
frame 9 {
stop();
}
}
movieClip 4785 {
frame 1 {
stop();
}
frame 2 {
_root.gameover.gotoAndPlay(2);
_global.whatmusic = 'die';
}
frame 3 {
stop();
_root.yetier.gotoAndPlay(46);
}
frame 4 {
_root.yetier.gotoAndPlay(43);
}
frame 5 {
_global.yetidown = false;
}
frame 6 {
gotoAndPlay(1);
}
frame 9 {
stop();
}
}
movieClip 4788 {
frame 1 {
stop();
}
frame 2 {
_root.yetier.gotoAndPlay(43);
_global.yetidown = true;
}
frame 8 {
stop();
}
}
movieClip 4796 {
frame 1 {
stop();
}
frame 2 {
_root.gameover.gotoAndPlay(2);
_global.whatmusic = 'die';
}
frame 3 {
stop();
_root.yetier.gotoAndPlay(46);
}
frame 4 {
_root.yetier.gotoAndPlay(43);
_global.yetidown = true;
}
frame 11 {
stop();
}
}
movieClip 4803 {
frame 42 {
stop();
if (_global.bigfoot == false) {
_root.yeti.gotoAndPlay(2);
_root.mummy.gotoAndPlay(2);
_root.vampire.gotoAndPlay(2);
}
}
frame 43 {
if (_global.vampire == true) {
_global.yetiup = true;
gotoAndPlay(1);
}
}
frame 43 {
_root.sfx.gotoAndPlay(2);
}
frame 45 {
stop();
if (_global.vampire == true or _global.bigfoot == true) {
_global.yetiup = true;
}
}
frame 48 {
stop();
}
frame 50 {
stop();
}
}
button 4804 {
on (press) {
_root.dinger.nextFrame();
_global.mummy = false;
_global.vampire = false;
_global.bigfoot = false;
gotoAndStop(_global.room);
if (_global.yeticount == 5 && _global.badge11 == false) {
_global.badge11 = true;
_root.noter.gotoAndPlay(2);
}
}
}
movieClip 4810 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
frame 100 {
_global.room = '100';
_global.actions = true;
ShowAction();
if (_global.haveriddle == false) {
_global.haveriddle = true;
_global.riddle = Math.round(Math.random() * 6);
}
stop();
}
movieClip 4812 {
}
button 4814 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(102);
}
}
button 4815 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(101);
}
}
frame 101 {
_global.room = '101';
_global.actions = true;
ShowAction();
_global.leftout = false;
_global.rightout = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
if (_global.haveriddle == true && _global.havestatue == true) {
_root.givestatue._visible = true;
}
if (_global.haveriddle == true && _global.coins > 0) {
_root.givegold._visible = true;
}
if (_global.riddle == 0) {
_root.text101.gotoAndStop(1);
}
if (_global.riddle == 1) {
_root.text101.gotoAndStop(2);
}
if (_global.riddle == 2) {
_root.text101.gotoAndStop(3);
}
if (_global.riddle == 3) {
_root.text101.gotoAndStop(4);
}
if (_global.riddle == 4) {
_root.text101.gotoAndStop(5);
}
if (_global.riddle == 5) {
_root.text101.gotoAndStop(6);
}
if (_global.riddle == 6) {
_root.text101.gotoAndStop(6);
}
stop();
}
movieClip 4819 {
}
button 4820 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(100);
}
}
button 4829 {
on (press) {
_root.BlindAction();
_root.goer02a._visible = false;
_root.givestatue._visible = false;
_root.givegold._visible = false;
goer01a._visible = false;
goer02a._visible = false;
_root.soundtrack.gotoAndStop(1);
stopAllSounds();
_root.valhalla.gotoAndPlay(2);
}
}
button 4830 {
on (press) {
_root.dinger.nextFrame();
if (_global.laurenceflee == true) {
_root.placeLaurence();
}
_root.gotoAndStop(76);
}
}
movieClip 4833 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_global.haveriddle = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
}
frame 8 {
stop();
_root.goer02a._visible = false;
_root.BlindAction();
_global.actions = false;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_global.haveriddle = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
}
}
button 4834 {
on (press) {
_root.dinger.nextFrame();
_global.haveriddle = false;
--_global.coins;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
if (_global.riddle == 4) {
_root.text101.gotoAndStop(8);
} else {
_root.text101.gotoAndStop(7);
}
}
}
movieClip 4836 {
}
button 4837 {
on (press) {
_root.dinger.nextFrame();
if (_global.havestatue01 == true && _global.riddle == 0) {
_root.text101.gotoAndStop(8);
_global.haveriddle = false;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
} else {
if (_global.havestatue05 == true && _global.riddle == 1) {
_root.text101.gotoAndStop(8);
_global.haveriddle = false;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
} else {
if (_global.havestatue02 == true && _global.riddle == 2) {
_root.text101.gotoAndStop(8);
_global.haveriddle = false;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
} else {
_root.text101.gotoAndStop(7);
_global.haveriddle = false;
_global.havestatue = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
_root.givegold._visible = false;
_root.givestatue._visible = false;
}
}
}
}
}
movieClip 4839 {
}
movieClip 4844 {
}
button 4845 {
on (release) {
_root.gameRestart();
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndPlay(2);
}
}
movieClip 4846 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
}
frame 3 {
_root.soundtrack.gotoAndPlay(4912);
stop();
_root.dieGame();
}
}
frame 102 {
_global.room = '102';
_global.actions = true;
ShowAction();
stop();
}
button 4849 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(103);
}
}
frame 103 {
_global.room = '103';
_global.actions = true;
ShowAction();
if (_global.takecoin03 == true) {
_root.coin01._visible = false;
}
if (_global.havestatue == true) {
_root.statues._visible = false;
_root.statue01._visible = false;
_root.statue02._visible = false;
_root.statue03._visible = false;
_root.statue04._visible = false;
_root.statue05._visible = false;
_root.statue06._visible = false;
_root.text103.gotoAndStop(2);
}
stop();
}
movieClip 4855 {
}
button 4856 {
on (press) {
if (_root.attacker._currentframe == 1) {
coin01._visible = false;
_global.takecoin03 = true;
++_global.coins;
}
}
}
button 4857 {
on (release) {
_global.havestatue = true;
_root.statues._visible = false;
_root.statue01._visible = false;
_root.statue02._visible = false;
_root.statue03._visible = false;
_root.statue04._visible = false;
_root.statue05._visible = false;
_root.statue06._visible = false;
_root.text103.gotoAndStop(2);
_global.havestatue01 = true;
}
}
button 4858 {
on (release) {
_global.havestatue = true;
_root.statues._visible = false;
_root.statue01._visible = false;
_root.statue02._visible = false;
_root.statue03._visible = false;
_root.statue04._visible = false;
_root.statue05._visible = false;
_root.statue06._visible = false;
_root.text103.gotoAndStop(2);
_global.havestatue02 = true;
}
}
button 4859 {
on (release) {
_global.havestatue = true;
_root.statues._visible = false;
_root.statue01._visible = false;
_root.statue02._visible = false;
_root.statue03._visible = false;
_root.statue04._visible = false;
_root.statue05._visible = false;
_root.statue06._visible = false;
_root.text103.gotoAndStop(2);
_global.havestatue03 = true;
}
}
button 4860 {
on (release) {
_global.havestatue = true;
_root.statues._visible = false;
_root.statue01._visible = false;
_root.statue02._visible = false;
_root.statue03._visible = false;
_root.statue04._visible = false;
_root.statue05._visible = false;
_root.statue06._visible = false;
_root.text103.gotoAndStop(2);
_global.havestatue04 = true;
}
}
button 4861 {
on (release) {
_global.havestatue = true;
_root.statues._visible = false;
_root.statue01._visible = false;
_root.statue02._visible = false;
_root.statue03._visible = false;
_root.statue04._visible = false;
_root.statue05._visible = false;
_root.statue06._visible = false;
_root.text103.gotoAndStop(2);
_global.havestatue05 = true;
}
}
button 4862 {
on (release) {
_global.havestatue = true;
_root.statues._visible = false;
_root.statue01._visible = false;
_root.statue02._visible = false;
_root.statue03._visible = false;
_root.statue04._visible = false;
_root.statue05._visible = false;
_root.statue06._visible = false;
_root.text103.gotoAndStop(2);
_global.havestatue06 = true;
}
}
movieClip 4865 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 104 {
_global.room = '104';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.havesword == true) {
_global.haveflamesword = true;
}
if (_global.havebomb == true) {
_global.havebluebomb = true;
}
if (_global.havestar == true) {
_global.havelaser = true;
}
stop();
}
button 4868 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(105);
}
}
frame 105 {
_global.room = '105';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4877 {
frame 42 {
stop();
}
}
movieClip 4879 {
frame 130 {
stop();
}
}
button 4881 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(106);
}
}
frame 106 {
_global.room = '106';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4888 {
}
button 4891 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(107);
}
}
button 4892 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(108);
}
}
frame 107 {
_global.room = '107';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4897 {
}
movieClip 4900 {
}
frame 108 {
_global.room = '108';
_global.actions = true;
ShowAction();
stop();
}
movieClip 4903 {
}
movieClip 4910 {
}
button 4914 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(109);
}
}
button 4915 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(111);
}
}
button 4916 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(110);
}
}
button 4917 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(112);
}
}
frame 109 {
_global.room = '109';
_global.actions = true;
ShowAction();
stop();
}
movieClip 4920 {
}
frame 110 {
_global.room = '110';
_global.actions = true;
ShowAction();
if (_global.coins == '0') {
weapontext.gotoAndStop(2);
}
if (_global.weaponyetidie == true) {
weapontext.gotoAndStop(3);
_root.guy.gotoAndStop(7);
}
if (_global.boughtbomb == true && _global.boughtsword == true && _global.boughtstar == true && _global.weaponyetidie == true) {
weapontext.gotoAndStop(4);
}
if (_global.boughtbomb == true) {
button02._visible = false;
bomb._visible = false;
}
if (_global.boughtsword == true) {
button01._visible = false;
sword._visible = false;
}
if (_global.boughtstar == true) {
button03._visible = false;
star._visible = false;
}
stop();
}
movieClip 4930 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 7 {
stop();
}
}
movieClip 4933 {
}
button 4934 {
on (release) {
if (_root.attacker._currentframe == 1 && _global.havesword == false) {
if (_global.coins > 0 && _global.weaponyetidie == false) {
--_global.coins;
_root.sword._visible = false;
_root.button01._visible = false;
_global.havesword = true;
_global.boughtsword = true;
_global.haveflamesword = true;
_root.guytalk.gotoAndPlay(2);
_root.weapontext.goldtext.gotoAndPlay(3);
Key.addListener(_root.attacker.swordListener);
if (_global.coins == '0') {
_root.weapontext.gotoAndStop(2);
}
}
if (_global.weaponyetidie == true) {
_root.sword._visible = false;
_root.button01._visible = false;
_global.havesword = true;
_global.haveflamesword = true;
_global.boughtsword = true;
Key.addListener(_root.attacker.swordListener);
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 4935 {
on (release) {
if (_root.attacker._currentframe == 1 && _global.havestar == false) {
if (_global.coins > 0 && _global.weaponyetidie == false) {
--_global.coins;
_root.star._visible = false;
_root.button03._visible = false;
_global.havestar = true;
_global.havelaser = true;
_global.boughtstar = true;
_root.weapontext.goldtext.gotoAndPlay(3);
Key.addListener(_root.attacker.starListener);
if (_global.coins == '0') {
_root.weapontext.gotoAndStop(2);
}
}
if (_global.weaponyetidie == true) {
_root.star._visible = false;
_root.button03._visible = false;
_global.havestar = true;
_global.havelaser = true;
_global.boughtstar = true;
Key.addListener(_root.attacker.starListener);
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
button 4936 {
on (release) {
if (_root.attacker._currentframe == 1 && _global.havebomb == false) {
if (_global.coins > 0 && _global.weaponyetidie == false) {
--_global.coins;
_root.bomb._visible = false;
_root.button02._visible = false;
_global.havebomb = true;
_global.havebluebomb = true;
_global.boughtbomb = true;
_root.guytalk.gotoAndPlay(31);
_root.weapontext.goldtext.gotoAndPlay(3);
Key.addListener(_root.attacker.bombListener);
if (_global.coins == '0') {
_root.weapontext.gotoAndStop(2);
}
}
if (_global.weaponyetidie == true) {
_root.bomb._visible = false;
_root.button02._visible = false;
_global.havebomb = true;
_global.havebluebomb = true;
_global.boughtbomb = true;
Key.addListener(_root.attacker.bombListener);
}
} else {
_root.noaction.gotoAndPlay(2);
}
}
}
movieClip 4940 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
frame 111 {
_global.room = '111';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 4969 {
frame 1 {
stop();
}
frame 67 {
gotoAndPlay(9);
}
}
button 4971 {
on (press) {
if (_global.coins > 0) {
--_global.coins;
_root.genie.gotoAndPlay(2);
_root.text111.gotoAndStop(2);
}
}
}
movieClip 4973 {
}
button 4975 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(3);
}
}
button 4977 {
on (press) {
_root.BlindAction();
_root.goer01a._visible = false;
goer01a._visible = false;
goer02a._visible = false;
_root.soundtrack.gotoAndStop(1);
stopAllSounds();
_root.giant.gotoAndPlay(2);
}
}
button 4980 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(4);
}
}
button 4984 {
on (press) {
_root.BlindAction();
goer01a._visible = false;
goer02a._visible = false;
_root.goer01a._visible = false;
_root.eyeflash.gotoAndPlay(2);
}
}
movieClip 4987 {
frame 1 {
stop();
if (_global.coins == 0) {
cointext._visible = false;
}
}
frame 2 {
stop();
}
}
movieClip 4990 {
}
movieClip 4991 {
frame 1 {
stop();
if (_global.room == '134') {
gotoAndStop(2);
}
if (_global.room == '122') {
gotoAndStop(3);
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 4994 {
}
movieClip 4996 {
}
movieClip 5011 {
frame 1 {
stop();
}
frame 2 {
baby._visible = false;
if (_global.room == '122') {
baby._visible = true;
}
}
frame 42 {
if (_global.room == '122') {
gotoAndPlay(44);
}
}
frame 43 {
stop();
_root.giantGame();
}
frame 57 {
stopAllSounds();
}
frame 86 {
stop();
_root.dieGame();
}
}
frame 112 {
_global.room = '112';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 5017 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(114);
}
}
button 5019 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(113);
}
}
frame 113 {
_global.room = '113';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 5138 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(2);
}
}
button 5140 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(4);
}
}
button 5143 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(3);
}
}
button 5146 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(5);
}
}
button 5150 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(6);
}
}
button 5153 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(7);
}
}
button 5156 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(8);
}
}
button 5159 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(9);
}
}
button 5162 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(10);
}
}
button 5165 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(11);
}
}
button 5168 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(12);
}
}
button 5171 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(13);
}
}
button 5174 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(14);
}
}
button 5177 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(15);
}
}
button 5180 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(16);
}
}
button 5183 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(17);
}
}
movieClip 5186 {
frame 1 {
stop();
}
frame 4 {
stop();
stopAllSounds();
_root.BlindAction();
_root.soundtrack.gotoAndPlay(4913);
_root.firedGame();
}
frame 17 {
stop();
stopAllSounds();
_root.BlindAction();
_root.soundtrack.gotoAndPlay(4913);
_root.firedGame();
}
}
frame 114 {
_global.room = '114';
_global.actions = true;
_global.whatmusic = 'danger';
ShowAction();
stop();
}
button 5189 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(116);
}
}
button 5190 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(115);
}
}
frame 115 {
_global.room = '115';
BlindAction();
ShowLittle();
_global.actions = false;
freezeListener = new Object();
freezeListener.onKeyDown = function () {
if (_global.freeze == false) {
_global.freeze = true;
_root.goer04a._visible = false;
_root.goer05a._visible = false;
_root.eyeflash.gotoAndPlay(2);
_root.text115.gotoAndStop(2);
}
};
Key.addListener(freezeListener);
stop();
}
movieClip 5193 {
}
button 5194 {
on (press) {
_root.dinger.nextFrame();
Key.removeListener(freezeListener);
gotoAndStop(114);
}
}
movieClip 5197 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 5198 {
on (press) {
_global.freeze = true;
_root.goer04a._visible = false;
_root.goer05a._visible = false;
_root.eyeflash.gotoAndPlay(2);
_root.text115.gotoAndStop(2);
}
}
frame 116 {
_global.room = '116';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 5201 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(117);
}
}
frame 117 {
_global.room = '117';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 5207 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(118);
}
}
button 5208 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(122);
}
}
frame 118 {
_global.room = '118';
BlindAction();
ShowLittle();
_global.actions = false;
_root.goer04a._visible = false;
stop();
}
movieClip 5212 {
}
movieClip 5219 {
frame 231 {
_root.goer04a._visible = true;
}
frame 580 {
gotoAndPlay(231);
}
}
movieClip 5223 {
}
movieClip 5226 {
}
movieClip 5229 {
}
movieClip 5232 {
}
button 5234 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(119);
}
}
frame 119 {
_global.room = '119';
_global.actions = true;
ShowAction();
if (_global.aliendie == true) {
_root.alien._visible = false;
}
stop();
}
movieClip 5235 {
}
movieClip 5241 {
frame 1 {
stop();
}
frame 15 {
stop();
if (_global.suiton == false) {
_root.spaceend.gotoAndPlay(2);
}
if (_global.suiton == true) {
_root.spaceend.gotoAndPlay(34);
}
}
}
movieClip 5247 {
frame 1 {
stop();
}
frame 2 {
_global.breakwindow02 = true;
if (_global.breakpot == true && _global.breakbowl == true && _global.breakwindow01 == true && _global.breakwindow02 == true && _global.badge08 == false) {
_global.badge08 = true;
_root.noter.gotoAndPlay(2);
}
}
frame 4 {
_root.roomy.gotoAndPlay(2);
}
frame 6 {
stop();
}
}
movieClip 5254 {
frame 1 {
stop();
}
frame 2 {
_root.sfx.gotoAndPlay(2);
}
frame 791 {
stop();
}
}
button 5256 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(120);
}
}
button 5257 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(121);
}
}
movieClip 5260 {
frame 39 {
stop();
}
}
movieClip 5262 {
}
movieClip 5265 {
}
movieClip 5277 {
frame 1270 {
stop();
}
}
movieClip 5280 {
frame 1 {
stop();
spacechopListener = new Object();
spacechopListener.onKeyDown = function () {
if (Key.isDown(87)) {
Key.removeListener(spacechopListener);
gotoAndPlay(2);
BlindAll();
}
};
Key.addListener(spacechopListener);
}
frame 2 {
Key.removeListener(spacechopListener);
}
}
movieClip 5281 {
}
button 5283 {
on (release) {
_root.gameRestart();
stopAllSounds();
_root.soundtrack.gotoAndPlay(1);
_root.ShowAction();
_root.gotoAndStop(3);
}
}
movieClip 5284 {
frame 125 {
stop();
}
}
movieClip 5285 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
_root.BlindAction();
_root.soundtrack.gotoAndStop(2);
_root.dieGame();
}
frame 33 {
stop();
_root.soundtrack.gotoAndStop(4913);
_root.gameover.gotoAndPlay(2);
}
frame 34 {
stopAllSounds();
_root.dieGame();
}
frame 35 {
_root.soundtrack.gotoAndStop(4913);
}
frame 36 {
stop();
}
}
frame 120 {
_global.room = '120';
_global.actions = true;
ShowAction();
stop();
}
// unknown tag 88 length 84
movieClip 5290 {
}
movieClip 5292 {
}
movieClip 5293 {
frame 1 {
stop();
}
frame 15 {
stop();
if (_global.suiton == false) {
_root.spaceend.gotoAndPlay(2);
}
if (_global.suiton == true) {
_root.spaceend.gotoAndPlay(34);
}
}
}
button 5295 {
on (press) {
BlindAction();
_root.soundtrack.gotoAndStop(1);
_root.redninja.gotoAndPlay(2);
stopAllSounds();
_root.goer02a._visible = false;
_root.goer04a._visible = false;
}
}
frame 121 {
_global.room = '121';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.havebomb == true) {
_root.bomb._visible = false;
_root.bombbutton._visible = false;
}
if (_global.suiton == true) {
_root.suit._visible = false;
_root.suitbutton._visible = false;
}
stop();
}
movieClip 5298 {
}
button 5299 {
on (release) {
_global.suiton = true;
_root.suit._visible = false;
_root.suitbutton._visible = false;
}
}
button 5300 {
on (release) {
_root.bomb._visible = false;
_root.bombbutton._visible = false;
_global.havebomb = true;
_global.havebluebomb = true;
}
}
frame 122 {
_global.room = '122';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 5303 {
on (press) {
_root.dinger.nextFrame();
gotoAndPlay(2);
}
}
movieClip 5307 {
}
movieClip 5310 {
frame 25 {
stop();
}
}
movieClip 5315 {
}
movieClip 5318 {
}
movieClip 5323 {
}
movieClip 5328 {
}
movieClip 5333 {
frame 21 {
stop();
}
}
// unknown tag 88 length 76
movieClip 5336 {
frame 57 {
stop();
_root.BlindAction();
_root.soundtrack.gotoAndStop(1);
stopAllSounds();
_root.giant.gotoAndPlay(2);
}
}
movieClip 5337 {
frame 1 {
}
frame 2 {
stop();
}
frame 39 {
stopAllSounds();
}
frame 498 {
stop();
}
}
frame 123 {
_global.room = '123';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.hensearch == true) {
_root.text123.gotoAndStop(2);
}
stop();
}
movieClip 5351 {
frame 10 {
stop();
}
}
button 5352 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(124);
}
}
movieClip 5355 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 124 {
_global.room = '124';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
button 5357 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(125);
}
}
frame 125 {
_global.room = '125';
BlindAction();
ShowLittle();
_global.actions = false;
_root.goer04a._visible = false;
stop();
}
movieClip 5363 {
}
movieClip 5365 {
frame 27 {
stop();
_root.goer04a._visible = true;
_root.text125.gotoAndStop(2);
}
}
button 5367 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(126);
}
}
movieClip 5369 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 126 {
_global.room = '126';
BlindAction();
ShowLittle();
_global.actions = false;
_global.seetengue02 = true;
stop();
}
movieClip 5374 {
frame 13 {
_global.whatmusic = 'die';
_root.gameover.gotoAndPlay(2);
stop();
}
}
frame 127 {
_global.room = '127';
_global.actions = true;
ShowAction();
_global.whatmusic = 'open';
stop();
}
button 5381 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(128);
}
}
button 5382 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(129);
}
}
frame 128 {
_global.room = '128';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 5389 {
frame 21 {
stop();
_root.BlindAll();
_root.gameover.gotoAndPlay(2);
_global.whatmusic = 'die';
}
}
frame 129 {
_global.room = '129';
BlindAction();
ShowLittle();
_global.actions = false;
if (_global.manticoreup == true) {
manticore.gotoAndPlay(2);
goer01a._visible = false;
goer02a._visible = false;
goer04a._visible = false;
goer05a._visible = false;
goer06a._visible = false;
_global.whatmusic = 'die';
text129.gotoAndStop(2);
}
stop();
}
movieClip 5398 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 20 {
stop();
_root.gameover.gotoAndPlay(2);
}
}
button 5399 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(133);
}
}
button 5400 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(132);
}
}
button 5401 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(131);
}
}
button 5402 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(134);
}
}
button 5403 {
on (press) {
_root.dinger.nextFrame();
gotoAndStop(130);
}
}
movieClip 5406 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 130 {
_global.room = '130';
_global.actions = true;
ShowAction();
stop();
}
movieClip 5411 {
}
frame 131 {
_global.room = '131';
_global.actions = true;
ShowAction();
stop();
}
movieClip 5415 {
}
button 5418 {
on (press) {
_root.dinger.nextFrame();
nextFrame();
}
}
movieClip 5427 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
}
frame 132 {
_global.room = '132';
BlindAction();
ShowLittle();
_global.actions = false;
stop();
}
movieClip 5431 {
}
movieClip 5438 {
frame 1 {
stop();
}
frame 2 {
stop();
if (_global.havebomb == true or _global.havesword == true or _global.haveflamesword == true or _global.havestar == true or _global.havebamboo == true && _global.givebamboo == false or _global.havedoll == true or _global.havestatue01 == true or _global.havestatue02 == true or _global.havestatue03 == true or _global.havestatue04 == true or _global.havestatue05 == true or _global.havestatue06 == true) {
_root.text132.gotoAndStop(3);
_global.havebomb = false;
_global.havesword = false;
_global.haveflamesword = false;
_global.havestar = false;
_global.havebamboo = false;
_global.givebamboo = false;
_global.havedoll = false;
_global.havestatue01 = false;
_global.havestatue02 = false;
_global.havestatue03 = false;
_global.havestatue04 = false;
_global.havestatue05 = false;
_global.havestatue06 = false;
} else {
_root.text132.gotoAndStop(2);
}
}
}
button 5439 {
on (press) {
_root.dinger.nextFrame();
_root.nymph.gotoAndStop(2);
_root.goer02a._visible = false;
}
}
movieClip 5443 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
frame 133 {
_global.room = '133';
_global.actions = true;
ShowAction();
stop();
}
movieClip 5447 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 5449 {
on (press) {
_root.attacker.gotoAndPlay(10);
_root.attacker.BlindAll();
}
}
frame 134 {
_global.room = '134';
_global.actions = true;
ShowAction();
stop();
}
button 5452 {
on (press) {
_global.timetravel = true;
_root.BlindAction();
_root.goer04._visible = false;
_root.goer05._visible = false;
_root.goer02._visible = false;
_root.eyeflash.gotoAndPlay(2);
}
}
button 5454 {
on (press) {
_root.BlindAction();
_root.goer04._visible = false;
_root.goer05._visible = false;
_root.goer02._visible = false;
_root.soundtrack.gotoAndStop(1);
stopAllSounds();
_root.giant.gotoAndPlay(2);
}
}