Combined Code
movieClip 8 {
}
movieClip 14 {
}
movieClip 17 {
}
movieClip 18 {
}
movieClip 22 {
}
movieClip 25 {
}
movieClip 28 {
}
movieClip 31 {
}
movieClip 36 lib_preloader {
frame 24 {
stop();
this.onEnterFrame = function () {
var v4 = _root;
var v3 = 0;
if (v4.getBytesTotal() > 0) {
v3 = v4.getBytesLoaded() / v4.getBytesTotal();
}
var v6 = 25;
var v5 = 44;
var v7 = Math.round(v6 + (v5 - v6) * v3);
if (v3 == 1 && this._currentframe >= v5) {
this.play();
delete this.onEnterFrame;
} else {
this.gotoAndStop(Math.min(this._currentframe + 3, v7));
}
};
}
frame 61 {
Preloader.onComplete();
}
frame 62 {
stop();
}
}
movieClip 37 library.preloader.swf {
}
movieClip 38 __Packages.Preloader {
#initclip
if (!Preloader) {
_global.Preloader = function () {};
var v1 = _global.Preloader.prototype;
_global.Preloader.init = function () {
_root.stop();
MovieClip.prototype.tabEnabled = false;
Button.prototype.tabEnabled = false;
TextField.prototype.tabEnabled = false;
Preloader.pMovieClip = _root.attachMovie('lib_preloader', 'preloader', _root.getNextHighestDepth());
Preloader.pMovieClip._x = Stage.width / 2;
Preloader.pMovieClip._y = Stage.height / 2;
return true;
};
_global.Preloader.onComplete = function () {
_root.play();
};
ASSetPropFlags(v1, null, 1);
_global.Preloader.initted = Preloader.init();
}
#endinitclip
}
movieClip 39 __Packages.org.flashdevelop.utils.FlashConnect {
#initclip
if (!org.flashdevelop.utils.FlashConnect) {
if (!org) {
_global.org = new Object();
}
if (!org.flashdevelop) {
_global.org.flashdevelop = new Object();
}
if (!org.flashdevelop.utils) {
_global.org.flashdevelop.utils = new Object();
}
_global.org.flashdevelop.utils.FlashConnect = function () {};
var v1 = _global.org.flashdevelop.utils.FlashConnect.prototype;
_global.org.flashdevelop.utils.FlashConnect.send = function (message) {
if (org.flashdevelop.utils.FlashConnect.messages == null) {
org.flashdevelop.utils.FlashConnect.initialize();
}
org.flashdevelop.utils.FlashConnect.messages.push(message);
};
_global.org.flashdevelop.utils.FlashConnect.trace = function (value, level) {
var v4 = org.flashdevelop.utils.FlashConnect.createMsgNode(value.toString(), level);
org.flashdevelop.utils.FlashConnect.send(v4);
};
_global.org.flashdevelop.utils.FlashConnect.mtrace = function (value, method, path, line) {
if (path.charAt(1) != ':') {
path = '~/' + path;
}
var v6 = path + ':' + line + ':' + value;
org.flashdevelop.utils.FlashConnect.trace(v6, org.flashdevelop.utils.TraceLevel.DEBUG);
};
_global.org.flashdevelop.utils.FlashConnect.initialize = function () {
org.flashdevelop.utils.FlashConnect.counter = 0;
org.flashdevelop.utils.FlashConnect.messages = new Array();
org.flashdevelop.utils.FlashConnect.socket = new XMLSocket();
org.flashdevelop.utils.FlashConnect.socket.onData = function (data) {
org.flashdevelop.utils.FlashConnect.onReturnData(data);
};
org.flashdevelop.utils.FlashConnect.socket.onConnect = function (success) {
if (success) {
org.flashdevelop.utils.FlashConnect.status = 1;
} else {
org.flashdevelop.utils.FlashConnect.status = -1;
}
org.flashdevelop.utils.FlashConnect.onConnection();
};
org.flashdevelop.utils.FlashConnect.interval = _global.setInterval(org.flashdevelop.utils.FlashConnect.sendStack, 50);
org.flashdevelop.utils.FlashConnect.socket.connect(org.flashdevelop.utils.FlashConnect.host, org.flashdevelop.utils.FlashConnect.port);
};
_global.org.flashdevelop.utils.FlashConnect.createMsgNode = function (message, level) {
if (_global.isNaN(level)) {
level = org.flashdevelop.utils.TraceLevel.DEBUG;
}
var v4 = new XMLNode(1, null);
var v5 = new XMLNode(3, _global.escape(message));
v4.attributes.state = level.toString();
v4.attributes.cmd = 'trace';
v4.nodeName = 'message';
v4.appendChild(v5);
return v4;
};
_global.org.flashdevelop.utils.FlashConnect.sendStack = function () {
if (org.flashdevelop.utils.FlashConnect.messages.length > 0 && org.flashdevelop.utils.FlashConnect.status == 1) {
var v2 = new XML();
var v3 = v2.createElement('flashconnect');
while (org.flashdevelop.utils.FlashConnect.messages.length != 0) {
++org.flashdevelop.utils.FlashConnect.counter;
if (org.flashdevelop.utils.FlashConnect.counter > org.flashdevelop.utils.FlashConnect.limit) {
_global.clearInterval(org.flashdevelop.utils.FlashConnect.interval);
var v4 = new String('FlashConnect aborted. You have reached the limit of maximum messages.');
var v5 = org.flashdevelop.utils.FlashConnect.createMsgNode(v4, org.flashdevelop.utils.TraceLevel.ERROR);
v3.appendChild(v5);
org.flashdevelop.utils.FlashConnect.messages = new Array();
break;
} else {
var v6 = XMLNode(org.flashdevelop.utils.FlashConnect.messages.shift());
v3.appendChild(v6);
}
}
v2.appendChild(v3);
org.flashdevelop.utils.FlashConnect.socket.send(v2);
org.flashdevelop.utils.FlashConnect.counter = 0;
}
};
ASSetPropFlags(v1, null, 1);
_global.org.flashdevelop.utils.FlashConnect.status = 0;
_global.org.flashdevelop.utils.FlashConnect.limit = 1000;
_global.org.flashdevelop.utils.FlashConnect.host = '127.0.0.1';
_global.org.flashdevelop.utils.FlashConnect.port = 1978;
}
#endinitclip
}
movieClip 40 __Packages.org.flashdevelop.utils.TraceLevel {
#initclip
if (!org.flashdevelop.utils.TraceLevel) {
if (!org) {
_global.org = new Object();
}
if (!org.flashdevelop) {
_global.org.flashdevelop = new Object();
}
if (!org.flashdevelop.utils) {
_global.org.flashdevelop.utils = new Object();
}
_global.org.flashdevelop.utils.TraceLevel = function () {};
var v1 = _global.org.flashdevelop.utils.TraceLevel.prototype;
ASSetPropFlags(v1, null, 1);
_global.org.flashdevelop.utils.TraceLevel.INFO = 0;
_global.org.flashdevelop.utils.TraceLevel.DEBUG = 1;
_global.org.flashdevelop.utils.TraceLevel.WARNING = 2;
_global.org.flashdevelop.utils.TraceLevel.ERROR = 3;
_global.org.flashdevelop.utils.TraceLevel.FATAL = 4;
}
#endinitclip
}
movieClip 2 {
}
movieClip 41 __importtag__ {
}
frame 3 {
stop();
}
movieClip 44 {
frame 1 {
_visible = false;
}
}
movieClip 97 {
frame 1 {
stop();
}
}
movieClip 98 lib_weapon_icon {
}
movieClip 100 {
}
movieClip 121 lib_score_letters {
frame 1 {
stop();
cRect._visible = false;
}
}
movieClip 125 {
frame 1 {
stop();
}
}
movieClip 126 {
}
movieClip 165 {
}
movieClip 166 lib_pop_score {
}
movieClip 172 {
}
movieClip 173 lib_fpsmeter {
instance callCalcFPS of movieClip 172 {
onClipEvent (enterFrame) {
_parent.calcFPS();
}
}
}
movieClip 175 lib_black_rect {
}
movieClip 177 {
}
movieClip 178 lib_interloading {
}
movieClip 185 lib_boss_letterbox {
frame 1 {
gotoAndStop('none');
}
frame 15 {
stop();
}
frame 31 {
stop();
}
}
movieClip 186 lib_emptyclip {
}
movieClip 187 {
frame 14 {
stop();
}
}
movieClip 188 {
frame 1 {
stop();
mActive = false;
}
frame 2 {
mActive = true;
}
frame 18 {
if (mActive) {
gotoAndPlay(10);
}
}
}
movieClip 194 {
}
movieClip 197 {
frame 1 {
this.count = 0;
stop();
}
frame 9 {
if (this.count++ > 3) {
gotoAndStop(1);
} else {
gotoAndPlay(2);
}
}
}
movieClip 205 {
}
movieClip 206 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 212 {
}
movieClip 213 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 219 {
}
movieClip 220 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 226 {
}
movieClip 227 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 233 {
}
movieClip 234 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 240 {
}
movieClip 241 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 247 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 253 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 259 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 265 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 271 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 277 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 283 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 289 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 295 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 301 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 307 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 313 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 319 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 324 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 329 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 334 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 339 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 344 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 349 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 31 {
stop();
}
frame 41 {
stop();
}
}
movieClip 354 {
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
}
movieClip 407 {
frame 9 {
stop();
}
frame 18 {
stop();
}
frame 27 {
stop();
}
frame 36 {
stop();
}
frame 44 {
stop();
}
frame 53 {
stop();
}
frame 61 {
stop();
}
frame 69 {
stop();
}
frame 78 {
stop();
}
frame 86 {
stop();
}
frame 95 {
stop();
}
frame 104 {
stop();
}
frame 113 {
stop();
}
frame 122 {
stop();
}
frame 131 {
stop();
}
frame 140 {
stop();
}
frame 149 {
stop();
}
frame 158 {
stop();
}
frame 167 {
stop();
}
frame 177 {
stop();
}
frame 185 {
stop();
}
frame 194 {
stop();
}
frame 203 {
stop();
}
frame 212 {
stop();
}
frame 221 {
stop();
}
frame 230 {
stop();
}
}
movieClip 411 {
}
movieClip 461 {
}
movieClip 462 {
}
movieClip 466 {
}
movieClip 479 {
frame 1 {
stop();
}
frame 15 {
stop();
}
}
movieClip 483 {
}
movieClip 484 {
}
movieClip 487 {
}
movieClip 495 {
}
movieClip 497 {
}
movieClip 498 {
}
movieClip 499 {
}
movieClip 507 {
}
movieClip 512 {
frame 3 {
stop();
}
}
movieClip 528 {
frame 16 {
stop();
}
}
movieClip 529 {
}
movieClip 530 {
}
movieClip 533 {
}
movieClip 539 {
}
movieClip 540 {
}
movieClip 541 {
}
movieClip 542 {
frame 1 {
stop();
}
}
movieClip 543 {
frame 1 {
stop();
}
}
movieClip 554 {
}
movieClip 563 {
}
movieClip 564 {
frame 27 {
stop();
}
}
movieClip 567 {
}
movieClip 568 {
frame 1 {
stop();
}
frame 32 {
stop();
}
}
movieClip 574 {
frame 15 {
stop();
}
}
button 575 {
on (release) {
Main.setGlobalVolume(0);
gotoAndStop('sound_off');
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
button 578 {
on (release) {
Main.setGlobalVolume(100);
gotoAndStop('sound_on');
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 579 {
}
button 582 {
on (release) {
Game.singleton.pause();
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 587 {
}
button 588 {
on (release) {
Main.setMusicVolume(0);
gotoAndStop('sound_off');
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 591 {
}
button 592 {
on (release) {
Main.setMusicVolume(100);
gotoAndStop('sound_on');
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 593 {
}
movieClip 594 {
}
movieClip 602 {
frame 1 {
stop();
}
frame 26 {
if (mRaged) {
gotoAndPlay(18);
}
}
}
movieClip 632 {
}
movieClip 640 {
}
movieClip 646 {
}
movieClip 651 {
}
movieClip 656 {
}
movieClip 661 {
}
movieClip 666 {
}
movieClip 670 {
}
movieClip 673 {
}
movieClip 676 {
}
movieClip 679 {
}
movieClip 682 {
}
movieClip 685 {
}
movieClip 688 {
}
movieClip 691 {
}
movieClip 695 {
}
movieClip 698 {
}
movieClip 701 {
}
movieClip 704 {
}
movieClip 707 {
}
movieClip 710 {
}
movieClip 713 {
}
movieClip 714 {
frame 1 {
function anim_end() {
gotoAndStop(2);
}
stop();
}
frame 122 {
anim_end();
}
frame 245 {
anim_end();
}
frame 368 {
anim_end();
}
frame 491 {
anim_end();
}
frame 613 {
anim_end();
}
frame 736 {
anim_end();
}
frame 857 {
anim_end();
}
frame 980 {
anim_end();
}
frame 1104 {
anim_end();
}
frame 1227 {
anim_end();
}
frame 1348 {
anim_end();
}
frame 1473 {
anim_end();
}
frame 1646 {
stop();
}
frame 1727 {
stop();
}
frame 1808 {
stop();
}
frame 1894 {
stop();
}
frame 1979 {
stop();
}
frame 2064 {
stop();
}
frame 2149 {
stop();
}
frame 2282 {
stop();
}
frame 2416 {
stop();
}
frame 2550 {
stop();
}
frame 2684 {
stop();
}
frame 2819 {
stop();
}
frame 2954 {
stop();
}
frame 3068 {
stop();
}
frame 3121 {
stop();
}
frame 3173 {
stop();
}
frame 3225 {
stop();
}
frame 3277 {
stop();
}
frame 3329 {
stop();
}
frame 3493 {
stop();
}
}
movieClip 767 {
frame 1 {
function anim_end() {
if (mOrgy) {
gotoAndPlay('orgy');
} else {
if (mRaged) {
gotoAndPlay('raged');
} else {
gotoAndStop(2);
}
}
}
function checkDelayTimer() {
if (this.delayTimer > 0) {
--this.delayTimer;
gotoAndPlay(_currentframe - 1);
}
}
stop();
mOrgy = false;
mRaged = false;
delayTimer = 0;
}
frame 2 {
stop();
}
frame 4 {
anim_end();
}
frame 27 {
checkDelayTimer();
}
frame 56 {
anim_end();
}
frame 79 {
checkDelayTimer();
}
frame 111 {
anim_end();
}
frame 141 {
checkDelayTimer();
}
frame 166 {
anim_end();
}
frame 192 {
checkDelayTimer();
}
frame 221 {
anim_end();
}
frame 251 {
checkDelayTimer();
}
frame 276 {
anim_end();
}
frame 294 {
checkDelayTimer();
}
frame 331 {
anim_end();
}
frame 358 {
checkDelayTimer();
}
frame 386 {
anim_end();
}
frame 413 {
checkDelayTimer();
}
frame 441 {
anim_end();
}
frame 462 {
checkDelayTimer();
}
frame 496 {
anim_end();
}
frame 521 {
checkDelayTimer();
}
frame 551 {
anim_end();
}
frame 570 {
checkDelayTimer();
}
frame 606 {
anim_end();
}
frame 632 {
checkDelayTimer();
}
frame 661 {
anim_end();
}
frame 686 {
checkDelayTimer();
}
frame 716 {
anim_end();
}
frame 739 {
checkDelayTimer();
}
frame 771 {
anim_end();
}
frame 799 {
checkDelayTimer();
}
frame 826 {
anim_end();
}
frame 852 {
checkDelayTimer();
}
frame 881 {
anim_end();
}
frame 908 {
checkDelayTimer();
}
frame 936 {
anim_end();
}
frame 967 {
checkDelayTimer();
}
frame 991 {
anim_end();
}
frame 1014 {
checkDelayTimer();
}
frame 1046 {
anim_end();
}
frame 1066 {
checkDelayTimer();
}
frame 1101 {
anim_end();
}
frame 1129 {
checkDelayTimer();
}
frame 1156 {
anim_end();
}
frame 1179 {
checkDelayTimer();
}
frame 1211 {
anim_end();
}
frame 1233 {
checkDelayTimer();
}
frame 1266 {
anim_end();
}
frame 1291 {
checkDelayTimer();
}
frame 1321 {
anim_end();
}
frame 1347 {
checkDelayTimer();
}
frame 1376 {
anim_end();
}
frame 1395 {
checkDelayTimer();
}
frame 1431 {
anim_end();
}
}
movieClip 772 {
frame 3 {
stop();
}
}
movieClip 781 {
frame 65 {
stop();
}
}
movieClip 786 {
frame 118 {
stop();
}
}
movieClip 787 {
frame 11 {
stop();
}
}
movieClip 788 {
frame 1 {
stop();
}
}
// unknown tag 88 length 96
movieClip 793 {
}
movieClip 794 {
frame 1 {
stop();
}
frame 6 {
stop();
}
}
movieClip 795 lib_game {
}
movieClip 800 {
}
movieClip 805 {
}
movieClip 808 {
}
movieClip 809 {
}
movieClip 812 {
}
movieClip 815 {
}
movieClip 818 {
}
movieClip 821 {
}
movieClip 826 {
frame 13 {
stop();
}
}
button 827 {
on (release) {
this.continueGame = true;
gotoAndPlay('intro');
}
on (press) {
Main.button_press();
}
on (rollOver) {
Main.button_rollover();
}
}
movieClip 830 {
}
button 831 {
on (release) {
trace('hello');
this.continueGame = false;
gotoAndPlay('intro');
}
on (press) {
Main.button_press();
}
on (rollOver) {
Main.button_rollover();
}
}
movieClip 836 {
}
button 837 {
on (release) {
this.continueGame = true;
gotoAndPlay('end');
}
on (press) {
Main.button_press();
}
on (rollOver) {
Main.button_rollover();
}
}
button 838 {
on (release) {
this.continueGame = false;
if (Constant.hasSavedGame()) {
Main.newGameYesnoScreen(this);
} else {
gotoAndPlay('end');
}
}
on (press) {
Main.button_press();
}
on (rollOver) {
Main.button_rollover();
}
}
movieClip 841 {
}
movieClip 844 {
}
movieClip 845 {
frame 2 {
Main.initSplashScreen(this);
}
frame 8 {
Main.initSplashScreen(this);
}
frame 49 {
stop();
}
frame 51 {
if (this.continueGame == true) {
Main.continueGame();
} else {
Main.startGame();
}
}
frame 52 {
gotoAndPlay(_currentframe - 1);
}
}
movieClip 846 lib_start_screen {
}
movieClip 42 library.game.swf {
frame 1 {
stop();
}
}
movieClip 850 {
}
movieClip 862 {
frame 17 {
stop();
}
}
movieClip 875 {
frame 11 {
stop();
}
}
movieClip 876 {
frame 19 {
stop();
}
}
movieClip 879 {
frame 18 {
stop();
}
}
movieClip 896 {
}
movieClip 899 {
frame 1 {
_visible = false;
}
}
movieClip 909 lib_qudrel3 {
frame 19 {
mSound = 'caligula_quadrelcrunch.aif';
(Game.singleton.getCamera()).shake(15, 8);
}
frame 50 {
stop();
}
}
movieClip 910 {
}
movieClip 911 lib_qudrel2 {
frame 19 {
mSound = 'caligula_quadrelcrunch.aif';
(Game.singleton.getCamera()).shake(15, 8);
}
frame 50 {
stop();
}
}
movieClip 914 {
}
movieClip 915 lib_iaculum3 {
frame 21 {
stop();
}
}
movieClip 916 lib_iaculum2 {
frame 21 {
stop();
}
}
movieClip 971 {
frame 1 {
var clip = this;
while (clip._name != 'body') {
clip = clip._parent;
}
gotoAndStop(clip._parent.mWeaponIndex + 1);
}
}
movieClip 978 {
}
movieClip 981 {
}
movieClip 982 lib_float_weapon_icon {
frame 19 {
gotoAndPlay(1);
}
frame 29 {
stop();
}
}
movieClip 993 {
frame 6 {
stop();
}
}
movieClip 1008 {
frame 8 {
stop();
}
}
movieClip 1009 lib_watereffect {
}
movieClip 1011 {
}
movieClip 1012 lib_effect_ocarina {
}
movieClip 1013 lib_effect_zampogna {
}
movieClip 1014 lib_iaculum1 {
frame 21 {
stop();
}
}
movieClip 1017 {
}
movieClip 1018 {
}
movieClip 1019 {
}
movieClip 1022 {
}
movieClip 1029 {
frame 7 {
stop();
}
}
movieClip 1030 {
}
movieClip 1031 lib_eagle {
instance shadow1 of movieClip 1018 {
onClipEvent (load) {
mPrevPrevX = this._parent._x;
mPrevX = mPrevPrevX;
mPrevPrevY = this._parent._y;
mPrevY = mPrevPrevY;
}
onClipEvent (enterFrame) {
this._x = Math.abs(mPrevPrevX - this._parent._x);
this._y = mPrevPrevY - this._parent._y;
mPrevPrevX = mPrevX;
mPrevPrevY = mPrevY;
mPrevX = this._parent._x;
mPrevY = this._parent._y;
}
}
instance shadow0 of movieClip 1018 {
onClipEvent (load) {
mPrevX = this._parent._x;
mPrevY = this._parent._y;
}
onClipEvent (enterFrame) {
this._x = Math.abs(mPrevX - this._parent._x);
this._y = mPrevY - this._parent._y;
mPrevX = this._parent._x;
mPrevY = this._parent._y;
}
}
frame 4 {
stop();
}
frame 11 {
stop();
}
}
movieClip 1034 {
}
movieClip 1036 lib_javline {
frame 20 {
stop();
}
}
movieClip 1041 {
}
movieClip 1042 {
}
movieClip 1050 {
}
movieClip 1051 {
frame 1 {
stop();
}
}
movieClip 1054 {
}
movieClip 1057 {
}
movieClip 1060 {
}
movieClip 1063 {
}
movieClip 1064 {
frame 15 {
stop();
}
}
movieClip 1065 lib_vespriay {
frame 16 {
stop();
}
}
movieClip 1068 {
}
movieClip 1069 lib_hatchet {
}
movieClip 1072 {
}
movieClip 1073 lib_knife {
frame 24 {
stop();
}
}
movieClip 1076 {
}
movieClip 1077 {
frame 25 {
stop();
}
}
movieClip 1078 {
frame 26 {
stop();
}
}
movieClip 1079 {
frame 25 {
stop();
}
}
movieClip 1080 {
}
movieClip 1081 lib_smallrock {
frame 1 {
mSound = 'caligula_toss2.aif';
}
frame 12 {
mSound = 'caligula_rock_lands.wav';
}
frame 32 {
stop();
}
}
movieClip 1082 {
}
movieClip 1083 lib_qudrel {
frame 19 {
mSound = 'caligula_quadrelcrunch.aif';
(Game.singleton.getCamera()).shake(15, 8);
}
frame 50 {
stop();
}
}
movieClip 1086 {
}
movieClip 1087 lib_crossarrow {
frame 18 {
stop();
}
}
movieClip 1090 {
}
movieClip 1103 {
frame 8 {
stop();
}
}
movieClip 1104 {
}
movieClip 1105 {
frame 8 {
stop();
}
}
movieClip 1106 {
frame 67 {
stop();
}
}
movieClip 1107 lib_lion {
}
movieClip 1109 {
}
movieClip 1110 lib_brick1 {
frame 17 {
mSound = 'other_brick.aif';
}
frame 29 {
stop();
}
}
movieClip 1111 lib_emptyclip {
}
movieClip 1114 {
}
movieClip 1133 {
}
movieClip 1136 {
}
movieClip 1137 {
}
movieClip 1143 {
}
movieClip 1159 {
frame 1 {
var clip = this;
while (clip._name != 'body') {
clip = clip._parent;
}
gotoAndStop(clip._parent.mWeapon);
}
frame 2 {
stop();
}
}
movieClip 1162 {
}
movieClip 1163 {
frame 1 {
var clipRoot = _parent;
for (;;) {
if (!(clipRoot && clipRoot._name.indexOf('lib_caligula') == -1)) break;
clipRoot = clipRoot._parent;
}
if (clipRoot) {
_visible = clipRoot.crown == true;
} else {
stop();
}
}
}
movieClip 1166 {
}
movieClip 1169 {
}
movieClip 1170 {
}
movieClip 1173 {
}
movieClip 1176 {
}
movieClip 1177 {
}
movieClip 1180 {
}
movieClip 1183 {
}
movieClip 1188 {
}
movieClip 1189 {
frame 1 {
gotoAndStop(this._parent.mWeapon);
}
frame 2 {
stop();
}
}
movieClip 1208 {
frame 1 {
stop();
}
}
movieClip 1217 {
}
movieClip 1226 {
}
movieClip 1235 {
}
movieClip 1244 {
}
movieClip 1253 {
}
movieClip 1254 {
}
movieClip 1255 {
frame 1 {
this.gotoAndStop(this._parent.mWeapon);
}
frame 2 {
stop();
}
}
movieClip 1262 {
frame 3 {
stop();
}
}
movieClip 1263 {
frame 4 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 5 {
mSound = 'caligula_ax_attack.aif';
}
frame 19 {
stop();
}
}
movieClip 1275 {
frame 12 {
stop();
}
}
movieClip 1276 {
frame 1 {
var frame = Math.round(Math.random() * 3) + 1;
gotoAndStop(frame);
}
}
movieClip 1277 {
frame 14 {
stop();
}
}
movieClip 1280 {
frame 14 {
stop();
}
}
movieClip 1283 {
}
movieClip 1288 {
frame 54 {
stop();
}
}
movieClip 1293 {
frame 10 {
stop();
}
}
movieClip 1302 {
}
movieClip 1303 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 7 {
mSound = 'caligula_toss2.aif';
}
frame 17 {
stop();
}
}
movieClip 1308 {
frame 6 {
stop();
}
}
movieClip 1309 {
frame 4 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
body.gotoAndPlay(body._currentframe - 1);
}
}
frame 5 {
mSound = 'caligula_dagger.aif';
}
frame 19 {
stop();
}
}
movieClip 1314 {
frame 7 {
stop();
}
}
movieClip 1315 {
frame 4 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
body.gotoAndPlay(body._currentframe - 1);
}
}
frame 5 {
mSound = 'caligula_swing_flambeau.aif';
}
frame 15 {
stop();
}
}
movieClip 1320 {
frame 11 {
stop();
}
}
movieClip 1321 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
body.gotoAndPlay(body._currentframe - 1);
}
}
frame 8 {
mSound = 'caligula_weaponthud1.aif';
}
frame 17 {
stop();
}
}
movieClip 1326 {
frame 11 {
stop();
}
}
movieClip 1327 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
body.gotoAndPlay(body._currentframe - 1);
}
}
frame 8 {
mSound = 'caligula_pitchfork.aif';
}
frame 16 {
stop();
}
}
movieClip 1332 {
frame 10 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 11 {
mSound = 'caligula_swing1.aif';
}
frame 20 {
stop();
}
}
movieClip 1341 {
frame 2 {
this.delay = _parent.delay;
}
frame 5 {
if (this.delay > 0) {
--this.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 6 {
mSound = 'caligula_swing2.aif';
}
frame 11 {
this.delay = _parent.delay;
}
frame 19 {
if (this.delay > 0) {
--this.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 20 {
mSound = 'caligula_swing2.aif';
}
frame 29 {
stop();
}
}
movieClip 1352 {
frame 5 {
stop();
}
}
movieClip 1355 {
frame 10 {
stop();
}
}
movieClip 1356 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 7 {
mSound = 'caligula_swing1.aif';
}
frame 16 {
stop();
}
}
movieClip 1375 {
frame 7 {
stop();
}
}
movieClip 1379 {
frame 14 {
stop();
}
}
movieClip 1380 {
frame 4 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 5 {
mSound = 'caligula_whip_crack.aif';
}
frame 16 {
stop();
}
}
movieClip 1385 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 6 {
mSound = 'caligula_swing1.aif';
}
frame 16 {
stop();
}
}
movieClip 1390 {
frame 7 {
mSound = 'caligula_weaponthud1.aif';
}
frame 16 {
stop();
}
}
movieClip 1399 {
frame 15 {
if (_parent.delay > 0) {
_parent.delay -= 5;
gotoAndPlay(_currentframe - 5);
}
}
frame 21 {
mSound = 'caligula_bear_roar.aif';
}
frame 60 {
stop();
}
}
movieClip 1402 {
frame 13 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 38 {
stop();
}
}
movieClip 1407 {
frame 21 {
stop();
}
}
movieClip 1408 {
frame 7 {
mSound = 'caligula_shoot_crossbow.aif';
}
frame 15 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 16 {
stop();
}
}
movieClip 1413 {
frame 7 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 8 {
mSound = 'caligula_quadrelthrow.aif';
}
frame 29 {
stop();
}
}
movieClip 1414 {
frame 21 {
stop();
}
}
movieClip 1415 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 16 {
stop();
}
}
movieClip 1420 {
frame 21 {
stop();
}
}
movieClip 1421 {
frame 4 {
if (this.delay > 0) {
--this.delay;
gotoAndPlay(_currentframe - 1);
body.gotoAndPlay(body._currentframe - 1);
}
}
frame 6 {
mSound = 'caligula_toss2.aif';
}
frame 13 {
stop();
}
}
movieClip 1426 {
frame 11 {
stop();
}
}
movieClip 1427 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 44 {
gotoAndPlay(23);
}
}
movieClip 1428 {
frame 21 {
stop();
}
}
movieClip 1429 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
body.gotoAndPlay(body._currentframe - 1);
}
}
frame 7 {
mSound = 'caligula_toss2.aif';
}
frame 18 {
stop();
}
}
movieClip 1432 {
frame 22 {
stop();
}
}
movieClip 1433 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
body.gotoAndPlay(body._currentframe - 1);
}
}
frame 8 {
mSound = 'caligula_toss1.aif';
}
frame 22 {
stop();
}
}
movieClip 1438 {
frame 20 {
stop();
}
}
movieClip 1441 {
frame 22 {
stop();
}
}
movieClip 1442 {
frame 5 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 8 {
mSound = 'caligula_shoot_iaculum.aif';
}
frame 17 {
stop();
}
}
movieClip 1445 {
frame 7 {
mSound = 'caligula_manhood.wav';
}
frame 24 {
stop();
}
}
movieClip 1446 {
frame 20 {
if (_parent.delay > 0) {
--_parent.delay;
gotoAndPlay(_currentframe - 1);
}
}
frame 21 {
mSound = 'caligula_raisefromthedead.aif';
}
frame 60 {
stop();
}
}
movieClip 1447 {
frame 1 {
gotoAndStop(this._parent.mWeapon);
}
frame 2 {
stop();
caligula.cWeapon.gotoAndPlay(1);
}
}
movieClip 1450 {
}
movieClip 1451 {
}
movieClip 1478 {
}
movieClip 1479 {
frame 51 {
stop();
}
}
movieClip 1480 {
frame 43 {
stop();
}
}
movieClip 1481 lib_caligula {
}
movieClip 847 library.caligula.swf {
}
movieClip 1482 library.sounds.swf {
}
movieClip 1552 {
}
movieClip 1553 lib_rock1 {
frame 13 {
mSound = 'other_pebble.aif';
}
frame 20 {
stop();
}
}
movieClip 1554 lib_emptyclip {
}
movieClip 1558 {
}
movieClip 1565 {
}
movieClip 1568 {
}
movieClip 1569 {
}
movieClip 1574 {
}
movieClip 1583 {
frame 3 {
stop();
}
}
movieClip 1584 {
frame 33 {
stop();
}
}
movieClip 1594 {
frame 8 {
stop();
}
}
movieClip 1595 {
}
movieClip 1606 {
frame 31 {
stop();
}
}
movieClip 1616 {
frame 8 {
stop();
}
}
movieClip 1641 {
frame 25 {
stop();
}
}
movieClip 1642 {
}
movieClip 1643 {
}
movieClip 1644 {
frame 10 {
stop();
}
}
movieClip 1647 {
frame 4 {
stop();
}
}
movieClip 1648 lib_plebian1 {
}
movieClip 1549 library.plebian1.swf {
frame 1 {
people.gotoAndStop('attack_B');
}
}
movieClip 1652 {
}
movieClip 1655 lib_knife1 {
frame 24 {
stop();
}
}
movieClip 1656 lib_emptyclip {
}
movieClip 1660 {
}
movieClip 1663 {
}
movieClip 1666 {
}
movieClip 1667 {
}
movieClip 1670 {
}
movieClip 1672 {
}
movieClip 1675 {
}
movieClip 1676 {
frame 9 {
mSound = 'bourgeois_smash.wav';
}
frame 20 {
stop();
}
}
movieClip 1679 {
}
movieClip 1682 {
}
movieClip 1683 {
}
movieClip 1686 {
}
movieClip 1694 {
frame 8 {
stop();
}
}
movieClip 1695 {
}
movieClip 1706 {
frame 31 {
stop();
}
}
movieClip 1733 {
frame 25 {
stop();
}
}
movieClip 1734 {
}
movieClip 1735 {
}
movieClip 1736 {
frame 10 {
stop();
}
}
movieClip 1739 {
}
movieClip 1740 {
frame 4 {
stop();
}
}
movieClip 1741 lib_bourgeios1 {
}
movieClip 1744 {
}
movieClip 1753 {
}
movieClip 1760 {
frame 3 {
stop();
}
}
movieClip 1761 {
frame 26 {
stop();
}
}
movieClip 1768 {
}
movieClip 1777 {
frame 7 {
stop();
}
}
movieClip 1787 {
frame 12 {
stop();
}
}
movieClip 1788 {
frame 1 {
var frame = Math.round(Math.random() * 3) + 1;
gotoAndStop(frame);
}
}
movieClip 1789 {
}
movieClip 1790 {
}
movieClip 1791 {
frame 1 {
var clip = this;
while (clip._name != 'body') {
clip = clip._parent;
}
if (clip._parent.mDeathMode == 'mild') {
this._visible = false;
}
}
frame 31 {
stop();
}
}
movieClip 1794 {
frame 10 {
stop();
}
}
movieClip 1797 {
}
movieClip 1798 {
}
movieClip 1649 library.bourgeios1.swf {
}
movieClip 1802 {
}
movieClip 1805 {
}
movieClip 1806 lib_jug {
frame 21 {
stop();
}
}
movieClip 1807 lib_emptyclip {
}
movieClip 1811 {
}
movieClip 1814 {
}
movieClip 1817 {
}
movieClip 1818 {
}
movieClip 1821 {
}
movieClip 1824 {
}
movieClip 1825 {
frame 9 {
mSound = 'vomit.wav';
}
frame 31 {
stop();
}
}
movieClip 1828 {
}
movieClip 1829 {
frame 4 {
stop();
}
}
movieClip 1832 {
}
movieClip 1840 {
frame 8 {
stop();
}
}
movieClip 1841 {
}
movieClip 1852 {
frame 31 {
stop();
}
}
movieClip 1879 {
frame 25 {
stop();
}
}
movieClip 1880 {
}
movieClip 1881 {
}
movieClip 1882 {
frame 10 {
stop();
}
}
movieClip 1885 {
}
movieClip 1888 {
}
movieClip 1889 {
}
movieClip 1890 lib_drunk {
}
movieClip 1893 {
}
movieClip 1895 {
}
movieClip 1896 {
frame 10 {
mSound = 'drunk_attack.aif';
}
frame 20 {
stop();
}
}
movieClip 1799 library.drunk.swf {
}
movieClip 1905 {
}
movieClip 1922 {
frame 14 {
stop();
}
}
movieClip 1923 {
frame 26 {
stop();
}
}
movieClip 1929 {
frame 1 {
_visible = false;
}
}
movieClip 1930 {
frame 4 {
mSound = 'rat_attacks.aif';
}
frame 21 {
stop();
}
}
movieClip 1939 {
frame 7 {
stop();
}
}
movieClip 1940 {
}
movieClip 1948 {
frame 8 {
stop();
}
}
movieClip 1953 {
frame 38 {
stop();
}
}
movieClip 1954 lib_rat1 {
}
movieClip 1897 library.rat.swf {
}
movieClip 1959 {
}
movieClip 1962 {
}
movieClip 1965 {
}
movieClip 1966 {
}
movieClip 1972 {
}
movieClip 1975 {
frame 3 {
stop();
}
}
movieClip 1976 {
frame 9 {
mSound = 'statesman_scrollbash.aif';
}
frame 20 {
stop();
}
}
movieClip 1981 {
}
movieClip 1984 {
frame 4 {
stop();
}
}
movieClip 1994 {
frame 8 {
stop();
}
}
movieClip 1995 {
}
movieClip 2006 {
frame 31 {
stop();
}
}
movieClip 2016 {
frame 8 {
stop();
}
}
movieClip 2041 {
frame 25 {
stop();
}
}
movieClip 2042 {
}
movieClip 2043 {
}
movieClip 2044 {
frame 10 {
stop();
}
}
movieClip 2045 lib_stateman {
}
movieClip 1955 library.stateman.swf {
}
movieClip 2050 {
}
movieClip 2053 {
frame 14 {
stop();
}
}
movieClip 2056 {
frame 11 {
stop();
}
}
movieClip 2059 {
frame 17 {
stop();
}
}
movieClip 2062 {
frame 13 {
stop();
}
}
movieClip 2065 {
frame 17 {
stop();
}
}
movieClip 2112 {
}
movieClip 2115 {
}
movieClip 2118 {
}
movieClip 2121 {
}
movieClip 2124 {
}
movieClip 2125 {
}
movieClip 2126 {
}
movieClip 2127 {
}
movieClip 2128 {
frame 1 {
stop();
gotoAndStop(this._parent.mTreasure);
}
}
movieClip 2129 {
frame 1 {
stop();
}
frame 9 {
mBreak = 'break';
}
frame 40 {
stop();
}
}
movieClip 2130 obj_amphora {
}
movieClip 2133 obj_horse0 {
}
movieClip 2136 obj_horse1 {
}
movieClip 2139 obj_horse2 {
}
movieClip 2142 obj_littlebust {
}
movieClip 2145 obj_man0 {
}
movieClip 2148 obj_man1 {
}
movieClip 2151 obj_soldier_left {
}
movieClip 2154 obj_soldier_right {
}
movieClip 2157 obj_bigbrokenpillar {
}
movieClip 2160 obj_bigdamagedpillar {
}
movieClip 2163 obj_bigneropillar {
}
movieClip 2166 obj_bigpillar {
}
movieClip 2169 obj_darkarch {
}
movieClip 2172 obj_darkhead {
}
movieClip 2175 obj_darkarchbroken {
}
movieClip 2178 obj_darkpillar {
}
movieClip 2181 obj_skullstick_red {
}
movieClip 2184 obj_skulls_white {
}
movieClip 2187 obj_skulls_red {
}
movieClip 2190 obj_fox {
}
movieClip 2193 obj_bigsnakepillar {
}
movieClip 2196 obj_torture {
}
movieClip 2046 library.tiled_objects.swf {
}
movieClip 2201 {
}
movieClip 2206 {
}
movieClip 2211 {
frame 3 {
stop();
}
}
movieClip 2215 {
}
movieClip 2216 {
frame 1 {
mMeleeSound = ['plebian_female_slap.aif', 'caligula_toss2.aif'];
}
frame 19 {
stop();
}
}
movieClip 2221 {
}
movieClip 2224 {
}
movieClip 2234 {
frame 8 {
stop();
}
}
movieClip 2235 {
}
movieClip 2246 {
}
movieClip 2247 {
frame 31 {
stop();
}
}
movieClip 2257 {
frame 8 {
stop();
}
}
movieClip 2282 {
frame 25 {
stop();
}
}
movieClip 2283 {
}
movieClip 2284 {
}
movieClip 2285 {
frame 10 {
stop();
}
}
movieClip 2286 lib_plebian2 {
}
movieClip 2197 library.plebian2.swf {
}
movieClip 2314 {
}
movieClip 2315 {
frame 46 {
stop();
}
}
movieClip 2316 lib_effect_spawn {
}
movieClip 2363 {
}
movieClip 2364 lib_effect_glow_maxout {
frame 46 {
stop();
this.removeMovieClip();
}
}
movieClip 2365 {
}
movieClip 2366 lib_effect_glow_maxattack {
frame 10 {
stop();
this.removeMovieClip();
}
}
movieClip 2381 {
}
movieClip 2382 lib_fireflames {
}
movieClip 2386 {
}
movieClip 2389 {
frame 31 {
stop();
}
}
movieClip 2392 {
frame 31 {
stop();
}
}
movieClip 2395 {
frame 31 {
stop();
}
}
movieClip 2398 {
frame 31 {
stop();
}
}
movieClip 2406 {
frame 8 {
stop();
}
}
movieClip 2407 {
}
movieClip 2410 {
}
movieClip 2415 {
frame 31 {
stop();
}
}
movieClip 2424 {
frame 7 {
stop();
}
}
movieClip 2434 {
frame 29 {
stop();
}
}
movieClip 2435 {
}
movieClip 2438 lib_extreme_death {
frame 31 {
stop();
}
}
movieClip 2440 lib_blood_pool {
frame 1 {
stop();
}
frame 36 {
stop();
}
}
movieClip 2287 library.effects.swf {
}
movieClip 2452 lib_messages {
}
movieClip 2462 {
}
movieClip 2466 {
frame 15 {
stop();
}
}
movieClip 2469 {
}
button 2470 {
on (release) {
_parent.closeWindow();
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 2479 {
frame 13 {
stop();
}
}
movieClip 2481 {
}
button 2482 {
on (release) {
closeWindow();
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 2486 lib_instructions {
frame 1 {
function closeWindow() {
Game.singleton.gotoState('run');
gotoAndPlay('fadeout');
}
}
frame 19 {
stop();
}
frame 38 {
stop();
}
}
movieClip 2441 library.instructions.swf {
frame 1 {
stop();
}
}
metadata <?xml version="1.0"?>\n<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about=""> <xmp:CreatorTool>Adobe Flash CS4 Professional</xmp:CreatorTool> <xmp:CreateDate>2010-11-18T15:19:32-05:00</xmp:CreateDate> <xmp:MetadataDate>2011-01-20T16:03:23-05:00</xmp:MetadataDate> <xmp:ModifyDate>2011-01-20T16:03:23-05:00</xmp:ModifyDate> </rdf:Description> <rdf:Description rdf:about=""> <dc:format>application/x-shockwave-flash</dc:format> </rdf:Description> <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" rdf:about=""> <xmpMM:DerivedFrom rdf:parseType="Resource"> <stRef:instanceID>xmp.iid:D62B5FEBD624E0119876DCE067998DB7</stRef:instanceID> <stRef:documentID>xmp.did:D62B5FEBD624E0119876DCE067998DB7</stRef:documentID> <stRef:originalDocumentID>xmp.did:BACCCB4F50F3DF11B211B22B174695DD</stRef:originalDocumentID> </xmpMM:DerivedFrom> <xmpMM:DocumentID>xmp.did:D72B5FEBD624E0119876DCE067998DB7</xmpMM:DocumentID> <xmpMM:InstanceID>xmp.iid:D72B5FEBD624E0119876DCE067998DB7</xmpMM:InstanceID> <xmpMM:OriginalDocumentID>xmp.did:BACCCB4F50F3DF11B211B22B174695DD</xmpMM:OriginalDocumentID> </rdf:Description> </rdf:RDF>\n
// unknown tag 88 length 63
movieClip 2491 {
frame 1 {
function boosh() {
trace('rrr');
var v4 = this.gameId;
var v2 = this.highScore;
try {
var v9 = flash.external.ExternalInterface.call('getLittleServer');
}
catch (v0) {
if (Error(v0) != null) {
var oErr = Error(v0);
v9 = 'http://highscores.adultswim.com/highscores/SubmitScoreServlet.do?';
trace('err 1: ' + oErr + ' :: ' + oErr.message);
} else {
throw v0;
}
}
try {
var v3 = flash.external.ExternalInterface.call('getSrvrTime');
}
catch (v0) {
if (Error(v0) != null) {
var oErr = Error(v0);
v3 = (new Date()).getTime();
trace('err 2: ' + oErr + ' :: ' + oErr.message);
} else {
throw v0;
}
}
var v7 = v3.toString();
var v13 = v7.substr(-3, 3);
var v12 = v7.substr(-4, 3);
var v11 = parseInt(v13);
var v10 = parseInt(v12);
var v8 = v11 * v10 * v2 + v2;
trace('nAlgo ' + v8);
var v5 = v4 + ',' + v2 + ',' + v3 + ',' + v8;
trace('strToPass ' + v5);
var v6 = m.hash(v5);
trace(v9 + 'attr1=score=' + v2 + '|gameId=' + v4 + '|timestamp=' + v3 + '|key=' + v6);
getURL(v9 + 'attr1=score=' + v2 + '|gameId=' + v4 + '|timestamp=' + v3 + '|key=' + v6, '_self');
}
_visible = false;
try {
var m = new as2md5();
}
catch (v0) {
if (Error(v0) != null) {
var oErr = Error(v0);
var m;
trace('err 0: ' + oErr + ' :: ' + oErr.message);
} else {
throw v0;
}
}
}
}
// unknown tag 88 length 141
movieClip 2505 {
frame 1 {
_visible = Game.singleton.showBossDefeatedEver('Death');
}
}
movieClip 2508 {
frame 1 {
_visible = Game.singleton.showBossDefeatedEver('Nero1');
}
}
movieClip 2511 {
frame 1 {
_visible = Game.singleton.showBossDefeatedEver('Atila');
}
}
movieClip 2514 {
frame 1 {
_visible = Game.singleton.showBossDefeatedEver('Vlad');
}
}
movieClip 2517 {
frame 1 {
_visible = Game.singleton.showBossDefeatedEver('Hitler');
}
}
movieClip 2520 {
frame 1 {
_visible = Game.singleton.showBossDefeatedEver('Stalin');
}
}
movieClip 2526 {
}
movieClip 2530 {
frame 15 {
stop();
}
}
movieClip 2533 {
}
button 2534 {
on (release) {
_parent.closeWindow('quit');
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 2538 {
}
movieClip 2541 {
}
movieClip 2544 {
}
movieClip 2551 {
frame 13 {
stop();
}
}
button 2555 {
on (release) {
_parent.submitScore();
_parent.closeWindow('submit');
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 2567 {
frame 38 {
var list = ['Stalin', 'Hitler', 'Vlad', 'Atila', 'Nero1', 'Death'];
var i = 0;
while (i < list.length) {
var type = list[i];
var count = Game.singleton.getBossKillCount(type);
var field = this['count_' + type.toLowerCase()];
if (count > 0) {
field.text = 'x' + count;
} else {
field.text = '';
}
++i;
}
}
frame 80 {
stop();
}
}
movieClip 2574 {
frame 1 {
if (_parent._parent.scaleNumber >= 0) {
scaleField.text = 'x' + _parent._parent.scaleNumber;
} else {
scaleField.text = '';
}
}
}
button 2577 {
on (release) {
Main.newGameYesnoScreen(this);
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
button 2578 {
on (release) {
closeWindow('continue');
}
on (rollOver) {
Main.button_rollover();
}
on (press) {
Main.button_press();
}
}
movieClip 2582 lib_gameover_screen {
frame 1 {
function closeWindow(choice) {
mChoice = choice;
gotoAndPlay('fadeout');
}
function submitScore() {
this.cmpSetObj.boosh();
}
Main.setupLeaderboardObject(this.cmpSetObj);
}
frame 6 {
this.setupInfoBoard(mainClip);
}
frame 18 {
stop();
}
frame 19 {
this.setupInfoBoard = null;
}
frame 35 {
Game.singleton.gotoState('none');
}
frame 36 {
stop();
GameOverScreen.singleton.onContinue(mChoice);
}
}
movieClip 2583 __Packages.as2md5 {
#initclip
if (!_global.as2md5) {
var v1 = function (b64pad, chrsz) {
if (b64pad != undefined) {
this.b64pad = b64pad;
}
if (chrsz != undefined && chrsz == 8 || chrsz == 16) {
this.chrsz = chrsz;
}
};
_global.as2md5 = v1;
var v2 = v1.prototype;
v2.hash = function (s) {
return this.hex_md5(s);
};
v2.hex_md5 = function (s) {
return this.binl2hex(this.core_md5(this.str2binl(s), s.length * this.chrsz));
};
v2.b64_md5 = function (s) {
return this.binl2b64(this.core_md5(this.str2binl(s), s.length * this.chrsz));
};
v2.str_md5 = function (s) {
return this.binl2str(this.core_md5(this.str2binl(s), s.length * this.chrsz));
};
v2.hex_hmac_md5 = function (key, data) {
return this.binl2hex(this.core_hmac_md5(key, data));
};
v2.b64_hmac_md5 = function (key, data) {
return this.binl2b64(this.core_hmac_md5(key, data));
};
v2.str_hmac_md5 = function (key, data) {
return this.binl2str(this.core_hmac_md5(key, data));
};
v2.md5_cmn = function (q, a, b, x, s, t) {
return this.safe_add(this.bit_rol(this.safe_add(this.safe_add(a, q), this.safe_add(x, t)), s), b);
};
v2.md5_ff = function (a, b, c, d, x, s, t) {
return this.md5_cmn(b & c | ~b & d, a, b, x, s, t);
};
v2.md5_gg = function (a, b, c, d, x, s, t) {
return this.md5_cmn(b & d | c & ~d, a, b, x, s, t);
};
v2.md5_hh = function (a, b, c, d, x, s, t) {
return this.md5_cmn(b ^ c ^ d, a, b, x, s, t);
};
v2.md5_ii = function (a, b, c, d, x, s, t) {
return this.md5_cmn(c ^ (b | ~d), a, b, x, s, t);
};
v2.core_md5 = function (x, len) {
x[len >> 5] |= 128 << len % 32;
x[(len + 64 >>> 9 << 4) + 14] = len;
var v5 = 1732584193;
var v4 = -271733879;
var v3 = -1732584194;
var v2 = 271733878;
var v6 = 0;
while (v6 < x.length) {
var v11 = v5;
var v10 = v4;
var v9 = v3;
var v8 = v2;
v5 = this.md5_ff(v5, v4, v3, v2, x[v6 + 0], 7, -680876936);
v2 = this.md5_ff(v2, v5, v4, v3, x[v6 + 1], 12, -389564586);
v3 = this.md5_ff(v3, v2, v5, v4, x[v6 + 2], 17, 606105819);
v4 = this.md5_ff(v4, v3, v2, v5, x[v6 + 3], 22, -1044525330);
v5 = this.md5_ff(v5, v4, v3, v2, x[v6 + 4], 7, -176418897);
v2 = this.md5_ff(v2, v5, v4, v3, x[v6 + 5], 12, 1200080426);
v3 = this.md5_ff(v3, v2, v5, v4, x[v6 + 6], 17, -1473231341);
v4 = this.md5_ff(v4, v3, v2, v5, x[v6 + 7], 22, -45705983);
v5 = this.md5_ff(v5, v4, v3, v2, x[v6 + 8], 7, 1770035416);
v2 = this.md5_ff(v2, v5, v4, v3, x[v6 + 9], 12, -1958414417);
v3 = this.md5_ff(v3, v2, v5, v4, x[v6 + 10], 17, -42063);
v4 = this.md5_ff(v4, v3, v2, v5, x[v6 + 11], 22, -1990404162);
v5 = this.md5_ff(v5, v4, v3, v2, x[v6 + 12], 7, 1804603682);
v2 = this.md5_ff(v2, v5, v4, v3, x[v6 + 13], 12, -40341101);
v3 = this.md5_ff(v3, v2, v5, v4, x[v6 + 14], 17, -1502002290);
v4 = this.md5_ff(v4, v3, v2, v5, x[v6 + 15], 22, 1236535329);
v5 = this.md5_gg(v5, v4, v3, v2, x[v6 + 1], 5, -165796510);
v2 = this.md5_gg(v2, v5, v4, v3, x[v6 + 6], 9, -1069501632);
v3 = this.md5_gg(v3, v2, v5, v4, x[v6 + 11], 14, 643717713);
v4 = this.md5_gg(v4, v3, v2, v5, x[v6 + 0], 20, -373897302);
v5 = this.md5_gg(v5, v4, v3, v2, x[v6 + 5], 5, -701558691);
v2 = this.md5_gg(v2, v5, v4, v3, x[v6 + 10], 9, 38016083);
v3 = this.md5_gg(v3, v2, v5, v4, x[v6 + 15], 14, -660478335);
v4 = this.md5_gg(v4, v3, v2, v5, x[v6 + 4], 20, -405537848);
v5 = this.md5_gg(v5, v4, v3, v2, x[v6 + 9], 5, 568446438);
v2 = this.md5_gg(v2, v5, v4, v3, x[v6 + 14], 9, -1019803690);
v3 = this.md5_gg(v3, v2, v5, v4, x[v6 + 3], 14, -187363961);
v4 = this.md5_gg(v4, v3, v2, v5, x[v6 + 8], 20, 1163531501);
v5 = this.md5_gg(v5, v4, v3, v2, x[v6 + 13], 5, -1444681467);
v2 = this.md5_gg(v2, v5, v4, v3, x[v6 + 2], 9, -51403784);
v3 = this.md5_gg(v3, v2, v5, v4, x[v6 + 7], 14, 1735328473);
v4 = this.md5_gg(v4, v3, v2, v5, x[v6 + 12], 20, -1926607734);
v5 = this.md5_hh(v5, v4, v3, v2, x[v6 + 5], 4, -378558);
v2 = this.md5_hh(v2, v5, v4, v3, x[v6 + 8], 11, -2022574463);
v3 = this.md5_hh(v3, v2, v5, v4, x[v6 + 11], 16, 1839030562);
v4 = this.md5_hh(v4, v3, v2, v5, x[v6 + 14], 23, -35309556);
v5 = this.md5_hh(v5, v4, v3, v2, x[v6 + 1], 4, -1530992060);
v2 = this.md5_hh(v2, v5, v4, v3, x[v6 + 4], 11, 1272893353);
v3 = this.md5_hh(v3, v2, v5, v4, x[v6 + 7], 16, -155497632);
v4 = this.md5_hh(v4, v3, v2, v5, x[v6 + 10], 23, -1094730640);
v5 = this.md5_hh(v5, v4, v3, v2, x[v6 + 13], 4, 681279174);
v2 = this.md5_hh(v2, v5, v4, v3, x[v6 + 0], 11, -358537222);
v3 = this.md5_hh(v3, v2, v5, v4, x[v6 + 3], 16, -722521979);
v4 = this.md5_hh(v4, v3, v2, v5, x[v6 + 6], 23, 76029189);
v5 = this.md5_hh(v5, v4, v3, v2, x[v6 + 9], 4, -640364487);
v2 = this.md5_hh(v2, v5, v4, v3, x[v6 + 12], 11, -421815835);
v3 = this.md5_hh(v3, v2, v5, v4, x[v6 + 15], 16, 530742520);
v4 = this.md5_hh(v4, v3, v2, v5, x[v6 + 2], 23, -995338651);
v5 = this.md5_ii(v5, v4, v3, v2, x[v6 + 0], 6, -198630844);
v2 = this.md5_ii(v2, v5, v4, v3, x[v6 + 7], 10, 1126891415);
v3 = this.md5_ii(v3, v2, v5, v4, x[v6 + 14], 15, -1416354905);
v4 = this.md5_ii(v4, v3, v2, v5, x[v6 + 5], 21, -57434055);
v5 = this.md5_ii(v5, v4, v3, v2, x[v6 + 12], 6, 1700485571);
v2 = this.md5_ii(v2, v5, v4, v3, x[v6 + 3], 10, -1894986606);
v3 = this.md5_ii(v3, v2, v5, v4, x[v6 + 10], 15, -1051523);
v4 = this.md5_ii(v4, v3, v2, v5, x[v6 + 1], 21, -2054922799);
v5 = this.md5_ii(v5, v4, v3, v2, x[v6 + 8], 6, 1873313359);
v2 = this.md5_ii(v2, v5, v4, v3, x[v6 + 15], 10, -30611744);
v3 = this.md5_ii(v3, v2, v5, v4, x[v6 + 6], 15, -1560198380);
v4 = this.md5_ii(v4, v3, v2, v5, x[v6 + 13], 21, 1309151649);
v5 = this.md5_ii(v5, v4, v3, v2, x[v6 + 4], 6, -145523070);
v2 = this.md5_ii(v2, v5, v4, v3, x[v6 + 11], 10, -1120210379);
v3 = this.md5_ii(v3, v2, v5, v4, x[v6 + 2], 15, 718787259);
v4 = this.md5_ii(v4, v3, v2, v5, x[v6 + 9], 21, -343485551);
v5 = this.safe_add(v5, v11);
v4 = this.safe_add(v4, v10);
v3 = this.safe_add(v3, v9);
v2 = this.safe_add(v2, v8);
v6 += 16;
}
return Array(v5, v4, v3, v2);
};
v2.core_hmac_md5 = function (key, data) {
var v3 = new Array(this.str2binl(key));
if (v3.length > 16) {
v3 = this.core_md5(v3, key.length * this.chrsz);
}
var v4 = new Array(16);
var v5 = new Array(16);
var v2 = 0;
while (v2 < 16) {
v4[v2] = v3[v2] ^ 909522486;
v5[v2] = v3[v2] ^ 1549556828;
++v2;
}
var v6 = new Array(this.core_md5(v4.concat(this.str2binl(data)), 512 + data.length * this.chrsz));
return this.core_md5(v5.concat(v6), 640);
};
v2.safe_add = function (x, y) {
var v1 = new Number((x & 65535) + (y & 65535));
var v2 = new Number((x >> 16) + (y >> 16) + (v1 >> 16));
return v2 << 16 | v1 & 65535;
};
v2.bit_rol = function (num, cnt) {
return num << cnt | num >>> 32 - cnt;
};
v2.str2binl = function (str) {
var v4 = new Array();
var v5 = (1 << this.chrsz) - 1;
var v2 = 0;
while (v2 < str.length * this.chrsz) {
v4[v2 >> 5] |= (str.charCodeAt(v2 / this.chrsz) & v5) << v2 % 32;
v2 += this.chrsz;
}
return v4;
};
v2.binl2str = function (bin) {
var v4 = new String('');
var v5 = (1 << this.chrsz) - 1;
var v2 = 0;
while (v2 < bin.length * 32) {
v4 += String.fromCharCode(bin[v2 >> 5] >>> v2 % 32 & v5);
v2 += this.chrsz;
}
return v4;
};
v2.binl2hex = function (binarray) {
var v3 = '0123456789abcdef';
var v4 = new String('');
var v1 = 0;
while (v1 < binarray.length * 4) {
v4 += v3.charAt(binarray[v1 >> 2] >> (v1 % 4) * 8 + 4 & 15) + v3.charAt(binarray[v1 >> 2] >> (v1 % 4) * 8 & 15);
++v1;
}
return v4;
};
v2.binl2b64 = function (binarray) {
var v7 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
var v5 = new String('');
var v3 = 0;
while (v3 < binarray.length * 4) {
var v6 = (binarray[v3 >> 2] >> 8 * (v3 % 4) & 255) << 16 | (binarray[v3 + 1 >> 2] >> 8 * ((v3 + 1) % 4) & 255) << 8 | binarray[v3 + 2 >> 2] >> 8 * ((v3 + 2) % 4) & 255;
var v2 = 0;
while (v2 < 4) {
if (v3 * 8 + v2 * 6 > binarray.length * 32) {
v5 += this.b64pad;
} else {
v5 += v7.charAt(v6 >> 6 * (3 - v2) & 63);
}
++v2;
}
v3 += 3;
}
return v5;
};
v2.b64pad = new String('');
v2.chrsz = new Number(8);
ASSetPropFlags(_global.as2md5.prototype, null, 1);
}
#endinitclip
}
movieClip 2487 library.gameover.swf {
}
metadata <?xml version="1.0"?>\n<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about=""> <xmp:CreatorTool>Adobe Flash CS4 Professional</xmp:CreatorTool> <xmp:CreateDate>2010-09-19T17:24:52-04:00</xmp:CreateDate> <xmp:MetadataDate>2010-09-19T17:31:46-04:00</xmp:MetadataDate> <xmp:ModifyDate>2010-09-19T17:31:46-04:00</xmp:ModifyDate> </rdf:Description> <rdf:Description rdf:about=""> <dc:format>application/x-shockwave-flash</dc:format> </rdf:Description> <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" rdf:about=""> <xmpMM:InstanceID>xmp.iid:0A0FAD4C35C4DF11A417C4C040EC0D4E</xmpMM:InstanceID> <xmpMM:DocumentID>xmp.did:0A0FAD4C35C4DF11A417C4C040EC0D4E</xmpMM:DocumentID> <xmpMM:OriginalDocumentID>xmp.did:090FAD4C35C4DF11A417C4C040EC0D4E</xmpMM:OriginalDocumentID> <xmpMM:DerivedFrom rdf:parseType="Resource"> <stRef:instanceID>xmp.iid:090FAD4C35C4DF11A417C4C040EC0D4E</stRef:instanceID> <stRef:documentID>xmp.did:090FAD4C35C4DF11A417C4C040EC0D4E</stRef:documentID> <stRef:originalDocumentID>xmp.did:090FAD4C35C4DF11A417C4C040EC0D4E</stRef:originalDocumentID> </xmpMM:DerivedFrom> </rdf:Description> </rdf:RDF>\n
movieClip 2590 lib_hpminibar {
}
movieClip 2584 library.hpminibar.swf {
}
metadata <?xml version="1.0"?>\n<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about=""> <xmp:CreatorTool>Adobe Flash CS4 Professional</xmp:CreatorTool> <xmp:CreateDate>2010-10-14T01:07:52-04:00</xmp:CreateDate> <xmp:MetadataDate>2011-01-11T21:13:53-05:00</xmp:MetadataDate> <xmp:ModifyDate>2011-01-11T21:13:53-05:00</xmp:ModifyDate> </rdf:Description> <rdf:Description rdf:about=""> <dc:format>application/x-shockwave-flash</dc:format> </rdf:Description> <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" rdf:about=""> <xmpMM:InstanceID>xmp.iid:B8912ACEEB1DE011BA0CBB447B1EB4D3</xmpMM:InstanceID> <xmpMM:DocumentID>xmp.did:B8912ACEEB1DE011BA0CBB447B1EB4D3</xmpMM:DocumentID> <xmpMM:OriginalDocumentID>xmp.did:CF31BA1D51D7DF1190A2C376D51F7D3B</xmpMM:OriginalDocumentID> <xmpMM:DerivedFrom rdf:parseType="Resource"> <stRef:instanceID>xmp.iid:B7912ACEEB1DE011BA0CBB447B1EB4D3</stRef:instanceID> <stRef:documentID>xmp.did:B7912ACEEB1DE011BA0CBB447B1EB4D3</stRef:documentID> <stRef:originalDocumentID>xmp.did:CF31BA1D51D7DF1190A2C376D51F7D3B</stRef:originalDocumentID> </xmpMM:DerivedFrom> </rdf:Description> </rdf:RDF>\n
movieClip 2591 library.musiclib.swf {
}
metadata <?xml version="1.0"?>\n<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about=""> <xmp:CreatorTool>Adobe Flash CS4 Professional</xmp:CreatorTool> <xmp:CreateDate>2010-11-13T16:19:56-05:00</xmp:CreateDate> <xmp:MetadataDate>2011-01-18T20:09:16-05:00</xmp:MetadataDate> <xmp:ModifyDate>2011-01-18T20:09:16-05:00</xmp:ModifyDate> </rdf:Description> <rdf:Description rdf:about=""> <dc:format>application/x-shockwave-flash</dc:format> </rdf:Description> <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" rdf:about=""> <xmpMM:InstanceID>xmp.iid:E603F46A6823E0119752B0526E55D897</xmpMM:InstanceID> <xmpMM:DocumentID>xmp.did:E603F46A6823E0119752B0526E55D897</xmpMM:DocumentID> <xmpMM:OriginalDocumentID>xmp.did:0085C89268EFDF11990FF10FCF0E0526</xmpMM:OriginalDocumentID> <xmpMM:DerivedFrom rdf:parseType="Resource"> <stRef:instanceID>xmp.iid:AE1C80AE3923E011935A81848EAC8EC6</stRef:instanceID> <stRef:documentID>xmp.did:AE1C80AE3923E011935A81848EAC8EC6</stRef:documentID> <stRef:originalDocumentID>xmp.did:0085C89268EFDF11990FF10FCF0E0526</stRef:originalDocumentID> </xmpMM:DerivedFrom> </rdf:Description> </rdf:RDF>\n
movieClip 2596 library.sound2.swf {
}
movieClip 2652 {
}
movieClip 2667 {
}
movieClip 2668 {
}
movieClip 2671 {
}
movieClip 2672 {
}
movieClip 2675 {
}
movieClip 2676 {
}
movieClip 2679 {
}
movieClip 2682 {
}
movieClip 2685 {
}
movieClip 2686 {
frame 50 {
stop();
}
}
movieClip 2689 {
}
movieClip 2690 {
}
movieClip 2691 {
}
movieClip 2694 {
}
movieClip 2695 {
}
movieClip 2697 {
}
movieClip 2703 {
}
movieClip 2714 {
frame 6 {
mSound = 'caligula_weaponthud1.aif';
}
}
movieClip 2717 {
}
movieClip 2720 {
}
movieClip 2723 {
}
movieClip 2742 {
frame 13 {
mSound = 'death_fog_shorter.wav';
}
frame 41 {
stop();
}
}
movieClip 2745 {
}
movieClip 2747 {
}
movieClip 2748 {
}
movieClip 2751 {
}
movieClip 2752 {
}
movieClip 2753 {
frame 11 {
mSound = 'gong2.wav';
}
}
movieClip 2754 {
}
movieClip 2799 {
}
movieClip 2802 {
}
movieClip 2805 {
}
movieClip 2808 {
}
movieClip 2811 {
}
movieClip 2814 {
}
movieClip 2817 {
}
movieClip 2820 {
}
movieClip 2823 {
}
movieClip 2826 {
}
movieClip 2827 {
}
movieClip 2828 {
frame 43 {
stop();
}
}
movieClip 2829 {
frame 60 {
stop();
}
}
movieClip 2830 lib_death {
}
movieClip 2634 library.death.swf {
}
movieClip 2834 {
}
movieClip 2835 lib_bone {
frame 26 {
stop();
}
}
movieClip 2839 {
}
movieClip 2846 {
}
movieClip 2850 {
frame 1 {
_visible = false;
}
}
movieClip 2855 {
frame 3 {
stop();
}
}
movieClip 2856 {
frame 11 {
mSound = 'skeleton_bone_attack.aif';
}
frame 21 {
stop();
}
}
movieClip 2859 {
}
movieClip 2862 {
frame 27 {
stop();
}
}
movieClip 2871 {
frame 1 {
stop();
}
frame 57 {
stop();
}
}
movieClip 2872 lib_emptyclip {
}
movieClip 2875 {
frame 21 {
stop();
}
}
movieClip 2876 lib_skeleton1 {
}
movieClip 2831 library.skeleton1.swf {
}
movieClip 2881 {
}
movieClip 2890 {
}
movieClip 2896 {
frame 1 {
_visible = false;
}
}
movieClip 2899 {
frame 3 {
stop();
}
}
movieClip 2900 {
frame 25 {
stop();
}
}
movieClip 2903 {
}
movieClip 2906 {
}
movieClip 2912 {
frame 31 {
stop();
}
}
movieClip 2927 {
frame 11 {
stop();
}
}
movieClip 2930 {
frame 10 {
stop();
}
}
movieClip 3041 {
}
movieClip 3042 {
frame 43 {
stop();
}
}
movieClip 3043 lib_skeSoldier {
}
movieClip 2877 library.skeSoldier.swf {
}
movieClip 3047 {
}
movieClip 3158 {
}
movieClip 3159 obj_pentagram {
frame 1 {
stop();
}
frame 20 {
stop();
}
}
movieClip 3044 library.pentagram_small.swf {
}
metadata <?xml version="1.0"?>\n<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about=""> <xmp:CreatorTool>Adobe Flash CS4 Professional</xmp:CreatorTool> <xmp:CreateDate>2010-11-25T22:12:45-05:00</xmp:CreateDate> <xmp:MetadataDate>2010-11-25T22:36:33-05:00</xmp:MetadataDate> <xmp:ModifyDate>2010-11-25T22:36:33-05:00</xmp:ModifyDate> </rdf:Description> <rdf:Description rdf:about=""> <dc:format>application/x-shockwave-flash</dc:format> </rdf:Description> <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" rdf:about=""> <xmpMM:InstanceID>xmp.iid:CB8BED340BF9DF11917BA309657D3CC0</xmpMM:InstanceID> <xmpMM:DocumentID>xmp.did:CB8BED340BF9DF11917BA309657D3CC0</xmpMM:DocumentID> <xmpMM:OriginalDocumentID>xmp.did:C68BED340BF9DF11917BA309657D3CC0</xmpMM:OriginalDocumentID> <xmpMM:DerivedFrom rdf:parseType="Resource"> <stRef:instanceID>xmp.iid:C68BED340BF9DF11917BA309657D3CC0</stRef:instanceID> <stRef:documentID>xmp.did:C68BED340BF9DF11917BA309657D3CC0</stRef:documentID> <stRef:originalDocumentID>xmp.did:C68BED340BF9DF11917BA309657D3CC0</stRef:originalDocumentID> </xmpMM:DerivedFrom> </rdf:Description> </rdf:RDF>\n
movieClip 3170 {
frame 13 {
stop();
}
}
button 3171 {
on (release) {
this._parent.gotoAndPlay('end');
}
on (press) {
Main.button_press();
}
on (rollOver) {
Main.button_rollover();
}
}
button 3174 {
on (release) {
this._parent.choice = 'yes';
this._parent.gotoAndPlay('end');
}
on (press) {
Main.button_press();
}
on (rollOver) {
Main.button_rollover();
}
}
movieClip 3175 {
}
movieClip 3176 lib_newgame_yesno {
frame 1 {
this.choice = 'no';
}
frame 10 {
stop();
}
frame 20 {
NewGameYesnoScreen.singleton.onContinue(this.choice);
stop();
}
}
movieClip 3160 library.newgame_yesno.swf {
}
movieClip 3181 {
}
movieClip 3190 {
}
movieClip 3196 {
frame 1 {
_visible = false;
}
}
movieClip 3199 {
frame 3 {
stop();
}
}
movieClip 3200 {
frame 24 {
stop();
}
}
movieClip 3210 {
frame 8 {
stop();
}
}
movieClip 3211 {
}
movieClip 3224 {
frame 7 {
stop();
}
}
movieClip 3236 {
frame 12 {
stop();
}
}
movieClip 3237 {
}
movieClip 3240 {
}
movieClip 3241 {
frame 31 {
stop();
}
}
movieClip 3249 {
frame 8 {
stop();
}
}
movieClip 3274 {
frame 25 {
stop();
}
}
movieClip 3275 {
}
movieClip 3276 {
}
movieClip 3279 {
frame 10 {
stop();
}
}
movieClip 3282 {
}
movieClip 3283 lib_gladiator1 {
}
movieClip 3177 library.gladiator1.swf {
}
movieClip 3288 {
}
movieClip 3297 {
}
movieClip 3301 {
frame 1 {
_visible = false;
}
}
movieClip 3304 {
frame 25 {
stop();
}
}
movieClip 3314 {
frame 8 {
stop();
}
}
movieClip 3315 {
}
movieClip 3328 {
frame 7 {
stop();
}
}
movieClip 3340 {
frame 12 {
stop();
}
}
movieClip 3341 {
}
movieClip 3344 {
}
movieClip 3345 {
frame 31 {
stop();
}
}
movieClip 3353 {
frame 8 {
stop();
}
}
movieClip 3378 {
frame 25 {
stop();
}
}
movieClip 3379 {
}
movieClip 3380 {
}
movieClip 3383 {
frame 10 {
stop();
}
}
movieClip 3384 lib_gladiator2 {
}
movieClip 3284 library.gladiator2.swf {
}
movieClip 3386 lib_emptyclip {
}
movieClip 3390 {
}
movieClip 3399 {
}
movieClip 3404 {
frame 12 {
mSound = 'caligula_shoot_crossbow.aif';
}
}
movieClip 3407 {
}
movieClip 3413 {
frame 31 {
stop();
}
}
movieClip 3428 {
frame 11 {
stop();
}
}
movieClip 3431 {
frame 10 {
stop();
}
}
movieClip 3432 lib_skeSoldierCrossbow {
}
movieClip 3385 library.skeSoldier_crossbow.swf {
}
movieClip 3439 {
}
movieClip 3448 {
}
movieClip 3454 {
frame 1 {
_visible = false;
}
}
movieClip 3457 {
frame 3 {
stop();
}
}
movieClip 3458 {
frame 25 {
stop();
}
}
movieClip 3461 {
}
movieClip 3467 {
frame 31 {
stop();
}
}
movieClip 3482 {
frame 11 {
stop();
}
}
movieClip 3485 {
frame 10 {
stop();
}
}
movieClip 3486 lib_skeSoldierSpear {
}
movieClip 3435 library.skesoldier_spear.swf {
}
movieClip 3490 {
}
movieClip 3491 lib_blackborder {
}
movieClip 3487 library.border.swf {
}
metadata <?xml version="1.0"?>\n<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about=""> <xmp:CreatorTool>Adobe Flash CS4 Professional</xmp:CreatorTool> <xmp:CreateDate>2010-11-29T14:21:52-05:00</xmp:CreateDate> <xmp:MetadataDate>2011-01-19T19:46:46-05:00</xmp:MetadataDate> <xmp:ModifyDate>2011-01-19T19:46:46-05:00</xmp:ModifyDate> </rdf:Description> <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" rdf:about=""> <xmpMM:InstanceID>xmp.iid:2BD4E7C12E24E0119C27DFC3123BD5EA</xmpMM:InstanceID> <xmpMM:DocumentID>xmp.did:2BD4E7C12E24E0119C27DFC3123BD5EA</xmpMM:DocumentID> <xmpMM:OriginalDocumentID>xmp.did:CDD19C08EEFBDF11878AC33187B76226</xmpMM:OriginalDocumentID> <xmpMM:DerivedFrom rdf:parseType="Resource"> <stRef:instanceID>xmp.iid:4F535E642200E0119A06B045A1B9DF17</stRef:instanceID> <stRef:documentID>xmp.did:4F535E642200E0119A06B045A1B9DF17</stRef:documentID> <stRef:originalDocumentID>xmp.did:CDD19C08EEFBDF11878AC33187B76226</stRef:originalDocumentID> </xmpMM:DerivedFrom> </rdf:Description> <rdf:Description rdf:about=""> <dc:format>application/x-shockwave-flash</dc:format> </rdf:Description> </rdf:RDF>\n
movieClip 3496 {
frame 1 {
stop();
}
}
movieClip 3499 {
}
movieClip 3500 lib_deadbody2 {
}
movieClip 3503 {
frame 1 {
stop();
}
}
movieClip 3504 lib_deadbody3 {
}
movieClip 3507 {
frame 1 {
stop();
}
}
movieClip 3508 lib_deadbody1 {
}
movieClip 3492 library.deadbody.swf {
}
metadata <?xml version="1.0"?>\n<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about=""> <xmp:CreatorTool>Adobe Flash CS4 Professional</xmp:CreatorTool> <xmp:CreateDate>2010-10-06T21:03:06-04:00</xmp:CreateDate> <xmp:MetadataDate>2011-01-15T17:21:19-05:00</xmp:MetadataDate> <xmp:ModifyDate>2011-01-15T17:21:19-05:00</xmp:ModifyDate> </rdf:Description> <rdf:Description rdf:about=""> <dc:format>application/x-shockwave-flash</dc:format> </rdf:Description> <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" rdf:about=""> <xmpMM:InstanceID>xmp.iid:40714D3FE820E011BF68BC9B58FEFD92</xmpMM:InstanceID> <xmpMM:DocumentID>xmp.did:40714D3FE820E011BF68BC9B58FEFD92</xmpMM:DocumentID> <xmpMM:OriginalDocumentID>xmp.did:DF16E9AEA9D1DF11812FE45A841F539A</xmpMM:OriginalDocumentID> <xmpMM:DerivedFrom rdf:parseType="Resource"> <stRef:instanceID>xmp.iid:9F791C24E818E01193C887E96D5D0C3C</stRef:instanceID> <stRef:documentID>xmp.did:9F791C24E818E01193C887E96D5D0C3C</stRef:documentID> <stRef:originalDocumentID>xmp.did:DF16E9AEA9D1DF11812FE45A841F539A</stRef:originalDocumentID> </xmpMM:DerivedFrom> </rdf:Description> </rdf:RDF>\n
movieClip 3535 {
}
movieClip 3536 {
}
movieClip 3537 lib_stake {
frame 20 {
stop();
}
}
movieClip 3544 {
}
movieClip 3547 {
}
movieClip 3550 {
}
movieClip 3553 {
}
movieClip 3554 {
}
movieClip 3557 {
}
movieClip 3560 {
}
movieClip 3563 {
}
movieClip 3564 {
}
movieClip 3569 {
}
movieClip 3570 {
frame 10 {
stop();
}
}
movieClip 3574 {
}
movieClip 3582 {
frame 8 {
stop();
}
}
movieClip 3583 {
frame 14 {
stop();
}
}
movieClip 3584 {
}
movieClip 3585 {
}
movieClip 3593 {
frame 8 {
stop();
}
}
movieClip 3618 {
frame 25 {
stop();
}
}
movieClip 3619 {
}
movieClip 3620 {
}
movieClip 3637 {
}
movieClip 3638 {
}
movieClip 3655 {
}
movieClip 3656 {
frame 31 {
stop();
}
}
movieClip 3660 {
}
movieClip 3662 {
frame 27 {
stop();
}
}
movieClip 3663 {
frame 4 {
stop();
}
}
movieClip 3666 {
frame 30 {
stop();
}
}
movieClip 3669 {
frame 31 {
stop();
}
}
movieClip 3672 {
frame 31 {
stop();
}
}
movieClip 3699 {
frame 14 {
stop();
}
}
movieClip 3700 {
frame 89 {
stop();
}
}
movieClip 3703 {
}
movieClip 3706 {
}
movieClip 3708 {
}
movieClip 3709 {
frame 19 {
stop();
}
}
movieClip 3710 {
frame 40 {
stop();
}
}
movieClip 3711 {
}
movieClip 3714 {
}
movieClip 3715 {
}
movieClip 3754 {
}
movieClip 3843 {
}
movieClip 3852 {
frame 60 {
stop();
}
}
movieClip 3859 {
frame 13 {
stop();
}
}
movieClip 3882 {
frame 18 {
stop();
}
}
movieClip 3883 {
frame 98 {
stop();
}
}
movieClip 3884 {
frame 1 {
stop();
}
frame 42 {
stop();
}
frame 83 {
stop();
}
frame 182 {
stop();
}
}
movieClip 3888 {
}
movieClip 3892 {
}
movieClip 3893 lib_emptyclip {
}
movieClip 3894 {
frame 9 {
mSound = 'caligula_quadrelthrow.aif';
}
}
movieClip 3897 {
}
movieClip 3900 {
}
movieClip 3902 {
frame 1 {
_visible = false;
}
}
movieClip 3903 {
frame 12 {
mSound = 'beastboy_rhinohit.wav';
}
}
movieClip 3906 {
}
movieClip 3909 {
}
movieClip 3918 {
frame 5 {
stop();
}
}
movieClip 3919 {
frame 7 {
mSound = 'tt_raven_slap.aif';
}
}
movieClip 3922 {
}
movieClip 3925 {
}
movieClip 3928 {
}
movieClip 3929 {
frame 27 {
stop();
}
}
movieClip 3952 {
}
movieClip 3955 {
}
movieClip 3958 {
}
movieClip 3961 {
}
movieClip 3964 {
}
movieClip 3967 {
}
movieClip 3970 {
}
movieClip 3971 {
}
movieClip 3972 {
frame 60 {
stop();
}
}
movieClip 3975 {
frame 26 {
stop();
}
}
movieClip 3976 lib_vlad {
}
movieClip 3977 lib_expsmall {
frame 15 {
stop();
this.removeMovieClip();
}
}
movieClip 3983 {
}
movieClip 3985 {
}
movieClip 3986 {
frame 16 {
stop();
}
}
movieClip 3987 lib_stalinmissles {
frame 1 {
this.cHitArea = this;
}
frame 49 {
stop();
}
}
movieClip 3990 {
}
movieClip 3993 {
}
movieClip 3996 {
}
movieClip 3997 {
}
movieClip 4000 {
}
movieClip 4003 {
}
movieClip 4006 {
}
movieClip 4009 {
}
movieClip 4010 {
}
movieClip 4013 {
}
movieClip 4017 {
}
movieClip 4018 {
}
movieClip 4021 {
}
movieClip 4022 {
}
movieClip 4023 {
}
movieClip 4026 {
}
movieClip 4029 {
frame 31 {
stop();
}
}
movieClip 4030 {
frame 30 {
stop();
}
}
movieClip 4033 {
frame 31 {
stop();
}
}
movieClip 4036 {
frame 31 {
stop();
}
}
movieClip 4041 {
frame 3 {
stop();
}
}
movieClip 4042 {
frame 89 {
stop();
}
}
movieClip 4047 {
}
movieClip 4048 {
}
movieClip 4051 {
}
movieClip 4052 {
}
movieClip 4056 {
frame 60 {
stop();
}
}
movieClip 4057 {
frame 98 {
stop();
}
}
movieClip 4058 {
frame 1 {
stop();
}
frame 42 {
stop();
}
frame 83 {
stop();
}
frame 182 {
stop();
}
}
movieClip 4061 {
}
movieClip 4064 {
}
movieClip 4067 {
}
movieClip 4070 {
frame 3 {
stop();
}
}
movieClip 4071 {
frame 1 {
_visible = false;
}
}
movieClip 4074 {
}
movieClip 4077 {
}
movieClip 4078 {
frame 18 {
mSound = 'stalin_punch_attack.aif';
}
frame 40 {
mSound = 'stalin_punch_attack.aif';
}
frame 59 {
stop();
}
}
movieClip 4081 {
}
movieClip 4086 {
}
movieClip 4089 {
}
movieClip 4090 {
}
movieClip 4091 {
}
movieClip 4092 {
}
movieClip 4093 {
}
movieClip 4100 {
}
movieClip 4101 {
frame 23 {
mSound = 'stalin_minigun_1_4.wav';
}
frame 73 {
stop();
}
}
movieClip 4111 {
}
movieClip 4116 {
frame 21 {
mSound = 'bazooka_fire.wav';
}
}
movieClip 4119 {
}
movieClip 4122 {
}
movieClip 4125 {
}
movieClip 4126 {
frame 26 {
stop();
}
}
movieClip 4127 {
}
movieClip 4128 {
}
movieClip 4129 {
frame 59 {
stop();
}
}
movieClip 4131 {
}
movieClip 4133 {
}
movieClip 4135 {
}
movieClip 4136 {
frame 43 {
stop();
}
}
movieClip 4137 lib_stalin {
}
movieClip 4152 {
}
movieClip 4157 {
}
movieClip 4160 {
}
movieClip 4163 {
}
movieClip 4166 {
}
movieClip 4169 {
}
movieClip 4172 {
}
movieClip 4175 {
}
movieClip 4178 {
}
movieClip 4181 {
}
movieClip 4182 {
}
movieClip 4183 {
frame 47 {
stop();
}
}
movieClip 4185 {
}
movieClip 4186 lib_firewall {
frame 3 {
this.cHitArea._visible = false;
}
frame 60 {
stop();
}
}
movieClip 4189 {
}
movieClip 4190 {
}
movieClip 4193 {
}
movieClip 4196 {
}
movieClip 4199 {
}
movieClip 4202 {
}
movieClip 4203 {
}
movieClip 4206 {
}
movieClip 4207 {
}
movieClip 4208 {
}
movieClip 4209 {
}
movieClip 4212 {
}
movieClip 4215 {
frame 31 {
stop();
}
}
movieClip 4216 {
frame 30 {
stop();
}
}
movieClip 4219 {
frame 31 {
stop();
}
}
movieClip 4222 {
frame 31 {
stop();
}
}
movieClip 4223 {
frame 89 {
stop();
}
}
movieClip 4226 {
}
movieClip 4227 {
}
movieClip 4232 {
}
movieClip 4233 {
}
movieClip 4236 {
}
movieClip 4237 {
}
movieClip 4240 {
frame 60 {
stop();
}
}
movieClip 4241 {
frame 98 {
stop();
}
}
movieClip 4242 {
frame 1 {
stop();
}
frame 42 {
stop();
}
frame 83 {
stop();
}
frame 182 {
stop();
}
}
movieClip 4245 {
}
movieClip 4290 {
}
movieClip 4291 {
}
movieClip 4294 {
}
movieClip 4295 {
frame 21 {
mSound = 'satan_fireball.aif';
}
frame 62 {
stop();
}
}
movieClip 4298 {
}
movieClip 4301 {
}
movieClip 4302 {
frame 48 {
mSound = 'gong2.wav';
}
frame 91 {
stop();
}
}
movieClip 4305 {
}
movieClip 4308 {
}
movieClip 4310 {
frame 1 {
_visible = false;
}
}
movieClip 4311 {
frame 6 {
mSound = 'tt_raven_slap.aif';
}
frame 18 {
stop();
}
}
movieClip 4314 {
}
movieClip 4317 {
}
movieClip 4320 {
}
movieClip 4321 {
frame 26 {
stop();
}
}
movieClip 4322 {
}
movieClip 4323 {
}
movieClip 4324 {
frame 59 {
stop();
}
}
movieClip 4327 {
frame 43 {
stop();
}
}
movieClip 4328 lib_nero1 {
}
movieClip 4331 {
}
movieClip 4334 {
}
movieClip 4359 {
}
movieClip 4360 {
frame 25 {
stop();
}
}
movieClip 4361 {
frame 62 {
stop();
}
}
movieClip 4362 lib_bomb1 {
frame 14 {
if (this.followDuration > 0) {
this.onFollowCaligula();
--this.followDuration;
gotoAndPlay(_currentframe - 1);
} else {
this.onFollowCaligula = null;
}
}
frame 24 {
(Game.singleton.getCamera()).shake(15, 8);
mSound = 'ITEM_CANNON-VOLCANO.aiff';
}
frame 41 {
stop();
}
}
movieClip 4365 {
}
movieClip 4366 {
}
movieClip 4369 {
}
movieClip 4372 {
}
movieClip 4375 {
}
movieClip 4378 {
}
movieClip 4381 {
}
movieClip 4384 {
}
movieClip 4385 {
}
movieClip 4388 {
}
movieClip 4389 {
}
movieClip 4390 {
}
movieClip 4391 {
}
movieClip 4394 {
}
movieClip 4397 {
frame 31 {
stop();
}
}
movieClip 4398 {
frame 30 {
stop();
}
}
movieClip 4401 {
frame 31 {
stop();
}
}
movieClip 4404 {
frame 31 {
stop();
}
}
movieClip 4405 {
frame 89 {
stop();
}
}
movieClip 4408 {
}
movieClip 4409 {
}
movieClip 4414 {
}
movieClip 4415 {
frame 40 {
stop();
}
}
movieClip 4416 {
}
movieClip 4419 {
}
movieClip 4424 {
frame 60 {
stop();
}
}
movieClip 4425 {
frame 98 {
stop();
}
}
movieClip 4426 {
frame 1 {
stop();
}
frame 42 {
stop();
}
frame 83 {
stop();
}
frame 182 {
stop();
}
}
movieClip 4429 {
}
movieClip 4432 {
}
movieClip 4453 {
}
movieClip 4454 {
}
movieClip 4455 {
frame 8 {
mSound = 'hitler_icy_blast.wav';
}
frame 68 {
stop();
}
}
movieClip 4458 {
}
movieClip 4459 {
}
movieClip 4464 {
}
movieClip 4465 {
}
movieClip 4466 {
frame 47 {
stop();
}
}
movieClip 4469 {
}
movieClip 4471 {
frame 1 {
_visible = false;
}
}
movieClip 4474 {
}
movieClip 4475 {
frame 6 {
mSound = 'caligula_weaponthud1.aif';
}
frame 17 {
stop();
}
}
movieClip 4478 {
}
movieClip 4481 {
}
movieClip 4484 {
}
movieClip 4485 {
frame 26 {
stop();
}
}
movieClip 4486 {
}
movieClip 4487 {
}
movieClip 4488 {
frame 59 {
stop();
}
}
movieClip 4491 {
frame 28 {
stop();
}
}
movieClip 4492 lib_hitler {
}
movieClip 4495 {
}
movieClip 4498 {
}
movieClip 4501 {
}
movieClip 4504 {
}
movieClip 4507 {
}
movieClip 4508 {
}
movieClip 4511 {
}
movieClip 4514 {
}
movieClip 4517 {
}
movieClip 4520 {
}
movieClip 4521 {
}
movieClip 4525 {
}
movieClip 4526 {
}
movieClip 4529 {
}
movieClip 4530 {
}
movieClip 4531 {
}
movieClip 4532 {
}
movieClip 4533 {
}
movieClip 4536 {
}
movieClip 4539 {
frame 31 {
stop();
}
}
movieClip 4542 {
frame 30 {
stop();
}
}
movieClip 4545 {
frame 31 {
stop();
}
}
movieClip 4548 {
frame 31 {
stop();
}
}
movieClip 4549 {
frame 89 {
stop();
}
}
movieClip 4554 {
}
movieClip 4555 {
frame 40 {
stop();
}
}
movieClip 4556 {
}
movieClip 4559 {
}
movieClip 4560 {
}
movieClip 4565 {
frame 60 {
stop();
}
}
movieClip 4566 {
frame 98 {
stop();
}
}
movieClip 4567 {
frame 1 {
stop();
}
frame 42 {
stop();
}
frame 83 {
stop();
}
frame 182 {
stop();
}
}
movieClip 4571 {
}
movieClip 4575 {
}
movieClip 4576 {
frame 1 {
_visible = false;
}
}
movieClip 4581 {
}
movieClip 4582 {
frame 6 {
mSound = 'jesus_crosssmach.aif';
}
}
movieClip 4585 {
}
movieClip 4596 {
}
movieClip 4607 {
}
movieClip 4614 {
}
movieClip 4624 {
}
movieClip 4625 {
}
movieClip 4626 {
frame 13 {
mSound = 'demonbros_special2_swing.aif';
}
frame 60 {
stop();
}
}
movieClip 4633 {
}
movieClip 4638 {
}
movieClip 4642 {
}
movieClip 4647 {
}
movieClip 4649 {
}
movieClip 4660 {
frame 3 {
mSound = 'jl_callin_hawkgirl.aif';
}
}
movieClip 4663 {
}
movieClip 4666 {
}
movieClip 4669 {
}
movieClip 4670 {
frame 26 {
stop();
}
}
movieClip 4671 {
}
movieClip 4672 {
}
movieClip 4673 {
frame 59 {
stop();
}
}
movieClip 4677 {
frame 25 {
stop();
}
}
movieClip 4678 lib_atila {
}
movieClip 3509 library.all_boss.swf {
}
metadata <?xml version="1.0"?>\n<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about=""> <xmp:CreatorTool>Adobe Flash CS4 Professional</xmp:CreatorTool> <xmp:CreateDate>2010-10-28T10:43:18-04:00</xmp:CreateDate> <xmp:MetadataDate>2011-01-13T23:31:51-05:00</xmp:MetadataDate> <xmp:ModifyDate>2011-01-13T23:31:51-05:00</xmp:ModifyDate> </rdf:Description> <rdf:Description rdf:about=""> <dc:format>application/x-shockwave-flash</dc:format> </rdf:Description> <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" rdf:about=""> <xmpMM:DerivedFrom rdf:parseType="Resource"> <stRef:instanceID>xmp.iid:DFF24AA2B91EE0118061937422B57FBB</stRef:instanceID> <stRef:documentID>xmp.did:DFF24AA2B91EE0118061937422B57FBB</stRef:documentID> <stRef:originalDocumentID>xmp.did:1280D3CE7820681188C6A3C4D00FAB54</stRef:originalDocumentID> </xmpMM:DerivedFrom> <xmpMM:DocumentID>xmp.did:6C30E3367F1FE01182DAE5D7B78A3544</xmpMM:DocumentID> <xmpMM:InstanceID>xmp.iid:6C30E3367F1FE01182DAE5D7B78A3544</xmpMM:InstanceID> <xmpMM:OriginalDocumentID>xmp.did:1280D3CE7820681188C6A3C4D00FAB54</xmpMM:OriginalDocumentID> </rdf:Description> </rdf:RDF>\n
movieClip 4688 {
}
movieClip 4689 {
frame 10 {
stop();
}
}
movieClip 4698 {
}
movieClip 4702 {
frame 15 {
stop();
}
}
movieClip 4705 {
}
movieClip 4713 {
frame 13 {
stop();
}
}
button 4714 {
on (release) {
_parent.play();
}
}
movieClip 4715 {
frame 1 {
}
}
button 4720 {
on (release) {
play();
}
on (keyPress '<Space>') {
play();
}
}
movieClip 4724 lib_winover_screen {
frame 19 {
stop();
this.setupInfoBoard(this);
}
frame 35 {
Game.singleton.gotoState('none');
}
frame 36 {
stop();
this.continueGame();
}
}
movieClip 4679 library.win_screen.swf {
}
movieClip 20480 __Packages.tinymantis.GameObject {
#initclip
if (!tinymantis.GameObject) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.GameObject = function (className) {
this.mClassName = className;
};
var v1 = _global.tinymantis.GameObject.prototype;
v1.gotoState = function (inState) {
if (inState == null) {
throw new Error('Error: cannot goto a \'null\' State');
}
if (this.mStateMachineMap == null) {
this.mStateMachineMap = new Array();
}
var v3 = tinymantis.GameObject.sStateMap[this.mClassName][inState];
if (!this.mStateMachineMap[v3]) {
this.mStateMachineMap[v3] = new tinymantis.StateMachine(this);
}
this.mStateMachineMap[v3].setState(inState);
return v3;
};
v1.isInState = function (inState, channel) {
return this.mStateMachineMap[channel].isState(inState);
};
v1.update = function () {
var v2 = 0;
var v3 = this.mStateMachineMap.length;
goto 721;
for (;;) {
++v2;
label 721:
if (v2 >= v3) break;
if (this.mStateMachineMap[v2]) {
this.mStateMachineMap[v2].update();
}
}
};
v1.run = function (yes) {
var v3 = 0;
var v4 = this.mStateMachineMap.length;
goto 858;
for (;;) {
++v3;
label 858:
if (v3 >= v4) break;
if (this.mStateMachineMap[v3]) {
this.mStateMachineMap[v3].run(yes);
}
}
};
_global.tinymantis.GameObject.buildStateGroup = function (inClassName, inStateGroup, inGroupIndex) {
if (typeof tinymantis.GameObject.sStateMap[inClassName] == 'undefined') {
tinymantis.GameObject.sStateMap[inClassName] = new Object();
}
var v5 = 0;
goto 1083;
for (;;) {
++v5;
label 1083:
if (v5 >= inStateGroup.length) break;
tinymantis.GameObject.sStateMap[inClassName][inStateGroup[v5]] = inGroupIndex;
}
};
ASSetPropFlags(v1, null, 1);
v1.mStateMachineMap = null;
v1.mClassName = '';
v1.mStateParam = null;
_global.tinymantis.GameObject.sStateMap = new Object();
}
#endinitclip
}
movieClip 20481 __Packages.SceneObject {
#initclip
if (!SceneObject) {
_global.SceneObject = function (classname, type) {
super(classname);
this.pType = type;
this.pDead = false;
this.pY = -1;
this.pX = -1;
this.pTile = null;
};
_global.SceneObject extends tinymantis.GameObject;
var v1 = _global.SceneObject.prototype;
v1.isCharacter = function () {
return false;
};
v1.isCaligula = function () {
return false;
};
v1.isThrowObject = function () {
return false;
};
v1.getTileSpace = function () {
return 0;
};
v1.__get__party = function () {
return 1;
};
v1.isBlockable = function () {
return true;
};
v1.getDistance = function (obj) {
return Math.abs(obj.X - this.X) + Math.abs(obj.Y - this.Y) * 0.7;
};
v1.recycle = function () {};
v1.getType = function () {
return this.pType;
};
v1.__get__clip = function () {
return this.pMovieClip;
};
v1.initPosition = function (inx, iny) {
this.setPosition(inx, iny);
this.updatePosition(true);
};
v1.getDirection = function () {
return this.pMovieClip._xscale > 0 ? -1 : 1;
};
v1.initDirection = function (indir) {
if (indir != 0) {
var v3 = Math.abs(this.pMovieClip._xscale);
this.pMovieClip._xscale = indir > 0 ? -v3 : v3;
}
};
v1.isDead = function () {
return this.pDead;
};
v1.destroy = function () {
if (this.pMovieClip) {
this.pMovieClip.removeMovieClip();
this.pMovieClip = null;
}
};
v1.setMovieClip = function (clip) {
this.pMovieClip = clip;
this.pX = this.pMovieClip._x;
this.pY = this.pMovieClip._y;
};
v1.getMovieClip = function () {
return this.pMovieClip;
};
v1.__get__X = function () {
return this.pX;
};
v1.__get__Y = function () {
return this.pY;
};
v1.getTile = function () {
return this.pTile;
};
v1.update = function () {
super.update();
this.updatePosition(false);
};
v1.updatePosition = function (instantly) {
if (instantly) {
this.pMovieClip._x = this.pX;
this.pMovieClip._y = this.pY;
} else {
this.pMovieClip._x += (this.pX - this.pMovieClip._x) * 0.5;
this.pMovieClip._y += (this.pY - this.pMovieClip._y) * 0.5;
}
};
v1.checkWalkY = function () {
return false;
};
v1.setPosition = function (x, y) {
var v4 = x;
var v5 = y;
var v6 = Game.singleton.getSceneMap();
var v7 = v6.getTileFromLocation(v4, v5);
if (v7 == null) {
return false;
}
if (!v6.isTileWalkable(v7.mI, v7.mJ)) {
if (this.checkWalkY() && this.pTile != null) {
var v8 = this.pTile.getCenterY();
if (y > this.pY) {
v8 += this.getTileSpace();
} else {
v8 -= this.getTileSpace();
}
this.setPosition(x, v8);
}
return false;
}
this.pTile = v7;
var v9 = this.pTile.getCenterX();
var v10 = this.pTile.getCenterY();
if (v4 > v9 && !v6.isTileWalkable(this.pTile.mI + 1, this.pTile.mJ) || v4 < v9 && !v6.isTileWalkable(this.pTile.mI - 1, this.pTile.mJ)) {
v4 = v9;
}
if (v5 > v10 + this.getTileSpace() && !v6.isTileWalkable(this.pTile.mI, this.pTile.mJ + 1)) {
v5 = v10 + this.getTileSpace();
} else {
if (v5 < v10 - this.getTileSpace() && !v6.isTileWalkable(this.pTile.mI, this.pTile.mJ - 1)) {
v5 = v10 - this.getTileSpace();
}
}
var v11 = this.pX - v4;
var v12 = this.pY - v5;
if (Math.abs(v11) > Math.abs(v12)) {
v5 = this.adjustY(v4, v5, v6, this.pTile, v9, v10);
v4 = this.adjustX(v4, v5, v6, this.pTile, v9, v10);
} else {
v4 = this.adjustX(v4, v5, v6, this.pTile, v9, v10);
v5 = this.adjustY(v4, v5, v6, this.pTile, v9, v10);
}
if (this.pY != v5) {
this.updateDepth(v4, v5);
}
this.pX = v4;
this.pY = v5;
return x == v4 && y == v5;
};
v1.updateDepth = function (inx, iny) {
var v4 = (Game.singleton.getSceneMap()).getDepth(inx, iny);
if (v4 != this.pMovieClip.getDepth()) {
var v5 = this.pMovieClip._parent;
goto 3103;
while (storedv6 != undefined) {
label 3103:
++v4;
var v6 = v5.getInstanceAtDepth(v4);
}
this.pMovieClip.swapDepths(v4);
}
};
v1.adjustX = function (x, y, map, tile, tileCenterX, tileCenterY) {
if (y > tileCenterY + this.getTileSpace()) {
if (x > tileCenterX && !map.isTileWalkable(tile.mI + 1, tile.mJ + 1) || x < tileCenterX && !map.isTileWalkable(tile.mI - 1, tile.mJ + 1)) {
x = tileCenterX;
}
return x;
}
if (y < tileCenterY - this.getTileSpace()) {
if (x > tileCenterX && !map.isTileWalkable(tile.mI + 1, tile.mJ - 1) || x < tileCenterX && !map.isTileWalkable(tile.mI - 1, tile.mJ - 1)) {
x = tileCenterX;
}
}
return x;
};
v1.adjustY = function (x, y, map, tile, tileCenterX, tileCenterY) {
if (x > tileCenterX) {
if (y > tileCenterY + this.getTileSpace() && !map.isTileWalkable(tile.mI + 1, tile.mJ + 1)) {
y = tileCenterY + this.getTileSpace();
} else {
if (y < tileCenterY - this.getTileSpace() && !map.isTileWalkable(tile.mI + 1, tile.mJ - 1)) {
y = tileCenterY - this.getTileSpace();
}
}
return y;
}
if (x < tileCenterX) {
if (y > tileCenterY + this.getTileSpace() && !map.isTileWalkable(tile.mI - 1, tile.mJ + 1)) {
y = tileCenterY + this.getTileSpace();
return y;
}
if (y < tileCenterY - this.getTileSpace() && !map.isTileWalkable(tile.mI - 1, tile.mJ - 1)) {
y = tileCenterY - this.getTileSpace();
}
}
return y;
};
v1.addProperty('Y', v1.__get__Y, function () {});
v1.addProperty('party', v1.__get__party, function () {});
v1.addProperty('X', v1.__get__X, function () {});
v1.addProperty('clip', v1.__get__clip, function () {});
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20482 __Packages.WeaponIcon {
#initclip
if (!WeaponIcon) {
_global.WeaponIcon = function (index) {
super();
this.pWeaponIndex = index;
this.pKey = String.fromCharCode((String('A')).charCodeAt(0) + index);
};
_global.WeaponIcon extends SceneObject;
var v1 = _global.WeaponIcon.prototype;
v1.getKey = function () {
return this.pKey;
};
v1.initialize = function (parent, tileI, tileJ) {
this.pMovieClip = parent.attachMovie('lib_float_weapon_icon', 'weapon_' + this.pKey, parent.getNextHighestDepth());
this.pMovieClip.mWeaponIndex = this.pWeaponIndex;
var v5 = (tileI + 0.5) * SceneMap.TILE_SIZE;
var v6 = (tileJ + 0.5) * SceneMap.TILE_SIZE;
this.initPosition(v5, v6);
org.flashdevelop.utils.FlashConnect.trace('weapon icon : ' + this.pKey + ' => (' + this.pX + ',' + this.pY + ')', 'WeaponIcon::initialize', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/WeaponIcon.as', 31);
};
v1.destroy = function () {
this.pMovieClip.removeMovieClip();
this.pMovieClip = null;
};
v1.recycle = function () {
this.pDead = true;
};
v1.update = function () {
if (this.pMovieClip._currentframe == this.pMovieClip._totalframes) {
this.pDead = true;
} else {
if (this.pKey) {
var v2 = Game.singleton.getCaligula();
if (Math.abs((v2.getTile()).mI - this.pTile.mI) < 2 && (Math.abs((v2.getTile()).mJ - this.pTile.mJ) < 2 && this.pMovieClip.hitTest(v2.clip))) {
this.pMovieClip.gotoAndPlay('end');
var v3 = Game.singleton;
var v4 = v3.getNumActivatedWeapons();
var v5 = 'caligula_weaponpickup.wav';
if (v4 == 25) {
v5 = 'caligula_manhoodpickup.wav';
}
tinymantis.SoundManager.sSingleton.playSound(v5, false, 100);
var v6 = v4 - v3.getStartNumWeapons();
var v7 = 10;
if (v6 == 26) {
v7 = 10;
} else {
var v8 = 0;
goto 1806;
for (;;) {
++v8;
label 1806:
if (v8 >= v6) break;
v7 *= 2;
}
}
(v3.getGameUI()).addKillValue(v7, false, this);
(v3.getGameUI()).showWeaponMessage(this.pKey, true, 0);
v3.earnWeapon(this.pKey);
v3.saveGame((v3.getGameUI()).getScore());
this.pKey = null;
}
}
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20483 __Packages.Character {
#initclip
if (!Character) {
_global.Character = function (type) {
super('Character', type);
this.pCurrentForm = '';
this.pCanStun = false;
this.pWeaponKillMap = new Object();
};
_global.Character extends SceneObject;
var v1 = _global.Character.prototype;
_global.Character.resetIndex = function () {
Character._sIndex = 0;
};
_global.Character.initStateMachine = function () {
tinymantis.GameObject.buildStateGroup('Character', new Array('init', 'standup', 'chargeup', 'idle', 'walk', 'flee', 'defend', 'attack', 'hit', 'stun', 'death', 'explosive_death', 'decay', 'ghost', 'recycle', 'teleport1', 'teleport2'), 0);
tinymantis.GameObject.buildStateGroup('Character', new Array('think', 'melee', 'throw', 'summon', 'ocarina', 'zampogna', 'manhood', 'necromancer'), 1);
tinymantis.GameObject.buildStateGroup('Character', new Array('burning', 'nofire'), 2);
};
v1.isBoss = function (checkActive) {
return false;
};
v1.hit_burn = function () {};
v1.onOrbHit = function (caligula) {
this.health = 0;
switch (this.getType()) {
case 'Rat':
case 'DeathRat':
this.gotoState('death');
break;
default:
this.gotoState('explosive_death');
}
};
v1.getWeaponKillMap = function () {
return this.pWeaponKillMap;
};
v1.addWeaponKill = function (key, value, playsoundAndEffect) {
this.pWeaponKillMap[key] = Math.max(0, this.getWeaponKill(key) + value);
};
v1.getWeaponKill = function (key) {
if (this.pWeaponKillMap[key] == undefined) {
return 0;
}
return this.pWeaponKillMap[key];
};
v1.getValue = function () {
return 0;
};
v1.getSpeed = function () {
return this.pSpeed;
};
v1.canStun = function () {
return this.pCanStun;
};
v1.resetHealthMax = function (value) {
this.pHealthMax = value;
};
v1.initialize = function () {
this.pCurrentAttack = null;
this.mStateParam = new Object();
this.pParty = 1;
var v2 = CharacterInfo.singleton.getCharacterInfo(this.pType);
this.pWeight = Math.min(1, Math.max(0, _global.parseInt(v2.weight) / 100));
this.pSpeed = _global.parseInt(v2.speed);
this.pSpeedRandom = this.pSpeed;
this.pHealthMax = _global.parseInt(v2.max_health);
this.pCanStun = _global.parseInt(v2.stun) != 0;
if (v2.hpbar != undefined) {
this.pHpMinibar = new HpMinibar(this);
this.pHpMinibar.setPosition(0, _global.parseInt(v2.hpbar));
}
this.initWeapons();
this.gotoState('init');
};
v1.isCharacter = function () {
return true;
};
v1.initWeapons = function () {
var v2 = CharacterInfo.singleton.getCharacterInfo(this.pType);
this.pAttackData = new Array();
var v3 = v2.weapons;
var v4 = 0;
goto 3683;
for (;;) {
++v4;
label 3683:
if (v4 >= v3.length) break;
this.addAttackData(new AttackData(v3[v4]));
}
this.pAttackData.sortOn('kills', Array.NUMERIC | Array.DESCENDING);
};
v1.initDirection = function (indir) {
super.initDirection(indir);
if (this.pHpMinibar) {
this.pHpMinibar.updateDirection();
}
};
v1.getAttackDamage = function (attackdata, target) {
return attackdata.damage;
};
v1.__get__currentAttack = function () {
return this.pCurrentAttack;
};
v1.addAttackData = function (data) {
var v3 = 0;
goto 3991;
for (;;) {
++v3;
label 3991:
if (v3 >= this.pAttackData.length) break;
var v4 = this.pAttackData[v3];
if (v4.keyCode == data.keyCode && v4.minKills == data.minKills) {
return null;
}
}
this.pAttackData.push(data);
return data;
};
v1.__get__type = function () {
return this.pType;
};
v1.getDefaultWeapon = function () {
if (this.pAttackData.length) {
return this.pAttackData[0];
}
return null;
};
v1.init_update = function () {
this.gotoState('idle');
this.health = this.pHealthMax;
this.pCurrentAttack = this.getDefaultWeapon();
this.pCurrentForm = this.pCurrentAttack ? this.pCurrentAttack.transform : '';
this.pUniqueThrowObject = null;
if (this.pHpMinibar) {
this.pHpMinibar.setVisible(true);
}
};
v1.recycle_enter = function () {
this.pMovieClip._visible = false;
this.gotoState('think');
this.gotoState('nofire');
};
v1.recycle_update = function () {
if (this.pDead) {
return undefined;
}
this.pMovieClip.removeMovieClip();
this.pDead = true;
};
v1.createAttackData = function () {
this.pAttackData = new Array();
};
v1.__get__party = function () {
return this.pParty;
};
v1.__set__party = function (p) {
this.pParty = p;
return this.__get__party();
};
v1.initTile = function (tx, ty) {
this.initPosition((tx + 0.5) * SceneMap.TILE_SIZE, (ty + 0.5) * SceneMap.TILE_SIZE);
};
v1.__get__health = function () {
return this.pHealth;
};
v1.__set__health = function (h) {
this.pHealth = Math.min(this.pHealthMax, Math.max(0, h));
if (this.pHpMinibar) {
this.pHpMinibar.update();
}
return this.__get__health();
};
v1.__get__health_max = function () {
return this.pHealthMax;
};
v1.initClip = function (parent, libname) {
this.pMovieClip = parent.attachMovie(libname, libname + Character._sIndex, parent.getNextHighestDepth());
this.pMovieClip.gotoAndStop('idle');
++Character._sIndex;
this.pMovieClip.mCharacter = this;
};
v1.move = function (dx, dy, speed) {
if (dx != 0) {
this.initDirection(dx);
}
if (dy == 0) {
dx = dx > 0 ? speed : -speed;
return this.setPosition(this.X + dx, this.Y + dy);
}
if (dx == 0) {
dy = dy > 0 ? speed : -speed;
return this.setPosition(this.X + dx, this.Y + dy);
}
speed /= Math.SQRT2;
dx = dx > 0 ? speed : -speed;
dy = dy > 0 ? speed : -speed;
return this.setPosition(this.X + dx, this.Y + dy);
};
v1.hit = function (attacker, damage, pushpower) {
if (this.health == 0) {
return false;
}
if (damage > 0) {
this.health -= damage;
this.mStateParam.push_power = Math.abs(pushpower);
this.mStateParam.push_speed = 20 * (pushpower > 0 ? 1 : -1) * (1 - this.pWeight);
this.gotoState('hit');
}
return true;
};
v1.idle_enter = function () {
this.pMovieClip._alpha = 100;
if (this.pUniqueThrowObject) {
if (this.pUniqueThrowObject.getOwner() != this) {
this.pUniqueThrowObject = null;
}
}
if (this.pUniqueThrowObject) {
this.pMovieClip.mWeapon = '';
} else {
this.pMovieClip.mWeapon = this.pCurrentAttack.key;
}
this.pMovieClip.gotoAndStop('idle');
this.pMovieClip.body.gotoAndPlay(1);
};
v1.walk_enter = function () {
this.pMovieClip.gotoAndStop('walk');
};
v1.character_walk_update = function (dx, dy) {
if (dx || dy) {
return this.move(dx, dy, this.pSpeedRandom);
return true;
}
if (this.isInState('walk', 0)) {
this.gotoState('idle');
}
return true;
};
v1.walk_exit = function () {};
v1.hit_enter = function () {
this.pMovieClip.gotoAndStop('hit');
this.pMovieClip.body.gotoAndPlay(1);
};
v1.hit_update = function () {
this.setPosition(this.pX + this.mStateParam.push_speed, this.pY);
this.mStateParam.push_speed *= this.mStateParam.push_power;
var v2 = this.pMovieClip.body;
if (v2._currentframe == v2._totalframes) {
if (this.health == 0) {
this.gotoState('death');
} else {
this.gotoState('idle');
}
}
};
v1.stun_enter = function () {
this.pMovieClip.gotoAndStop('stun');
this.mStateParam.stun_timer = 150 * AttackData.getAttackEffective('M', this.getType());
};
v1.stun_update = function () {
if (--this.mStateParam.stun_timer < 0) {
this.gotoState('idle');
}
};
v1.death_enter = function () {
this.pMovieClip.gotoAndStop('death');
this.mStateParam.death_timer = 0;
this.pMovieClip._alpha = 100;
};
v1.death_update = function () {
var v2 = this.pMovieClip.body;
if (v2._currentframe == v2._totalframes) {
v2.stop();
++this.mStateParam.death_timer;
if (this.mStateParam.death_timer > 300) {
this.gotoState('decay');
} else {
if (this.mStateParam.death_timer == 30) {
if (this.createBloodEffect()) {
} else {
this.gotoState('nofire');
}
}
}
} else {
if (v2._currentframe == 4) {
tinymantis.SoundManager.sSingleton.playSound('enemy_falls.aif', false, 100);
}
}
if (this.pHpMinibar) {
this.pHpMinibar.delay();
}
};
v1.createBloodEffect = function () {
var v2 = new BloodPool(this);
return true;
};
v1.decay_enter = function () {
if (this.pHpMinibar) {
this.pHpMinibar.setVisible(false);
}
};
v1.decay_update = function () {
if (this.pMovieClip._alpha > 0) {
this.pMovieClip._alpha -= 5;
} else {
this.gotoState('ghost');
}
};
v1.getDefendSound = function () {
return 'soldier_shield.aif';
};
v1.defend_enter = function () {
this.pMovieClip.gotoAndStop('defend');
tinymantis.SoundManager.sSingleton.playSound(this.getDefendSound(), false, 100);
this.mStateParam.push_power = -7 * this.getDirection();
};
v1.defend_update = function () {
var v2 = this.pMovieClip.body;
if (v2._currentframe == v2._totalframes) {
this.onDefendOver();
} else {
this.setPosition(this.pX + this.mStateParam.push_power, this.pY);
this.mStateParam.push_power *= 0.3;
}
};
v1.onDefendOver = function () {
this.gotoState('idle');
};
v1.getAttackAnimLabel = function (attack) {
return 'attack_' + attack.key;
};
v1.attack_enter = function () {
var v2 = false;
if (this.pCurrentForm != this.pCurrentAttack.transform) {
this.pCurrentForm = this.pCurrentAttack.transform;
if (this.pCurrentForm.length > 0) {
v2 = true;
}
}
this.pMovieClip.delay = this.pCurrentAttack.delay;
if (v2) {
this.pMovieClip.gotoAndStop('transform_' + this.pCurrentAttack.key);
} else {
this.pMovieClip.gotoAndStop(this.getAttackAnimLabel(this.pCurrentAttack));
this.gotoState(this.pCurrentAttack.type);
}
if (this.type == 'Atila' && this.pCurrentAttack.key == 'R') {
if (this.pHpMinibar) {
this.pHpMinibar.setVisible(false);
}
}
};
v1.play_ani_sound = function (clip) {
var v3 = clip.mSound;
if (v3 != null && v3.length > 4) {
tinymantis.SoundManager.sSingleton.playSound(v3, false, 100);
delete clip.mSound;
}
};
v1.attack_update = function () {
var v2 = this.pMovieClip.body;
if (v2._currentframe == v2._totalframes) {
if (this.type == 'Stalin' && this.pCurrentAttack.key == 'P') {
this.meleeEndMove(100);
} else {
if (this.type == 'Atila' && this.pCurrentAttack.key == 'R') {
this.meleeEndMove(640);
if (this.pHpMinibar) {
this.pHpMinibar.setVisible(false);
}
}
}
this.gotoState('idle');
}
this.play_ani_sound(v2);
};
v1.attack_exit = function () {
if (this.pHpMinibar) {
this.pHpMinibar.setVisible(true);
}
};
v1.meleeEndMove = function (distance) {
var v3 = this.pX;
var v4 = this.pY;
this.setPosition(this.pX + distance * this.getDirection(), this.pY);
if (v3 == this.pX && v4 == this.pY) {
var v5 = 20;
var v6 = distance / v5;
var v7 = 0;
goto 8421;
for (;;) {
++v7;
label 8421:
if (v7 >= v6) break;
if (!this.move(this.getDirection(), 0, v5)) {
} else {}
}
}
this.updatePosition(true);
};
v1.melee_check = function (hitarea, char) {
return hitarea.hitTest(char.getMovieClip()) && Math.abs(char.Y - this.Y) < Constant.HIT_Y_RANGE;
};
v1.melee_update = function () {
if (!this.isInState('attack', 0)) {
this.gotoState('think');
}
var v2 = false;
var v3 = this.pMovieClip.body.cHitArea;
if (v3 != null) {
var v4 = Game.singleton.getCharacters();
var v5 = 0;
goto 8785;
for (;;) {
++v5;
label 8785:
if (v5 >= v4.length) break;
var v6 = v4[v5];
if (v6 != this && this.melee_check(v3, v6)) {
if (v6.hit(this, this.getAttackDamage(this.pCurrentAttack, v6), this.pCurrentAttack.pushpower * this.getDirection())) {
v2 = true;
this.onSuccessfullyHitTarget(v6);
if (v6.health <= 0) {
this.addWeaponKill(this.pCurrentAttack.key, 1, true);
}
}
}
}
if (v3._parent.mMeleeSound != undefined) {
tinymantis.SoundManager.sSingleton.playSound(v3._parent.mMeleeSound[v2 ? 0 : 1], false, 100);
}
}
return v2;
};
v1.onSuccessfullyHitTarget = function (char) {};
v1.throw_update = function () {
var v2 = this.pMovieClip.body.cThrowPoint;
if (v2 != null) {
var v3 = Game.singleton.createThrowObject(this, this.pCurrentAttack);
var v4 = tinymantis.Utils.getClipRelatedPosition(v2, this.pMovieClip._parent);
v3.initStartPosition(v4.x, v4.y);
v3.initDirection(this.getDirection());
if (v3.isUnique()) {
this.pUniqueThrowObject = v3;
}
this.gotoState('think');
}
if (v2 != null || !this.isInState('attack', 0)) {
this.gotoState('think');
}
};
v1.addProperty('health', v1.__get__health, v1.__set__health);
v1.addProperty('party', v1.__get__party, v1.__set__party);
v1.addProperty('type', v1.__get__type, function () {});
v1.addProperty('health_max', v1.__get__health_max, function () {});
v1.addProperty('currentAttack', v1.__get__currentAttack, function () {});
ASSetPropFlags(v1, null, 1);
_global.Character._sIndex = 0;
v1.pHateCaligula = 0;
}
#endinitclip
}
movieClip 20484 __Packages.NPC {
#initclip
if (!NPC) {
_global.NPC = function (type) {
super(type);
this.pStartTile = new flash.geom.Point();
this.pConfuseEffect = null;
this.pCurrentTarget = null;
};
_global.NPC extends Character;
var v1 = _global.NPC.prototype;
v1.isGladiator = function () {
return false;
};
v1.loadData = function (data) {
this.pData = data;
var v3 = Game.singleton.getSceneMap();
this.pID = data.id;
this.pStartTile.x = data.i;
this.pStartTile.y = data.j;
if (!v3.isTileWalkable(this.pStartTile.x, this.pStartTile.y)) {
var v4 = 'Bad Start Point: \'' + this.getType() + '\' id=' + this.pID;
org.flashdevelop.utils.FlashConnect.trace(v4, 'NPC::loadData', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/NPC.as', 62);
throw new Error(v4);
}
this.pWayPoints = new Array();
var v5 = data.path;
var v6 = 0;
goto 3768;
for (;;) {
++v6;
label 3768:
if (v6 >= v5.length) break;
var v7 = v3.levelData.getWayPoint(v5[v6]);
this.pWayPoints.push(v7);
}
this.initDirection(data.dir);
};
v1.setSpawnNpc = function () {
this.pIsSpawnNpc = true;
};
v1.getValue = function () {
return this.pValue;
};
v1.getID = function () {
return this.pID;
};
v1.extremeDeath = function () {
super.hit(Game.singleton.getCaligula(), 1000, 0);
switch (this.getType()) {
if (this.getType() !== 'DeathRat') {
} else {
case 'Skeleton':
break;
case 'Rat':
}
default:
if (!this.isCloseToWater()) {
this.gotoState('explosive_death');
} else {
this.pMovieClip.mDeathMode = 'medium';
}
}
this.pValueCombo = true;
};
v1.findNextWayPointIndex = function () {
var v2 = -1;
var v3 = 10000;
var v5 = 0;
goto 4227;
for (;;) {
++v5;
label 4227:
if (v5 >= this.pWayPoints.length) break;
var v4 = this.pWayPoints[v5];
var v6 = Math.abs(v4.x - this.pTile.mI) + Math.abs(v4.y - this.pTile.mJ);
if (v6 < v3) {
v3 = v6;
v2 = v5;
}
}
v4 = this.pWayPoints[v2];
if (Math.abs(v4.x - this.pTile.mI) < 2 && Math.abs(v4.y - this.pTile.mJ) < 2) {
v2 = (v2 + 1) % this.pWayPoints.length;
}
return v2;
};
v1.initialize = function () {
super.initialize();
this.pAttackDistanceMin = 0;
this.pAttackDistanceMax = 100;
this.pFirstRun = true;
var v3 = CharacterInfo.singleton.getCharacterInfo(this.pType);
this.pAiDefend = (v3.defend == 'true') ? true : false;
this.pAiIdle = (v3.idle == 'false') ? false : true;
this.pAiWalk = (v3.walk == 'false') ? false : true;
this.pAiCounterAttack = (v3.counterAttack == undefined) ? '' : v3.counterAttack;
this.setConfuseEffect(null);
this.gotoState('init');
};
v1.resetValue = function () {
var v2 = CharacterInfo.singleton.getCharacterInfo(this.pType);
this.pValue = _global.parseInt(v2.value);
};
v1.melee_check = function (hitarea, char) {
return this.party != char.party && super.melee_check(hitarea, char);
};
v1.hit_burn = function () {
if (!(this.isInState('burning', 2) || (this.isInState('decay', 0) || (this.isInState('ghost', 0) || (this.isInState('recycle', 0) || (this.isInState('explosive_death', 0) || (this.isInState('standup', 0) || this.isInState('init', 0)))))))) {
this.gotoState('burning');
}
};
v1.isCloseToWater = function () {
var v2 = Game.singleton.getSceneMap();
var v3 = v2.getTile(this.pTile.mI + 1, this.pTile.mJ);
var v4 = v2.getTile(this.pTile.mI - 1, this.pTile.mJ);
return v3 != null && v3.water || v4 != null && v4.water;
};
v1.showPopDamage = function (dmg) {
var v3 = new PopDamage(dmg, this);
};
v1.isInitialized = function () {
return this.pInitialized;
};
v1.hit = function (attacker, damage, pushpower) {
if (this.isInState('standup', 0) || (this.isInState('init', 0) || !this.isInitialized())) {
return false;
}
if (attacker instanceof Character) {
this.pLastAttacker = Character(attacker);
} else {
this.pLastAttacker = null;
}
if (!this.pAiDefend || (!attacker.isBlockable() || (attacker.getDirection() == this.getDirection() || this.isInState('attack', 0) && damage > 0))) {
var v6 = Game.singleton.getCaligula();
var v7 = attacker == v6 || attacker.isThrowObject() && (ThrowObject(attacker)).getOwner() == v6;
var v8 = v7 && Game.singleton.isMaxGore();
if (v8) {
damage *= 100;
}
if (super.hit(attacker, damage, pushpower)) {
if (attacker.isThrowObject()) {
var v10 = ThrowObject(attacker);
if (v10.getOwner() == v6) {
v7 = true;
}
var v9 = v10.attackData;
} else {
var v11 = Character(attacker);
var v9 = v11.currentAttack;
}
if (v7) {
this.showPopDamage(damage);
if (this.health == 0) {
switch (this.getType()) {
case 'Skeleton':
break;
case 'Rat':
case 'DeathRat':
++Game.singleton.mRatsKilled;
break;
default:
if (v6.isChargedMode() || v8) {
if ((v9.gore || v8) && (!this.isCloseToWater() && !this.isBoss(false))) {
this.gotoState('explosive_death');
} else {
this.pMovieClip.mDeathMode = 'medium';
}
} else {
this.pMovieClip.mDeathMode = v9.gore ? 'medium' : 'mild';
}
}
this.pValueCombo = true;
} else {
this.setConfuseEffect(null);
}
} else {
if (v6) {
if (this.pLastAttacker) {
if (this.pLastAttacker.party == v6.party) {
this.showPopDamage(damage);
}
} else {
if (attacker instanceof ThrowObject) {
var v12 = (ThrowObject(attacker)).getOwner();
if (v12 && v12.party == v6.party) {
this.showPopDamage(damage);
}
}
}
}
}
if (v9.burn) {
this.hit_burn();
}
var v13 = null;
switch (this.getType()) {
break;
case 'Rat':
case 'Skeleton':
case 'DeathRat':
case 'PlebianFemale':
case 'VestalVirgin':
v13 = 'enemy_injured_female.aif';
break;
case 'Nero1':
case 'Hilter':
case 'Stalin':
case 'Vlad':
case 'Atila':
case 'Death':
v13 = 'stunned.wav';
break;
default:
v13 = 'enemy_injured_male.aif';
}
if (v13 && this.getDistance(v6) < 200) {
tinymantis.SoundManager.sSingleton.playSound(v13, false, 100);
}
return true;
} else {
if (this.health == 0 && v7) {
if (v6.currentAttack && v6.currentAttack.burn) {
this.hit_burn();
}
}
}
return false;
}
if (this.health == 0) {
return false;
}
if (!this.isInState('defend', 0)) {
this.gotoState('defend');
}
return true;
};
v1.walk_path_update = function () {
if (this.pWalkPath) {
if (this.pWalkPath.length) {
var v2 = this.pWalkPath[0];
var v3 = (Game.singleton.getSceneMap()).getTile(v2.x, v2.y);
var v4 = v3.getCenterX();
var v5 = v3.getCenterY();
var v6 = v4 - this.pX;
var v7 = v5 - this.pY;
if (Math.abs(v6) < 5) {
v6 = 0;
}
if (Math.abs(v7) < 5) {
v7 = 0;
}
if (v6 || v7) {
this.character_walk_update(v6, v7);
} else {
this.pWalkPath.shift();
return this.walk_path_update();
}
return this.pWalkPath != null;
}
this.pWalkPath = null;
}
return this.pWalkPath != null;
};
v1.npc_initialize = function () {
if (this.pIsSpawnNpc) {
return undefined;
}
var v2 = Game.singleton;
var v3 = (v2.getSceneMap()).levelData.mNumKills;
var v4 = (v2.getSceneMap()).getSkullKills();
if ((v2.getSceneMap()).needControlNpcs()) {
var v5 = v2.getCharacters();
var v6 = 0;
var v7 = 0;
goto 7793;
for (;;) {
++v7;
label 7793:
if (v7 >= v5.length) break;
var v8 = v5[v7];
if (!v8.isCaligula() && (v8.health > 0 && v8.getValue() > 0)) {
++v6;
}
}
if (v6 + v3 >= v4) {
this.gotoState('recycle');
return undefined;
}
}
var v9 = Math.min(1, v3 / v4);
var v10 = Math.random();
if (v9 < 1) {
if (this.pFirstRun && v10 < v9) {
this.gotoState('ghost');
} else {
if (v3 > 0 && (!this.isGladiator() && Math.random() < Game.singleton.getGladiatorChance())) {
switch (random(5)) {
case 0:
var v11 = 'Gladiator1';
break;
case 1:
var v11 = 'Gladiator2';
break;
case 2:
var v11 = 'SkeSoldier';
break;
case 3:
var v11 = 'SkeSoldierSpear';
break;
case 4:
var v11 = 'SkeSoldierCrossbow';
}
var v12 = NPC(v2.createCharacter(this.pMovieClip._parent, storedv11));
v12.loadData(this.pData);
this.gotoState('recycle');
}
}
} else {
if (!this.isGladiator()) {
switch (random(20)) {
case 0:
var v13 = 'Gladiator1';
break;
case 1:
var v13 = 'GladiatorRed';
break;
case 2:
var v13 = 'Soldier1';
break;
case 3:
var v13 = 'Soldier2';
break;
case 4:
var v13 = 'Soldier3';
break;
default:
var v13 = 'Skeleton';
}
var v14 = NPC(v2.createCharacter(this.pMovieClip._parent, storedv13));
v14.loadData(this.pData);
this.gotoState('recycle');
}
}
};
v1.init_update = function () {
if (this.pX == -1) {
this.initTile(this.pStartTile.x, this.pStartTile.y);
}
this.npc_initialize();
if (this.isInState('init', 0)) {
super.init_update();
this.gotoState('think');
if (this.pHateCaligula < 100) {
this.pHateCaligula = Game.singleton.getGameRank() > 12 ? 10 : 0;
}
this.pWayPointIndex = -1;
this.resetValue();
this.pValueCombo = false;
}
if (this.pIsSpawnNpc) {
this.pMovieClip._alpha = 0;
this.gotoState('standup');
}
this.pInitialized = true;
};
v1.idle_enter = function () {
super.idle_enter();
this.pWayPointIndex = this.findNextWayPointIndex();
this.mStateParam.idle_timer = 30 + Math.round(Math.random() * 60);
if (!this.pAiIdle) {
this.mStateParam.idle_timer = 0;
}
if (_global.isNaN(this.health)) {
this.gotoState('init');
}
};
v1.idle_update = function () {
if (this.health == 0) {
this.health = 1;
}
if (this.pCurrentTarget) {
this.gotoState('walk');
} else {
if (this.pConfuseEffect == null && (this.pAwareOfCaligula && !this.pHateCaligula)) {
this.gotoState('flee');
} else {
--this.mStateParam.idle_timer;
if (this.mStateParam.idle_timer < 0) {
if (this.pAiWalk) {
if (this.pConfuseEffect || this.pWayPoints.length == 0) {
var v2 = (Game.singleton.getSceneMap()).getRandomWalkableTile(this.pTile.mI, this.pTile.mJ, 9);
var v3 = new tinymantis.AStar(Game.singleton.getSceneMap());
var v4 = v3.findPathLimited(this.pTile.mI, this.pTile.mJ, v2.mI, v2.mJ, 140);
if (v4 && v4.length) {
this.pWalkPath = v4;
this.gotoState('walk');
}
} else {
if (this.pWayPoints.length == 1) {
var v5 = this.pWayPoints[0];
var v6 = (Game.singleton.getSceneMap()).getRandomWalkableTile(v5.x, v5.y, 5);
var v7 = new tinymantis.AStar(Game.singleton.getSceneMap());
var v8 = v7.findPathLimited(this.pTile.mI, this.pTile.mJ, v6.mI, v6.mJ, 80);
if (v8 && v8.length) {
this.pWalkPath = v8;
this.gotoState('walk');
}
} else {
this.pWalkPath = null;
this.mStateParam.stroll_timer = 90 + Math.random() * 180;
this.gotoState('walk');
}
}
} else {
this.gotoState('idle');
}
}
}
}
};
v1.updateAttackRange = function () {
if (this.pCurrentAttack) {
this.pAttackDistanceMin = this.pCurrentAttack.min_range;
this.pAttackDistanceMax = this.pCurrentAttack.max_range;
} else {
this.pAttackDistanceMin = 5;
this.pAttackDistanceMax = 100;
}
};
v1.walk_enter = function () {
super.walk_enter();
this.pSpeedRandom = Math.max(1, this.pSpeed + Math.random() * 2 - 1);
this.updateAttackRange();
if (this.pConfuseEffect) {
var v3 = Game.singleton.getCaligula();
var v4 = this.getConfuseEffectKey();
var v5 = v3.getAttackDataByKey(v4);
}
};
v1.walk_update = function () {
if (!this.walk_path_update()) {
var v2 = null;
var v3 = 0;
var v4 = 0;
if (this.pCurrentTarget) {
var v5 = this.pCurrentTarget;
v2 = this.findTargetAttackTile(v5);
if (v2 != null) {
v3 = v5.X - this.pX;
v4 = v5.Y - this.pY;
var v6 = Math.abs(v3);
var v7 = Math.abs(v4);
if (v6 > this.pAttackDistanceMin && (v6 < this.pAttackDistanceMax + Math.random() * 20 && v7 < Constant.HIT_Y_RANGE)) {
this.initDirection(v3);
this.gotoState('attack');
}
if (v6 < this.pAttackDistanceMin) {
v3 = (v3 == 0) ? this.pSpeed : -v3;
} else {
if (v6 < this.pAttackDistanceMax) {
v3 = 0;
}
}
if (v7 < 5) {
v4 = 0;
}
} else {
var v8 = Game.singleton.getSceneMap();
var v9 = this.pWayPoints[this.pWayPointIndex];
v2 = v8.getTile(v9.x, v9.y);
v3 = v2.getCenterX() - this.X;
v4 = v2.getCenterY() - this.Y;
if (Math.abs(v3) < 30) {
v3 = 0;
}
if (Math.abs(v4) < 30) {
v4 = 0;
}
if (v2 == this.pTile) {
this.gotoState('idle');
}
}
} else {
if (this.pConfuseEffect) {
this.gotoState('idle');
} else {
if (this.pAwareOfCaligula && !this.pHateCaligula) {
this.gotoState('flee');
} else {
var v10 = Game.singleton.getSceneMap();
var v11 = this.pWayPoints[this.pWayPointIndex];
v2 = v10.getTile(v11.x, v11.y);
v3 = v2.getCenterX() - this.X;
v4 = v2.getCenterY() - this.Y;
if (Math.abs(v3) < 30) {
v3 = 0;
}
if (Math.abs(v4) < 30) {
v4 = 0;
}
if (--this.mStateParam.stroll_timer < 0 || v2 == this.pTile) {
this.gotoState('idle');
}
}
}
}
if (!this.character_walk_update(v3, v4) && !this.isInState('attack', 0)) {
if (v2 == null || !this.findNextTile(v2.mI, v2.mJ)) {
this.pCurrentTarget = null;
this.gotoState('idle');
}
}
}
};
v1.findNextTile = function (ti, tj) {
var v4 = new tinymantis.AStar(Game.singleton.getSceneMap());
var v5 = v4.findPath(this.pTile.mI, this.pTile.mJ, ti, tj);
this.pWalkPath = v5.slice(0, 3);
return this.pWalkPath.length > 0;
};
v1.attack_exit = function () {
super.attack_exit();
this.gotoState('think');
if (this.pCurrentTarget.health == 0 || (this.pCurrentTarget.party == this.party || Math.random() < 0.5)) {
this.pCurrentTarget = null;
}
};
v1.flee_enter = function () {
if (Math.random() < 0.5) {
this.pWayPoints.reverse();
}
this.pMovieClip.gotoAndStop('flee');
this.mStateParam.flee_timer = 0;
this.mStateParam.flee_direction = new flash.geom.Point(1, 0);
};
v1.flee_update = function () {
if (this.pHateCaligula || this.pConfuseEffect) {
this.gotoState('idle');
} else {
if (this.pAwareOfCaligula) {
if (!this.walk_path_update()) {
var v2 = Game.singleton.getCaligula();
var v3 = this.X;
var v4 = this.Y;
var v5 = 0;
var v6 = 0;
--this.mStateParam.flee_timer;
if (this.mStateParam.flee_timer < 0) {
v5 = v3 - v2.X;
v6 = v4 - v2.Y;
if (v5 == 0 && v6 == 0) {
v5 = Math.random() - 0.5;
v6 = Math.random() - 0.5;
}
if (v5 != 0) {
var v7 = Math.abs(v6 / v5);
if (v7 < 0.2) {
v6 = 0;
} else {
if (v7 > 5) {
v5 = 0;
}
}
}
this.mStateParam.flee_direction.x = v5;
this.mStateParam.flee_direction.y = v6;
this.mStateParam.flee_timer = 90;
} else {
v5 = this.mStateParam.flee_direction.x;
v6 = this.mStateParam.flee_direction.y;
}
if (!this.character_walk_update(v5, v6)) {
this.mStateParam.flee_timer = 0;
if (Math.abs(this.pX - v3) + Math.abs(this.pY - v4) < 4) {
var v8 = (Game.singleton.getSceneMap()).getRandomWalkableTile(this.pTile.mI, this.pTile.mJ, 7);
var v9 = Math.abs(v8.mI - this.pTile.mI) + Math.abs(v8.mJ - this.pTile.mJ);
if (v9 > 2) {
if ((v8.mI - (v2.getTile()).mJ) * v5 > 0 || (v8.mJ - (v2.getTile()).mJ) * v6 > 0) {
var v10 = new tinymantis.AStar(Game.singleton.getSceneMap());
var v11 = v10.findPathLimited(this.pTile.mI, this.pTile.mJ, v8.mI, v8.mJ, 100);
this.pWalkPath = v11;
}
}
}
}
}
} else {
this.gotoState('idle');
}
}
};
v1.flee_exit = function () {};
v1.ghost_enter = function () {
this.pMovieClip._visible = false;
this.pHealth = 0;
this.pFirstRun = false;
var v2 = Game.singleton.getSceneMap();
var v3 = v2.levelData.mNumKills;
var v4 = Math.min(1, v3 / v2.getSkullKills());
if (v4 == 1) {
this.gotoState('recycle');
}
this.mStateParam.ghost_timer = 90 + Math.round(v4 * 600 * Math.random());
};
v1.ghost_update = function () {
if (!this.pIsSpawnNpc && (--this.mStateParam.ghost_timer < 0 && (this.pStartTile && (Game.singleton.getSceneMap()).isTileWalkable(this.pStartTile.x, this.pStartTile.y)))) {
var v2 = (Game.singleton.getSceneMap()).getTile(this.pStartTile.x, this.pStartTile.y);
if (!(Game.singleton.getCamera()).isPositionInScreen(v2.getCenterX(), v2.getCenterY())) {
this.pX = -1;
this.gotoState('init');
}
}
};
v1.ghost_exit = function () {
this.pMovieClip._visible = true;
};
v1.__get__party = function () {
if (this.pConfuseEffect) {
return (Game.singleton.getCaligula()).party;
}
return super.__get__party();
};
v1.getConfuseEffectKey = function () {
switch (this.getType()) {
return 'Z';
case 'Rat':
case 'DeathRat':
case 'Deadbody1':
case 'Deadbody2':
case 'Deadbody3':
return 'O';
}
return 'Z';
};
v1.getAttackDamage = function (attackdata, target) {
var v5 = super.getAttackDamage(attackdata, target);
if (this.pConfuseEffect) {
var v6 = Game.singleton.getCaligula();
var v7 = this.getConfuseEffectKey();
var v8 = v6.getAttackDataByKey(v7);
v5 += v8.getNumber('addDamage');
}
return v5;
};
v1.addWeaponKill = function (key, value, playsoundAndEffect) {
if (this.pConfuseEffect) {
var v6 = Game.singleton.getCaligula();
var v7 = this.getConfuseEffectKey();
v6.addWeaponKill(v7, value, playsoundAndEffect);
} else {
super.addWeaponKill(key, value, playsoundAndEffect);
}
};
v1.setConfuseEffect = function (effect) {
if (effect && effect.length) {
if (this.pConfuseEffect == null) {
this.pConfuseEffect = new Object();
this.gotoState('idle');
this.pHateCaligula = 10;
if (this.pMovieClip.effect == undefined) {
var v3 = this.pMovieClip.attachMovie('lib_effect_' + effect, 'effect', this.pMovieClip.getNextHighestDepth());
v3._x = 6;
switch (this.getType()) {
if (this.getType() !== 'DeathRat') {
} else {
case 'Rat':
v3._y = -26;
}
}
v3._y = -90;
}
}
this.pConfuseEffect.timer = 300;
} else {
if (this.pConfuseEffect) {
this.pConfuseEffect = null;
if (this.pMovieClip.effect != undefined) {
this.pMovieClip.effect.removeMovieClip();
}
}
}
this.pCurrentTarget = null;
};
v1.think_enter = function () {
this.pThinkTimer = 1000;
this.pAwareOfCaligula = null;
this.pWalkPath = null;
};
v1.think_update = function () {
if (this.pConfuseEffect) {
if (this.pConfuseEffect.timer != undefined && --this.pConfuseEffect.timer < 0) {
this.setConfuseEffect(null);
}
}
if (++this.pThinkTimer > 36) {
this.pThinkTimer = Math.floor(Math.random() * 15);
if (this.isInState('standup', 0) || this.isInState('init', 0)) {
return undefined;
}
if (_global.isNaN(this.health)) {
this.gotoState('init');
return undefined;
}
if (this.health <= 0) {
return undefined;
}
var v2 = Game.singleton.getCaligula();
var v3 = this.getDistance(v2);
if (v2.health == 0) {
this.pHateCaligula = 10;
}
var v4 = this.pAwareOfCaligula;
this.pAwareOfCaligula = v3 < 290 && (v2.health > 0 || this.pHateCaligula > 0);
if (this.pAwareOfCaligula) {
if (!v4 && this.pConfuseEffect == null) {
this.pWalkPath = null;
}
if (v3 < 240) {
var v5 = '';
if (!this.isBoss(false)) {
switch (this.getType()) {
case 'Skeleton':
case 'Gladiator1':
case 'Gladiator2':
case 'GladiatorRed':
break;
case 'Deadbody1':
case 'Deadbody2':
case 'Deadbody3':
case 'Rat':
case 'DeathRat':
v5 = 'ocarina';
break;
default:
v5 = 'zampogna';
}
}
if (v5.length > 0 && v2.isInState(v5, 1)) {
this.setConfuseEffect(v5);
}
}
} else {
if (v4 && this.pConfuseEffect == null) {
this.pWalkPath = null;
this.pCurrentTarget = null;
}
}
if (this.pCurrentTarget == null) {
if (this.pConfuseEffect || this.pHateCaligula) {
this.pCurrentTarget = this.findClosestEnermy();
if (this.pCurrentTarget != null) {
var v6 = this.findTargetAttackTile(this.pCurrentTarget);
if (v6 != this.pCurrentTarget.getTile()) {
var v7 = null;
if (v6) {
var v8 = new tinymantis.AStar(Game.singleton.getSceneMap());
v7 = v8.findPathLimited((this.pCurrentTarget.getTile()).mI, (this.pCurrentTarget.getTile()).mJ, v6.mI, v6.mJ, 70);
}
if (v7 == null || v7.length == 0) {
this.pCurrentTarget = null;
}
}
}
}
}
}
};
v1.isValidAttack = function (attack) {
return true;
};
v1.findTargetAttackTile = function (target) {
var v3 = new Array();
if (this.pAttackData && this.pAttackData.length > 1) {
var v4 = Math.abs(this.pCurrentTarget.X - this.X);
var v5 = 0;
goto 16367;
for (;;) {
++v5;
label 16367:
if (v5 >= this.pAttackData.length) break;
var v6 = this.pAttackData[v5];
if (v6 != this.pCurrentAttack && (this.isValidAttack(v6) && (v4 >= v6.min_range && v4 < v6.max_range))) {
v3.push(v6);
}
}
if (v3.length > 0) {
this.randomPickAttack(v3);
}
}
var v7 = null;
if (target) {
while (true) {
if (this.pCurrentAttack.min_range > 0) {
var v8 = target.X > this.X ? -1 : 1;
var v9 = Game.singleton.getSceneMap();
var v10 = 0;
goto 16714;
for (;;) {
++v10;
label 16714:
if (!(v7 == null && v10 < 2)) break;
var v11 = Math.floor((target.X + this.pCurrentAttack.min_range * v8) / SceneMap.TILE_SIZE);
var v12 = Math.floor((target.X + this.pCurrentAttack.max_range * v8) / SceneMap.TILE_SIZE);
var v13 = true;
var v14 = (target.getTile()).mJ;
var v15 = (target.getTile()).mI;
goto 16950;
for (;;) {
v15 += v8;
label 16950:
if (!v13) break;
if (v9.isTileWalkable(v15, v14)) {
if ((v15 - v11) * (v15 - v12) <= 0) {
v7 = v9.getTile(v15, v14);
}
} else {
if (this.pCurrentAttack.type == 'melee') {
v13 = false;
}
}
if (v15 == v12) {
} else {}
}
v8 = -v8;
}
} else {
v7 = target.getTile();
}
if (v7 == null && v3.length > 0) {
this.randomPickAttack(v3);
} else {
break;
}
}
}
if (this.pCurrentAttack) {
}
return v7;
};
v1.randomPickAttack = function (validWeapons) {
var v3 = Math.floor(Math.random() * validWeapons.length);
this.pCurrentAttack = validWeapons[v3];
validWeapons[v3] = validWeapons[validWeapons.length - 1];
validWeapons.pop();
};
v1.findClosestEnermy = function () {
var v2 = null;
var v3 = 100000;
var v4 = Game.singleton.getCharacters();
var v5 = 0;
goto 17468;
for (;;) {
for (;;) {
++v5;
label 17468:
if (v5 >= v4.length) break;
var v6 = v4[v5];
if (!(v6.isBoss(false) && !v6.isBoss(true))) break;
if ((v6.health > 0 || v6.isCaligula()) && v6.party != this.party) {
var v7 = this.getDistance(v6);
if (v7 < v3) {
v2 = v6;
v3 = v7;
}
}
}
}
if (v2 && v3 < this.getFindEnemyRange()) {
return v2;
}
return null;
};
v1.getFindEnemyRange = function () {
return 300;
};
v1.death_enter = function () {
var v3 = Game.singleton;
if (this.pMovieClip.mDeathMode != 'mild' && this.isCloseToWater()) {
this.pMovieClip.mDeathMode = 'mild';
}
super.death_enter();
this.setConfuseEffect(null);
var v4 = v3.getCaligula();
if (v4.health > 0 && this.party != v4.party) {
v4.energy += 5;
v3.addKill(this);
}
var v5 = null;
switch (this.getType()) {
break;
case 'Rat':
case 'Skeleton':
case 'DeathRat':
case 'Deadbody1':
case 'Deadbody2':
case 'Deadbody3':
case 'PlebianFemale':
case 'VestalVirgin':
v5 = 'enemy_dies_female.aif';
break;
case 'Nero1':
case 'Hilter':
case 'Stalin':
case 'Vlad':
case 'Atila':
case 'Death':
v5 = 'snd_level_die_al.wav';
break;
default:
v5 = Math.random() > 0.5 ? 'enemy_dies_male.aif' : 'enemy_dies_male2.aif';
}
if (v5 && this.getDistance(v4) < 200) {
tinymantis.SoundManager.sSingleton.playSound(v5, false, 100);
}
if (this.isInState('burning', 2)) {
this.gotoState('burning');
}
if (this.pValue > 0 && v4.health > 0) {
(v3.getGameUI()).addKillValue(this.pValue, this.pValueCombo, this);
}
};
v1.explosive_death_enter = function () {
this.death_enter();
this.pMovieClip.body._visible = false;
var v2 = this.pMovieClip.attachMovie('lib_extreme_death', 'extreme_death', this.pMovieClip.getNextHighestDepth());
v2._y = -20;
this.mStateParam.death_timer = 0;
if (Math.random() < 0.15) {
tinymantis.SoundManager.sSingleton.playSound('caligula_extreme_breathing_laugh2.aif', false, 100);
}
(Game.singleton.getGameUI()).playBloodSplat(this);
};
v1.explosive_death_update = function () {
++this.mStateParam.death_timer;
if (this.mStateParam.death_timer > 150) {
this.gotoState('decay');
}
};
v1.decay_exit = function () {
this.pMovieClip.body._visible = true;
if (this.pMovieClip.extreme_death != undefined) {
this.pMovieClip.extreme_death.removeMovieClip();
}
this.gotoState('nofire');
};
v1.burning_enter = function () {
var v2 = this.pMovieClip.attachMovie('lib_fireflames', 'fireflame' + Math.floor(Math.random() * 100), this.pMovieClip.getNextHighestDepth());
if (this.getType() == 'Rat' || this.getType() == 'DeathRat') {
if (this.health == 0) {
v2._x = 60;
} else {
v2._x = 0;
}
} else {
if (this.health > 0) {
v2._y = -this.pMovieClip._height * 0.3;
} else {
v2._x = 35;
v2._y = 0;
var v3 = v2.attachMovie('lib_fireflames', 'secondfire', v2.getNextHighestDepth());
v3._yscale = 80;
v3._xscale = 80;
v3._x = -50;
}
}
this.mStateParam.mFireFlame = v2;
this.mStateParam.mFireTimer = 0;
this.mStateParam.mFireCheck = 0;
};
v1.checkAndAddWeaponKillOnBurn = function () {
var v2 = Game.singleton.getCaligula();
if (v2 && (v2.currentAttack && v2.currentAttack.key == 'F')) {
v2.addWeaponKill('F', 1, true);
}
};
v1.burning_update = function () {
++this.mStateParam.mFireTimer;
if (this.mStateParam.mFireTimer > 30) {
this.mStateParam.mFireTimer = 0;
if (this.health > 0) {
this.health -= 15 * AttackData.getAttackEffective('F', this.getType());
if (this.health <= 0) {
this.pMovieClip.mDeathMode = 'mild';
this.gotoState('death');
this.checkAndAddWeaponKillOnBurn();
}
}
}
++this.mStateParam.mFireCheck;
if (this.mStateParam.mFireCheck > 10 && this.mStateParam.mFireFlame._visible) {
this.mStateParam.mFireCheck = 0;
var v2 = Game.singleton.getCaligula();
var v3 = Game.singleton.getCharacters();
var v4 = 0;
goto 19997;
for (;;) {
++v4;
label 19997:
if (v4 >= v3.length) break;
var v5 = v3[v4];
if (v5 != this && v5 != v2) {
if ((v5.getTile()).mJ == this.pTile.mJ && (!v5.isBoss(false) && (v5.getMovieClip()).hitTest(this.mStateParam.mFireFlame))) {
v5.hit_burn();
}
}
}
}
};
v1.burning_exit = function () {
this.mStateParam.mFireFlame.removeMovieClip();
delete this.mStateParam.mFireFlame;
};
v1.onDefendOver = function () {
super.onDefendOver();
var v3 = null;
if (this.pAiCounterAttack && (this.pLastAttacker && this.pLastAttacker.getDirection() != this.getDirection())) {
var v4 = 0;
goto 20399;
for (;;) {
++v4;
label 20399:
if (v4 >= this.pAttackData.length) break;
var v5 = this.pAttackData[v4];
if (v5.key == this.pAiCounterAttack) {
v3 = v5;
} else {}
}
}
if (v3) {
this.pThinkTimer = 0;
this.pCurrentAttack = v3;
this.pCurrentTarget = this.pLastAttacker;
this.gotoState('attack');
} else {
super.onDefendOver();
}
};
v1.standup_enter = function () {
this.pMovieClip._alpha = 0;
this.pMovieClip.gotoAndStop('idle');
var v2 = Game.singleton.getCharNode();
var v3 = v2.attachMovie('lib_effect_spawn', 'spawnEffect' + Math.floor(Math.random() * 100000), v2.getNextHighestDepth());
v3._x = this.pMovieClip._x;
v3._y = this.pMovieClip._y;
this.mStateParam.spawnEffect = v3;
};
v1.standup_update = function () {
if (this.pMovieClip._alpha < 100) {
this.pMovieClip._alpha += 2;
} else {
var v2 = this.mStateParam.spawnEffect;
if (v2._currentframe == v2._totalframes) {
v2.removeMovieClip();
this.gotoState('idle');
}
}
};
v1.addProperty('party', v1.__get__party, function () {});
ASSetPropFlags(v1, null, 1);
v1.pIsSpawnNpc = false;
v1.pInitialized = false;
}
#endinitclip
}
movieClip 20485 __Packages.Orgy {
#initclip
if (!Orgy) {
_global.Orgy = function (parent, libname, type) {
super(type);
this.initClip(parent, libname);
};
_global.Orgy extends NPC;
var v1 = _global.Orgy.prototype;
_global.Orgy.resetOrgyState = function () {
Orgy.sOrgyState = new Object();
};
_global.Orgy.getOrgyTouched = function (id) {
if (Orgy.sOrgyState[id] == undefined) {
return false;
}
return true;
};
_global.Orgy.setOrgyTouched = function (id) {
Orgy.sOrgyState[id] = 'touched';
};
v1.npc_initialize = function () {};
v1.init_update = function () {
super.init_update();
this.pHateCaligula = 0;
this.pAwareOfCaligula = false;
var v3 = 0.8;
var v4 = new Array();
v4 = v4.concat([v3, 0, 0, 0, 0]);
v4 = v4.concat([0, v3, 0, 0, 0]);
v4 = v4.concat([0, 0, v3, 0, 0]);
v4 = v4.concat([0, 0, 0, 1, 0]);
var v5 = new flash.filters.ColorMatrixFilter(v4);
this.clip.filters = [v5];
};
v1.idle_update = function () {};
v1.think_enter = function () {
if (Orgy.getOrgyTouched(this.pID)) {
this.setTouched();
}
};
v1.think_update = function () {
if (!this.pAwareOfCaligula) {
var v2 = Game.singleton.getCaligula();
if (v2.clip.hitTest(this.clip)) {
(Game.singleton.getGameUI()).addOrgyValue(this.getValue(), (this.getType()).indexOf('Couple') >= 0 ? 2 : 1, this);
tinymantis.SoundManager.sSingleton.playSound('you_scored.wav', false, 50);
this.setTouched();
}
}
};
v1.setTouched = function () {
this.pAwareOfCaligula = true;
this.clip.filters = null;
Orgy.setOrgyTouched(this.pID);
};
ASSetPropFlags(v1, null, 1);
_global.Orgy.sOrgyState = new Object();
}
#endinitclip
}
movieClip 20486 __Packages.xml_base {
#initclip
if (!xml_base) {
_global.xml_base = function () {
super();
this.ignoreWhite = true;
};
_global.xml_base extends XML;
var v1 = _global.xml_base.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20487 __Packages.garden13 {
#initclip
if (!garden13) {
_global.garden13 = function () {
super();
this.parseXML('\n<level name="garden13" width="25" height="13" set="garden" >\n\t<ground tiles="1,2,0,0,44,45,0,5,6,3,4,40,41,0,111,42,43,111,3,4,44,45,1,2,0,40,41,110,111,76,77,111,44,45,42,43,74,75,1,2,111,0,72,42,43,76,77,40,41,111,74,75,111,0,0,0,0,76,77,0,0,0,0,40,41,0,0,0,0,0,0,0,74,75,1,111,111,0,72,0,0,0,0,0,0,0,0,0,74,75,0,0,0,0,0,3,4,0,0,40,111,0,0,0,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,111,42,43,0,0,74,2,0,0,111,42,43,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,111,41,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,111,75,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,111,3,111,73,111,0,0,0,0,0,0,0,0,5,6,0,0,111,0,0,0,0,0,0,111,72,42,110,111,1,2,111,0,0,0,0,0,0,44,45,111,0,111,0,0,0,0,0,0,0,111,111,1,2,40,41,5,6,0,0,0,0,0,76,77,1,2,3,4,111,0,0,0,111,5,6,1,40,41,74,75,44,45,0,0,0,0,3,4,73,40,41,42,43,111,0,0,0,111,44,45,136,74,75,0,0,76,77,0,0,0,0,42,43,0,74,75,0,0,0,0,0,0,0,76,77,74" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n\t<exit dMap="garden1" x="6" y="10" dX="9" dY="2" />\n\t<exit dMap="garden1" x="7" y="10" dX="10" dY="2" />\n\t<exit dMap="garden1" x="8" y="10" dX="11" dY="2" />\n\t<exit dMap="garden1" x="9" y="10" dX="12" dY="2" />\n\t<exit dMap="bathHouse10" x="18" y="10" dX="7" dY="1" />\n\t<exit dMap="bathHouse10" x="19" y="10" dX="9" dY="1" />\n\t<exit dMap="bathHouse10" x="20" y="10" dX="11" dY="1" />\n\t<exit dMap="garden1" x="10" y="10" dX="12" dY="2" />\n\t<waypoint id="0" x="3" y="4" />\n\t<waypoint id="1" x="3" y="2" />\n\t<waypoint id="2" x="6" y="2" />\n\t<waypoint id="3" x="6" y="4" />\n\t<waypoint id="4" x="1" y="6" />\n\t<waypoint id="5" x="3" y="6" />\n\t<waypoint id="6" x="3" y="8" />\n\t<waypoint id="7" x="5" y="8" />\n\t<waypoint id="8" x="5" y="6" />\n\t<waypoint id="9" x="18" y="6" />\n\t<waypoint id="10" x="22" y="6" />\n\t<waypoint id="11" x="22" y="3" />\n\t<waypoint id="12" x="18" y="5" />\n\t<waypoint id="13" x="18" y="2" />\n\t<waypoint id="14" x="23" y="2" />\n\t<waypoint id="15" x="23" y="5" />\n\t<waypoint id="16" x="11" y="1" />\n\t<waypoint id="17" x="11" y="7" />\n\t<waypoint id="18" x="14" y="7" />\n\t<waypoint id="19" x="14" y="9" />\n\t<mob id="0" mType="plebian_man_a" x="3" y="4" path="0," />\n\t<mob id="1" mType="bourgeois_man_1a" x="1" y="6" path="4," />\n\t<mob id="2" mType="bourgeois_man_2a" x="18" y="6" path="9," />\n\t<mob id="3" mType="philosopher" x="18" y="5" path="12," />\n\t<mob id="4" mType="senator_a" x="11" y="1" path="16," />\n\t<object mType="column_lg" x="17" y="6" />\n\t<object mType="column_lg" x="21" y="6" />\n\t<object mType="column_sm" x="22" y="7" />\n\t<object mType="column_sm" x="16" y="7" />\n</level>\n\t\t');
};
_global.garden13 extends xml_base;
var v1 = _global.garden13.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20488 __Packages.TiledObject {
#initclip
if (!TiledObject) {
_global.TiledObject = function (parent, libname, inI, inJ) {
super('TiledObject', libname);
this.pMovieClip = parent.attachMovie(libname, 'tiledobj' + TiledObject._sIndex, parent.getNextHighestDepth());
++TiledObject._sIndex;
this.pX = inI * SceneMap.TILE_SIZE;
this.pY = inJ * SceneMap.TILE_SIZE;
this.pTile = new SceneTile(inI, inJ + Math.round(this.pMovieClip._height / SceneMap.TILE_SIZE) - 1);
this.updatePosition(true);
this.updateDepth(this.pTile.getCenterX(), this.pTile.getCenterY());
this.pOccupyTile = true;
};
_global.TiledObject extends SceneObject;
var v1 = _global.TiledObject.prototype;
v1.setOccupyTile = function (yes) {
this.pOccupyTile = yes;
};
v1.fixCanwalkArray = function (width, canwalkArray, canwalk) {
if (this.pOccupyTile) {
var v5 = Math.round(this.pMovieClip._width / SceneMap.TILE_SIZE);
var v6 = 0;
goto 828;
for (;;) {
++v6;
label 828:
if (v6 >= v5) break;
var v7 = this.pTile.mI + v6 + this.pTile.mJ * width;
canwalkArray[v7] = canwalk ? 1 : 0;
}
}
};
ASSetPropFlags(v1, null, 1);
_global.TiledObject._sIndex = 0;
}
#endinitclip
}
movieClip 20489 __Packages.BreakableObject {
#initclip
if (!BreakableObject) {
_global.BreakableObject = function (parent, libname, inI, inJ) {
super(parent, libname, inI, inJ);
this.pBroken = false;
if (Game.singleton.isUrnTaken((this.getTile()).mI, (this.getTile()).mJ)) {
this.pMovieClip.body.mTreasure = '';
this.pMovieClip._visible = false;
} else {
if (Math.random() < Game.singleton.getMeatWineChance()) {
this.pMovieClip.body.mTreasure = (Math.random() > 0.5 && Game.singleton.advanceNextOrbTime()) ? 'orb' : 'meat';
} else {
this.pMovieClip.body.mTreasure = '';
}
}
};
_global.BreakableObject extends TiledObject;
var v1 = _global.BreakableObject.prototype;
v1.__get__broken = function () {
return this.pBroken;
};
v1.getTreasure = function () {
if (this.pMovieClip.body.cTreasure != undefined && this.pMovieClip.body.cTreasure._visible) {
this.pMovieClip.body.cTreasure._visible = false;
return this.pMovieClip.body.mTreasure;
}
return '';
};
v1.hit = function (tile, hitArea) {
if ((tile == null || tile.mJ == this.pTile.mJ) && (hitArea.hitTest(this.pMovieClip) && this.pMovieClip._visible)) {
tinymantis.SoundManager.sSingleton.playSound('other_urn_break.wav', false, 100);
var v4 = Game.singleton.getSceneMap();
this.fixCanwalkArray(v4.levelData.mWidth, v4.getCanWalkArray(), true);
this.pBroken = true;
this.pMovieClip.body.gotoAndPlay('break');
Game.singleton.setUrnTaken((this.getTile()).mI, (this.getTile()).mJ);
return true;
}
return false;
};
v1.addProperty('broken', v1.__get__broken, function () {});
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20490 __Packages.outskirts9 {
#initclip
if (!outskirts9) {
_global.outskirts9 = function () {
super();
this.parseXML('\n<level name="outskirts9" width="38" height="28" set="outskirts" >\n\t<ground tiles="36,37,132,132,37,37,39,206,206,39,212,213,206,39,206,36,38,38,39,37,37,39,212,40,0,0,0,0,36,212,211,211,212,37,37,39,38,40,86,427,430,429,625,626,627,628,629,429,631,632,430,431,432,86,82,82,83,81,81,83,261,85,0,0,0,0,86,261,260,260,261,81,81,83,82,84,86,430,666,667,668,669,670,671,672,673,674,429,676,472,473,86,8,9,0,0,0,0,0,135,0,0,0,0,136,0,0,0,0,0,0,0,0,84,86,701,702,703,704,705,706,707,708,709,710,711,712,513,514,86,52,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,157,158,159,160,86,732,733,734,735,736,737,738,739,740,741,742,743,554,555,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,192,193,194,195,86,758,759,760,761,762,763,764,765,766,767,768,769,426,429,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,241,242,243,244,86,674,785,786,787,788,789,790,791,792,793,794,795,426,426,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,8,9,41,86,710,711,798,799,800,801,802,803,804,805,806,807,623,625,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,85,86,741,742,426,622,426,426,426,426,426,426,665,666,667,669,80,0,0,0,156,157,158,159,160,0,0,0,0,0,0,0,0,0,0,0,3,7,85,86,767,768,426,665,666,426,426,426,426,433,701,702,703,705,80,0,0,0,191,192,193,194,195,93,97,98,0,0,0,0,0,0,0,0,0,51,85,86,793,794,795,701,426,426,426,426,429,474,732,733,734,735,80,0,0,0,240,241,242,243,244,143,275,276,0,0,0,0,0,0,0,0,0,0,85,86,556,557,426,426,426,426,426,426,426,429,758,759,760,761,80,0,0,0,289,290,291,292,293,313,317,318,0,0,0,0,0,0,0,0,0,0,85,86,587,588,430,426,607,426,426,426,426,606,784,785,786,786,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,86,620,621,429,429,652,426,426,426,426,651,796,797,798,799,80,0,0,0,0,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,690,691,692,303,303,694,316,315,315,316,690,608,609,610,306,807,0,0,0,8,9,52,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,135,8,9,342,340,340,340,0,0,0,0,339,340,341,342,343,260,0,0,0,52,53,7,0,51,4,0,0,0,0,0,0,0,0,156,157,158,159,160,52,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,8,9,191,192,193,194,195,4,0,0,0,0,0,0,0,0,228,229,230,231,232,233,234,235,236,237,238,239,0,0,0,0,0,0,0,0,0,0,52,53,240,241,242,243,244,1,0,0,0,0,0,0,0,0,277,278,279,280,281,282,283,284,285,286,287,288,0,0,0,0,0,0,0,0,0,0,0,0,4,4,4,4,41,0,1,0,0,0,0,0,0,0,319,320,321,322,323,324,325,326,327,328,329,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,8,9,0,0,0,0,0,0,350,351,352,353,354,355,356,357,358,359,360,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,52,53,0,0,0,0,0,0,376,377,378,379,380,381,382,383,384,385,386,387,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,258,42,4,0,0,0,0,0,0,0,402,403,404,405,406,407,408,409,410,411,412,413,0,0,0,0,0,0,0,0,86,151,152,0,0,0,0,0,258,257,0,4,0,0,0,0,0,0,414,415,416,417,418,419,420,421,422,423,424,425,41,93,94,273,274,96,97,98,86,189,190,4,0,0,0,0,258,257,93,94,97,98,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,84,185,426,426,426,426,426,148,86,4,0,0,0,0,5,6,258,257,271,426,426,276,41,0,0,0,0,42,0,0,0,0,0,0,51,0,0,0,84,222,426,426,426,426,426,188,86,151,152,0,0,0,49,50,258,257,313,314,317,318,178,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,258,222,426,426,426,426,426,225,257,189,190,7,0,0,99,100,258,302,303,303,304,304,213,0,0,0,0,302,210,211,212,210,212,211,211,210,212,212,210,222,315,426,426,426,426,223,214,212,212,212,38,207,303,303,306" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="33" y="0" w="5" h="3" />\n\t<skyRegion x="33" y="12" w="5" h="3" />\n\t<skyRegion x="19" y="5" w="5" h="3" />\n\t<exit dMap="outskirts6" x="6" y="26" dX="24" dY="2" />\n\t<exit dMap="outskirts6" x="7" y="26" dX="24" dY="2" />\n\t<exit dMap="outskirts6" x="8" y="26" dX="25" dY="2" />\n\t<exit dMap="outskirts6" x="9" y="26" dX="25" dY="2" />\n\t<exit dMap="outskirts10" x="24" y="0" dX="5" dY="24" />\n\t<exit dMap="outskirts10" x="25" y="0" dX="6" dY="24" />\n\t<exit dMap="outskirts10" x="26" y="0" dX="7" dY="24" />\n\t<exit dMap="outskirts10" x="27" y="0" dX="8" dY="24" />\n\t<exit dMap="outskirts8" x="22" y="27" dX="8" dY="4" />\n\t<exit dMap="outskirts8" x="23" y="27" dX="8" dY="4" />\n\t<exit dMap="outskirts8" x="24" y="27" dX="8" dY="4" />\n\t<exit dMap="outskirts8" x="25" y="27" dX="8" dY="4" />\n\t<exit dMap="outskirts8" x="26" y="27" dX="8" dY="4" />\n\t<exit dMap="outskirts8" x="27" y="27" dX="8" dY="4" />\n\t<exit dMap="outskirts8" x="28" y="27" dX="8" dY="4" />\n\t<waypoint id="0" x="8" y="20" />\n\t<waypoint id="1" x="26" y="19" />\n\t<waypoint id="2" x="31" y="10" />\n\t<waypoint id="3" x="26" y="4" />\n\t<waypoint id="4" x="7" y="7" />\n\t<mob id="0" mType="plebian_man_a" x="8" y="7" path="4,0,1,0,4" />\n\t<mob id="1" mType="plebian_woman_a" x="8" y="19" path="0,1,2,3,2,1,0" />\n\t<mob id="2" mType="bourgeois_man_2a" x="31" y="9" path="2,1,0,1,2" />\n\t<mob id="3" mType="plebian_man_a" x="27" y="4" path="3,2,3" />\n\t<mob id="4" mType="soldier_1a" x="27" y="19" path="1,2,3,2,1" />\n\t<mob id="5" mType="soldier_1c" x="28" y="19" path="1,2,3,2,1" />\n\t<mob id="6" mType="soldier_1a" x="25" y="19" path="1,0,4,0,1" />\n\t<mob id="7" mType="soldier_1b" x="24" y="19" path="1,0,4,0,1" />\n\t<mob id="8" mType="soldier_1b" x="7" y="6" path="4,0,1,2,3,2,1,0,4" />\n\t<mob id="9" mType="plebian_man_a" x="25" y="4" path="3,2,1,0,4,0,1,2,3" />\n\t<mob id="10" mType="bourgeois_man_1a" x="6" y="7" path="4,0,1,2,1,0,4" />\n\t<object mType="shack5" x="3" y="13" />\n\t<object mType="shack1" x="14" y="13" />\n\t<object mType="barrel" x="10" y="0" />\n\t<object mType="barrel" x="11" y="0" />\n\t<object mType="urn1" x="8" y="0" />\n\t<object mType="shack2" x="13" y="22" />\n\t<object mType="shack4" x="15" y="22" />\n\t<object mType="barrel" x="16" y="14" />\n\t<object mType="spit_pig" x="24" y="9" />\n\t<object mType="spit_meat" x="21" y="10" />\n\t<object mType="amphora" x="2" y="23" />\n\t<object mType="amphora" x="3" y="23" />\n</level>\n\t\t');
};
_global.outskirts9 extends xml_base;
var v1 = _global.outskirts9.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20491 __Packages.GameOverScreen {
#initclip
if (!GameOverScreen) {
_global.GameOverScreen = function (parent) {
GameOverScreen.singleton = this;
this.pMovieClip = parent.attachMovie('lib_gameover_screen', 'gameoverscreen', parent.getNextHighestDepth());
this.pMovieClip._x = Stage.width / 2;
this.pMovieClip._y = Stage.height / 2;
this.pMovieClip.scaleNumber = -1;
this.pMovieClip.setupInfoBoard = tinymantis.Delegate.create(this, this.setupInfoBoard);
Main.stopMusic();
this.pSoundChannel = tinymantis.SoundManager.sSingleton.playSound('caligula_death.wav', true, 100);
};
var v1 = _global.GameOverScreen.prototype;
v1.setupInfoBoard = function (root) {
org.flashdevelop.utils.FlashConnect.trace('setupInfoBoard : ' + root, 'GameOverScreen::setupInfoBoard', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/GameOverScreen.as', 34);
root.scoreField.text = tinymantis.Utils.addIntComma((Game.singleton.getGameUI()).getScore());
root.killsField.text = tinymantis.Utils.addIntComma(Game.singleton.mNumKills);
var v3 = Game.singleton.getCaligula();
var v4 = v3.getWeaponKillMap();
var v5 = 0;
var v6 = 0;
for (var weaponKey in v4) {
if (v3.getAttackDataMaxLevelKillPercent(weaponKey) >= 1) {
++v5;
}
++v6;
}
root.bloodWeaponsField.text = '' + v5 + '/' + 26;
};
v1.onContinue = function (param) {
this.pMovieClip.removeMovieClip();
this.pMovieClip = null;
GameOverScreen.singleton = null;
this.pSoundChannel = tinymantis.SoundManager.sSingleton.stopSound(this.pSoundChannel);
Main.stopMusic();
Game.singleton.terminate();
switch (param) {
case 'newgame':
Main.newGame(false);
break;
case 'submit':
Main.startSplash();
break;
case 'continue':
Main.continueGame();
break;
default:
Main.startSplash();
}
};
ASSetPropFlags(v1, null, 1);
v1.pSoundChannel = -1;
}
#endinitclip
}
movieClip 20492 __Packages.market2 {
#initclip
if (!market2) {
_global.market2 = function () {
super();
this.parseXML('\n<level name="market2" width="22" height="16" set="market" >\n\t<ground tiles="113,114,41,2,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,148,149,1,115,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,187,188,0,150,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,40,189,190,0,0,0,0,0,0,0,0,0,0,0,0,80,81,82,83,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,118,119,120,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,153,154,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,192,193,194,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,116,113,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,151,148,149,0,0,0,0,0,0,41,0,1,0,0,0,0,0,0,0,0,0,189,190,187,188,80,133,134,135,136,40,2,2,41,1,0,0,0,0,0,0,0,21,22,23,24,0,117,168,169,170,171,0,40,0,0,0,0,0,84,85,86,87,297,61,62,63,64,0,152,207,208,209,210,0,0,0,0,0,0,0,121,122,123,124,319,96,97,98,99,0,191,0,4,0,0,0,0,0,80,81,82,83,156,157,158,159,0,0,3,0,133,134,135,4,44,41,0,0,0,0,117,118,119,120,195,196,197,198,21,22,23,24,168,169,170,44,0,0,92,93,94,95,152,153,154,155,0,0,0,0,61,62,63,64,207,208,209" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0" />\n\t<skyRegion x="7" y="11" w="4" h="2" />\n\t<skyRegion x="11" y="9" w="4" h="2" />\n\t<skyRegion x="17" y="1" w="4" h="2" />\n\t<skyRegion x="21" y="7" w="1" h="2" />\n\t<skyRegion x="3" y="13" w="4" h="2" />\n\t<exit dMap="market1" x="0" y="3" dX="39" dY="5" />\n\t<exit dMap="market1" x="0" y="4" dX="39" dY="5" />\n\t<exit dMap="market1" x="0" y="5" dX="39" dY="5" />\n\t<exit dMap="market1" x="0" y="6" dX="39" dY="5" />\n\t<exit dMap="market1" x="0" y="7" dX="39" dY="5" />\n\t<exit dMap="market1" x="0" y="8" dX="39" dY="5" />\n\t<exit dMap="market1" x="0" y="9" dX="39" dY="5" />\n\t<waypoint id="0" x="16" y="4" />\n\t<waypoint id="1" x="8" y="4" />\n\t<waypoint id="2" x="1" y="9" />\n\t<waypoint id="3" x="4" y="6" />\n\t<waypoint id="4" x="6" y="9" />\n\t<waypoint id="5" x="10" y="10" />\n\t<waypoint id="6" x="16" y="9" />\n\t<waypoint id="7" x="16" y="6" />\n\t<mob id="0" mType="plebian_man_a" x="16" y="4" path="0,1" />\n\t<mob id="1" mType="prostitute_a" x="1" y="9" path="2,3,4,3" />\n\t<mob id="2" mType="drunk" x="10" y="10" path="5,6,7,6" />\n\t<mob id="3" mType="drunk" x="15" y="8" path="5,6,7,6" />\n\t<mob id="4" mType="drunk" x="13" y="6" path="5,6,7,6" />\n\t<object mType="tent" x="5" y="0" />\n\t<object mType="tent" x="8" y="0" />\n\t<object mType="tent" x="11" y="0" />\n\t<object mType="tent" x="14" y="0" />\n\t<object mType="amphora" x="12" y="3" />\n\t<object mType="amphora" x="13" y="3" />\n\t<weapon mType="17" x="10" y="6" />\n</level>\n\t\t');
};
_global.market2 extends xml_base;
var v1 = _global.market2.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20493 __Packages.bathHouse1 {
#initclip
if (!bathHouse1) {
_global.bathHouse1 = function () {
super();
this.parseXML('\n<level name="bathHouse1" width="19" height="16" set="bathHouse" >\n\t<ground tiles="79,80,81,82,77,91,92,93,94,95,96,97,98,79,80,81,82,79,80,117,118,119,119,122,123,124,125,126,127,128,129,130,122,123,124,125,129,112,142,143,144,142,142,143,151,152,153,154,155,156,142,142,143,144,142,142,143,168,169,170,168,168,169,177,178,179,180,181,182,168,168,169,170,168,168,169,194,195,196,194,194,194,203,204,205,206,207,208,194,194,195,196,194,194,195,16,218,222,220,218,14,15,230,231,232,233,218,218,218,218,222,14,15,221,26,0,0,0,212,24,25,0,0,0,0,23,31,22,0,0,24,25,0,31,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,23,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,39,26,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,436,436,437,438,439,440,442,0,0,0,0,435,437,438,439,440,441,436,437,448,448,449,450,451,452,454,0,0,0,0,447,449,450,451,452,453,448,449,460,460,461,462,463,464,466,0,0,0,0,459,461,462,463,464,465,460,461,472,472,473,474,475,476,478,0,0,0,0,471,473,474,475,476,477,472,473" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse2" x="8" y="5" dX="13" dY="22" />\n\t<exit dMap="bathHouse2" x="9" y="5" dX="13" dY="22" />\n\t<exit dMap="bathHouse0" x="8" y="14" dX="8" dY="8" />\n\t<exit dMap="bathHouse0" x="7" y="14" dX="8" dY="8" />\n\t<exit dMap="bathHouse0" x="9" y="14" dX="9" dY="8" />\n\t<exit dMap="bathHouse0" x="10" y="14" dX="9" dY="8" />\n\t<waypoint id="0" x="14" y="10" />\n\t<waypoint id="1" x="3" y="10" />\n\t<waypoint id="2" x="4" y="8" />\n\t<waypoint id="3" x="7" y="8" />\n\t<waypoint id="4" x="13" y="8" />\n\t<waypoint id="5" x="10" y="8" />\n\t<mob id="0" mType="bourgeois_man_2a" x="14" y="10" path="0,1" />\n\t<mob id="1" mType="plebian_man_a" x="4" y="8" path="2,3" />\n\t<mob id="2" mType="plebian_woman_a" x="13" y="8" path="4,5" />\n\t<object mType="statue_m" x="14" y="3" />\n\t<object mType="statue_m" x="16" y="7" />\n\t<object mType="statue_f" x="1" y="7" />\n\t<object mType="statue_f" x="3" y="3" />\n</level>\n\t\t');
};
_global.bathHouse1 extends xml_base;
var v1 = _global.bathHouse1.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20494 __Packages.garden15 {
#initclip
if (!garden15) {
_global.garden15 = function () {
super();
this.parseXML('\n<level name="garden15" width="30" height="15" set="garden" >\n\t<ground tiles="1,2,111,111,0,1,2,0,0,0,0,3,4,0,0,0,94,93,0,0,0,3,4,93,93,42,43,40,41,5,40,41,0,0,0,40,41,0,0,3,4,42,43,111,111,0,0,93,93,0,93,42,43,111,0,0,94,74,75,44,74,75,1,2,73,74,75,111,111,42,43,111,0,0,0,0,0,0,101,93,0,94,0,0,55,55,55,55,55,94,0,111,40,41,111,0,3,4,111,111,3,4,5,6,0,94,94,93,93,0,0,55,55,55,55,55,55,55,55,55,0,0,74,75,0,111,42,43,0,0,42,43,44,45,111,0,0,55,55,55,0,55,55,55,55,55,55,55,55,55,0,0,0,0,17,18,0,0,19,20,0,111,76,77,0,0,0,0,55,55,55,55,55,55,55,55,55,55,55,55,0,0,0,30,31,32,33,34,35,36,37,38,0,0,0,0,0,0,0,55,55,55,55,93,55,3,4,55,55,55,0,0,0,63,64,65,66,67,68,69,70,71,0,0,0,0,0,0,0,0,55,93,93,0,94,42,43,0,94,0,0,0,0,101,102,103,104,105,106,107,108,109,0,0,0,0,0,0,0,94,93,0,0,0,0,0,0,0,3,4,111,0,0,128,129,130,131,132,133,134,135,136,0,0,0,0,0,30,93,32,33,34,35,36,37,38,0,0,42,43,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,64,65,66,67,68,69,70,71,0,0,0,3,41,111,0,0,0,0,19,20,0,0,17,18,0,0,0,0,0,101,102,103,104,105,106,107,108,109,0,0,0,42,75,111,1,2,0,93,0,0,0,0,0,0,0,0,1,2,93,128,129,130,131,132,133,134,135,0,0,0,3,4,111,0,40,41,111,1,2,94,0,93,0,1,2,111,40,41,0,93,1,2,0,0,0,0,1,2,0,111,42,43,1,2,74,75,0,40,41,111,5,6,111,40,41,111,74,75,3,4,40,41,111,111,3,4,40,41,3,4,1,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,1,0,0,1,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,0,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="outskirts13" x="29" y="2" dX="2" dY="13" />\n\t<exit dMap="outskirts13" x="29" y="3" dX="2" dY="13" />\n\t<exit dMap="outskirts13" x="29" y="4" dX="2" dY="13" />\n\t<exit dMap="outskirts13" x="29" y="5" dX="2" dY="13" />\n\t<exit dMap="garden14" x="0" y="2" dX="16" dY="6" />\n\t<exit dMap="garden14" x="0" y="3" dX="16" dY="6" />\n\t<exit dMap="garden14" x="0" y="4" dX="16" dY="6" />\n\t<exit dMap="garden14" x="0" y="5" dX="16" dY="6" />\n\t<exit dMap="garden14" x="0" y="6" dX="16" dY="6" />\n\t<exit dMap="garden14" x="0" y="7" dX="16" dY="6" />\n\t<exit dMap="garden14" x="0" y="8" dX="16" dY="6" />\n\t<waypoint id="0" x="22" y="10" />\n\t<waypoint id="1" x="19" y="10" />\n\t<waypoint id="2" x="23" y="8" />\n\t<waypoint id="3" x="26" y="10" />\n\t<waypoint id="4" x="7" y="8" />\n\t<waypoint id="5" x="17" y="6" />\n\t<waypoint id="6" x="14" y="10" />\n\t<mob id="0" mType="virgin_a" x="19" y="12" path="1,2,3" />\n\t<mob id="1" mType="philosopher" x="22" y="12" path="0" />\n\t<mob id="2" mType="plebian_woman_a" x="22" y="8" path="2" />\n\t<mob id="3" mType="plebian_woman_a" x="21" y="9" path="2,1" />\n\t<mob id="4" mType="virgin_a" x="25" y="12" path="3,2" />\n\t<mob id="7" mType="plebian_man_a" x="12" y="6" path="5,6" />\n\t<mob id="8" mType="plebian_man_a" x="7" y="9" path="4,5" />\n\t<mob id="9" mType="plebian_woman_a" x="6" y="6" path="6,5,4" />\n\t<mob id="10" mType="plebian_woman_a" x="10" y="9" path="1,6" />\n\t<object mType="shack1" x="19" y="1" />\n\t<object mType="column_lg" x="29" y="4" />\n\t<object mType="column_lg" x="29" y="0" />\n\t<object mType="column_sm" x="27" y="5" />\n\t<object mType="column_sm" x="27" y="1" />\n\t<weapon mType="17" x="26" y="8" />\n</level>\n\t\t');
};
_global.garden15 extends xml_base;
var v1 = _global.garden15.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20495 __Packages.HpMinibar {
#initclip
if (!HpMinibar) {
_global.HpMinibar = function (char) {
this.pCharacter = char;
var v3 = this.pCharacter.getMovieClip();
this.pMovieClip = v3.attachMovie('lib_hpminibar', 'hpminibar', v3.getNextHighestDepth());
this.update();
};
var v1 = _global.HpMinibar.prototype;
v1.setVisible = function (vis) {
this.pMovieClip._visible = vis;
if (vis) {
this.pMovieClip._alpha = 100;
}
};
v1.delay = function () {
this.pMovieClip._alpha -= 15;
if (this.pMovieClip._alpha <= 0) {
this.setVisible(false);
}
};
v1.setPosition = function (inx, iny) {
this.pMovieClip._x = inx;
this.pMovieClip._y = iny;
};
v1.updateDirection = function () {
this.pMovieClip._xscale = (this.pCharacter.getMovieClip())._xscale;
};
v1.update = function () {
var v2 = 1 - this.pCharacter.health / this.pCharacter.health_max;
var v3 = 1 + Math.floor((this.pMovieClip._totalframes - 1) * v2);
this.pMovieClip.gotoAndStop(v3);
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20496 __Packages.Gladiator {
#initclip
if (!Gladiator) {
_global.Gladiator = function (parent, libname, type) {
super(type);
this.initClip(parent, libname);
};
_global.Gladiator extends NPC;
var v1 = _global.Gladiator.prototype;
v1.isGladiator = function () {
return true;
};
v1.initialize = function () {
super.initialize();
};
v1.init_update = function () {
super.init_update();
this.pHateCaligula = 10;
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20497 __Packages.Boss {
#initclip
if (!Boss) {
_global.Boss = function (parent, libname, type) {
super(parent, libname, type);
};
_global.Boss extends Gladiator;
var v1 = _global.Boss.prototype;
v1.npc_initialize = function () {};
v1.createBloodEffect = function () {
return false;
};
v1.isBoss = function (checkActive) {
if (checkActive) {
if (this.isInState('standup', 0) || (this.isInState('death', 0) || (this.isInState('decay', 0) || (this.isInState('ghost', 0) || this.isInState('recycle', 0))))) {
return false;
}
}
return true;
};
v1.getFindEnemyRange = function () {
return 600;
};
v1.init_update = function () {
super.init_update();
if (this.pData.statue) {
this.gotoState('standup');
} else {
if (this.getType() != 'Death') {
(Game.singleton.getGameUI()).showBossMessage((this.getType()).toLowerCase() + '_fight');
}
}
};
v1.update = function () {
super.update();
this.pTeleportMeter *= 0.98;
};
v1.hit = function (attacker, damage, pushpower) {
if (this.isInState('teleport1', 0) || (this.isInState('teleport2', 0) || (this.isInState('init', 0) || !this.isInitialized()))) {
return false;
}
if (this.isInState('standup', 0)) {
if (attacker == Game.singleton.getCaligula() && (!this.isRubbleStatue() && Game.singleton.isStatueBreakable(this.getType()))) {
this.mStateParam.wait_timer = 0;
}
return false;
}
if (this.getType() == 'Atila' && (this.pCurrentAttack && (this.pCurrentAttack.key == 'R' && this.isInState('attack', 0)))) {
return false;
}
var v6 = this.health;
if (super.hit(attacker, damage, pushpower)) {
var v7 = v6 - this.health;
if (v7 > 20) {
this.pTeleportMeter += 3;
} else {
if (v7 > 0) {
this.pTeleportMeter += 2;
} else {
this.pTeleportMeter += 1;
}
}
if (this.pTeleportMeter > 5) {
this.pTeleportMeter = 0;
this.gotoState('teleport1');
}
return true;
}
return false;
};
v1.hit_burn = function () {};
v1.setStandTileWalkable = function (walkable) {
var v3 = Game.singleton.getSceneMap();
var v4 = this.pTile.mI + this.pTile.mJ * v3.levelData.mWidth;
(v3.getCanWalkArray())[v4] = walkable ? 1 : 0;
};
v1.idle_enter = function () {
if (!Game.singleton.isInState('gameover', 0)) {
Game.singleton.playBossMusic();
}
if (this.showLetterBox()) {
(Game.singleton.getGameUI()).fadeinLetterBox();
}
this.pHpMinibar.setVisible(true);
super.idle_enter();
};
v1.showLetterBox = function () {
return true;
};
v1.isRubbleStatue = function () {
if (this.isInState('standup', 0)) {
return this.mStateParam.rubbleTimer < 0;
}
return false;
};
v1.playReverseRubbleAnimation = function () {
if (this.pMovieClip) {
this.pMovieClip.gotoAndStop('rubblereverse');
}
};
v1.standup_enter = function () {
this.mStateParam.wait_timer = 100000000;
this.mStateParam.rubbleTimer = 100000000;
this.pHpMinibar.setVisible(false);
this.pMovieClip.gotoAndStop('standing');
this.pDefeated = Game.singleton.isBossDefeated(this.getType());
this.mStateParam.shakeCamera = false;
if (this.pDefeated && !Game.singleton.isBossDefeated('Death')) {
if ((Game.singleton.getGameUI()).isLetterBoxing() && Game.singleton.getLastSlainBossType() == this.getType()) {
Game.singleton.resetLastSlainBossType();
this.mStateParam.shakeCamera = true;
this.mStateParam.rubbleTimer = 10;
} else {
this.mStateParam.rubbleTimer = 0;
}
} else {
this.setStandTileWalkable(false);
}
};
v1.standup_update = function () {
if (--this.mStateParam.wait_timer < 0) {
var v2 = 60;
if (this.mStateParam.wait_timer < 0) {
var v3 = this.pMovieClip.body._currentframe;
if (v3 == 2 || (v3 == 43 || v3 == 84)) {
tinymantis.SoundManager.sSingleton.playSound('cinderblock_backhandhit.aif', false, 100);
}
}
if (this.mStateParam.wait_timer == -1 && this.pMovieClip.body._currentframe < this.pMovieClip.body._totalframes - v2) {
this.pMovieClip.body.play();
} else {
if (this.pMovieClip.body._currentframe == this.pMovieClip.body._totalframes - v2) {
(Game.singleton.getGameUI()).fadeinLetterBox();
(Game.singleton.getGameUI()).showBossMessage(this.type.toLowerCase() + '_awake');
} else {
if (this.pMovieClip.body._currentframe == this.pMovieClip.body._totalframes) {
this.gotoState('idle');
}
}
}
} else {
if (--this.mStateParam.rubbleTimer < 0) {
if (this.mStateParam.rubbleTimer == -1) {
this.pMovieClip.gotoAndStop('rubble');
if (this.mStateParam.shakeCamera) {
(Game.singleton.getCamera()).shake(38, 12);
if (Game.singleton.allowDeathAppear() && this.getType() != 'Death') {
} else {
(Game.singleton.getGameUI()).showBossMessage((this.getType()).toLowerCase() + '_slain');
}
}
} else {
if (this.mStateParam.rubbleTimer == -3) {
if (!Game.singleton.hasActiveBossLetterbox(null)) {
(Game.singleton.getGameUI()).fadeoutLetterBox();
}
}
}
if (!this.mStateParam.shakeCamera) {
var v4 = this.pMovieClip.body;
if (v4 && v4._currentframe < v4._totalframes) {
v4.gotoAndStop(v4._totalframes);
}
}
}
}
if (!this.pDefeated && !Game.singleton.isBossTouched(this.getType())) {
var v5 = Game.singleton.getCaligula();
if (Math.abs(v5.Y - this.Y) < 30 && (v5.getMovieClip()).hitTest(this.getMovieClip())) {
if (Game.singleton.isInState('run', 0)) {
Game.singleton.setBossTouched(this.getType());
this.showFindAndFightMessage();
}
}
}
};
v1.showFindAndFightMessage = function () {
var v2 = (this.getType()).toLowerCase();
if (Game.singleton.getRound() > 1) {
v2 += '_break';
} else {
v2 += '_find';
}
(Game.singleton.getGameUI()).showBossMessage(v2);
};
v1.standup_exit = function () {
this.setStandTileWalkable(true);
};
v1.attack_enter = function () {
super.attack_enter();
if (this.mStateParam.mFireFlame) {
this.mStateParam.mFireFlame._visible = false;
}
};
v1.attack_exit = function () {
super.attack_exit();
if (this.mStateParam.mFireFlame) {
this.mStateParam.mFireFlame._visible = true;
}
};
v1.spawnNpcOnDeath = function () {
var v2 = Game.singleton;
var v3 = 5;
var v4 = Math.PI * 2 / v3;
var v5 = Math.PI * Math.random();
var v7 = v2.getDefeatedBossCount();
switch (v7) {
case 0:
case 1:
var v6 = ['Rat'];
break;
case 2:
var v6 = ['Rat', 'Skeleton'];
break;
case 3:
var v6 = ['Skeleton', 'SkeSoldierSpear', 'SkeSoldierCrossbow'];
break;
case 4:
var v6 = ['SkeSoldierSpear', 'SkeSoldierCrossbow'];
break;
case 5:
default:
var v6 = ['SkeSoldierSpear', 'SkeSoldierCrossbow', 'Gladiator1', 'Gladiator2'];
}
if (Game.singleton.getRound() > 1) {
var v6 = ['SkeSoldierSpear', 'SkeSoldierCrossbow', 'Gladiator1', 'Gladiator2'];
}
var v8 = 0;
goto 6192;
for (;;) {
++v8;
label 6192:
if (v8 >= v3) break;
var v9 = v5 + v4 * v8;
var v10 = 20 + Math.random() * 120;
var v11 = new flash.geom.Point(this.X + Math.cos(v9) * v10, this.Y + Math.sin(v9) * v10 * 0.6);
var v12 = (v2.getSceneMap()).getTileFromLocation(v11.x, v11.y);
if (v12 && (v2.getSceneMap()).isTileWalkable(v12.mI, v12.mJ)) {
var v13 = Math.floor(Math.random() * v6.length);
var v14 = v6[v13];
var v15 = NPC(v2.createCharacter(v2.getCharNode(), v14));
v15.initDirection(Math.random() < 0.5 ? 1 : -1);
v15.initPosition(v11.x, v11.y);
v15.setSpawnNpc();
v15.initialize();
}
}
};
v1.death_enter = function () {
super.death_enter();
(Game.singleton.getGameUI()).showBossMessage(this.type.toLowerCase() + '_slain');
Game.singleton.addDefeatedBoss(this.getType());
tinymantis.SoundManager.sSingleton.playSound('bell.wav', false, 100);
if (!Game.singleton.hasPentagram()) {
Game.singleton.resetLastSlainBossType();
}
if (!Game.singleton.hasActiveBoss(this, false)) {
if (!Game.singleton.hasPentagram()) {
(Game.singleton.getGameUI()).fadeoutLetterBox();
}
Game.singleton.playCurrentTilesetMusic();
}
var v3 = Game.singleton.getCaligula();
v3.health = v3.health_max;
(Game.singleton.getGameUI()).playHpFillAnim();
};
v1.death_update = function () {
var v3 = this.pMovieClip.body;
if (v3._currentframe == v3._totalframes - 10) {
this.spawnNpcOnDeath();
} else {
if (v3._currentframe == v3._totalframes - 1) {
Game.singleton.showPentagramFire();
if (!Game.singleton.hasPentagram() && (Game.singleton.allowDeathAppear() && this.getType() != 'Death')) {
}
}
}
super.death_update();
};
v1.getDefendSound = function () {
switch (this.getType()) {
return super.getDefendSound();
case 'Nero1':
return 'enemy_punch_block.aif';
case 'Vlad':
case 'Death':
return 'sb_woodenshield.aif';
}
return super.getDefendSound();
};
v1.ghost_update = function () {};
v1.teleport1_enter = function () {
this.pMovieClip.gotoAndStop('teleport1');
this.pHpMinibar.setVisible(false);
tinymantis.SoundManager.sSingleton.playSound('snd_level_die_LOUD.wav', false, 100);
};
v1.teleport1_update = function () {
var v2 = this.pMovieClip.body;
if (v2 && v2._currentframe == v2._totalframes) {
this.gotoState('teleport2');
}
};
v1.teleport1_exit = function () {};
v1.teleport2_enter = function () {
this.pMovieClip.gotoAndStop('teleport2');
this.mStateParam.telwait_timer = 20;
this.doTeleport();
};
v1.teleport2_update = function () {
--this.mStateParam.telwait_timer;
var v2 = this.pMovieClip.body;
if (this.mStateParam.telwait_timer > 0) {
v2.gotoAndStop(1);
} else {
if (this.mStateParam.telwait_timer == 0) {
v2.gotoAndPlay(2);
tinymantis.SoundManager.sSingleton.playSound('beastboy_transform.aif', false, 100);
} else {
if (v2._currentframe == v2._totalframes) {
this.pHpMinibar.setVisible(true);
this.gotoState('idle');
}
}
}
};
v1.teleport2_exit = function () {};
v1.doTeleport = function () {
var v2 = Game.singleton.getCaligula();
var v3 = (v2.getTile()).mI;
var v4 = (v2.getTile()).mJ;
var v5 = -v2.getDirection();
var v6 = v3;
var v7 = v4;
var v8 = 1;
goto 8241;
for (;;) {
++v8;
label 8241:
if (v8 > 5) break;
var v9 = v3 + v8 * v5;
var v10 = [0, -1, 1];
var v11 = false;
while (v10.length) {
var v12 = Number(v10.shift());
var v13 = v4 + v12;
if ((Game.singleton.getSceneMap()).isTileWalkable(v9, v13)) {
v6 = v9;
v7 = v13;
v11 = true;
break;
}
}
if (!v11) {
} else {}
}
var v14 = (Game.singleton.getSceneMap()).getRandomWalkableTile(v6, v7, 1);
if (v14) {
this.setPosition(v14.getCenterX(), v14.getCenterY());
this.initDirection(v2.X - this.X);
}
};
ASSetPropFlags(v1, null, 1);
v1.pTeleportMeter = 0;
v1.pDefeated = false;
}
#endinitclip
}
movieClip 20498 __Packages.catacombs1 {
#initclip
if (!catacombs1) {
_global.catacombs1 = function () {
super();
this.parseXML('\n<level name="catacombs1" width="38" height="26" set="catacombs" >\n\t<ground tiles="30,31,32,33,34,35,36,37,3,4,5,6,7,28,29,30,31,32,8,9,10,11,12,3,4,5,6,7,33,34,35,36,37,28,29,30,31,32,75,76,77,78,79,80,81,82,48,49,50,51,52,73,74,75,76,77,53,54,55,56,57,48,49,50,51,52,78,79,80,81,82,73,74,75,76,77,120,121,122,123,124,125,126,127,93,94,95,96,97,118,119,120,121,122,98,99,100,101,102,93,94,95,96,97,123,124,125,126,127,118,119,120,121,122,165,166,167,168,169,170,171,172,138,139,140,141,142,163,164,165,166,167,143,144,145,146,147,138,139,140,141,142,168,169,170,171,172,163,164,165,166,167,210,211,212,213,214,215,216,217,183,184,185,186,187,208,209,210,211,212,188,189,190,191,192,183,184,185,186,187,213,214,215,216,217,208,209,210,211,212,247,248,249,0,0,0,0,0,0,399,238,239,240,241,313,314,315,316,0,0,0,0,0,0,0,0,452,398,0,0,0,0,0,0,362,363,0,241,288,289,290,0,0,0,356,0,0,366,279,280,281,282,352,353,354,355,0,0,0,0,313,314,315,316,0,364,0,0,0,0,0,0,395,396,0,282,0,0,0,0,0,0,0,0,0,366,317,318,319,320,387,388,389,390,313,314,315,316,352,353,354,355,0,364,357,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,366,0,0,0,0,421,422,423,424,352,353,354,355,387,388,389,390,0,364,0,0,0,0,0,356,0,0,362,363,0,0,356,0,0,0,0,0,0,366,358,0,0,0,437,438,439,440,387,388,389,390,421,422,423,424,0,364,0,0,0,0,0,0,0,0,395,396,0,0,0,0,0,357,0,0,0,366,0,0,0,0,0,242,243,244,421,422,423,424,437,438,439,440,0,364,0,0,0,0,0,0,0,247,248,249,0,0,0,0,0,0,0,0,0,366,0,0,0,0,0,283,284,285,437,438,439,440,0,0,0,0,0,364,0,0,0,0,0,0,0,288,289,290,0,0,0,0,0,0,0,0,0,366,0,242,243,244,321,322,323,0,0,0,0,356,0,326,251,251,251,327,0,0,391,392,393,394,391,392,393,394,0,0,0,0,0,0,0,0,0,366,0,283,284,285,359,360,361,0,0,0,0,0,0,364,0,0,0,0,0,0,425,426,427,428,425,426,427,428,313,314,315,316,0,0,0,0,0,366,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,441,442,443,444,441,442,443,444,352,353,354,355,0,0,0,0,0,328,251,251,251,251,251,251,251,251,251,251,251,251,251,327,0,0,0,0,0,0,0,0,391,392,393,394,0,0,387,388,389,390,0,0,0,0,0,0,0,0,241,0,241,0,241,0,241,0,241,0,241,0,0,0,357,0,0,0,0,0,425,426,427,428,357,0,421,422,423,424,0,0,356,0,0,0,0,0,282,0,282,0,282,0,282,0,282,0,282,0,0,0,0,0,0,0,0,0,441,442,443,444,0,0,437,438,439,440,0,0,0,0,0,0,0,0,320,0,320,0,320,0,320,0,320,0,320,0,0,0,0,0,356,0,391,392,393,394,247,248,249,0,313,314,315,316,0,0,0,0,0,399,452,452,452,452,452,452,452,452,452,452,452,452,452,452,452,398,0,0,0,0,425,426,427,428,288,289,290,0,352,353,354,355,241,0,0,0,0,366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,358,0,441,442,443,444,358,0,0,0,387,388,389,390,282,0,0,357,0,366,0,247,248,249,0,0,247,248,249,0,0,247,248,249,0,364,0,0,242,243,244,247,248,249,321,322,323,0,421,422,423,424,320,0,0,0,0,366,0,288,289,290,0,0,288,289,290,0,0,288,289,290,0,364,0,0,283,284,285,288,289,290,359,360,361,0,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,234,235,236,237,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,275,276,277,278,-1,-1,-1,-1,234,235,236,237,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,234,235,236,237,275,276,277,278,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,275,276,277,278,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,234,235,236,237,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,275,276,277,278,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,234,235,236,237,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,275,276,277,278,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="14" y="3" w="4" h="2" />\n\t<skyRegion x="18" y="5" w="4" h="2" />\n\t<skyRegion x="22" y="4" w="4" h="2" />\n\t<skyRegion x="0" y="17" w="4" h="2" />\n\t<skyRegion x="0" y="12" w="4" h="2" />\n\t<exit dMap="catacombs0" x="4" y="4" dX="31" dY="8" />\n\t<exit dMap="catacombs0" x="5" y="4" dX="31" dY="8" />\n\t<exit dMap="catacombs0" x="6" y="4" dX="31" dY="8" />\n\t<exit dMap="catacombs2" x="0" y="7" dX="16" dY="8" />\n\t<exit dMap="catacombs2" x="0" y="8" dX="16" dY="8" />\n\t<exit dMap="catacombs2" x="0" y="9" dX="16" dY="8" />\n\t<exit dMap="catacombs2" x="0" y="10" dX="16" dY="8" />\n\t<exit dMap="catacombs2" x="0" y="11" dX="16" dY="8" />\n\t<exit dMap="catacombs2" x="0" y="12" dX="16" dY="8" />\n\t<exit dMap="catacombs2" x="0" y="13" dX="16" dY="8" />\n\t<exit dMap="catacombs4" x="30" y="4" dX="5" dY="8" />\n\t<exit dMap="catacombs4" x="31" y="4" dX="5" dY="8" />\n\t<exit dMap="catacombs4" x="29" y="4" dX="5" dY="8" />\n\t<exit dMap="catacombs3" x="6" y="24" dX="32" dY="6" />\n\t<exit dMap="catacombs3" x="7" y="24" dX="32" dY="6" />\n\t<exit dMap="catacombs3" x="8" y="24" dX="32" dY="6" />\n\t<waypoint id="0" x="5" y="8" />\n\t<waypoint id="1" x="7" y="15" />\n\t<waypoint id="3" x="25" y="15" />\n\t<waypoint id="4" x="30" y="6" />\n\t<mob id="0" mType="soldier_1a" x="24" y="15" path="3,1,0,1,3,4" />\n\t<mob id="1" mType="soldier_1a" x="8" y="16" path="1,0,1,3,4" />\n\t<mob id="2" mType="soldier_1b" x="6" y="14" path="1,0,1,3,4,3,1" />\n\t<mob id="3" mType="soldier_1c" x="26" y="15" path="3,4,3,1,0,1,3" />\n\t<mob id="4" mType="rat" x="25" y="16" path="3,1,0,1,3,4" />\n\t<mob id="5" mType="rat" x="31" y="6" path="4,3,1,0,1,3,4" />\n\t<mob id="6" mType="rat" x="6" y="15" path="0,1,0" />\n\t<mob id="7" mType="soldier_1a" x="25" y="14" path="3,4,3,1,0,1,3" />\n\t<mob id="8" mType="rat" x="4" y="8" path="0" />\n\t<mob id="9" mType="rat" x="6" y="8" path="0" />\n\t<object mType="amphora" x="10" y="6" />\n\t<object mType="amphora" x="11" y="6" />\n\t<object mType="amphora" x="10" y="7" />\n\t<object mType="amphora" x="11" y="7" />\n\t<weapon mType="19" x="13" y="9" />\n</level>\n\t\t');
};
_global.catacombs1 extends xml_base;
var v1 = _global.catacombs1.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20499 __Packages.forum1 {
#initclip
if (!forum1) {
_global.forum1 = function () {
super();
this.parseXML('\n<level name="forum1" width="38" height="15" set="forum" >\n\t<ground tiles="1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,0,0,0,0,0,0,471,472,0,0,471,472,0,0,0,0,0,0,0,0,0,0,0,471,472,0,471,472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,128,129,130,131,132,133,134,135,136,168,169,170,171,172,173,174,175,0,212,213,214,215,216,217,0,0,0,0,0,0,0,0,0,0,0,0,0,157,158,159,160,161,162,163,164,165,166,203,204,205,206,207,208,209,210,0,247,248,249,250,251,252,0,168,169,170,171,172,173,174,175,184,185,186,187,193,194,195,196,197,198,199,200,201,202,238,239,240,241,242,243,244,245,282,283,284,285,286,287,288,289,203,204,205,206,207,208,209,210,219,220,221,222" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,56,57,58,59,60,61,62,63,-1,101,102,103,104,105,106,107,108,-1,-1,145,146,147,148,-1,-1,64,65,66,67,68,69,70,71,-1,80,81,82,91,92,93,94,95,96,97,98,99,100,137,138,139,140,141,142,143,144,-1,177,178,179,180,181,182,-1,101,102,103,104,105,106,107,108,-1,117,118,119,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,211,-1,-1,-1,-1,-1,-1,218,137,138,139,140,141,142,143,144,-1,149,150,151,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,-1,-1,-1,-1,253,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="4" y="9" w="6" h="3" />\n\t<skyRegion x="10" y="9" w="8" h="3" />\n\t<skyRegion x="24" y="9" w="5" h="6" />\n\t<skyRegion x="23" y="8" w="5" h="6" />\n\t<skyRegion x="21" y="8" w="5" h="6" />\n\t<skyRegion x="26" y="10" w="8" h="3" />\n\t<skyRegion x="35" y="10" w="3" h="3" />\n\t<exit dMap="forum2" x="37" y="5" dX="1" dY="5" />\n\t<exit dMap="forum2" x="37" y="6" dX="1" dY="6" />\n\t<exit dMap="forum2" x="37" y="7" dX="1" dY="7" />\n\t<exit dMap="forum2" x="37" y="8" dX="1" dY="8" />\n\t<exit dMap="forum2" x="37" y="9" dX="1" dY="9" />\n\t<exit dMap="forum2" x="37" y="10" dX="1" dY="10" />\n\t<exit dMap="forum2" x="37" y="11" dX="1" dY="10" />\n\t<exit dMap="market9" x="0" y="5" dX="38" dY="9" />\n\t<exit dMap="market9" x="0" y="6" dX="38" dY="9" />\n\t<exit dMap="market9" x="0" y="7" dX="38" dY="9" />\n\t<exit dMap="market9" x="0" y="8" dX="38" dY="10" />\n\t<exit dMap="market9" x="0" y="9" dX="38" dY="10" />\n\t<exit dMap="market9" x="0" y="10" dX="38" dY="10" />\n\t<exit dMap="market9" x="0" y="11" dX="38" dY="10" />\n\t<exit dMap="market9" x="0" y="12" dX="38" dY="10" />\n\t<waypoint id="0" x="2" y="7" />\n\t<waypoint id="1" x="36" y="6" />\n\t<waypoint id="2" x="13" y="6" />\n\t<waypoint id="3" x="4" y="8" />\n\t<waypoint id="4" x="36" y="9" />\n\t<waypoint id="5" x="15" y="7" />\n\t<waypoint id="6" x="10" y="7" />\n\t<waypoint id="7" x="13" y="8" />\n\t<waypoint id="8" x="18" y="6" />\n\t<waypoint id="9" x="30" y="6" />\n\t<waypoint id="10" x="24" y="10" />\n\t<mob id="0" mType="plebian_woman_a" x="13" y="5" path="2" />\n\t<mob id="1" mType="plebian_woman_a" x="15" y="6" path="5" />\n\t<mob id="2" mType="plebian_woman_a" x="10" y="6" path="6" />\n\t<mob id="3" mType="plebian_man_a" x="2" y="6" path="0,7,1,4,3" />\n\t<mob id="4" mType="plebian_man_a" x="2" y="9" path="3,0,7,1,4" />\n\t<mob id="5" mType="plebian_man_a" x="36" y="6" path="1,7,0,3,4" />\n\t<mob id="6" mType="plebian_man_a" x="36" y="9" path="4,3,0,7,1" />\n\t<mob id="7" mType="plebian_man_a" x="30" y="6" path="9,10,8" />\n\t<mob id="8" mType="plebian_man_a" x="24" y="10" path="10,8,7,8" />\n\t<mob id="9" mType="bourgeois_man_2a" x="34" y="6" path="0,3,4" />\n\t<mob id="10" mType="bourgeois_man_2a" x="33" y="7" path="0,3,1" />\n\t<mob id="11" mType="bourgeois_man_2a" x="35" y="9" path="0,3,4" />\n\t<mob id="12" mType="bourgeois_man_1a" x="6" y="7" path="1,3" />\n\t<mob id="13" mType="bourgeois_man_1a" x="35" y="7" path="7,0,3,0" />\n\t<mob id="15" mType="bourgeois_man_1a" x="9" y="9" path="1,3" />\n\t<mob id="16" mType="bourgeois_man_2a" x="8" y="6" path="7,0,3,0" />\n\t<mob id="17" mType="bourgeois_man_1a" x="4" y="9" path="1,3" />\n\t<object mType="tree" x="15" y="1" />\n\t<object mType="tree" x="19" y="1" />\n\t<object mType="tree" x="30" y="1" />\n\t<object mType="column_lg" x="0" y="2" />\n\t<object mType="column_lg" x="0" y="7" />\n\t<object mType="tree" x="34" y="1" />\n\t<object mType="column_sm" x="2" y="3" />\n\t<object mType="column_sm" x="2" y="8" />\n\t<object mType="amphora" x="28" y="4" />\n</level>\n\t\t');
};
_global.forum1 extends xml_base;
var v1 = _global.forum1.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20500 __Packages.ThrowObject {
#initclip
if (!ThrowObject) {
_global.ThrowObject = function (weapon) {
super('ThrowObject', weapon);
this.pMovieClip = ThrowObject._sClipParent.attachMovie(weapon, 'throwobj' + ThrowObject._sIndex, ThrowObject._sClipParent.getNextHighestDepth());
++ThrowObject._sIndex;
this.pLastPosition = new flash.geom.Point();
};
_global.ThrowObject extends SceneObject;
var v1 = _global.ThrowObject.prototype;
_global.ThrowObject.initPool = function (p) {
ThrowObject._sIndex = 0;
ThrowObject._sClipParent = p;
ThrowObject._sWeaponPool = new Object();
};
_global.ThrowObject.getWeaponFromPool = function (owner, attackdata) {
var v4 = null;
var v5 = ThrowObject._sWeaponPool[attackdata.weapon];
if (v5 == null) {
v5 = new Array();
ThrowObject._sWeaponPool[attackdata.weapon] = v5;
}
var v6 = 0;
goto 1853;
for (;;) {
++v6;
label 1853:
if (v6 >= v5.length) break;
var v7 = v5[v6];
if (v7.isDead()) {
v4 = v7;
} else {}
}
if (v4 == null) {
switch (attackdata.weapon) {
case 'lib_lion':
v4 = new Lion(attackdata.weapon);
break;
case 'lib_hatchet':
v4 = new Frisbee(attackdata.weapon);
break;
case 'lib_vespriay':
v4 = new Vespriay(attackdata.weapon);
break;
case 'lib_eagle':
v4 = new Eagle(attackdata.weapon);
break;
case 'lib_iaculum1':
case 'lib_iaculum2':
case 'lib_iaculum3':
v4 = new Iaculum(attackdata.weapon);
break;
default:
v4 = new ThrowObject(attackdata.weapon);
}
v5.push(v4);
}
v4.initialize(owner, attackdata);
return v4;
};
v1.onFollowCaligula = function () {
var v2 = Game.singleton.getCaligula();
var v3 = new flash.geom.Point(v2.X - this.X, v2.Y - this.Y);
var v4 = 5;
if (v3.length > v4) {
v3.normalize(v4);
}
this.setPosition(this.X + v3.x, this.Y + v3.y);
this.updatePosition(true);
this.pBaseY = this.Y;
};
v1.isThrowObject = function () {
return true;
};
v1.getBodyClip = function () {
return this.pMovieClip;
};
v1.__get__party = function () {
return this.pOwner ? this.pOwner.party : 1;
};
v1.initialize = function (owner, attackdata) {
this.pDead = false;
this.pMovieClip._visible = true;
(this.getBodyClip()).gotoAndPlay(1);
this.pOwner = owner;
this.pBaseY = this.pOwner.Y;
this.pAttackData = attackdata;
this.pInWater = false;
if (attackdata.weapon == 'lib_bomb1') {
this.pCheckParty = false;
this.pMovieClip.onFollowCaligula = tinymantis.Delegate.create(this, this.onFollowCaligula);
this.pMovieClip.followDuration = 60;
}
};
v1.__get__attackData = function () {
return this.pAttackData;
};
v1.initStartPosition = function (inx, iny) {
super.initPosition(inx, iny);
this.updateDepth(0, this.pBaseY);
this.pTile = (Game.singleton.getSceneMap()).getTileFromLocation(this.pX, this.pBaseY);
};
v1.setPosition = function (inx, iny) {
this.pX = inx;
this.pY = iny;
};
v1.getOwner = function () {
return this.pOwner;
};
v1.isUnique = function () {
return false;
};
v1.destroy = function () {
this.pDead = true;
this.pMovieClip._visible = false;
var v2 = this.getBodyClip();
v2.gotoAndStop(v2._totalframes);
this.pMovieClip.swapDepths(this.pMovieClip._parent.getNextHighestDepth());
if (this.pOwner) {
if (this.isUnique() && this.pOwner.health > 0) {
this.pOwner.gotoState('idle');
}
this.pOwner = null;
}
};
v1.getAttackDamage = function (target) {
if (this.pOwner) {
return this.pOwner.getAttackDamage(this.pAttackData, target);
}
return this.pAttackData.damage;
};
v1.update = function () {
if (this.pDead) {
return undefined;
}
if (this.pMovieClip._currentframe == this.pMovieClip._totalframes) {
this.pDead = true;
}
var v2 = this.pMovieClip.mSound;
if (v2 != null && v2.length > 4) {
tinymantis.SoundManager.sSingleton.playSound(v2, false, 100);
delete this.pMovieClip.mSound;
}
var v3 = this.pMovieClip.cHitArea;
this.hit_update(v3, false);
this.water_update(v3);
};
v1.getHitArea = function () {
if (this.pMovieClip && this.pMovieClip.cHitArea != undefined) {
return this.pMovieClip.cHitArea;
}
return null;
};
v1.water_update = function (hitarea) {
if (hitarea != undefined) {
var v3 = hitarea;
var v4 = 0;
var v5 = 0;
while (v3 != this.pMovieClip) {
v4 += v3._x;
v5 += v3._y;
v3 = v3._parent;
}
this.pLastPosition.x = -v4 * this.getDirection() + this.pMovieClip._x;
this.pLastPosition.y = v5 + this.pMovieClip._y;
} else {
var v6 = Game.singleton.getSceneMap();
if ((v6.getTileFromLocation(this.pLastPosition.x, this.pLastPosition.y)).water) {
this.pInWater = true;
var v7 = 'other_splash_small.aif';
switch (this.getType()) {
case 'lib_vespriay':
case 'lib_qudrel':
v7 = 'other_splash_lrg.aif';
break;
case 'lib_brick1':
case 'lib_javline':
case 'lib_smallrock':
v7 = 'other_splash_med.aif';
}
var v8 = new WaterEffect(v7, this.pLastPosition.x, this.pLastPosition.y);
this.pDead = true;
}
}
};
v1.setDead = function () {
this.pDead = true;
};
v1.hit_update = function (hitarea, passbase) {
if (hitarea != undefined && !this.pDead) {
var v4 = Game.singleton.getCharacters();
var v5 = 0;
goto 4395;
for (;;) {
for (;;) {
for (;;) {
++v5;
label 4395:
if (v5 >= v4.length) break;
var v6 = v4[v5];
if (this.pOwner.isCaligula()) {
if (v6 != this.pOwner) break;
break;
}
if (!(this.pCheckParty && v6.party == this.pOwner.party)) break;
if (!v6.isInState('hit', 0) && (v6.health > 0 && hitarea.hitTest(v6.getMovieClip()))) {
if (passbase || Math.abs(v6.Y - this.pBaseY) < Constant.HIT_Y_RANGE) {
if (this.pAttackData.destroyable && (v6.currentAttack.destroyProjectiles && v6.isInState('melee', 1))) {
this.pDead = true;
break;
}
if (v6.hit(this, this.getAttackDamage(v6), this.pAttackData.pushpower * this.getDirection())) {
if (this.getType() == 'lib_stalinmissles') {
var v7 = Math.floor(Math.random() * 1000);
var v8 = this.pMovieClip._parent.attachMovie('lib_expsmall', 'lib_expsmall' + v7, this.pMovieClip._parent.getNextHighestDepth());
v8._y = this.pMovieClip._y;
v8._x = (v6.getMovieClip())._x;
}
if (this.pOwner && v6.health <= 0) {
this.pOwner.addWeaponKill(this.pAttackData.key, 1, true);
}
if (!this.pAttackData.hit_multiple) {
this.pDead = true;
} else {}
}
}
}
}
}
}
if (!this.pDead && this.pAttackData.destroyProjectiles) {
var v9 = Game.singleton.getThrowObjects();
var v10 = 0;
goto 5224;
for (;;) {
++v10;
label 5224:
if (v10 >= v9.length) break;
var v11 = v9[v10];
if (v11 != this && v11.pAttackData.destroyable) {
var v12 = v11.getHitArea();
if (v12 && v12.hitTest(hitarea)) {
v11.setDead();
if (!this.pAttackData.hit_multiple) {
this.pDead = true;
} else {}
}
}
}
}
if (!this.pDead && this.pOwner == Game.singleton.getCaligula()) {
var v13 = Game.singleton.getBreakableObjects();
var v14 = 0;
goto 5510;
for (;;) {
++v14;
label 5510:
if (v14 >= v13.length) break;
var v15 = v13[v14];
if (!v15.broken) {
v15.hit(passbase ? null : this.pTile, hitarea);
}
}
}
}
};
v1.addProperty('attackData', v1.__get__attackData, function () {});
v1.addProperty('party', v1.__get__party, function () {});
ASSetPropFlags(v1, null, 1);
_global.ThrowObject._sIndex = 0;
v1.pCheckParty = true;
}
#endinitclip
}
movieClip 20501 __Packages.Vespriay {
#initclip
if (!Vespriay) {
_global.Vespriay = function (weapon) {
super(weapon);
this.pDuration = 180;
};
_global.Vespriay extends ThrowObject;
var v1 = _global.Vespriay.prototype;
v1.initialize = function (owner, attackdata) {
super.initialize(owner, attackdata);
this.pSwarm = null;
this.pMovieClip._alpha = 100;
this.pSoundChannel = -1;
this.pDuration = attackdata.getNumber('duration');
};
v1.destroy = function () {
super.destroy();
if (this.pSoundChannel >= 0) {
this.pSoundChannel = tinymantis.SoundManager.sSingleton.stopSound(this.pSoundChannel);
}
};
v1.getVolume = function () {
var v2 = Game.singleton.getCaligula();
if (v2.health > 0) {
var v3 = Math.abs(v2.X - this.X + this.pSwarm._x * this.getDirection()) + Math.abs(v2.Y - this.Y - this.pSwarm._y) * 0.7;
var v4 = Math.round(Math.min(100, Math.max(0, 150 - v3 * 0.38)));
return v4;
}
return 0;
};
v1.getAttackDamage = function (target) {
if (this.pSwarm) {
return super.getAttackDamage(target);
}
return this.pAttackData.damage;
};
v1.isBlockable = function () {
return (this.pSwarm == null) ? true : false;
};
v1.update = function () {
if (this.pDead) {
return undefined;
}
if (this.pSwarm) {
++this.pTimer;
if (this.pTimer > this.pDuration) {
this.pMovieClip._alpha -= 10;
if (this.pMovieClip._alpha <= 0) {
this.pDead = true;
}
} else {
var v3 = Game.singleton.getCharacters();
var v4 = 0;
goto 1678;
for (;;) {
for (;;) {
++v4;
label 1678:
if (v4 >= v3.length) break;
var v5 = v3[v4];
if (!v5.isInState('hit', 0) && (v5.health > 0 && (v5.getType() != 'Skeleton' && (this.pMovieClip.hitTest(v5.getMovieClip()) && Math.abs(v5.Y - this.pBaseY) < Constant.HIT_Y_RANGE)))) {
if (!(v5.isCaligula() && !(v5.isInState('walk', 0) || v5.isInState('idle', 0)))) break;
v5.hit(this, this.getAttackDamage(v5), this.pAttackData.pushpower * (Math.random() > 0.5 ? 1 : -1));
if (v5.health <= 0) {
if (v5.isCaligula()) {
++Game.singleton.mTimesKilledByBee;
} else {
this.pOwner.addWeaponKill(this.pAttackData.key, 1, true);
}
}
}
}
}
}
if (this.pSoundChannel >= 0) {
tinymantis.SoundManager.sSingleton.setVolume(this.pSoundChannel, this.getVolume());
}
} else {
super.update();
if (this.pDead && !this.pInWater) {
this.pDead = false;
this.pSwarm = this.pMovieClip.swarm;
this.pTimer = 0;
org.flashdevelop.utils.FlashConnect.trace('found swarm: ' + this.pSwarm, 'Vespriay::update', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Vespriay.as', 110);
this.pSoundChannel = tinymantis.SoundManager.sSingleton.playSound('caligula_bees.aif', true, this.getVolume());
}
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20502 __Packages.market4 {
#initclip
if (!market4) {
_global.market4 = function () {
super();
this.parseXML('\n<level name="market4" width="19" height="16" set="market" >\n\t<ground tiles="88,89,90,91,43,113,114,150,151,41,4,42,0,0,40,0,0,2,41,125,126,127,128,0,148,149,189,190,0,44,40,0,133,134,135,136,1,40,160,161,162,163,0,187,188,21,22,23,24,0,1,168,169,170,171,0,3,199,200,201,202,2,0,0,61,62,63,64,3,0,207,208,209,210,0,0,0,43,0,0,0,0,0,96,97,98,99,0,0,0,0,0,0,0,0,1,0,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,133,134,135,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,169,170,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,208,209,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,115,116,133,134,135,136,0,92,93,94,95,0,0,0,21,22,23,24,0,150,151,168,169,170,171,0,129,130,131,132,40,0,1,61,62,63,64,42,189,190,207,208,209,210,0,164,165,166,167,0,2,0,96,97,98,99,43,0,0,0,2,0,0,0,203,204,205,206,88,89,90,91,115,116,0,43,0,0,0,0,80,81,82,0,0,0,0,125,126,127,128,150,151,0,84,85,86,87,41,117,118,119,0,0,0,0,160,161,162,163,189,190,0,121,122,123,124,0,152,153,154" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,9,10,11,12,-1,45,46,47,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0" />\n\t<skyRegion x="0" y="8" w="4" h="2" />\n\t<skyRegion x="4" y="11" w="4" h="2" />\n\t<skyRegion x="11" y="12" w="4" h="2" />\n\t<skyRegion x="16" y="11" w="3" h="2" />\n\t<exit dMap="market3" x="18" y="3" dX="1" dY="4" />\n\t<exit dMap="market3" x="18" y="4" dX="1" dY="4" />\n\t<exit dMap="market3" x="18" y="5" dX="1" dY="4" />\n\t<exit dMap="market3" x="18" y="6" dX="1" dY="5" />\n\t<exit dMap="market3" x="18" y="7" dX="1" dY="5" />\n\t<exit dMap="market3" x="18" y="8" dX="1" dY="5" />\n\t<exit dMap="market3" x="18" y="9" dX="1" dY="5" />\n\t<exit dMap="market3" x="18" y="10" dX="1" dY="5" />\n\t<waypoint id="0" x="11" y="4" />\n\t<waypoint id="1" x="16" y="4" />\n\t<waypoint id="2" x="16" y="8" />\n\t<waypoint id="3" x="9" y="9" />\n\t<waypoint id="4" x="5" y="7" />\n\t<waypoint id="5" x="2" y="4" />\n\t<waypoint id="6" x="6" y="4" />\n\t<mob id="0" mType="drunk" x="2" y="4" path="5,6" />\n\t<mob id="1" mType="prostitute_a" x="5" y="7" path="4,3,2,3" />\n\t<mob id="2" mType="soldier_1c" x="11" y="4" path="0,1" />\n\t<object mType="urn2" x="4" y="9" />\n\t<object mType="urn2" x="6" y="9" />\n\t<object mType="amphora" x="10" y="4" />\n\t<object mType="amphora" x="9" y="4" />\n\t<weapon mType="16" x="8" y="7" />\n</level>\n\t\t');
};
_global.market4 extends xml_base;
var v1 = _global.market4.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20503 __Packages.bathHouse3 {
#initclip
if (!bathHouse3) {
_global.bathHouse3 = function () {
super();
this.parseXML('\n<level name="bathHouse3" width="19" height="29" set="bathHouse" >\n\t<ground tiles="76,76,76,76,76,76,68,69,70,71,72,73,74,75,76,77,78,79,80,111,112,113,114,107,99,100,101,102,103,104,105,106,107,108,109,110,111,112,142,143,144,143,137,138,131,132,133,134,135,136,137,138,139,140,141,142,143,168,169,170,169,163,164,157,158,159,160,161,162,163,164,165,166,167,168,169,194,195,196,195,189,190,183,184,185,186,187,188,189,190,191,192,193,194,195,217,217,217,219,215,216,209,210,211,212,213,214,215,216,16,217,219,32,221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,22,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,6,5,6,5,6,5,6,7,8,0,0,0,0,0,0,0,0,12,55,56,57,55,56,57,55,56,57,13,0,0,0,0,0,0,0,0,17,56,18,19,19,19,19,19,20,56,21,0,0,0,0,0,0,0,0,27,58,28,0,0,0,23,0,29,58,30,0,0,0,0,0,0,0,0,35,60,47,0,22,31,0,0,48,60,38,0,0,0,0,0,0,0,0,42,58,50,52,51,52,53,51,54,59,45,0,0,0,0,0,4,5,6,46,60,59,58,60,59,58,60,59,58,49,16,0,0,0,0,12,55,56,61,63,64,62,63,64,62,63,64,65,66,26,0,0,0,23,17,58,59,32,1,2,3,0,0,0,0,0,14,15,0,0,0,0,23,27,55,56,39,9,10,11,0,0,0,0,0,24,25,0,0,0,0,31,35,58,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,55,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,58,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,12,55,56,16,0,0,0,0,0,0,0,14,15,0,1,2,3,0,39,17,58,59,26,0,0,0,0,0,22,0,24,25,0,9,10,11,0,22,61,62,63,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,0,0,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse2" x="0" y="6" dX="23" dY="8" />\n\t<exit dMap="bathHouse2" x="0" y="7" dX="23" dY="8" />\n\t<exit dMap="bathHouse2" x="0" y="8" dX="23" dY="8" />\n\t<exit dMap="bathHouse2" x="0" y="9" dX="23" dY="8" />\n\t<exit dMap="bathHouse4" x="18" y="7" dX="1" dY="7" />\n\t<exit dMap="bathHouse4" x="18" y="8" dX="1" dY="7" />\n\t<exit dMap="bathHouse4" x="18" y="9" dX="1" dY="8" />\n\t<exit dMap="bathHouse4" x="18" y="10" dX="1" dY="8" />\n\t<exit dMap="bathHouse4" x="18" y="11" dX="1" dY="9" />\n\t<exit dMap="bathHouse4" x="18" y="12" dX="1" dY="9" />\n\t<exit dMap="bathHouse4" x="18" y="13" dX="1" dY="10" />\n\t<exit dMap="bathHouse4" x="18" y="14" dX="1" dY="10" />\n\t<waypoint id="0" x="7" y="7" />\n\t<waypoint id="1" x="15" y="8" />\n\t<waypoint id="2" x="13" y="13" />\n\t<waypoint id="3" x="13" y="21" />\n\t<waypoint id="4" x="5" y="19" />\n\t<waypoint id="5" x="2" y="23" />\n\t<mob id="0" mType="virgin_a" x="13" y="21" path="3,4,5" />\n\t<mob id="1" mType="plebian_man_a" x="15" y="8" path="1,2,3,2" />\n\t<mob id="2" mType="bourgeois_man_2a" x="8" y="7" path="0,1,2" />\n\t<object mType="tree" x="0" y="17" />\n\t<object mType="tree" x="4" y="15" />\n\t<object mType="amphora" x="3" y="21" />\n\t<object mType="amphora" x="4" y="21" />\n\t<object mType="urn1" x="4" y="5" />\n\t<object mType="urn1" x="3" y="5" />\n\t<object mType="urn2" x="13" y="5" />\n\t<object mType="amphora" x="3" y="22" />\n\t<object mType="amphora" x="4" y="22" />\n\t<weapon mType="16" x="7" y="21" />\n</level>\n\t\t');
};
_global.bathHouse3 extends xml_base;
var v1 = _global.bathHouse3.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20504 __Packages.WinOverScreen {
#initclip
if (!WinOverScreen) {
_global.WinOverScreen = function (parent) {
WinOverScreen.singleton = this;
this.pMovieClip = parent.attachMovie('lib_winover_screen', 'winoverscreen', parent.getNextHighestDepth());
this.pMovieClip._x = Stage.width / 2;
this.pMovieClip._y = Stage.height / 2;
this.pMovieClip.round = Game.singleton.getRound();
this.pMovieClip.setupInfoBoard = tinymantis.Delegate.create(this, this.setupInfoBoard);
this.pMovieClip.continueGame = tinymantis.Delegate.create(this, this.continueGame);
};
var v1 = _global.WinOverScreen.prototype;
v1.setupInfoBoard = function (root) {};
v1.continueGame = function () {
this.pMovieClip.removeMovieClip();
this.pMovieClip = null;
WinOverScreen.singleton = null;
Game.singleton.gotoState('winover2');
};
v1.onSpaceClick = function () {
if (this.pMovieClip) {
this.pMovieClip.play();
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20505 __Packages.river0 {
#initclip
if (!river0) {
_global.river0 = function () {
super();
this.parseXML('\n<level name="river0" width="21" height="16" set="river" >\n\t<ground tiles="1,600,608,601,602,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,600,605,1,1,606,607,1,1,600,1,1,1,1,600,600,1,1,1,598,604,605,1,1,1,1,1,1,604,605,1,600,1,604,605,1,600,1,1,604,605,1,1,1,1,1,1,1,1,1,1,1,601,602,1,1,1,1,1,1,600,1,1,1,1,1,1,1,1,1,1,1,1,606,607,1,1,1,1,1,1,601,602,1,1,1,1,1,1,1,1,1,16,17,18,17,17,19,1,1,1,1,606,607,16,17,18,17,17,17,17,17,17,97,0,0,0,0,94,17,17,17,17,17,17,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,104,105,104,105,104,105,104,105,36,0,33,34,35,34,35,34,35,34,35,34,106,1,1,1,1,1,1,600,1,103,104,106,1,1,601,602,1,1,1,1,1,1,1,1,1,1,1,1,1,603,1,1,1,1,1,606,607,1,1,1,1,1,1,598,1,1,1,1,1,1,608,1,1,1,1,604,605,1,1,1,1,1,1,1,1,600,1,601,602,604,1,1,1,1,600,600,1,1,1,1,1,1,1,600,604,605,1,600,606,607,1" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,1,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,1,1,1,1,1,0,0,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1" />\n\t<exit dMap="river1" x="0" y="2" dX="38" dY="3" />\n\t<exit dMap="river1" x="0" y="3" dX="38" dY="3" />\n\t<exit dMap="river1" x="0" y="4" dX="38" dY="4" />\n\t<exit dMap="river1" x="0" y="5" dX="38" dY="5" />\n\t<exit dMap="river1" x="0" y="6" dX="38" dY="6" />\n\t<exit dMap="river1" x="0" y="7" dX="38" dY="7" />\n\t<exit dMap="river1" x="0" y="8" dX="38" dY="8" />\n\t<exit dMap="river1" x="0" y="9" dX="38" dY="9" />\n\t<exit dMap="river1" x="0" y="10" dX="38" dY="10" />\n\t<exit dMap="river1" x="0" y="11" dX="38" dY="11" />\n\t<exit dMap="market0" x="20" y="1" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="2" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="3" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="4" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="5" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="6" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="7" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="8" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="9" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="10" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="11" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="12" dX="2" dY="5" />\n\t<exit dMap="market0" x="20" y="13" dX="2" dY="5" />\n\t<waypoint id="0" x="4" y="2" />\n\t<waypoint id="1" x="4" y="7" />\n\t<waypoint id="2" x="6" y="13" />\n\t<waypoint id="3" x="6" y="8" />\n\t<waypoint id="4" x="10" y="6" />\n\t<waypoint id="5" x="16" y="6" />\n\t<waypoint id="6" x="16" y="10" />\n\t<waypoint id="7" x="10" y="10" />\n\t<waypoint id="8" x="19" y="12" />\n\t<waypoint id="9" x="13" y="4" />\n\t<mob id="0" mType="bourgeois_man_2a" x="4" y="2" path="0,1" />\n\t<mob id="1" mType="plebian_man_a" x="6" y="13" path="2,3" />\n\t<mob id="2" mType="bourgeois_man_1a" x="10" y="6" path="4,5,6,7" />\n\t<mob id="3" mType="plebian_woman_a" x="14" y="4" path="9,5,6,8" />\n\t<object mType="shack3" x="6" y="2" />\n\t<object mType="column_lg" x="20" y="8" />\n\t<object mType="column_sm" x="18" y="9" />\n\t<object mType="shack1" x="11" y="11" />\n\t<object mType="shack2" x="9" y="12" />\n\t<object mType="shack1" x="2" y="14" />\n\t<object mType="shack1" x="14" y="0" />\n\t<object mType="barrel" x="2" y="2" />\n\t<object mType="barrel" x="3" y="3" />\n\t<object mType="shack5" x="11" y="1" />\n\t<object mType="column_lg" x="20" y="2" />\n\t<object mType="column_sm" x="18" y="3" />\n</level>\n\t\t');
};
_global.river0 extends xml_base;
var v1 = _global.river0.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20506 __Packages.outskirts11 {
#initclip
if (!outskirts11) {
_global.outskirts11 = function () {
super();
this.parseXML('\n<level name="outskirts11" width="50" height="15" set="outskirts" >\n\t<ground tiles="36,37,38,39,38,37,39,38,38,37,37,39,40,303,213,211,303,213,211,303,303,213,213,211,213,303,213,212,4,37,211,37,213,37,211,37,37,4,1,4,4,1,8,9,8,9,185,426,276,85,80,81,82,83,82,81,83,82,82,81,81,83,178,8,9,4,8,9,8,9,8,9,4,4,8,9,4,4,0,81,260,81,262,81,260,81,81,0,0,0,4,0,52,53,52,53,222,426,276,85,80,0,0,0,0,0,0,0,0,0,0,0,178,52,53,0,52,53,52,53,52,53,0,0,52,53,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,185,426,276,85,80,0,0,0,165,166,167,168,0,0,0,0,178,0,228,229,230,231,232,233,234,235,236,237,238,239,0,156,157,158,159,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,426,276,85,80,0,0,0,200,201,202,203,0,0,0,0,135,0,277,278,279,280,281,282,283,284,285,286,287,288,0,191,192,193,194,195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,426,276,85,80,0,0,0,249,250,251,252,0,0,0,0,0,0,319,320,321,322,323,324,325,326,327,328,329,330,0,240,241,242,243,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,426,276,85,80,0,0,0,298,299,300,301,0,0,0,0,0,0,350,351,352,353,354,355,356,357,358,359,360,361,0,289,290,291,292,293,0,0,0,0,0,0,0,0,0,0,161,162,163,164,222,426,276,85,80,0,0,0,335,336,337,338,0,0,0,0,0,0,376,377,378,379,380,381,382,383,384,385,386,387,0,0,0,0,0,0,0,0,0,93,94,95,96,97,98,0,196,197,198,199,222,426,276,85,80,0,0,0,366,367,368,369,0,0,0,0,0,0,402,403,404,405,406,407,408,409,410,411,412,413,0,41,42,0,0,0,0,0,0,143,144,145,146,147,148,0,245,246,247,248,222,426,276,85,80,0,0,0,2,2,2,2,0,0,0,0,41,0,414,415,416,417,418,419,420,421,5,6,424,425,0,84,169,0,0,0,0,0,0,185,186,0,0,187,188,0,294,295,296,297,185,426,276,85,80,0,0,41,2,2,2,2,42,0,0,0,258,0,0,0,0,0,0,0,0,0,49,50,0,0,0,84,169,0,0,0,0,0,0,222,223,0,0,224,225,0,331,332,333,334,222,426,276,85,80,4,0,178,2,2,2,2,169,0,0,0,258,0,0,0,0,0,0,0,0,0,99,100,0,0,0,258,169,0,0,0,0,0,0,271,272,273,274,275,276,0,362,363,364,365,222,426,276,85,302,205,205,213,2,2,2,2,204,305,305,39,306,0,0,0,0,0,0,0,0,0,149,150,0,8,9,84,169,0,0,0,0,0,0,313,314,315,316,317,318,0,388,389,390,391,222,426,276,85,8,9,8,9,2,2,2,2,8,9,8,9,8,9,151,152,151,152,151,152,8,9,0,0,0,52,53,84,37,211,211,37,211,211,305,211,305,37,305,211,37,211,211,305,37,134,222,426,276,85,52,53,52,53,2,2,2,2,52,53,52,53,52,53,189,190,189,190,189,190,52,53,4,3,3,4,0,178,81,260,260,81,260,260,342,260,342,81,342,260,81,260,260,342,81,135,222,316,276,85" />\n\t<sky tiles="-1,-1,-1,-1,32,33,34,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,76,77,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,121,122,123,124,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,28,29,30,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,72,73,74,75,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0" />\n\t<skyRegion x="4" y="0" w="4" h="3" />\n\t<skyRegion x="27" y="0" w="5" h="3" />\n\t<skyRegion x="42" y="6" w="4" h="3" />\n\t<skyRegion x="43" y="7" w="4" h="3" />\n\t<skyRegion x="42" y="7" w="4" h="3" />\n\t<skyRegion x="42" y="3" w="4" h="3" />\n\t<exit dMap="outskirts14" x="46" y="13" dX="7" dY="2" />\n\t<exit dMap="outskirts13" x="46" y="1" dX="13" dY="25" />\n\t<exit dMap="outskirts13" x="47" y="1" dX="14" dY="25" />\n\t<exit dMap="outskirts13" x="48" y="1" dX="15" dY="25" />\n\t<exit dMap="outskirts14" x="47" y="13" dX="8" dY="2" />\n\t<exit dMap="outskirts14" x="48" y="13" dX="8" dY="2" />\n\t<exit dMap="outskirts10" x="4" y="14" dX="25" dY="2" />\n\t<exit dMap="outskirts10" x="5" y="14" dX="26" dY="2" />\n\t<exit dMap="outskirts10" x="6" y="14" dX="27" dY="2" />\n\t<exit dMap="outskirts10" x="7" y="14" dX="28" dY="2" />\n\t<waypoint id="0" x="47" y="3" />\n\t<waypoint id="1" x="30" y="6" />\n\t<waypoint id="2" x="10" y="7" />\n\t<waypoint id="3" x="5" y="2" />\n\t<waypoint id="4" x="6" y="2" />\n\t<mob id="0" mType="bourgeois_man_1a" x="11" y="7" path="2,1,0,1,2" />\n\t<mob id="1" mType="bourgeois_man_2a" x="31" y="6" path="1,0,1" />\n\t<mob id="2" mType="soldier_1a" x="37" y="9" path="0,1,2,1,0" />\n\t<mob id="3" mType="soldier_1b" x="22" y="4" path="0,1,2,1,0" />\n\t<mob id="4" mType="plebian_man_a" x="6" y="9" path="0,1,2" />\n\t<mob id="5" mType="plebian_man_a" x="4" y="9" path="0,1,2,1,0" />\n\t<mob id="6" mType="plebian_man_a" x="40" y="10" path="0" />\n\t<mob id="7" mType="plebian_man_a" x="38" y="10" path="1,2" />\n\t<mob id="8" mType="prostitute_a" x="5" y="2" path="3" />\n\t<mob id="9" mType="senator_a" x="6" y="2" path="4" />\n\t<object mType="shack3" x="13" y="9" />\n\t<object mType="barrel" x="32" y="0" />\n\t<object mType="barrel" x="33" y="0" />\n\t<object mType="spit_fish" x="34" y="0" />\n\t<object mType="amphora" x="25" y="8" />\n\t<object mType="amphora" x="26" y="8" />\n</level>\n\t\t');
};
_global.outskirts11 extends xml_base;
var v1 = _global.outskirts11.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20507 __Packages.CharacterInfo {
#initclip
if (!CharacterInfo) {
_global.CharacterInfo = function () {
this.pCharacterInfo = null;
};
var v1 = _global.CharacterInfo.prototype;
_global.CharacterInfo.__get__singleton = function () {
if (CharacterInfo._singleton == null) {
CharacterInfo._singleton = new CharacterInfo();
}
return CharacterInfo._singleton;
};
v1.loadInfo = function (url) {
if (Constant.USE_EXTERNAL_XML) {
this.pLoader = new XML();
this.pLoader.onLoad = tinymantis.Delegate.create(this, this.onLoad);
this.pLoader.load(url);
} else {
this.parseXML(XMLManager.singleton.getXML(url));
}
};
v1.onLoad = function (success) {
org.flashdevelop.utils.FlashConnect.trace('CharacterInfo.onLoad():' + success, 'CharacterInfo::onLoad', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/CharacterInfo.as', 40);
if (success) {
this.parseXML(this.pLoader);
}
};
v1.__get__loaded = function () {
return this.pCharacterInfo != null;
};
v1.parseXML = function (xml) {
var v3 = xml.firstChild;
for (;;) {
if (!(v3 != null && v3.nodeName != 'root')) break;
v3 = v3.nextSibling;
}
var v4 = v3.firstChild;
this.pCharacterInfo = new Object();
while (v4 != null) {
if (v4.nodeType == 1 && v4.nodeName.length > 0) {
switch (v4.nodeName) {
case 'defaultMap':
this.parseDefaultMap(v4);
break;
default:
this.parseCharacter(v4);
}
}
v4 = v4.nextSibling;
}
};
v1.parseDefaultMap = function (charnode) {
Constant.DEFAULT_MAP = charnode.attributes.map;
var v3 = charnode.attributes.loc;
var v4 = v3.split(',');
Constant.DEFAULT_TILE.x = _global.parseInt(v4[0]);
Constant.DEFAULT_TILE.y = _global.parseInt(v4[1]);
};
v1.parseCharacter = function (charnode) {
org.flashdevelop.utils.FlashConnect.trace('parse CharacterInfo: ' + charnode.nodeName, 'CharacterInfo::parseCharacter', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/CharacterInfo.as', 91);
var v3 = charnode.attributes;
var v4 = new Array();
var v5 = charnode.firstChild;
while (v5 != null) {
if (v5.nodeName !== 'weapon') {
} else {
v4.push(v5.attributes);
}
v5 = v5.nextSibling;
}
v3.weapons = v4;
this.pCharacterInfo[charnode.nodeName] = v3;
};
v1.getCharacterInfo = function (chartype) {
if (this.pCharacterInfo.hasOwnProperty(chartype)) {
return this.pCharacterInfo[chartype];
}
throw new Error('NO INFO: ' + chartype);
};
v1.addProperty('loaded', v1.__get__loaded, function () {});
_global.CharacterInfo.addProperty('singleton', _global.CharacterInfo.__get__singleton, function () {});
ASSetPropFlags(v1, null, 1);
_global.CharacterInfo._singleton = null;
}
#endinitclip
}
movieClip 20508 __Packages.catacombs3 {
#initclip
if (!catacombs3) {
_global.catacombs3 = function () {
super();
this.parseXML('\n<level name="catacombs3" width="38" height="13" set="catacombs" >\n\t<ground tiles="3,4,5,6,7,28,29,30,31,32,8,9,10,11,12,3,4,5,6,7,8,9,10,11,12,28,29,30,31,32,33,34,35,36,37,28,29,30,48,49,50,51,52,73,74,75,76,77,53,54,55,56,57,48,49,50,51,52,53,54,55,56,57,73,74,75,76,77,78,79,80,81,82,73,74,75,93,94,95,96,97,118,119,120,121,122,98,99,100,101,102,93,94,95,96,97,98,99,100,101,102,118,119,120,121,122,123,124,125,126,127,118,119,120,138,139,140,141,142,163,164,165,166,167,143,144,145,146,147,138,139,140,141,142,143,144,145,146,147,163,164,165,166,167,168,169,170,171,172,163,164,165,183,184,185,186,187,208,209,210,211,212,188,189,190,191,192,183,184,185,186,187,188,189,190,191,192,208,209,210,211,212,213,214,215,216,217,208,209,210,362,363,247,248,249,357,0,0,0,0,0,0,0,238,239,240,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,357,0,0,0,0,0,241,395,396,288,289,290,0,0,0,0,0,0,0,0,279,280,281,0,0,0,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,362,363,0,0,0,0,0,0,0,0,0,0,317,318,319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,320,0,395,396,362,363,0,0,0,242,243,244,0,0,0,356,0,0,0,0,0,321,322,323,0,0,0,0,0,0,358,0,0,247,248,249,0,282,0,0,0,0,395,396,0,356,0,283,284,285,0,0,0,0,0,0,357,0,0,359,360,361,0,0,0,0,0,0,0,0,0,288,289,290,0,320,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="catacombs1" x="31" y="4" dX="7" dY="21" />\n\t<exit dMap="catacombs1" x="32" y="4" dX="7" dY="21" />\n\t<exit dMap="catacombs1" x="33" y="4" dX="7" dY="21" />\n\t<waypoint id="0" x="8" y="7" />\n\t<waypoint id="1" x="30" y="6" />\n\t<mob id="0" mType="skeleton_a" x="9" y="7" path="0,1" />\n\t<mob id="1" mType="skeleton_a" x="29" y="6" path="1,0" />\n\t<mob id="2" mType="skeleton_a" x="8" y="6" path="0,1" />\n\t<mob id="3" mType="rat" x="7" y="7" path="0,1,0" />\n\t<mob id="4" mType="rat" x="30" y="7" path="1,0,1" />\n\t<mob id="5" mType="skeleton_a" x="30" y="5" path="1,0,1" />\n\t<mob id="6" mType="skeleton_a" x="31" y="6" path="1,0,1" />\n\t<object mType="amphora" x="4" y="6" />\n\t<object mType="amphora" x="3" y="6" />\n\t<weapon mType="22" x="6" y="7" />\n</level>\n\t\t');
};
_global.catacombs3 extends xml_base;
var v1 = _global.catacombs3.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20509 __Packages.Skeleton {
#initclip
if (!Skeleton) {
_global.Skeleton = function (parent, libname, type) {
super(parent, libname, type);
this.pOwner = null;
};
_global.Skeleton extends Gladiator;
var v1 = _global.Skeleton.prototype;
v1.addWeaponKill = function (key, value, playsoundAndEffect) {
var v6 = Game.singleton.getCaligula();
if (this.pOwner == v6) {
v6.addWeaponKill('N', 1, playsoundAndEffect);
} else {
super.addWeaponKill(key, value, playsoundAndEffect);
}
};
v1.setOwner = function (owner, initX, initY, initDirection) {
this.pMovieClip._alpha = 0;
this.pOwner = owner;
this.initPosition(initX, initY);
this.initDirection(initDirection);
};
v1.npc_initialize = function () {};
v1.hit = function (attacker, damage, pushpower) {
if (this.isInState('standup', 0) || (this.isInState('init', 0) || !this.isInitialized())) {
return false;
}
if (this.pConfuseEffect && (attacker && attacker.party == (Game.singleton.getCaligula()).party)) {
this.pConfuseEffect = null;
}
return super.hit(attacker, damage, pushpower);
};
v1.init_update = function () {
super.init_update();
if (this.pOwner) {
this.gotoState('standup');
this.party = this.pOwner.party;
if (this.pOwner.type == 'Caligula') {
this.pConfuseEffect = new Object();
this.pValue = 0;
}
}
};
v1.standup_enter = function () {
this.pMovieClip._alpha = 0;
this.pMovieClip.gotoAndStop('standing');
this.mStateParam.wait_timer = Math.round(Math.random() * 14);
};
v1.standup_update = function () {
if (this.pMovieClip._alpha < 100) {
this.pMovieClip._alpha += 5;
} else {
if (--this.mStateParam.wait_timer < 0) {
if (this.pMovieClip.body._currentframe == 1) {
this.pMovieClip.body.gotoAndPlay(2);
} else {
if (this.pMovieClip.body._currentframe == 5) {
tinymantis.SoundManager.sSingleton.playSound('skeleton_bone_rattles.aif', false, 100);
} else {
if (this.pMovieClip.body._currentframe == this.pMovieClip.body._totalframes) {
this.gotoState('idle');
}
}
}
}
}
};
v1.ghost_update = function () {
if (this.pOwner) {
this.gotoState('recycle');
} else {
super.ghost_update();
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20510 __Packages.forum3 {
#initclip
if (!forum3) {
_global.forum3 = function () {
super();
this.parseXML('\n<level name="forum3" width="38" height="15" set="forum" >\n\t<ground tiles="1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,472,0,471,472,0,471,472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,166,471,472,0,471,472,0,471,472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,499,500,499,500,499,500,499,500,0,0,201,202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,505,504,505,504,505,504,505,504,505,0,0,236,237,127,128,129,130,131,132,133,134,135,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,11,12,11,12,11,12,212,213,214,215,271,272,157,158,159,160,161,162,163,164,165,166,168,169,170,171,172,173,174,175,168,169,170,171,172,173,174,176,11,12,11,12,11,281,247,248,249,250" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,63,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,99,100,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,113,114,115,-1,-1,55,56,57,58,59,60,61,62,63,-1,64,65,66,67,68,69,70,71,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,145,146,147,-1,-1,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,177,178,179,180,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,211,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0" />\n\t<skyRegion x="36" y="9" w="2" h="6" />\n\t<skyRegion x="20" y="11" w="8" h="3" />\n\t<skyRegion x="12" y="11" w="8" h="3" />\n\t<skyRegion x="6" y="10" w="6" h="3" />\n\t<exit dMap="forum2" x="0" y="5" dX="36" dY="5" />\n\t<exit dMap="forum2" x="0" y="6" dX="36" dY="7" />\n\t<exit dMap="forum2" x="0" y="7" dX="36" dY="9" />\n\t<exit dMap="forum2" x="0" y="8" dX="36" dY="10" />\n\t<exit dMap="forum4" x="37" y="5" dX="1" dY="5" />\n\t<exit dMap="forum4" x="37" y="6" dX="1" dY="6" />\n\t<exit dMap="forum4" x="37" y="7" dX="1" dY="7" />\n\t<exit dMap="forum4" x="37" y="8" dX="1" dY="8" />\n\t<exit dMap="forum4" x="37" y="9" dX="1" dY="9" />\n\t<exit dMap="forum4" x="37" y="10" dX="1" dY="10" />\n\t<exit dMap="forum2" x="0" y="9" dX="36" dY="10" />\n\t<exit dMap="forum4" x="37" y="11" dX="1" dY="10" />\n\t<exit dMap="forum8" x="27" y="14" dX="18" dY="2" />\n\t<exit dMap="forum8" x="28" y="14" dX="18" dY="2" />\n\t<exit dMap="forum8" x="29" y="14" dX="20" dY="2" />\n\t<exit dMap="forum8" x="30" y="14" dX="22" dY="2" />\n\t<exit dMap="forum8" x="31" y="14" dX="24" dY="2" />\n\t<exit dMap="forum8" x="32" y="14" dX="26" dY="2" />\n\t<exit dMap="forum8" x="33" y="14" dX="26" dY="2" />\n\t<exit dMap="forum4" x="37" y="12" dX="1" dY="10" />\n\t<waypoint id="0" x="34" y="6" />\n\t<waypoint id="1" x="2" y="6" />\n\t<waypoint id="2" x="11" y="10" />\n\t<waypoint id="3" x="8" y="8" />\n\t<mob id="0" mType="senator_a" x="4" y="5" path="2" />\n\t<mob id="1" mType="senator_a" x="7" y="5" path="3" />\n\t<mob id="2" mType="plebian_woman_a" x="27" y="5" path="1,0" />\n\t<mob id="3" mType="soldier_1b" x="3" y="7" path="1,0" />\n\t<mob id="5" mType="soldier_1a" x="29" y="6" path="3,2,0" />\n\t<mob id="6" mType="plebian_man_a" x="29" y="5" path="1,0" />\n\t<mob id="7" mType="plebian_woman_a" x="32" y="5" path="0,1" />\n\t<mob id="8" mType="bourgeois_man_1a" x="18" y="7" path="1,3,0,2" />\n\t<mob id="9" mType="bourgeois_man_1a" x="21" y="8" path="3,1,0" />\n\t<mob id="10" mType="bourgeois_man_2a" x="23" y="6" path="1,0" />\n\t<mob id="11" mType="soldier_1a" x="28" y="9" path="4,3" />\n\t<object mType="tree" x="9" y="1" />\n\t<object mType="tree" x="19" y="1" />\n\t<object mType="tree" x="30" y="1" />\n\t<object mType="tree" x="14" y="5" />\n\t<object mType="tree" x="26" y="5" />\n\t<object mType="amphora" x="21" y="4" />\n\t<object mType="amphora" x="22" y="4" />\n</level>\n\t\t');
};
_global.forum3 extends xml_base;
var v1 = _global.forum3.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20511 __Packages.market6 {
#initclip
if (!market6) {
_global.market6 = function () {
super();
this.parseXML('\n<level name="market6" width="19" height="29" set="market" >\n\t<ground tiles="177,178,179,180,0,0,0,0,0,0,0,0,0,43,0,21,22,23,24,216,217,218,219,0,0,0,0,0,0,0,0,0,0,43,61,62,63,64,231,232,233,234,0,0,0,0,0,0,0,0,0,0,0,96,97,98,99,240,241,242,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,250,251,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,258,259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,43,43,43,43,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,89,90,91,42,0,0,0,0,0,0,0,0,0,0,0,115,116,0,125,126,127,128,4,0,0,0,0,0,0,0,0,0,0,2,150,151,0,160,161,162,163,44,0,0,0,0,0,0,0,0,0,3,41,189,190,0,199,200,201,202,0,0,0,0,0,0,0,0,0,0,133,134,135,136,94,95,115,116,0,0,0,0,0,0,0,0,113,114,0,168,169,170,171,131,132,150,151,0,0,0,0,0,0,0,0,148,149,0,207,208,209,210,166,167,189,190,0,0,0,0,0,0,0,0,187,188,40,0,1,0,0,205,206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,115,116,0,0,0,0,0,0,0,0,0,0,0,0,0,84,85,86,87,150,151,0,0,0,0,0,0,0,0,0,0,0,0,0,121,122,123,124,189,190,0,0,0,0,0,0,0,0,0,0,0,0,0,156,157,158,159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,196,197,198,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,140,141,142,143,144,145,40,0,0,40,0,0,0,0,0,0,0,0,0,175,176,177,178,179,180,0,3,0,0,0,0,0,1,0,0,0,0,4,214,215,216,217,218,219,0,0,0,0,0,0,0,0,0,0,115,116,44,229,230,231,232,233,234,0,0,0,0,0,0,0,0,0,40,150,151,0,238,239,240,241,242,243,137,138,139,140,141,142,143,144,145,0,189,190,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,28,29,30,31,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,68,69,70,71,72,73,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,25,26,27,28,29,30,31,32,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,65,66,67,68,69,70,71,72,73,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,100,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1" />\n\t<skyRegion x="1" y="6" w="4" h="2" />\n\t<skyRegion x="0" y="15" w="4" h="2" />\n\t<skyRegion x="6" y="25" w="9" h="3" />\n\t<exit dMap="market3" x="6" y="0" dX="4" dY="27" />\n\t<exit dMap="market3" x="7" y="0" dX="5" dY="27" />\n\t<exit dMap="market3" x="8" y="0" dX="6" dY="27" />\n\t<exit dMap="market3" x="9" y="0" dX="7" dY="27" />\n\t<exit dMap="market3" x="10" y="0" dX="8" dY="27" />\n\t<exit dMap="market3" x="11" y="0" dX="9" dY="27" />\n\t<exit dMap="market3" x="12" y="0" dX="10" dY="27" />\n\t<exit dMap="market7" x="18" y="3" dX="1" dY="3" />\n\t<exit dMap="market7" x="18" y="4" dX="1" dY="4" />\n\t<exit dMap="market7" x="18" y="5" dX="1" dY="5" />\n\t<exit dMap="market7" x="18" y="6" dX="1" dY="6" />\n\t<exit dMap="market7" x="18" y="7" dX="1" dY="7" />\n\t<exit dMap="market7" x="18" y="14" dX="1" dY="17" />\n\t<exit dMap="market7" x="18" y="15" dX="1" dY="17" />\n\t<exit dMap="market7" x="18" y="16" dX="1" dY="18" />\n\t<exit dMap="market7" x="18" y="17" dX="1" dY="19" />\n\t<exit dMap="market7" x="18" y="18" dX="1" dY="20" />\n\t<exit dMap="market7" x="18" y="19" dX="1" dY="21" />\n\t<exit dMap="market7" x="18" y="20" dX="1" dY="22" />\n\t<exit dMap="market7" x="18" y="21" dX="1" dY="23" />\n\t<exit dMap="market7" x="18" y="22" dX="1" dY="24" />\n\t<exit dMap="market7" x="18" y="23" dX="1" dY="25" />\n\t<exit dMap="market7" x="18" y="24" dX="1" dY="26" />\n\t<waypoint id="0" x="16" y="3" />\n\t<waypoint id="1" x="16" y="8" />\n\t<waypoint id="2" x="6" y="10" />\n\t<waypoint id="3" x="4" y="13" />\n\t<waypoint id="4" x="6" y="16" />\n\t<waypoint id="5" x="4" y="4" />\n\t<waypoint id="6" x="12" y="4" />\n\t<waypoint id="7" x="8" y="19" />\n\t<waypoint id="8" x="12" y="22" />\n\t<waypoint id="9" x="12" y="19" />\n\t<waypoint id="10" x="15" y="24" />\n\t<waypoint id="11" x="15" y="14" />\n\t<mob id="0" mType="drunk" x="15" y="24" path="10,11" />\n\t<mob id="1" mType="prostitute_a" x="8" y="19" path="7,9,8,9" />\n\t<mob id="2" mType="plebian_man_a" x="6" y="10" path="2,3,4,3" />\n\t<mob id="3" mType="plebian_woman_a" x="4" y="13" path="3,4,7,11,7,4,3" />\n\t<mob id="4" mType="drunk" x="4" y="4" path="5,6" />\n\t<mob id="5" mType="prostitute_a" x="16" y="3" path="0,1,6" />\n\t<object mType="urn2" x="5" y="0" />\n\t<object mType="urn2" x="4" y="1" />\n\t<object mType="urn2" x="18" y="13" />\n\t<object mType="urn2" x="17" y="14" />\n</level>\n\t\t');
};
_global.market6 extends xml_base;
var v1 = _global.market6.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20512 __Packages.bathHouse5 {
#initclip
if (!bathHouse5) {
_global.bathHouse5 = function () {
super();
this.parseXML('\n<level name="bathHouse5" width="19" height="16" set="bathHouse" >\n\t<ground tiles="76,76,76,76,76,76,76,82,75,81,83,83,84,85,86,87,88,89,90,106,107,111,111,111,112,113,114,107,111,115,115,116,117,118,119,120,121,122,137,138,142,142,142,144,144,137,138,142,143,145,145,146,147,148,149,150,141,163,164,168,168,168,170,170,163,164,168,169,171,171,172,173,174,175,176,167,189,190,194,194,194,196,196,189,190,194,195,197,197,198,199,200,201,202,193,215,216,220,220,220,222,227,215,16,220,221,223,223,224,225,226,227,228,219,0,0,0,23,0,1,2,3,26,0,0,0,23,0,22,0,0,0,0,0,0,0,0,31,9,10,11,0,0,0,0,0,0,0,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,22,31,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,14,15,0,0,0,0,0,0,0,0,0,31,0,0,0,0,23,31,0,24,25,32,0,0,31,0,0,0,0,0,0,0,0,0,0,0,31,31,0,31,39,79,80,81,79,80,81,79,80,81,79,80,81,79,80,81,82,79,80,81,111,112,113,111,112,113,111,112,113,111,112,113,111,112,113,114,111,112,113,142,143,144,142,143,144,142,143,144,142,143,144,142,143,144,144,142,143,144,168,169,170,168,169,170,168,169,170,168,169,170,168,169,170,170,168,169,170" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse2" x="0" y="6" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="7" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="8" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="9" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="10" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="11" dX="23" dY="18" />\n\t<waypoint id="0" x="11" y="9" />\n\t<waypoint id="1" x="4" y="9" />\n\t<mob id="0" mType="prostitute_a" x="10" y="8" path="0,1" />\n\t<mob id="1" mType="plebian_woman_a" x="12" y="11" path="0,1" />\n\t<mob id="2" mType="virgin_a" x="7" y="8" path="1,0" />\n\t<object mType="statue_f" x="11" y="3" />\n\t<object mType="statue_m" x="17" y="3" />\n\t<weapon mType="12" x="12" y="8" />\n</level>\n\t\t');
};
_global.bathHouse5 extends xml_base;
var v1 = _global.bathHouse5.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20513 __Packages.tinymantis.StateMachine {
#initclip
if (!tinymantis.StateMachine) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.StateMachine = function (inParent) {
this.mNextState = null;
this.mCurrState = null;
if (inParent == null) {
throw new Error('StateMachine : cannot initialize: inParent is null');
}
this.mParent = inParent;
};
var v1 = _global.tinymantis.StateMachine.prototype;
v1.resetState = function () {
this.mParent[this.mCurrState + '_exit']();
this.mNextState = null;
this.mCurrState = this.mNextState;
};
v1.setState = function (inState) {
if (inState == null) {
throw new Error('StateMachine : cannot setState: inState is null; Use resetState instead.');
}
this.mNextState = inState;
};
v1.isState = function (inState) {
if (this.mNextState) {
return this.mNextState == inState;
}
return this.mCurrState == inState;
};
v1.update = function () {
if (this.mNextState) {
if (this.mCurrState) {
this.mParent[this.mCurrState + '_exit']();
}
this.mCurrState = this.mNextState;
this.mNextState = null;
this.mParent[this.mCurrState + '_enter']();
}
if (this.mCurrState != null) {
this.mParent[this.mCurrState + '_update']();
}
};
v1.run = function (yes) {
this.mParent[this.mCurrState + '_run'](yes);
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20514 __Packages.xml_characters {
#initclip
if (!xml_characters) {
_global.xml_characters = function () {
super();
this.parseXML('\n\t\t<?xml version="1.0" encoding="utf-8"?>\n<root>\n <Caligula weight="10" speed="12" max_health="100" stun="0">\n <weapon name="axe" key="A" type="melee" damage="60" push="60" charge="true" gore="true" />\n <weapon name="lib_brick1" key="B" type="throw" damage="10" push="3" walk="true" gore="true" />\n <weapon name="lib_crossarrow" key="C" type="throw" damage="40" push="3" walk="true" gore="true" />\n <weapon name="dagger" key="D" type="melee" damage="20" push="10" walk="true" gore="true" />\n <weapon name="lib_eagle" key="E" type="throw" damage="30" push="10" charge="true" gore="true" />\n <weapon name="fire" key="F" type="melee" damage="5" push="5" walk="true" gore="true" />\n <weapon name="gurlet" key="G" type="melee" damage="60" push="50" gore="true" />\n <weapon name="lib_hatchet" key="H" type="throw" damage="20" push="10" walk="true" hit_multiple="true" gore="true" />\n <weapon name="lib_iaculum" key="I" type="throw" damage="20" push="10" walk="true" gore="true" />\n <weapon name="lib_javline" key="J" type="throw" damage="35" push="30" walk="true" hit_multiple="true" charge="true" gore="true" />\n <weapon name="lib_knife" key="K" type="throw" damage="20" push="10" walk="true" gore="true" />\n <weapon name="lib_lion" key="L" type="summon" damage="150" push="10" charge="true" gore="true" />\n <weapon name="manhood" key="M" type="manhood" damage="0" push="20" />\n <weapon name="necromancer" key="N" type="necromancer" damage="0" push="20" />\n <weapon name="ocarina" key="O" type="ocarina" damage="0" push="10" />\n <weapon name="pitchfork" key="P" type="melee" damage="60" push="20" walk="false" charge="true" gore="true" />\n <weapon name="lib_qudrel" key="Q" type="throw" damage="50" push="40" hit_multiple="true" charge="true" gore="true" />\n <weapon name="lib_smallrock" key="R" type="throw" damage="10" push="3" hit_multiple="true" walk="true" gore="true" />\n <weapon name="sword" key="S" type="melee" damage="40" push="20" charge="true" gore="true" />\n <weapon name="Tenaculum" key="T" type="melee" damage="35" push="0" walk="true" charge="true" gore="true" />\n <weapon name="urisform" key="U" type="melee" damage="75" push="75" transform="bear" charge="true" gore="true" />\n <weapon name="lib_vespriay" key="V" type="throw" damage="10" push="7" walk="true" hit_multiple="true" gore="true" />\n <weapon name="whip" key="W" type="melee" damage="20" push="10" walk="true" gore="true" />\n <weapon name="xyston" key="X" type="melee" damage="40" push="20" walk="true" charge="true" gore="true" />\n <weapon name="yatagun" key="Y" type="melee" damage="70" push="80" charge="true" gore="true" />\n <weapon name="zampogna" key="Z" type="zampogna" damage="0" push="10" />\n </Caligula>\n <Plebian weight="10" ai="plebs" lib="lib_plebian1" speed="4" max_health="40" stun="1" value="250">\n <weapon name="lib_rock1" key="B" type="throw" damage="2" push="3" min_range="150" max_range="180" />\n </Plebian>\n <PlebianFemale weight="10" ai="plebs" lib="lib_plebian2" speed="4" max_health="20" stun="1" value="250">\n <weapon name="slap" key="S" type="melee" damage="2" push="10" min_range="5" max_range="70" />\n </PlebianFemale>\n <VestalVirgin weight="10" ai="plebs" lib="lib_vestalvirgin" speed="5" max_health="40" stun="1" value="500">\n <weapon name="lib_potion" key="P" type="throw" damage="3" push="3" min_range="150" max_range="180" />\n </VestalVirgin>\n <Gladiator1 weight="20" ai="fighter" lib="lib_gladiator1" speed="7" max_health="200" defend="true" stun="0" value="1000">\n <weapon name="sword" key="A" type="melee" damage="8" push="20" />\n </Gladiator1>\n <Gladiator2 weight="20" ai="fighter" lib="lib_gladiator2" speed="5" max_health="150" stun="0" value="1000">\n <weapon name="fork" key="F" type="melee" damage="8" push="25" />\n </Gladiator2>\n <GladiatorRed weight="20" ai="fighter" lib="lib_gladiator_red" speed="6" max_health="200" defend="true" stun="0" value="1000">\n <weapon name="lib_sword1" key="S" type="throw" damage="8" push="20" min_range="70" max_range="300" />\n </GladiatorRed>\n <Bourgeios1 weight="10" ai="plebs" lib="lib_bourgeios1" speed="5" max_health="60" stun="1" value="500">\n <weapon name="dagger" key="D" type="melee" damage="4" push="10" max_range="85" />\n </Bourgeios1>\n <Bourgeios2 weight="10" ai="plebs" lib="lib_bourgeios2" speed="5" max_health="60" stun="1" value="500">\n <weapon name="lib_knife1" key="K" type="throw" damage="4" push="5" min_range="150" max_range="280" />\n </Bourgeios2>\n <Prostitue weight="10" ai="plebs" lib="lib_prostitue" speed="5" max_health="50" stun="0" value="500">\n <weapon name="kick" key="K" type="melee" damage="2" push="10" min_range="5" max_range="70" />\n </Prostitue>\n <Stateman weight="10" ai="plebs" lib="lib_stateman" speed="3" max_health="40" stun="1" value="500">\n <weapon name="paper" key="P" type="melee" damage="3" push="5" max_range="70" />\n </Stateman>\n <Drunk weight="10" ai="fighter" lib="lib_drunk" speed="4" max_health="60" stun="1" value="500">\n <weapon name="lib_jug" key="J" type="throw" damage="3" push="3" min_range="150" max_range="200" />\n </Drunk>\n <Philosopher weight="10" ai="plebs" lib="lib_philosopher1" speed="5" max_health="40" walk="false" stun="1" value="500">\n <weapon name="book" key="B" type="melee" damage="3" push="15" />\n </Philosopher>\n <Rat weight="10" ai="plebs" lib="lib_rat1" speed="5" max_health="20" idle="false" stun="0" value="500">\n <weapon name="teeth" key="T" type="melee" damage="2" push="5" min_range="5" max_range="35" />\n </Rat>\n <Skeleton weight="10" ai="skeleton" lib="lib_skeleton1" speed="5" max_health="80" stun="0" value="0">\n <weapon name="bone" key="B" type="melee" damage="6" push="15" min_range="5" max_range="100" />\n\t<weapon name="lib_bone" key="T" type="throw" damage="6" push="10" min_range="100" max_range="250" />\n </Skeleton>\n <Soldier1 weight="20" ai="fighter" lib="lib_soldier1" speed="5" max_health="100" defend="true" stun="0" value="750">\n <weapon name="sword" key="S" type="melee" damage="6" push="20" />\n </Soldier1>\n <Soldier2 weight="20" ai="fighter" lib="lib_soldier2" speed="5" max_health="100" stun="0" value="750">\n <weapon name="spear" key="S" type="melee" damage="6" push="20" />\n </Soldier2>\n <Soldier3 weight="20" ai="fighter" lib="lib_soldier3" speed="5" max_health="100" stun="0" value="750">\n <weapon name="lib_arrow1" key="A" type="throw" damage="6" push="10" min_range="10" max_range="300" />\n </Soldier3>\n \n <OrgyMan1 weight="10" ai="orgy" lib="lib_orgy_man1" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyMan2 weight="10" ai="orgy" lib="lib_orgy_man2" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyMan3 weight="10" ai="orgy" lib="lib_orgy_man3" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyMan4 weight="10" ai="orgy" lib="lib_orgy_man4" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyWoman1 weight="10" ai="orgy" lib="lib_orgy_woman1" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyWoman2 weight="10" ai="orgy" lib="lib_orgy_woman2" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyWoman3 weight="10" ai="orgy" lib="lib_orgy_woman3" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyWoman4 weight="10" ai="orgy" lib="lib_orgy_woman4" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyCouple1 weight="10" ai="orgy" lib="lib_orgy_couple1" speed="0" max_health="10" stun="0" value="2500" />\n <OrgyCouple2 weight="10" ai="orgy" lib="lib_orgy_couple2" speed="0" max_health="10" stun="0" value="2500" />\n</root>\n\t\t');
};
_global.xml_characters extends xml_base;
var v1 = _global.xml_characters.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20515 __Packages.river2 {
#initclip
if (!river2) {
_global.river2 = function () {
super();
this.parseXML('\n<level name="river2" width="41" height="16" set="river" >\n\t<ground tiles="1,1,1,606,607,1,1,1,1,1,1,1,1,1,1,1,1,1,606,607,1,1,1,1,1,1,1,600,1,1,604,605,1,103,36,52,405,403,53,586,587,601,602,1,1,1,1,604,605,1,1,1,1,1,1,1,1,1,600,1,1,1,1,1,1,603,1,1,1,599,1,1,600,1,1,32,84,42,391,63,0,0,606,607,1,603,1,1,1,1,1,1,1,1,1,604,605,1,1,1,598,1,1,1,1,1,608,1,1,1,1,1,1,1,601,602,46,565,54,405,74,24,564,1,1,1,608,601,602,600,1,600,1,1,1,1,1,1,600,1,1,1,1,1,1,1,1,1,1,1,1,1,600,1,600,606,607,46,0,64,391,403,63,0,604,605,600,1,606,607,1,604,605,598,600,1,598,598,1,1,601,602,601,602,1,1,1,1,1,1,600,1,1,1,601,602,1,16,97,0,84,42,405,74,24,17,17,17,19,1,1,1,1,1,1,1,600,1,1,1,1,606,607,606,607,1,1,1,1,604,605,1,1,598,1,606,607,16,97,565,0,0,54,404,405,74,0,0,0,94,95,96,95,96,19,1,1,1,1,1,1,16,17,18,95,96,95,96,95,96,95,96,95,96,96,95,96,17,97,0,0,0,0,84,42,404,403,0,0,0,564,0,0,0,0,94,95,96,95,96,95,96,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,41,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,34,34,34,36,0,0,0,0,581,582,0,0,54,60,60,60,70,70,70,0,70,70,569,570,70,70,70,70,70,70,70,581,582,70,70,70,70,0,33,34,106,1,1,1,103,104,105,34,36,0,0,0,568,84,0,0,20,21,22,23,24,0,565,586,587,0,20,21,22,23,24,0,0,0,0,0,0,48,49,58,604,605,1,601,602,1,1,1,1,103,36,0,0,585,0,20,21,78,4,403,404,74,75,76,77,75,76,78,404,403,404,74,24,0,0,0,0,0,48,33,106,1,1,1,606,607,1,1,1,1,1,73,70,564,569,570,78,418,419,420,5,418,419,417,417,418,417,418,417,418,417,418,417,74,75,76,24,565,0,33,106,1,1,1,1,1,1,1,1,1,601,602,103,36,0,586,587,431,432,433,434,431,432,433,431,431,432,431,3,3,4,3,3,4,5,389,390,74,24,568,58,1,1,1,598,1,1,1,1,1,1,606,607,1,103,104,35,35,389,390,5,5,7,6,3,5,168,169,170,171,172,3,5,5,7,3,4,5,392,65,585,58,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,601,602,403,3,5,7,9,8,7,3,182,183,184,185,186,4,6,4,9,3,3,3,3,74,24,58,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,606,607" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0" />\n\t<exit dMap="river1" x="0" y="5" dX="39" dY="24" />\n\t<exit dMap="river1" x="0" y="6" dX="39" dY="25" />\n\t<exit dMap="river1" x="0" y="7" dX="39" dY="26" />\n\t<exit dMap="river1" x="0" y="8" dX="39" dY="27" />\n\t<exit dMap="river1" x="0" y="9" dX="39" dY="28" />\n\t<exit dMap="river1" x="0" y="10" dX="39" dY="28" />\n\t<exit dMap="river3" x="23" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="24" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="25" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="26" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="27" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="28" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="29" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="30" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="31" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="32" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="33" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="34" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="35" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="36" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="37" y="15" dX="27" dY="2" />\n\t<exit dMap="river3" x="38" y="15" dX="27" dY="2" />\n\t<waypoint id="0" x="3" y="5" />\n\t<waypoint id="1" x="10" y="5" />\n\t<waypoint id="2" x="11" y="9" />\n\t<waypoint id="3" x="17" y="9" />\n\t<waypoint id="4" x="15" y="7" />\n\t<waypoint id="5" x="34" y="3" />\n\t<waypoint id="6" x="27" y="4" />\n\t<waypoint id="7" x="27" y="9" />\n\t<waypoint id="8" x="37" y="7" />\n\t<waypoint id="9" x="33" y="13" />\n\t<waypoint id="10" x="25" y="13" />\n\t<waypoint id="11" x="25" y="7" />\n\t<waypoint id="12" x="19" y="7" />\n\t<mob id="0" mType="gladiator_2a" x="34" y="3" path="5,8,9,8" />\n\t<mob id="1" mType="bourgeois_man_2a" x="33" y="13" path="9,10" />\n\t<mob id="2" mType="plebian_man_a" x="27" y="9" path="7,11,6,11" />\n\t<mob id="3" mType="plebian_woman_a" x="19" y="7" path="11,12" />\n\t<mob id="4" mType="bourgeois_man_2a" x="10" y="5" path="0,1" />\n\t<mob id="5" mType="bourgeois_man_1a" x="11" y="9" path="2,4,3,4" />\n\t<mob id="6" mType="bourgeois_man_1a" x="9" y="5" path="0,1" />\n\t<mob id="7" mType="bourgeois_man_1a" x="6" y="5" path="0,1" />\n\t<mob id="8" mType="bourgeois_man_2a" x="13" y="8" path="2,4,3" />\n\t<mob id="9" mType="bourgeois_man_2a" x="10" y="8" path="2,4,3,4" />\n\t<mob id="10" mType="plebian_man_a" x="32" y="4" path="6,10" />\n\t<mob id="11" mType="plebian_man_a" x="36" y="6" path="8,0" />\n\t<mob id="12" mType="plebian_woman_a" x="29" y="6" path="8,11" />\n\t<object mType="shack2" x="9" y="0" />\n\t<object mType="shack1" x="11" y="0" />\n\t<object mType="shack3" x="20" y="0" />\n\t<object mType="shack1" x="22" y="1" />\n\t<object mType="shack5" x="27" y="0" />\n\t<object mType="barrel" x="34" y="1" />\n\t<object mType="barrel" x="40" y="13" />\n\t<weapon mType="0" x="25" y="8" />\n</level>\n\t\t');
};
_global.river2 extends xml_base;
var v1 = _global.river2.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20516 __Packages.outskirts13 {
#initclip
if (!outskirts13) {
_global.outskirts13 = function () {
super();
this.parseXML('\n<level name="outskirts13" width="38" height="28" set="outskirts" >\n\t<ground tiles="36,37,37,205,38,205,303,37,303,37,205,205,205,303,205,38,37,37,211,211,37,38,38,37,38,39,37,38,37,39,37,38,38,305,305,213,213,134,86,81,81,254,82,254,340,81,340,81,254,254,254,340,254,82,81,81,260,260,81,82,82,81,82,83,81,82,81,83,81,82,82,342,342,262,262,178,86,8,9,8,9,0,0,0,0,1,0,3,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,9,0,0,0,0,0,0,178,86,52,53,52,53,4,3,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,52,53,4,0,0,0,0,3,135,86,1,0,0,0,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,4,8,9,86,0,0,0,0,0,52,53,4,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,52,53,86,0,0,0,0,0,0,4,0,0,0,228,229,230,231,232,233,234,235,236,237,238,239,0,0,0,0,0,0,0,0,0,0,0,52,53,8,9,257,0,0,0,0,0,0,0,0,0,0,277,278,279,280,281,282,283,284,285,286,287,288,0,0,0,0,0,0,0,0,0,0,0,0,3,52,53,86,0,0,0,0,0,0,0,0,0,0,319,320,321,322,323,324,325,326,327,328,329,330,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,136,3,0,0,0,0,0,0,0,0,0,350,351,352,353,354,355,356,357,358,359,360,361,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,0,0,0,0,4,0,4,0,4,0,0,376,377,378,379,380,381,382,383,384,385,386,387,0,209,204,205,206,207,208,161,162,163,164,0,0,8,9,95,96,95,96,95,96,95,96,97,98,0,402,403,404,405,406,407,408,409,410,411,412,413,0,85,253,254,255,256,86,196,197,198,199,0,0,52,53,426,426,426,426,426,426,426,426,426,148,0,414,415,416,417,418,419,420,421,422,423,424,425,0,135,0,0,0,0,86,245,246,247,248,0,0,8,9,426,426,426,426,426,426,426,426,426,276,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8,9,0,0,86,294,295,296,297,0,0,52,53,315,316,315,316,315,316,315,316,317,318,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,52,53,4,0,86,331,332,333,334,0,0,8,9,0,0,0,3,4,0,3,0,4,0,0,0,0,0,0,0,0,8,9,0,8,9,0,0,0,0,4,0,0,86,362,363,364,365,0,0,52,53,3,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,4,52,53,0,52,53,0,0,4,0,0,0,0,86,388,389,390,391,0,0,8,9,536,537,538,539,537,539,537,539,537,545,0,0,0,0,0,0,0,0,36,128,126,127,128,126,127,128,126,127,128,129,0,0,0,0,0,0,52,53,571,572,573,574,572,574,572,574,572,505,0,0,0,0,0,0,0,0,80,172,170,171,172,170,171,172,170,171,172,173,0,0,0,0,0,0,8,9,571,426,426,426,426,429,444,445,426,546,3,3,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,571,426,426,426,426,426,485,486,426,426,95,96,95,96,97,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,571,426,426,426,426,426,426,426,426,426,426,426,426,426,426,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,571,426,426,426,426,426,426,433,426,426,315,315,426,426,426,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,571,427,426,426,426,426,426,474,426,607,3,0,224,426,426,188,0,0,42,0,8,9,0,0,0,8,9,8,9,0,0,0,0,0,0,0,0,85,571,427,427,426,426,426,426,426,426,652,8,9,224,426,426,225,8,9,86,0,52,53,0,0,0,52,53,52,53,0,4,4,0,4,3,4,0,178,302,303,131,212,39,303,303,212,210,213,52,53,224,426,426,148,52,53,302,131,303,131,131,303,39,303,212,131,303,212,212,303,303,131,303,131,212,38,339,340,175,261,83,340,340,261,259,262,8,9,224,426,426,188,8,9,339,175,340,175,175,340,83,340,261,175,340,261,261,340,340,175,340,175,261,82,4,0,0,0,0,7,0,0,7,0,52,53,224,426,426,225,52,53,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,4,0,4,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,28,29,30,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,72,73,74,75,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,1,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,1,1,0,0,1,1,1,0,0,1,0,1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,0,1,0,1,1" />\n\t<skyRegion x="30" y="7" w="4" h="3" />\n\t<exit dMap="outskirts11" x="12" y="27" dX="46" dY="3" />\n\t<exit dMap="outskirts11" x="13" y="27" dX="47" dY="3" />\n\t<exit dMap="outskirts11" x="14" y="27" dX="47" dY="3" />\n\t<exit dMap="outskirts11" x="15" y="27" dX="48" dY="3" />\n\t<exit dMap="garden15" x="0" y="11" dX="27" dY="4" />\n\t<exit dMap="garden15" x="0" y="12" dX="27" dY="4" />\n\t<exit dMap="garden15" x="0" y="13" dX="27" dY="4" />\n\t<exit dMap="garden15" x="0" y="14" dX="27" dY="4" />\n\t<waypoint id="0" x="3" y="21" />\n\t<waypoint id="1" x="14" y="21" />\n\t<waypoint id="2" x="34" y="20" />\n\t<waypoint id="3" x="34" y="7" />\n\t<waypoint id="4" x="17" y="8" />\n\t<waypoint id="5" x="7" y="12" />\n\t<mob id="0" mType="bourgeois_man_1a" x="18" y="8" path="4,3,4,5,4" />\n\t<mob id="1" mType="soldier_1a" x="15" y="19" path="1,2,3,2" />\n\t<mob id="2" mType="soldier_1b" x="11" y="21" path="1,2,3,2" />\n\t<mob id="3" mType="soldier_1c" x="16" y="22" path="1,2,3,2" />\n\t<mob id="4" mType="soldier_1c" x="25" y="8" path="5,4,3,2,1,0,1,2,3,4,5" />\n\t<mob id="5" mType="soldier_1c" x="17" y="12" path="5,4,3,2,1,0,1,2,3,4,5" />\n\t<mob id="6" mType="soldier_1b" x="10" y="4" path="5,4,3,2,1,0,1,2,3,4,5" />\n\t<mob id="7" mType="rat" x="20" y="19" path="1,0,1,2" />\n\t<mob id="8" mType="plebian_man_a" x="34" y="1" path="3,4,3,2" />\n\t<mob id="9" mType="plebian_man_a" x="32" y="1" path="3,4,3,2" />\n\t<mob id="10" mType="plebian_man_a" x="34" y="3" path="3,2" />\n\t<mob id="11" mType="plebian_woman_a" x="35" y="2" path="3,2" />\n\t<object mType="column_lg" x="0" y="12" />\n\t<object mType="column_lg" x="0" y="7" />\n\t<object mType="column_sm" x="2" y="13" />\n\t<object mType="column_sm" x="2" y="8" />\n\t<object mType="amphora" x="30" y="15" />\n\t<weapon mType="17" x="6" y="22" />\n</level>\n\t\t');
};
_global.outskirts13 extends xml_base;
var v1 = _global.outskirts13.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20517 __Packages.catacombs5 {
#initclip
if (!catacombs5) {
_global.catacombs5 = function () {
super();
this.parseXML('\n<level name="catacombs5" width="25" height="25" set="catacombs" >\n\t<ground tiles="3,4,5,6,7,8,9,10,11,12,33,34,35,36,37,8,9,10,11,12,3,4,5,6,7,48,49,50,51,52,53,54,55,56,57,78,79,80,81,82,53,54,55,56,57,48,49,50,51,52,93,94,95,96,97,98,99,100,101,102,123,124,125,126,127,98,99,100,101,102,93,94,95,96,97,138,139,140,141,142,143,144,145,146,147,168,169,170,171,172,143,144,145,146,147,138,139,140,141,142,183,184,185,186,187,188,189,190,191,192,213,214,215,216,217,188,189,190,191,192,183,184,185,186,187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,363,0,391,392,393,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,395,396,0,425,426,427,0,0,0,0,399,452,452,452,452,452,452,452,452,452,452,452,452,452,452,452,398,0,441,442,443,0,0,0,0,366,0,362,363,365,0,0,0,0,0,0,365,365,362,363,0,364,242,243,244,332,238,239,240,0,366,0,395,396,0,0,0,0,0,0,0,0,0,395,396,0,364,283,284,285,391,279,280,281,0,366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,356,425,241,356,319,0,328,251,251,251,251,329,362,363,0,362,363,326,251,251,251,251,327,0,0,0,441,282,241,0,0,0,0,0,0,356,366,395,396,0,395,396,364,358,0,357,0,0,0,0,321,322,320,282,357,0,0,0,356,0,358,366,0,0,0,0,0,364,357,0,0,0,0,0,356,359,360,241,320,0,0,0,0,0,357,0,328,251,251,251,251,251,327,0,0,0,358,356,0,0,0,0,282,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,356,0,0,0,313,314,315,320,241,228,229,230,231,232,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,353,354,241,282,269,270,271,272,273,274,0,0,0,253,254,255,256,257,258,259,260,261,262,262,387,388,389,282,320,307,308,309,310,311,312,0,0,0,291,292,293,294,295,296,297,298,299,300,300,421,422,423,320,0,346,347,348,349,350,351,0,0,356,330,331,332,333,334,335,336,337,338,339,339,340,341,342,0,0,381,382,383,384,385,386,0,242,243,244,0,321,322,323,370,371,372,373,374,374,247,248,249,0,0,415,416,417,418,419,420,356,283,284,285,357,359,360,361,404,405,406,407,408,408,288,289,290,2,2,2,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,234,235,236,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,275,276,277,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="22" y="13" w="3" h="2" />\n\t<skyRegion x="22" y="13" w="3" h="2" />\n\t<exit dMap="catacombs6" x="11" y="4" dX="9" dY="8" />\n\t<exit dMap="catacombs6" x="12" y="4" dX="9" dY="8" />\n\t<exit dMap="catacombs6" x="13" y="4" dX="9" dY="8" />\n\t<exit dMap="catacombs4" x="5" y="23" dX="32" dY="6" />\n\t<exit dMap="catacombs4" x="6" y="23" dX="32" dY="6" />\n\t<exit dMap="catacombs4" x="4" y="23" dX="32" dY="6" />\n\t<exit dMap="catacombs4" x="3" y="23" dX="32" dY="6" />\n\t<exit dMap="catacombs7" x="0" y="5" dX="47" dY="19" />\n\t<exit dMap="catacombs7" x="0" y="6" dX="47" dY="19" />\n\t<exit dMap="catacombs7" x="0" y="7" dX="47" dY="19" />\n\t<exit dMap="catacombs7" x="0" y="8" dX="47" dY="19" />\n\t<waypoint id="0" x="10" y="9" />\n\t<waypoint id="1" x="14" y="9" />\n\t<waypoint id="2" x="4" y="18" />\n\t<waypoint id="3" x="20" y="18" />\n\t<waypoint id="4" x="3" y="6" />\n\t<waypoint id="5" x="17" y="6" />\n\t<waypoint id="6" x="13" y="17" />\n\t<mob id="0" mType="skeleton_a" x="13" y="15" path="2,6,3,6,2,4" />\n\t<mob id="1" mType="skeleton_a" x="10" y="16" path="2,4" />\n\t<mob id="2" mType="skeleton_a" x="15" y="16" path="3,6,2,4" />\n\t<mob id="3" mType="skeleton_a" x="19" y="7" path="5,0,4" />\n\t<mob id="4" mType="skeleton_a" x="20" y="8" path="1,0" />\n\t<mob id="5" mType="rat" x="18" y="18" path="6,2,4" />\n\t<mob id="6" mType="rat" x="20" y="19" path="6,2,4" />\n\t<mob id="7" mType="rat" x="21" y="17" path="3,6,2" />\n\t<mob id="8" mType="rat" x="19" y="10" path="1,5,1,0,4" />\n\t<mob id="9" mType="skeleton_a" x="4" y="14" path="2,4" />\n\t<object mType="barrel" x="24" y="18" />\n\t<object mType="skullcolumn" x="7" y="9" />\n\t<object mType="skullcolumn" x="17" y="9" />\n\t<object mType="barrel" x="0" y="20" />\n\t<object mType="barrel" x="0" y="19" />\n\t<object mType="barrel" x="1" y="20" />\n\t<object mType="amphora" x="21" y="9" />\n\t<object mType="amphora" x="22" y="9" />\n\t<object mType="amphora" x="22" y="10" />\n\t<object mType="amphora" x="23" y="10" />\n</level>\n\t\t');
};
_global.catacombs5 extends xml_base;
var v1 = _global.catacombs5.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20518 __Packages.forum5 {
#initclip
if (!forum5) {
_global.forum5 = function () {
super();
this.parseXML('\n<level name="forum5" width="20" height="15" set="forum" >\n\t<ground tiles="1,2,3,4,5,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,13,14,15,16,17,13,14,15,16,17,18,19,20,21,22,13,14,15,16,17,23,24,25,26,27,23,24,25,26,27,28,29,30,31,32,23,24,25,26,27,33,34,35,36,37,33,34,35,36,37,38,39,40,41,37,33,34,35,36,37,43,44,45,46,47,43,44,45,46,47,48,49,50,51,47,43,44,45,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,213,214,215,216,217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,248,249,250,251,252,471,472,0,0,0,0,0,0,472,127,128,129,130,282,283,284,285,286,287,288,289,0,0,0,0,0,0,0,0,157,158,159,160,319,320,321,322,323,324,325,326,168,169,170,171,172,173,174,175,193,194,195,196,356,357,358,359,360,361,362,363,203,204,205,206,207,208,209,210,228,229,230,231,376,377,378,379,380,381,382,383,238,239,240,241,242,243,244,245,263,264,265,266" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,145,146,147,148,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,177,178,179,180,181,182,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,56,57,58,211,-1,-1,-1,-1,-1,-1,218,64,65,66,67,68,69,70,71,91,92,93,94,246,-1,-1,-1,-1,-1,-1,253,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="3" y="4" w="5" h="6" />\n\t<skyRegion x="3" y="5" w="5" h="6" />\n\t<skyRegion x="8" y="9" w="8" h="3" />\n\t<skyRegion x="16" y="8" w="4" h="2" />\n\t<exit dMap="garden9" x="12" y="4" dX="9" dY="9" />\n\t<exit dMap="forum4" x="0" y="5" dX="18" dY="5" />\n\t<exit dMap="forum4" x="0" y="6" dX="18" dY="6" />\n\t<exit dMap="forum4" x="0" y="7" dX="18" dY="7" />\n\t<exit dMap="forum4" x="0" y="8" dX="18" dY="8" />\n\t<exit dMap="forum6" x="19" y="5" dX="1" dY="5" />\n\t<exit dMap="forum6" x="19" y="6" dX="1" dY="6" />\n\t<exit dMap="forum6" x="19" y="7" dX="1" dY="7" />\n\t<exit dMap="forum6" x="19" y="8" dX="1" dY="8" />\n\t<exit dMap="forum4" x="0" y="9" dX="18" dY="8" />\n\t<exit dMap="forum4" x="0" y="10" dX="18" dY="8" />\n\t<exit dMap="forum6" x="19" y="9" dX="1" dY="8" />\n\t<waypoint id="0" x="1" y="7" />\n\t<waypoint id="1" x="17" y="7" />\n\t<waypoint id="2" x="12" y="8" />\n\t<waypoint id="3" x="11" y="5" />\n\t<mob id="0" mType="plebian_man_a" x="9" y="7" path="" />\n\t<mob id="1" mType="plebian_woman_a" x="17" y="6" path="" />\n\t<object mType="column_lg" x="15" y="2" />\n\t<object mType="column_lg" x="9" y="2" />\n\t<object mType="column_sm" x="16" y="3" />\n\t<object mType="column_sm" x="8" y="3" />\n</level>\n\t\t');
};
_global.forum5 extends xml_base;
var v1 = _global.forum5.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20519 __Packages.Pentagram {
#initclip
if (!Pentagram) {
_global.Pentagram = function (parent, inI, inJ) {
super('Pentagram', 'obj_pentagram');
this.pMovieClip = parent.attachMovie('obj_pentagram', 'obj_pentagram', parent.getNextHighestDepth());
this.pX = inI * SceneMap.TILE_SIZE;
this.pY = inJ * SceneMap.TILE_SIZE;
this.pTile = new SceneTile(inI + 2, inJ + 2);
this.updatePosition(true);
this.updateDepth(0, 0);
};
_global.Pentagram extends SceneObject;
var v1 = _global.Pentagram.prototype;
v1.setExitInfo = function (map, destX, destY) {
this.pMapExitTo = map;
this.pExitDestPoint = new flash.geom.Point(destX, destY);
};
v1.showFire = function () {
if (this.pMovieClip && this.pMovieClip._currentframe == 1) {
this.pMovieClip.gotoAndPlay(2);
}
};
v1.isFiring = function () {
if (this.pMovieClip && this.pMovieClip._currentframe != 1) {
return true;
}
return false;
};
v1.update = function (caligula) {
if (this.pMovieClip && this.pMovieClip._currentframe == this.pMovieClip._totalframes) {
var v3 = (caligula.getTile()).mI;
var v4 = (caligula.getTile()).mJ;
if (v4 == this.pTile.mJ || v4 == this.pTile.mJ + 1) {
if (v3 >= this.pTile.mI - 1 && v3 <= this.pTile.mI + 2) {
caligula.teleportOut();
}
} else {
if (v4 == this.pTile.mJ - 1 || v4 == this.pTile.mJ + 2) {
if (v3 == this.pTile.mI || v3 == this.pTile.mI + 1) {
caligula.teleportOut();
}
}
}
}
};
v1.doTeleport = function () {
if (Game.singleton.getLastSlainBossType() != '') {
Game.singleton.setFadeinLetterBox();
}
Game.singleton.loadLevel(this.pMapExitTo, this.pExitDestPoint.x, this.pExitDestPoint.y);
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20520 __Packages.market8 {
#initclip
if (!market8) {
_global.market8 = function () {
super();
this.parseXML('\n<level name="market8" width="41" height="29" set="market" >\n\t<ground tiles="176,177,178,179,180,275,276,277,87,0,0,0,0,92,93,94,95,115,116,0,0,0,0,0,0,113,114,0,0,0,91,92,93,94,95,0,0,0,0,0,0,215,216,217,218,219,121,122,123,124,88,89,285,91,129,130,131,132,150,151,0,0,0,0,0,0,148,149,84,85,86,87,129,130,131,132,0,0,0,0,0,0,230,231,232,233,234,156,157,158,159,125,126,127,128,164,165,166,167,189,190,0,0,0,0,0,0,187,188,121,122,123,124,164,165,166,167,0,0,0,0,84,85,239,240,241,242,243,195,196,197,198,160,161,162,163,203,204,205,206,0,0,0,0,0,0,0,0,0,0,156,157,158,159,203,204,205,206,80,81,82,83,121,122,248,249,250,251,252,0,0,0,0,199,200,201,202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,196,197,198,0,0,115,116,117,118,119,120,156,157,256,257,258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,151,152,153,154,155,195,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,190,191,192,193,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,42,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,42,0,0,41,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,148,0,0,0,115,116,0,0,0,0,0,0,0,0,137,138,139,140,141,142,143,144,145,0,0,0,0,21,22,23,24,0,0,0,42,42,0,0,0,0,0,187,81,82,83,150,151,0,0,0,0,0,0,0,0,172,173,174,175,176,177,178,179,180,133,134,135,136,61,62,63,64,133,134,135,136,113,114,84,85,86,87,0,118,119,120,189,190,0,0,0,0,0,0,0,0,211,212,213,214,215,216,217,218,219,168,169,170,171,96,97,98,99,168,169,170,171,148,149,121,122,123,124,4,153,154,155,113,114,0,0,0,0,0,0,0,0,226,227,228,229,230,231,232,233,234,207,208,209,210,115,116,0,0,207,208,209,210,187,188,156,157,158,159,44,192,193,194,148,149,0,0,0,0,0,0,0,0,235,236,237,238,239,240,241,242,243,113,114,42,3,150,151,0,0,0,42,42,0,0,0,195,196,197,198,0,0,0,0,187,188,0,0,0,0,0,0,0,0,244,245,246,247,248,249,250,251,252,148,149,0,0,189,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,253,254,255,256,257,258,259,0,187,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,86,87,44,113,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,123,124,0,148,149,115,116,21,22,23,24,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,158,159,0,187,188,150,151,61,62,63,64,41,42,0,42,44,42,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,23,24,42,196,197,198,42,42,3,189,190,96,97,98,99,40,2,115,116,113,114,0,3,3,3,3,0,0,0,0,41,0,0,0,0,92,93,94,95,61,62,63,64,4,0,3,0,42,42,0,0,0,0,0,0,0,0,0,150,151,148,149,0,80,81,82,83,3,3,3,0,42,21,22,23,24,129,130,131,132,96,97,98,99,44,0,0,0,40,0,0,0,0,0,0,0,0,0,0,189,190,187,188,0,117,118,119,120,88,89,90,91,40,61,62,63,64,164,165,166,167,0,0,133,134,135,0,0,0,0,115,116,92,93,94,95,80,81,82,83,1,0,0,0,0,152,153,154,155,125,126,127,128,0,96,97,98,99,203,204,205,206,0,0,168,169,170,0,0,0,0,150,151,129,130,131,132,117,118,119,120,0,0,0,0,0,191,192,193,194,160,161,162,163,0,1,1,0,0,0,0,115,116,0,0,207,208,209,80,81,82,83,189,190,164,165,166,167,152,153,154,155,0,0,0,0,115,116,0,0,0,199,200,201,202,0,0,0,0,0,0,0,150,151,42,0,3,40,0,117,118,119,120,0,0,203,204,205,206,191,192,193,194,84,85,86,87,150,151,113,114,115,116,0,0,0,0,0,0,80,81,82,83,189,190,42,0,0,41,4,152,153,154,155,0,0,0,0,0,0,0,0,1,1,121,122,123,124,189,190,148,149,150,151,0,1,0,0,0,0,117,118,119,120,133,134,135,136,113,114,44,191,192,193,194,0,0,0,0,0,0,0,0,0,0,156,157,158,159,0,0,187,188,189,190,1,1,92,93,94,95,152,153,154,155,168,169,170,171,148,149,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,9,10,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,49,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,25,26,27,28,29,30,31,32,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,65,66,67,68,69,70,71,72,73,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,100,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1" />\n\t<skyRegion x="13" y="7" w="9" h="3" />\n\t<skyRegion x="6" y="21" w="4" h="2" />\n\t<skyRegion x="10" y="21" w="4" h="2" />\n\t<skyRegion x="19" y="19" w="4" h="2" />\n\t<skyRegion x="23" y="20" w="4" h="2" />\n\t<skyRegion x="0" y="23" w="4" h="2" />\n\t<skyRegion x="5" y="27" w="4" h="2" />\n\t<skyRegion x="5" y="27" w="4" h="2" />\n\t<skyRegion x="14" y="24" w="4" h="2" />\n\t<skyRegion x="35" y="1" w="4" h="2" />\n\t<skyRegion x="32" y="18" w="4" h="2" />\n\t<skyRegion x="36" y="9" w="4" h="2" />\n\t<skyRegion x="30" y="24" w="4" h="2" />\n\t<skyRegion x="26" y="26" w="4" h="2" />\n\t<skyRegion x="39" y="0" w="2" h="2" />\n\t<exit dMap="market5" x="19" y="0" dX="21" dY="11" />\n\t<exit dMap="market5" x="20" y="0" dX="21" dY="11" />\n\t<exit dMap="market5" x="21" y="0" dX="21" dY="11" />\n\t<exit dMap="market5" x="22" y="0" dX="22" dY="11" />\n\t<exit dMap="market5" x="23" y="0" dX="22" dY="11" />\n\t<exit dMap="market5" x="24" y="0" dX="22" dY="11" />\n\t<exit dMap="market7" x="0" y="5" dX="35" dY="4" />\n\t<exit dMap="market7" x="0" y="6" dX="35" dY="5" />\n\t<exit dMap="market7" x="0" y="7" dX="35" dY="6" />\n\t<exit dMap="market7" x="0" y="8" dX="35" dY="7" />\n\t<exit dMap="market7" x="0" y="9" dX="35" dY="8" />\n\t<exit dMap="market7" x="0" y="10" dX="35" dY="9" />\n\t<exit dMap="market9" x="40" y="14" dX="1" dY="3" />\n\t<exit dMap="market9" x="40" y="15" dX="1" dY="4" />\n\t<exit dMap="market9" x="40" y="16" dX="1" dY="5" />\n\t<exit dMap="market9" x="40" y="17" dX="1" dY="6" />\n\t<exit dMap="market9" x="40" y="18" dX="1" dY="6" />\n\t<waypoint id="0" x="5" y="4" />\n\t<waypoint id="1" x="12" y="5" />\n\t<waypoint id="2" x="16" y="4" />\n\t<waypoint id="3" x="5" y="10" />\n\t<waypoint id="4" x="5" y="13" />\n\t<waypoint id="5" x="5" y="16" />\n\t<waypoint id="6" x="8" y="17" />\n\t<waypoint id="7" x="11" y="17" />\n\t<waypoint id="8" x="9" y="11" />\n\t<waypoint id="9" x="13" y="16" />\n\t<waypoint id="10" x="21" y="19" />\n\t<waypoint id="11" x="26" y="16" />\n\t<waypoint id="12" x="29" y="20" />\n\t<waypoint id="13" x="36" y="18" />\n\t<waypoint id="14" x="36" y="15" />\n\t<waypoint id="15" x="33" y="14" />\n\t<waypoint id="16" x="32" y="4" />\n\t<waypoint id="17" x="32" y="10" />\n\t<waypoint id="18" x="29" y="7" />\n\t<waypoint id="19" x="22" y="5" />\n\t<waypoint id="20" x="24" y="9" />\n\t<waypoint id="21" x="19" y="6" />\n\t<waypoint id="22" x="24" y="3" />\n\t<mob id="0" mType="plebian_woman_a" x="32" y="4" path="16,17" />\n\t<mob id="1" mType="plebian_woman_a" x="26" y="16" path="11,12" />\n\t<mob id="2" mType="bourgeois_man_2a" x="33" y="14" path="15,14,13,14" />\n\t<mob id="3" mType="soldier_1a" x="9" y="11" path="8,9,10,9" />\n\t<mob id="4" mType="prostitute_a" x="5" y="10" path="3,4,5,4" />\n\t<mob id="5" mType="plebian_man_a" x="8" y="17" path="6,7" />\n\t<mob id="6" mType="plebian_woman_a" x="5" y="4" path="0,1" />\n\t<mob id="7" mType="bourgeois_man_1a" x="12" y="5" path="1,2" />\n\t<mob id="8" mType="prostitute_a" x="29" y="7" path="18,19" />\n\t<mob id="9" mType="drunk" x="25" y="9" path="20,21,22" />\n\t<object mType="amphora" x="32" y="7" />\n\t<object mType="amphora" x="33" y="7" />\n\t<object mType="amphora" x="32" y="6" />\n\t<object mType="amphora" x="33" y="6" />\n\t<weapon mType="6" x="26" y="6" />\n</level>\n\t\t');
};
_global.market8 extends xml_base;
var v1 = _global.market8.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20521 __Packages.Necromancer {
#initclip
if (!Necromancer) {
_global.Necromancer = function (parent, libname, type) {
super(parent, libname, type);
};
_global.Necromancer extends Boss;
var v1 = _global.Necromancer.prototype;
v1.isValidAttack = function (attack) {
if (attack.type == 'necromancer') {
return getTimer() > this.pNextNecroTime && this.getRaisedNpcCount() < 3;
}
return true;
};
v1.necromancer_enter = function () {
this.pNecroTimer = 0;
this.pRaisePosArray = this.initRaisePosArray(this.getDirection());
this.pNextNecroTime = getTimer() + 6000;
};
v1.initRaisePosArray = function (dir) {
var v3 = 170;
return [new flash.geom.Point(this.X + dir * v3, this.Y - 10), new flash.geom.Point(this.X + dir * (v3 + 30), this.Y + 20), new flash.geom.Point(this.X + dir * (v3 + 60), this.Y - 10), new flash.geom.Point(this.X + dir * (v3 + 90), this.Y + 20), new flash.geom.Point(this.X + dir * (v3 + 120), this.Y - 10)];
};
v1.summonCreatureOnRandomLoc = function () {
var v2 = this.getDirection();
var v3 = new flash.geom.Point();
var v4 = 5;
goto 1289;
for (;;) {
--v4;
label 1289:
if (v4 < 0) break;
var v5 = -2;
goto 1336;
for (;;) {
++v5;
label 1336:
if (v5 > 2) break;
v3.x = this.X + SceneMap.TILE_SIZE * v4 * v2;
v3.y = this.Y + SceneMap.TILE_SIZE * v5;
if (this.trySummonCreature(v3) != null) {
return undefined;
}
}
}
};
v1.summonCreature = function (i, j, posX, posY) {
var v6 = Skeleton(Game.singleton.createCharacter(this.pMovieClip._parent, 'SkeSoldier'));
v6.setOwner(this, posX, posY, this.getDirection());
return v6;
};
v1.isTimeToSummon = function (timer) {
return this.pNecroTimer > 49 && this.pNecroTimer % 3 == 0;
};
v1.getRaisedNpcCount = function () {
var v2 = this.pRaisedNpc.length - 1;
goto 1734;
for (;;) {
--v2;
label 1734:
if (v2 < 0) break;
var v3 = this.pRaisedNpc[v2];
if (v3.isDead()) {
this.pRaisedNpc.splice(v2, 1);
}
}
return this.pRaisedNpc.length;
};
v1.necromancer_update = function () {
if (!this.isInState('attack', 0)) {
this.gotoState('think');
}
++this.pNecroTimer;
if (this.isTimeToSummon(this.pNecroTimer)) {
var v2 = 0;
if (this.getRaisedNpcCount() < 5 && this.pRaisePosArray.length) {
var v3 = flash.geom.Point(this.pRaisePosArray.pop());
if (this.trySummonCreature(v3) != null) {
++v2;
}
}
if (v2 == 0) {
this.summonCreatureOnRandomLoc();
}
}
};
v1.trySummonCreature = function (pos) {
var v3 = null;
var v4 = Game.singleton;
var v5 = (v4.getSceneMap()).getTileFromLocation(pos.x, pos.y);
if (v5 && (v4.getSceneMap()).isTileWalkable(v5.mI, v5.mJ)) {
v3 = this.summonCreature(v5.mI, v5.mJ, pos.x, pos.y);
if (v3) {
this.pRaisedNpc.push(v3);
}
}
return v3;
};
v1.necromancer_exit = function () {};
ASSetPropFlags(v1, null, 1);
v1.pRaisedNpc = new Array();
v1.pNextNecroTime = 0;
}
#endinitclip
}
movieClip 20522 __Packages.bathHouse7 {
#initclip
if (!bathHouse7) {
_global.bathHouse7 = function () {
super();
this.parseXML('\n<level name="bathHouse7" width="38" height="16" set="bathHouse" >\n\t<ground tiles="67,68,69,70,71,72,73,74,75,76,83,84,85,86,87,88,89,90,82,74,67,68,69,70,71,72,73,74,75,76,77,82,83,84,85,86,87,88,99,100,101,102,103,104,105,106,107,108,115,116,117,118,119,120,121,122,114,106,99,100,101,102,103,104,105,106,107,108,109,110,115,116,117,118,119,120,138,131,132,133,134,135,136,137,138,139,140,145,146,147,148,149,150,144,144,137,138,131,132,133,134,135,136,137,138,139,140,141,145,145,146,147,148,149,164,157,158,159,160,161,162,163,164,165,166,171,172,173,174,175,176,170,170,163,164,157,158,159,160,161,162,163,164,165,166,167,171,171,172,173,174,175,190,183,184,185,186,187,188,189,190,191,192,197,198,199,200,201,202,196,196,189,190,183,184,185,186,187,188,189,190,191,192,193,197,197,198,199,200,201,216,209,210,211,212,213,214,215,216,217,218,223,224,225,226,227,220,221,227,215,216,209,210,23,212,213,214,215,216,217,218,219,223,223,224,225,226,227,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,22,0,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,31,39,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,1,2,3,0,0,0,0,0,0,0,0,32,0,14,15,0,31,9,10,11,0,0,0,0,0,0,0,0,0,0,0,0,31,31,39,0,31,0,9,10,11,0,0,0,0,0,0,0,23,39,0,24,25,436,437,438,439,440,441,442,0,0,0,0,435,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,448,449,450,451,452,453,454,0,0,0,0,447,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,460,461,462,463,464,465,466,0,0,0,0,459,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,472,473,474,475,476,477,478,0,0,0,0,471,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse2" x="7" y="14" dX="6" dY="6" />\n\t<exit dMap="bathHouse2" x="8" y="14" dX="6" dY="6" />\n\t<exit dMap="bathHouse2" x="9" y="14" dX="6" dY="6" />\n\t<exit dMap="bathHouse2" x="10" y="14" dX="6" dY="6" />\n\t<waypoint id="0" x="35" y="8" />\n\t<waypoint id="1" x="32" y="10" />\n\t<waypoint id="2" x="21" y="10" />\n\t<waypoint id="3" x="24" y="6" />\n\t<waypoint id="4" x="18" y="10" />\n\t<waypoint id="5" x="13" y="6" />\n\t<waypoint id="6" x="13" y="11" />\n\t<waypoint id="7" x="1" y="9" />\n\t<waypoint id="8" x="2" y="6" />\n\t<waypoint id="9" x="6" y="8" />\n\t<mob id="0" mType="virgin_a" x="1" y="9" path="7,8,9" />\n\t<mob id="1" mType="senator_a" x="13" y="6" path="5,6,4" />\n\t<mob id="2" mType="bourgeois_man_2a" x="24" y="6" path="3,2" />\n\t<mob id="3" mType="virgin_a" x="35" y="8" path="0,1,3,1" />\n\t<mob id="4" mType="virgin_a" x="4" y="6" path="4,8" />\n\t<mob id="5" mType="virgin_a" x="6" y="9" path="9,6,4" />\n\t<mob id="6" mType="bourgeois_man_1a" x="20" y="7" path="6,2,1" />\n\t<mob id="7" mType="bourgeois_man_1a" x="26" y="7" path="8,1" />\n\t<object mType="statue_c" x="10" y="4" />\n\t<object mType="statue_c" x="27" y="9" />\n\t<object mType="amphora" x="32" y="5" />\n\t<object mType="amphora" x="36" y="6" />\n\t<object mType="amphora" x="31" y="5" />\n\t<object mType="amphora" x="36" y="7" />\n\t<object mType="statue_c" x="18" y="4" />\n\t<weapon mType="2" x="32" y="8" />\n</level>\n\t\t');
};
_global.bathHouse7 extends xml_base;
var v1 = _global.bathHouse7.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20523 __Packages.Eagle {
#initclip
if (!Eagle) {
_global.Eagle = function (weapon) {
super(weapon);
this.mClassName = 'Eagle';
this.mStateParam = new Object();
this.pTotalAttacks = 1;
};
_global.Eagle extends ThrowObject;
var v1 = _global.Eagle.prototype;
_global.Eagle.initStateMachine = function () {
tinymantis.GameObject.buildStateGroup('Eagle', new Array('forward', 'attack', 'back'), 0);
};
v1.initialize = function (owner, attackdata) {
super.initialize(owner, attackdata);
this.pTimer = 0;
this.pIgnoreTargets = new Array();
this.pTotalAttacks = attackdata.getNumber('attacks');
org.flashdevelop.utils.FlashConnect.trace('totalAttacks = ' + this.pTotalAttacks, 'Eagle::initialize', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Eagle.as', 36);
this.gotoState('forward');
tinymantis.SoundManager.sSingleton.playSound('caligula_eagle1.aif', false, 100);
};
v1.isUnique = function () {
return true;
};
v1.update = function () {
var v2 = 0;
var v3 = this.mStateMachineMap.length;
goto 1424;
for (;;) {
++v2;
label 1424:
if (v2 >= v3) break;
if (this.mStateMachineMap[v2]) {
this.mStateMachineMap[v2].update();
}
}
};
v1.attack_enter = function () {
this.pMovieClip.gotoAndPlay('attack');
this.pIgnoreTargets.push(this.pTarget);
tinymantis.SoundManager.sSingleton.playSound('caligula_eagle2.aif', false, 100);
};
v1.attack_update = function () {
var v2 = this.pMovieClip.body;
if (v2._currentframe == v2._totalframes) {
if (this.pIgnoreTargets.length < this.pTotalAttacks) {
this.gotoState('forward');
} else {
this.gotoState('back');
}
}
if (this.pTarget.health > 0) {
var v3 = v2.cHitArea;
if (v3 != undefined) {
this.pTarget.hit(this, this.getAttackDamage(this.pTarget), this.pAttackData.pushpower * this.getDirection());
if (this.pTarget.health <= 0) {
this.pOwner.addWeaponKill(this.pAttackData.key, 1, true);
}
}
var v4 = 0.2;
this.pX += (this.pTarget.X - this.pX) * v4;
this.pY += (this.pTarget.Y - 100 - this.pY) * v4;
this.updatePosition(true);
}
};
v1.forward_enter = function () {
this.pMovieClip.gotoAndPlay('fly');
this.pRouteY = this.pY;
this.pTarget = null;
this.mStateParam.speed = 20;
};
v1.forward_update = function () {
var v2 = this.pMovieClip.body;
var v3 = Game.singleton.getCharacters();
var v4 = 0;
goto 2227;
for (;;) {
for (;;) {
++v4;
label 2227:
if (v4 >= v3.length) break;
var v5 = v3[v4];
if (v5.health > 0 && (v5.party != this.pOwner.party && (v5.getMovieClip()).hitTest(v2))) {
if (!(v5.isBoss(false) && !v5.isBoss(true))) break;
if (tinymantis.Utils.arrayIndexOf(this.pIgnoreTargets, v5) < 0) {
this.pTarget = v5;
this.gotoState('attack');
} else {}
}
}
}
if (this.pTarget == null) {
++this.pTimer;
this.pX += this.getDirection() * this.mStateParam.speed;
this.pY = this.pRouteY - Math.sin(this.pTimer * 0.24) * this.mStateParam.speed * 2;
this.updatePosition(true);
this.updateDepth(this.pX, this.pY + 150);
if (this.pTimer > 20) {
this.mStateParam.speed -= 2;
if (this.mStateParam.speed <= 0) {
this.gotoState('back');
}
}
}
};
v1.back_enter = function () {
this.pMovieClip.gotoAndPlay('fly');
this.initDirection(this.pOwner.X - this.X);
this.mStateParam.speed = 0;
};
v1.back_update = function () {
++this.pTimer;
var v2 = Math.abs(this.pOwner.X - this.X);
this.pX += this.getDirection() * this.mStateParam.speed;
this.pY = this.pRouteY - Math.sin(this.pTimer * 0.24) * Math.min(this.mStateParam.speed, v2 / 10);
this.pRouteY += (this.pOwner.Y - 80 - this.pRouteY) * 0.5;
this.updatePosition(true);
this.updateDepth(this.pX, this.pY + 150);
var v3 = v2 * 0.15;
if (this.pOwner.isInState('walk', 0) && this.pOwner.getDirection() * this.getDirection() > 0) {
v3 += this.pOwner.getSpeed();
}
this.mStateParam.speed = Math.min(Math.min(30, v3), this.mStateParam.speed + 2);
if (v2 < 35 || this.pTimer > 200) {
this.pDead = true;
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20524 __Packages.forum11 {
#initclip
if (!forum11) {
_global.forum11 = function () {
super();
this.parseXML('\n<level name="forum11" width="19" height="13" set="forum" >\n\t<ground tiles="0,0,0,0,0,0,469,11,12,11,12,11,12,11,12,11,12,247,248,0,0,0,0,0,0,469,11,12,11,12,11,12,11,12,11,281,283,284,0,0,0,0,0,0,469,11,12,11,12,11,12,11,12,11,318,320,321,168,169,170,171,172,173,174,176,12,11,12,11,12,11,12,11,355,357,358,203,204,205,206,207,208,209,210,12,11,468,469,469,470,12,11,376,377,378,238,239,240,241,242,243,244,245,12,11,516,546,497,517,12,11,407,408,409,273,274,275,276,277,278,279,280,12,11,544,547,545,517,12,11,434,435,436,310,311,312,313,314,315,316,317,12,11,546,547,547,537,12,11,485,486,487,399,400,401,402,403,405,466,467,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,12,11,12,11,12,11,0,0,12,11,12,11,12,11,12,11,12,12,11,468,469,469,469,497,11,0,0,12,11,12,183,185,186,187,188,189,190,192,481,0,0,0,517,0,0,0,183,185,186,219,220,221,222,223,224,225,227,481,0,0,0,517,168,169,170,171,172,173" />\n\t<sky tiles="64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,81,82,83,84,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,121,122,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,-1,149,150,151,152,153,154,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80" />\n\t<canWalk tiles="1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0" />\n\t<skyRegion x="0" y="0" w="8" h="3" />\n\t<skyRegion x="2" y="10" w="6" h="3" />\n\t<skyRegion x="1" y="8" w="6" h="3" />\n\t<skyRegion x="13" y="9" w="6" h="3" />\n\t<skyRegion x="18" y="12" w="1" h="1" />\n\t<skyRegion x="12" y="7" w="6" h="3" />\n\t<skyRegion x="13" y="9" w="6" h="3" />\n\t<exit dMap="forum7" x="8" y="0" dX="8" dY="20" />\n\t<exit dMap="forum7" x="9" y="0" dX="9" dY="20" />\n\t<exit dMap="forum7" x="10" y="0" dX="9" dY="20" />\n\t<exit dMap="forum7" x="11" y="0" dX="10" dY="20" />\n\t<exit dMap="forum7" x="12" y="0" dX="10" dY="20" />\n\t<exit dMap="forum7" x="13" y="0" dX="11" dY="20" />\n\t<exit dMap="forum7" x="14" y="0" dX="12" dY="20" />\n\t<exit dMap="forum7" x="15" y="0" dX="13" dY="20" />\n\t<exit dMap="forum7" x="16" y="0" dX="14" dY="20" />\n\t<exit dMap="forum7" x="7" y="0" dX="8" dY="20" />\n\t<exit dMap="forum19" x="0" y="8" dX="16" dY="6" />\n\t<exit dMap="forum19" x="0" y="9" dX="16" dY="6" />\n\t<exit dMap="forum19" x="0" y="10" dX="16" dY="6" />\n\t<waypoint id="0" x="14" y="4" />\n\t<waypoint id="1" x="9" y="7" />\n\t<waypoint id="2" x="15" y="7" />\n\t<waypoint id="3" x="15" y="3" />\n\t<waypoint id="4" x="16" y="7" />\n\t<waypoint id="5" x="9" y="4" />\n\t<mob id="0" mType="prostitute_a" x="9" y="4" path="5" />\n\t<mob id="1" mType="prostitute_a" x="15" y="3" path="3" />\n\t<mob id="2" mType="prostitute_a" x="16" y="7" path="4" />\n\t<mob id="3" mType="senator_a" x="8" y="6" path="0,1,2" />\n\t<mob id="6" mType="senator_a" x="14" y="6" path="1,2,0" />\n\t<object mType="barrel" x="18" y="6" />\n\t<object mType="barrel" x="18" y="7" />\n\t<object mType="tree" x="9" y="8" />\n\t<object mType="tree" x="11" y="7" />\n</level>\n\t\t');
};
_global.forum11 extends xml_base;
var v1 = _global.forum11.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20525 __Packages.tinymantis.FpsMeter {
#initclip
if (!tinymantis.FpsMeter) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.FpsMeter = function (ver) {
this.pMovieClip = _root.attachMovie('lib_fpsmeter', 'fpsmeter', _root.getNextHighestDepth());
this.pMovieClip.mVersion = ver;
_root.gVerInfo = this.pMovieClip.mVersion;
_root.gExtraInfo = '';
this.pMovieClip._visible = false;
};
var v1 = _global.tinymantis.FpsMeter.prototype;
v1.activate = function () {
this.pMovieClip.onEnterFrame = tinymantis.Delegate.create(this, this.update);
Key.addListener(this);
this.reset();
};
v1.reset = function () {
this.pRecentFrames = 0;
this.pBeginTime = getTimer();
};
v1.onKeyDown = function () {
if (Key.isDown(49) && false) {
this.pMovieClip._visible = !this.pMovieClip._visible;
Main.startSplashMusic();
}
};
v1.setExtra = function (value) {
this.pMovieClip.mExtra = value;
};
v1.update = function () {
if (++this.pRecentFrames == this.pFramesToUpdate) {
var v2 = getTimer() - this.pBeginTime;
var v3 = 1000 * this.pFramesToUpdate / v2;
var v4 = '' + Math.round(v3);
if (v4.length == 1) {
v4 = '0' + v4;
}
this.pMovieClip.mRecentFPS = v4;
this.reset();
if (this.pMovieClip.getDepth() != _root.getNextHighestDepth() - 1) {
this.pMovieClip.swapDepths(_root.getNextHighestDepth());
}
this.pMovieClip.mExtra = _root.gExtraInfo;
this.pMovieClip.mVersion = _root.gVerInfo;
}
};
ASSetPropFlags(v1, null, 1);
v1.pFramesToUpdate = 10;
}
#endinitclip
}
movieClip 20526 __Packages.garden0 {
#initclip
if (!garden0) {
_global.garden0 = function () {
super();
this.parseXML('\n<level name="garden0" width="50" height="13" set="garden" >\n\t<ground tiles="24,25,25,25,25,25,25,26,1,2,0,40,41,55,55,55,55,193,244,247,248,288,289,354,286,287,355,354,355,283,355,288,289,355,355,110,40,41,111,111,1,2,0,0,111,93,55,55,110,73,57,58,58,58,58,58,58,59,40,41,111,74,75,3,4,55,55,225,283,286,287,320,321,244,317,244,355,244,283,245,246,320,321,317,229,0,74,75,110,73,40,41,110,23,149,150,151,152,153,55,95,96,96,96,96,96,96,97,74,75,1,2,111,42,43,55,0,193,244,244,317,244,244,244,244,244,244,244,244,284,285,355,244,244,229,0,0,39,0,0,74,75,0,56,182,183,184,185,186,55,95,172,173,174,175,176,0,0,39,110,40,41,0,110,0,0,0,193,244,244,244,244,244,244,244,245,246,317,244,318,319,244,244,244,229,0,0,0,0,0,0,0,0,0,210,211,212,213,214,110,95,200,201,202,203,204,0,0,0,0,74,75,0,0,0,0,0,225,244,244,244,244,244,244,244,284,285,244,244,244,244,245,246,244,229,0,0,0,0,0,0,0,72,3,4,21,22,0,111,0,95,220,221,222,223,224,93,0,0,0,0,0,0,0,0,0,0,225,244,244,247,248,244,244,244,318,319,244,244,244,354,284,285,244,229,0,0,0,0,0,0,5,6,42,43,0,0,0,0,0,95,230,231,232,233,234,93,94,0,0,0,0,0,0,0,0,0,225,244,316,286,287,355,244,244,244,244,244,244,244,244,318,319,244,229,0,0,0,0,0,0,44,45,111,0,0,0,0,0,0,95,239,240,241,242,243,0,0,0,0,0,0,0,0,0,0,0,235,236,236,236,236,236,236,244,244,244,236,236,236,236,236,236,236,238,0,0,0,0,0,0,76,77,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,244,229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,110,72,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,29,193,244,229,24,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,57,111,110,110,111,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,62,193,244,229,57,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,122,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,28,127,193,244,229,122,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,154,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,61,159,193,244,229,154,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155" />\n\t<sky tiles="-1,88,89,90,91,92,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,121,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,139,140,141,142,143,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,0,1,1,0,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="garden1" x="49" y="4" dX="1" dY="7" />\n\t<exit dMap="garden1" x="49" y="5" dX="1" dY="7" />\n\t<exit dMap="garden1" x="49" y="6" dX="1" dY="7" />\n\t<exit dMap="garden1" x="49" y="7" dX="1" dY="8" />\n\t<exit dMap="garden1" x="49" y="8" dX="1" dY="8" />\n\t<exit dMap="garden2" x="24" y="10" dX="2" dY="2" />\n\t<exit dMap="garden2" x="25" y="10" dX="3" dY="2" />\n\t<exit dMap="garden2" x="26" y="10" dX="4" dY="2" />\n\t<exit dMap="garden14" x="13" y="0" dX="12" dY="8" />\n\t<exit dMap="garden14" x="14" y="0" dX="12" dY="8" />\n\t<exit dMap="garden14" x="15" y="0" dX="12" dY="8" />\n\t<exit dMap="garden14" x="16" y="0" dX="12" dY="8" />\n\t<exit dMap="garden14" x="17" y="0" dX="12" dY="8" />\n\t<exit dMap="garden14" x="18" y="0" dX="12" dY="8" />\n\t<waypoint id="0" x="9" y="9" />\n\t<waypoint id="1" x="3" y="8" />\n\t<waypoint id="2" x="12" y="8" />\n\t<waypoint id="3" x="42" y="2" />\n\t<waypoint id="4" x="38" y="2" />\n\t<waypoint id="5" x="38" y="6" />\n\t<waypoint id="6" x="17" y="2" />\n\t<waypoint id="7" x="20" y="2" />\n\t<waypoint id="8" x="22" y="5" />\n\t<waypoint id="9" x="16" y="4" />\n\t<waypoint id="10" x="16" y="8" />\n\t<waypoint id="11" x="21" y="8" />\n\t<waypoint id="12" x="9" y="2" />\n\t<waypoint id="13" x="7" y="5" />\n\t<waypoint id="14" x="12" y="5" />\n\t<waypoint id="15" x="27" y="3" />\n\t<waypoint id="16" x="30" y="4" />\n\t<waypoint id="17" x="31" y="1" />\n\t<waypoint id="18" x="29" y="10" />\n\t<waypoint id="19" x="35" y="10" />\n\t<waypoint id="20" x="35" y="1" />\n\t<waypoint id="21" x="45" y="5" />\n\t<waypoint id="22" x="48" y="5" />\n\t<waypoint id="23" x="48" y="8" />\n\t<mob id="0" mType="bourgeois_man_2a" x="5" y="9" path="2,15" />\n\t<mob id="1" mType="bourgeois_man_2a" x="42" y="2" path="3" />\n\t<mob id="2" mType="plebian_man_a" x="17" y="2" path="6,11" />\n\t<mob id="3" mType="plebian_woman_a" x="16" y="4" path="9,10" />\n\t<mob id="4" mType="bourgeois_man_2a" x="9" y="2" path="12," />\n\t<mob id="5" mType="philosopher" x="35" y="1" path="20" />\n\t<mob id="6" mType="plebian_woman_a" x="29" y="10" path="18" />\n\t<mob id="7" mType="senator_a" x="45" y="5" path="21," />\n\t<mob id="8" mType="bourgeois_man_2a" x="6" y="8" path="1,16" />\n\t<mob id="9" mType="bourgeois_man_2a" x="8" y="10" path="14,16" />\n\t<mob id="10" mType="plebian_man_a" x="32" y="10" path="19,16,1" />\n\t<mob id="11" mType="plebian_man_a" x="33" y="10" path="19,16,4" />\n\t<mob id="12" mType="plebian_man_a" x="37" y="10" path="19,16,4" />\n\t<mob id="13" mType="bourgeois_man_1a" x="40" y="3" path="4,22" />\n\t<mob id="14" mType="bourgeois_man_1a" x="41" y="4" path="5,1" />\n\t<mob id="15" mType="plebian_man_a" x="25" y="2" path="7,11" />\n\t<mob id="16" mType="plebian_man_a" x="27" y="6" path="15,11" />\n\t<object mType="sundial" x="12" y="6" />\n\t<object mType="tree" x="47" y="0" />\n\t<weapon mType="19" x="7" y="3" />\n\t<weapon mType="17" x="37" y="4" />\n</level>\n\t\t');
};
_global.garden0 extends xml_base;
var v1 = _global.garden0.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20527 __Packages.river4 {
#initclip
if (!river4) {
_global.river4 = function () {
super();
this.parseXML('\n<level name="river4" width="19" height="39" set="river" >\n\t<ground tiles="1,1,606,607,600,604,605,1,600,600,603,1,1,1,1,1,1,1,1,604,605,1,1,1,1,1,600,1,1,608,601,602,600,1,604,605,601,602,1,1,1,1,1,1,1,1,1,1,1,606,607,1,604,605,1,606,607,18,18,18,18,18,18,18,18,18,18,19,1,1,1,16,17,18,18,96,0,0,0,0,0,0,0,565,0,0,94,18,18,18,97,0,581,582,0,0,0,0,0,0,0,0,0,0,0,0,566,567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,584,0,0,33,35,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,33,35,106,1,1,600,0,0,0,566,567,0,0,0,0,0,0,0,33,106,1,1,601,602,1,0,565,0,583,584,0,0,0,0,0,0,0,58,1,1,1,606,607,1,0,0,0,0,0,0,581,582,0,0,0,0,94,19,1,601,602,600,1,0,0,0,0,0,0,0,0,0,0,0,0,0,94,19,606,607,1,600,23,23,23,24,0,0,0,0,0,60,60,60,60,60,94,96,19,1,603,86,87,42,53,0,0,0,470,471,472,473,474,60,60,0,0,106,1,608,105,36,54,74,23,24,0,487,461,462,490,491,565,60,60,58,1,601,602,1,46,84,87,42,63,568,470,477,478,473,511,512,513,60,58,1,606,607,1,103,36,0,54,63,585,487,488,489,490,528,529,530,60,94,96,96,96,605,1,46,0,54,63,565,470,471,472,473,548,549,550,60,60,0,569,570,96,96,97,60,54,63,564,487,488,489,490,491,556,557,60,564,0,586,587,76,22,22,22,78,74,22,282,283,284,285,286,22,22,22,22,22,22,22,403,404,405,406,403,404,405,301,302,303,304,305,3,3,390,391,392,389,390,417,418,272,273,274,275,276,380,381,382,383,384,3,3,404,405,406,403,404,431,432,291,292,293,294,295,398,399,400,401,402,3,3,418,166,167,417,418,389,390,311,312,313,314,315,412,413,414,415,416,3,3,432,180,181,431,432,403,404,328,329,330,331,332,426,427,428,429,430,3,3,390,391,392,389,390,417,418,343,344,345,346,347,440,441,442,443,444,3,3,404,405,406,403,404,431,432,282,461,462,285,286,449,450,3,451,452,3,3,418,419,420,417,418,389,390,301,477,478,304,305,405,168,169,170,171,172,391,405,405,405,405,432,403,404,282,283,284,285,286,391,182,183,184,185,186,405,432,418,405,405,390,417,418,301,302,303,304,305,405,194,195,196,197,198,418,418,432,418,405,404,431,432,282,283,284,285,286,391,405,391,418,391,405,391,418,405,418,405,418,389,390,375,376,377,378,379,269,270,269,270,269,270,277,278,279,280,281,432,403,404,393,394,395,396,397,289,290,289,461,462,290,296,297,298,299,300,418,417,418,407,408,409,410,494,308,309,308,477,478,309,316,317,318,319,320,432,431,432,421,422,423,494,494,326,327,326,492,326,327,333,334,335,336,337,390,389,390,435,436,437,438,439,340,341,340,341,340,341,348,349,350,351,352,404,403,404,445,446,418,447,448,389,390,362,363,391,392,282,283,284,285,286,418,417,418,389,390,391,392,389,403,404,373,374,405,406,301,302,303,304,305,432,431,432,403,404,405,406,403,417,418,417,418,419,420,282,283,284,285,286,432" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0" />\n\t<exit dMap="river6" x="13" y="38" dX="2" dY="2" />\n\t<exit dMap="river6" x="14" y="38" dX="2" dY="2" />\n\t<exit dMap="river6" x="15" y="38" dX="2" dY="2" />\n\t<exit dMap="river6" x="16" y="38" dX="2" dY="2" />\n\t<exit dMap="river6" x="17" y="38" dX="2" dY="2" />\n\t<exit dMap="river5" x="18" y="3" dX="3" dY="11" />\n\t<exit dMap="river5" x="18" y="4" dX="3" dY="11" />\n\t<exit dMap="river5" x="18" y="5" dX="3" dY="11" />\n\t<exit dMap="river5" x="18" y="6" dX="3" dY="11" />\n\t<exit dMap="river3" x="0" y="2" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="3" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="4" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="5" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="6" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="7" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="8" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="9" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="10" dX="38" dY="21" />\n\t<exit dMap="river3" x="0" y="11" dX="38" dY="21" />\n\t<waypoint id="0" x="9" y="34" />\n\t<waypoint id="1" x="16" y="34" />\n\t<waypoint id="2" x="10" y="31" />\n\t<waypoint id="3" x="3" y="31" />\n\t<waypoint id="4" x="5" y="30" />\n\t<waypoint id="5" x="5" y="23" />\n\t<waypoint id="6" x="7" y="24" />\n\t<waypoint id="7" x="9" y="17" />\n\t<waypoint id="8" x="10" y="20" />\n\t<waypoint id="9" x="14" y="16" />\n\t<waypoint id="10" x="14" y="13" />\n\t<waypoint id="11" x="14" y="6" />\n\t<waypoint id="12" x="12" y="8" />\n\t<waypoint id="13" x="7" y="8" />\n\t<waypoint id="14" x="8" y="3" />\n\t<waypoint id="15" x="3" y="3" />\n\t<mob id="0" mType="plebian_woman_a" x="3" y="3" path="15,14" />\n\t<mob id="1" mType="bourgeois_man_2a" x="7" y="8" path="13,12" />\n\t<mob id="2" mType="gladiator_2a" x="9" y="17" path="7,9" />\n\t<mob id="3" mType="gladiator_2a" x="9" y="34" path="0,1" />\n\t<mob id="4" mType="plebian_man_a" x="10" y="31" path="2,3" />\n\t<mob id="5" mType="bourgeois_man_1a" x="5" y="30" path="4,5" />\n\t<mob id="6" mType="bourgeois_man_2a" x="7" y="24" path="6,8" />\n\t<mob id="7" mType="plebian_man_a" x="14" y="13" path="10,11" />\n\t<object mType="barrel" x="7" y="12" />\n\t<object mType="barrel" x="8" y="12" />\n\t<object mType="barrel" x="9" y="12" />\n\t<object mType="barrel" x="10" y="12" />\n\t<object mType="barrel" x="11" y="12" />\n\t<object mType="barrel" x="18" y="15" />\n\t<object mType="barrel" x="7" y="13" />\n\t<object mType="barrel" x="17" y="15" />\n\t<object mType="barrel" x="3" y="21" />\n\t<object mType="barrel" x="4" y="21" />\n\t<object mType="barrel" x="5" y="32" />\n\t<weapon mType="0" x="9" y="23" />\n\t<weapon mType="18" x="15" y="33" />\n</level>\n\t\t');
};
_global.river4 extends xml_base;
var v1 = _global.river4.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20528 __Packages.catacombs7 {
#initclip
if (!catacombs7) {
_global.catacombs7 = function () {
super();
this.parseXML('\n<level name="catacombs7" width="50" height="26" set="catacombs" >\n\t<ground tiles="28,29,32,18,19,20,21,22,28,29,30,31,32,8,9,10,11,12,28,29,30,31,32,28,29,30,31,32,3,4,5,6,7,28,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,73,74,77,63,64,65,66,67,73,74,75,76,77,53,54,55,56,57,73,74,75,76,77,73,74,75,76,77,48,49,50,51,52,73,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,118,119,122,108,109,110,111,112,118,119,120,121,122,98,99,100,101,102,118,119,120,121,122,118,119,120,121,122,93,94,95,96,97,118,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,163,164,166,153,154,155,156,157,163,164,165,166,167,143,144,145,146,147,163,164,165,166,167,163,164,165,166,167,138,139,140,141,142,163,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,208,211,212,198,199,200,201,202,208,209,210,211,212,188,189,190,191,192,208,209,210,211,212,208,209,210,211,212,183,184,185,186,187,208,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,248,249,313,314,315,316,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,228,229,230,231,232,233,0,0,0,288,289,290,352,353,354,355,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,270,271,272,273,274,0,0,0,0,0,0,387,388,389,390,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,307,308,309,310,311,312,0,0,0,0,0,0,421,422,423,424,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,347,348,349,350,351,0,0,0,358,0,0,437,438,439,440,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,382,383,384,385,386,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,356,0,362,363,0,362,363,0,362,363,0,0,0,0,0,0,0,415,416,417,418,419,420,0,0,357,0,0,356,0,0,0,0,3,4,5,6,7,28,29,30,31,32,3,4,5,6,7,28,0,0,0,395,396,0,395,396,0,395,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,49,50,51,52,73,74,75,76,77,48,49,50,51,52,73,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,94,95,96,97,118,119,120,121,122,93,94,95,96,97,118,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,391,392,393,394,0,0,0,0,0,0,0,0,0,0,0,138,139,140,141,142,163,164,165,166,167,138,139,140,141,142,163,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,425,426,427,428,0,0,0,0,0,0,0,0,0,0,0,183,184,238,239,240,208,209,210,211,238,239,240,185,186,187,208,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,441,442,443,444,0,0,0,391,392,393,394,0,0,0,0,0,0,279,280,281,0,0,0,0,279,280,281,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,425,426,427,428,0,0,0,0,0,0,317,318,319,0,0,0,0,317,318,319,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,441,442,443,444,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,247,248,249,0,0,356,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,288,289,290,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,247,248,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,322,323,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,288,289,290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,360,361,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,234,235,236,237,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,275,276,277,278,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="30" y="3" w="4" h="2" />\n\t<exit dMap="catacombs5" x="49" y="16" dX="2" dY="7" />\n\t<exit dMap="catacombs5" x="49" y="17" dX="2" dY="7" />\n\t<exit dMap="catacombs5" x="49" y="18" dX="2" dY="7" />\n\t<exit dMap="catacombs5" x="49" y="19" dX="2" dY="7" />\n\t<exit dMap="catacombs5" x="49" y="20" dX="2" dY="7" />\n\t<exit dMap="catacombs5" x="49" y="21" dX="2" dY="7" />\n\t<exit dMap="catacombs5" x="49" y="22" dX="2" dY="7" />\n\t<exit dMap="catacombs8" x="5" y="4" dX="9" dY="8" />\n\t<exit dMap="catacombs9" x="0" y="5" dX="35" dY="6" />\n\t<exit dMap="catacombs9" x="0" y="6" dX="35" dY="6" />\n\t<exit dMap="catacombs9" x="0" y="7" dX="35" dY="6" />\n\t<exit dMap="catacombs9" x="0" y="8" dX="35" dY="6" />\n\t<exit dMap="catacombs9" x="0" y="9" dX="35" dY="6" />\n\t<exit dMap="catacombs9" x="0" y="10" dX="35" dY="6" />\n\t<exit dMap="catacombs9" x="0" y="11" dX="35" dY="6" />\n\t<exit dMap="catacombs9" x="0" y="12" dX="35" dY="6" />\n\t<waypoint id="0" x="4" y="7" />\n\t<waypoint id="1" x="24" y="14" />\n\t<waypoint id="2" x="44" y="19" />\n\t<mob id="0" mType="skeleton_a" x="24" y="13" path="1,2,1,0,1" />\n\t<mob id="1" mType="skeleton_a" x="25" y="14" path="1,2,1,0,1" />\n\t<mob id="2" mType="rat" x="5" y="8" path="0,2" />\n\t<mob id="3" mType="rat" x="44" y="20" path="2,0" />\n\t<mob id="4" mType="skeleton_a" x="26" y="13" path="1,2,1,0,1" />\n\t<mob id="5" mType="soldier_1a" x="23" y="14" path="1,0,1,2,1" />\n\t<mob id="6" mType="soldier_1b" x="24" y="15" path="1,0,1,2,1" />\n\t<mob id="7" mType="soldier_1c" x="22" y="13" path="1,0,1,2,1" />\n\t<object mType="amphora" x="20" y="19" />\n\t<object mType="amphora" x="21" y="19" />\n</level>\n\t\t');
};
_global.catacombs7 extends xml_base;
var v1 = _global.catacombs7.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20529 __Packages.forum7 {
#initclip
if (!forum7) {
_global.forum7 = function () {
super();
this.parseXML('\n<level name="forum7" width="40" height="24" set="forum" >\n\t<ground tiles="1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,0,0,0,0,0,0,0,0,0,0,0,0,468,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,535,0,0,0,0,468,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,0,168,169,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,0,536,547,547,547,547,497,0,0,0,536,547,547,547,547,497,0,0,0,481,0,0,0,203,204,168,169,170,171,172,173,174,175,0,0,0,0,544,547,547,547,545,0,471,472,0,544,547,547,547,545,0,471,472,0,544,494,494,494,495,0,0,0,238,239,203,204,205,206,207,208,209,210,498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,273,274,238,239,240,241,242,243,244,245,503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,310,311,273,274,275,276,277,278,279,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,310,311,312,313,314,315,316,317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,347,348,349,350,351,352,353,354,0,0,0,0,468,469,469,469,470,0,471,472,0,536,494,494,494,470,0,471,472,0,536,547,547,547,470,0,0,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,0,496,547,547,547,547,545,0,0,0,496,547,547,547,547,545,0,0,0,482,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,498,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,544,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,548,0,503,0,0,503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,472,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,128,129,130,131,132,133,134,135,136,184,185,186,187,188,189,190,168,169,170,171,172,173,174,175,499,500,499,500,499,500,499,184,185,186,187,188,189,190,191,157,158,159,160,161,162,163,164,165,166,219,220,221,222,223,224,225,203,204,205,206,207,208,209,210,504,505,504,505,504,505,504,219,220,221,222,223,224,225,226,193,194,195,196,197,198,199,200,201,202,254,255,256,257,258,259,260,238,239,240,241,242,243,244,245,11,12,11,12,11,12,520,254,255,256,257,258,259,260,261,228,229,230,231,232,233,234,235,236,237,291,292,293,294,295,296,297" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,80,81,82,83,84,-1,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,80,81,82,83,84,-1,-1,55,56,57,58,59,60,61,62,63,-1,-1,117,118,119,120,121,122,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,121,122,-1,91,92,93,94,95,96,97,98,99,100,-1,149,150,151,152,153,154,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,149,150,151,152,153,154,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="0" y="18" w="8" h="3" />\n\t<skyRegion x="0" y="7" w="8" h="3" />\n\t<skyRegion x="27" y="17" w="6" h="3" />\n\t<skyRegion x="38" y="5" w="2" h="3" />\n\t<skyRegion x="16" y="18" w="6" h="3" />\n\t<exit dMap="forum6" x="0" y="5" dX="18" dY="5" />\n\t<exit dMap="forum6" x="0" y="6" dX="18" dY="6" />\n\t<exit dMap="forum6" x="0" y="7" dX="18" dY="7" />\n\t<exit dMap="forum6" x="0" y="8" dX="18" dY="8" />\n\t<exit dMap="forum6" x="0" y="9" dX="18" dY="9" />\n\t<exit dMap="forum6" x="0" y="10" dX="18" dY="9" />\n\t<exit dMap="forum10" x="0" y="15" dX="16" dY="8" />\n\t<exit dMap="forum10" x="0" y="16" dX="16" dY="8" />\n\t<exit dMap="forum10" x="0" y="17" dX="16" dY="8" />\n\t<exit dMap="forum10" x="0" y="18" dX="16" dY="8" />\n\t<exit dMap="forum10" x="0" y="19" dX="16" dY="8" />\n\t<exit dMap="forum11" x="8" y="22" dX="8" dY="2" />\n\t<exit dMap="forum11" x="9" y="22" dX="9" dY="2" />\n\t<exit dMap="forum11" x="10" y="22" dX="10" dY="2" />\n\t<exit dMap="forum11" x="11" y="22" dX="11" dY="2" />\n\t<exit dMap="forum11" x="12" y="22" dX="12" dY="2" />\n\t<exit dMap="forum11" x="13" y="22" dX="13" dY="2" />\n\t<exit dMap="forum11" x="14" y="22" dX="14" dY="2" />\n\t<exit dMap="forum10" x="0" y="20" dX="16" dY="8" />\n\t<waypoint id="0" x="6" y="5" />\n\t<waypoint id="1" x="36" y="5" />\n\t<waypoint id="2" x="35" y="12" />\n\t<waypoint id="3" x="12" y="13" />\n\t<waypoint id="4" x="10" y="20" />\n\t<mob id="0" mType="bourgeois_man_1a" x="18" y="12" path="3,2,3,4" />\n\t<mob id="1" mType="bourgeois_man_1a" x="30" y="12" path="3,2,3,4" />\n\t<mob id="2" mType="bourgeois_man_2a" x="23" y="12" path="3,4,3,2" />\n\t<mob id="3" mType="plebian_woman_a" x="37" y="5" path="0,1,2" />\n\t<mob id="4" mType="plebian_woman_a" x="35" y="5" path="1" />\n\t<mob id="5" mType="plebian_man_a" x="36" y="7" path="2,3" />\n\t<mob id="6" mType="plebian_man_a" x="8" y="16" path="4,3,2,3" />\n\t<mob id="7" mType="plebian_man_a" x="6" y="16" path="4,3,2" />\n\t<mob id="8" mType="soldier_1a" x="9" y="8" path="0,1,2,3,4,3,2,1" />\n\t<mob id="9" mType="soldier_1a" x="16" y="19" path="4,3,2,1,0,1,2,3" />\n\t<mob id="10" mType="plebian_woman_a" x="34" y="14" path="2,3" />\n\t<object mType="statue_f" x="14" y="5" />\n\t<object mType="statue_m" x="32" y="6" />\n\t<object mType="statue_f" x="32" y="13" />\n\t<object mType="statue_m" x="14" y="14" />\n\t<object mType="amphora" x="37" y="12" />\n\t<object mType="amphora" x="38" y="12" />\n\t<object mType="amphora" x="37" y="15" />\n\t<object mType="amphora" x="38" y="15" />\n\t<weapon mType="2" x="30" y="13" />\n</level>\n\t\t');
};
_global.forum7 extends xml_base;
var v1 = _global.forum7.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20530 __Packages.forum21 {
#initclip
if (!forum21) {
_global.forum21 = function () {
super();
this.parseXML('\n<level name="forum21" width="19" height="13" set="forum" >\n\t<ground tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n</level>\n\t\t');
};
_global.forum21 extends xml_base;
var v1 = _global.forum21.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20531 __Packages.LevelData {
#initclip
if (!LevelData) {
_global.LevelData = function (name) {
this.mName = name;
this.mNumKills = 0;
this.pOrgyRoom = false;
};
var v1 = _global.LevelData.prototype;
v1.load = function () {
var v2 = this.mName;
if (this.mXMLName != v2) {
this.mTiles = null;
this.mXMLName = v2;
if (Constant.USE_EXTERNAL_XML) {
this.pXML = new XML();
this.pXML.onLoad = tinymantis.Delegate.create(this, this.onLoad);
this.pXML.load('zones/' + this.mXMLName + '.xml');
} else {
this.pXML = XMLManager.singleton.getXML(this.mXMLName + '.xml');
this.onLoad(true);
}
}
};
v1.onLoad = function (success) {
var v3 = this.pXML.firstChild;
for (;;) {
if (!(v3 && v3.nodeName != 'level')) break;
v3 = v3.nextSibling;
}
if (v3 == null) {
throw new Error('Bad XML format: ' + this.mName);
}
this.mWidth = _global.parseInt(v3.attributes.width);
this.mHeight = _global.parseInt(v3.attributes.height);
this.mSize = this.mWidth * this.mHeight;
this.mTileset = v3.attributes.set;
this.mHueType = _global.parseInt(v3.attributes.hueType);
org.flashdevelop.utils.FlashConnect.trace('createMap ' + this.mWidth + 'x' + this.mHeight + ' = ' + this.mWidth * this.mHeight, 'LevelData::onLoad', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/LevelData.as', 88);
this.mTiles = new Object();
this.mSkyRegions = new Array();
this.mExits = new Array();
this.mObjects = new Array();
this.mMobs = new Array();
this.mWeaponIcons = new Array();
this.mBreakableObjects = new Array();
this.mWayPoints = new Object();
this.mWaterTileIds = new Array();
var v4 = v3.firstChild;
while (v4) {
switch (v4.nodeName) {
case 'ground':
case 'sky':
case 'canWalk':
this.mTiles[v4.nodeName] = this.parseNumbericArray(v4.attributes.tiles);
break;
case 'skyRegion':
this.addSkyRegion(v4);
break;
case 'exit':
this.addExit(v4);
break;
case 'object':
this.addObject(v4);
break;
case 'mob':
this.addMob(v4);
break;
case 'weapon':
this.addWeaponIcon(v4);
break;
case 'waypoint':
this.addWayPoint(v4);
break;
case 'pentagram':
this.mPentagram = new SceneTile(_global.parseInt(v4.attributes.x), _global.parseInt(v4.attributes.y));
this.mPentagram.setExit(v4.attributes.dMap, _global.parseInt(v4.attributes.dX), _global.parseInt(v4.attributes.dY));
}
v4 = v4.nextSibling;
}
var v5 = null;
switch (this.mTileset) {
case 'bathHouse':
v5 = (String('4,5,6,7,12,17,18,19,20,27,28,29,35,36,37,42,43,44,46,47,48,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66')).split(',');
break;
case 'river':
v5 = (String('93,74,266,267,268,74,78,39,42,204,212,226,240,251,261,265,255,244,230,216,208,187,173,159,199,203,191,177,163,160,161,162,2,3,4,5,6,7,10,11,12,13,14,15,31,43,44,89,102,155,68,151,152,153,154,8,9,25,26,27,28,29,30,45,55,56,90,91,92,82,156,157,158,194,195,196,197,198,172,39,40,41,57,66,67,98,99,100,101,20,21,22,23,38,53,24,42,54,64,77,65,69,80,81,168,75,76,77,85,86,87,84,52,63,88,362,363,453,446,79,449,448,455,456,451,452,457,389,390,391,392,62,458,385,373,374,386,365,366,367,385,385,364,368,369,370,403,404,405,406,371,372,387,388,417,418,419,420,431,432,433,434')).split(',');
break;
case 'garden':
v5 = (String('145,146,147,177,178,179,180,181,207,208,206,150,151,152,182,183,184,185,186,211,212,213')).split(',');
}
if (v5) {
var v6 = 0;
goto 4332;
for (;;) {
++v6;
label 4332:
if (v6 >= v5.length) break;
var v7 = v5[v6];
if (v7.length) {
this.mWaterTileIds.push(_global.parseInt(v7));
}
}
}
var v8 = Game.singleton.getMapVisited(this.mName);
if (v8 && v8.skull) {
this.mNumKills = this.getSkullKills();
}
};
v1.isOrgyRoom = function () {
return this.pOrgyRoom;
};
v1.getSkullKills = function () {
return Math.min(100, this.mMobs.length * 5);
};
v1.isWaterTile = function (index) {
var v3 = this.mTiles.ground[index];
return tinymantis.Utils.arrayIndexOf(this.mWaterTileIds, v3) >= 0;
};
v1.getWayPoint = function (id) {
return this.mWayPoints[id];
};
v1.addWayPoint = function (node) {
var v3 = node.attributes.id;
var v4 = new flash.geom.Point(_global.parseInt(node.attributes.x), _global.parseInt(node.attributes.y));
this.mWayPoints[v3] = v4;
};
v1.addWeaponIcon = function (node) {
var v3 = new Object();
v3.index = _global.parseInt(node.attributes.mType);
v3.i = _global.parseInt(node.attributes.x);
v3.j = _global.parseInt(node.attributes.y);
this.mWeaponIcons.push(v3);
};
v1.addMob = function (node) {
var v3 = new Object();
v3.type = LevelData.convertTypeName(node.attributes.mType);
v3.i = _global.parseInt(node.attributes.x);
v3.j = _global.parseInt(node.attributes.y);
v3.id = node.attributes.id;
v3.dir = (node.attributes.dir == '1') ? 1 : -1;
v3.statue = node.attributes.statue == 'true';
v3.debug = node.attributes.debug == 'true';
var v4 = new Array();
var v5 = node.attributes.path;
var v6 = v5.split(',');
var v7 = 0;
goto 5401;
for (;;) {
++v7;
label 5401:
if (v7 >= v6.length) break;
if (v6[v7].length > 0) {
v4.push(v6[v7]);
}
}
v3.path = v4;
if (v3.type != '') {
this.mMobs.push(v3);
if (v3.type.indexOf('Orgy') == 0) {
this.pOrgyRoom = true;
}
}
};
_global.LevelData.convertTypeName = function (typename) {
switch (typename) {
return '';
case 'drunk':
return 'Drunk';
case 'gladiator_1a':
return 'Gladiator1';
case 'gladiator_2a':
return 'Gladiator2';
case 'gladiator_1b':
return 'GladiatorRed';
case 'bourgeois_man_1a':
return 'Bourgeios1';
case 'bourgeois_man_2a':
return 'Bourgeios2';
case 'prostitute_a':
return 'Prostitue';
case 'senator_a':
return 'Stateman';
case 'philosopher':
return 'Philosopher';
case 'rat':
return 'Rat';
case 'death_rat':
return 'DeathRat';
case 'deadbody1':
return 'Deadbody1';
case 'deadbody2':
return 'Deadbody2';
case 'deadbody3':
return 'Deadbody3';
case 'skeleton_a':
return 'Skeleton';
case 'soldier_1a':
return 'Soldier1';
case 'soldier_1b':
return 'Soldier2';
case 'soldier_1c':
return 'Soldier3';
case 'plebian_man_a':
return 'Plebian';
case 'plebian_woman_a':
return 'PlebianFemale';
case 'virgin_a':
return 'VestalVirgin';
case 'nero_1':
return 'Nero1';
case 'skeleton_soldier':
return 'SkeSoldier';
case 'skeleton_soldier_spear':
return 'SkeSoldierSpear';
case 'skeleton_soldier_crossbow':
return 'SkeSoldierCrossbow';
case 'orgy_couple_1':
return 'OrgyCouple2';
case 'orgy_couple_2':
return 'OrgyCouple1';
case 'orgy_man_1':
return 'OrgyMan1';
case 'orgy_man_2':
return 'OrgyMan2';
case 'orgy_man_3':
return 'OrgyMan3';
case 'orgy_man_4':
return 'OrgyMan4';
case 'orgy_woman_1':
return 'OrgyWoman1';
case 'orgy_woman_2':
return 'OrgyWoman3';
case 'orgy_woman_3':
return 'OrgyWoman4';
case 'orgy_woman_4':
return 'OrgyWoman2';
case 'stalin':
return 'Stalin';
case 'hitler':
return 'Hitler';
case 'vlad':
return 'Vlad';
case 'atila':
return 'Atila';
case 'death':
return 'Death';
}
return '';
};
v1.addObject = function (node) {
var v3 = new Object();
v3.type = node.attributes.mType;
v3.i = _global.parseInt(node.attributes.x);
v3.j = _global.parseInt(node.attributes.y);
switch (v3.type) {
case 'amphora':
this.mBreakableObjects.push(v3);
break;
default:
this.mObjects.push(v3);
}
};
v1.addExit = function (node) {
var v3 = new Object();
v3.dMap = node.attributes.dMap;
v3.x = _global.parseInt(node.attributes.x);
v3.y = _global.parseInt(node.attributes.y);
v3.dX = _global.parseInt(node.attributes.dX);
v3.dY = _global.parseInt(node.attributes.dY);
this.mExits.push(v3);
};
v1.addSkyRegion = function (node) {
var v3 = node.attributes;
var v4 = new SkyRegion(_global.parseInt(v3.x), _global.parseInt(v3.y), _global.parseInt(v3.w), _global.parseInt(v3.h));
this.mSkyRegions.push(v4);
};
v1.clearSkyRegionTiles = function () {
var v2 = 0;
goto 7044;
for (;;) {
++v2;
label 7044:
if (v2 >= this.mSkyRegions.length) break;
this.mSkyRegions[v2].mTiles = new Array();
}
};
v1.parseNumbericArray = function (src) {
var v3 = src.split(',');
var v4 = new Array();
var v5 = 0;
goto 7189;
for (;;) {
++v5;
label 7189:
if (v5 >= v3.length) break;
v4.push(_global.parseInt(v3[v5]));
}
return v4;
};
v1.__get__loaded = function () {
return this.mTiles != null;
};
v1.addProperty('loaded', v1.__get__loaded, function () {});
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20532 __Packages.SkyRegion {
#initclip
if (!SkyRegion) {
_global.SkyRegion = function (inx, iny, inw, inh) {
this.pRect = new flash.geom.Rectangle(inx, iny, inw, inh);
};
var v1 = _global.SkyRegion.prototype;
v1.getBaseY = function () {
return this.pRect.y + this.pRect.height;
};
v1.hitTest = function (inx, iny) {
return this.pRect.contains(inx, iny);
};
v1.setTilesAlpha = function (alpha) {
var v3 = 0;
goto 410;
for (;;) {
++v3;
label 410:
if (v3 >= this.mTiles.length) break;
this.mTiles[v3]._alpha = alpha;
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20533 __Packages.bathHouse9 {
#initclip
if (!bathHouse9) {
_global.bathHouse9 = function () {
super();
this.parseXML('\n<level name="bathHouse9" width="48" height="33" set="bathHouse" >\n\t<ground tiles="67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,76,68,69,70,71,72,73,74,75,76,77,78,79,80,81,79,80,81,79,80,81,79,80,81,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,109,100,101,102,103,104,105,106,107,108,109,110,111,112,113,111,112,113,111,112,113,111,112,113,142,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,141,145,146,147,148,149,150,144,139,131,132,133,134,135,136,137,138,139,140,141,142,143,144,142,143,144,142,143,144,142,143,144,168,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,167,171,172,173,174,175,176,170,165,157,158,159,160,161,162,163,164,165,166,167,168,169,170,168,169,170,168,169,170,168,169,170,194,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,193,197,198,199,200,201,202,196,165,183,184,185,186,187,188,189,190,191,192,193,194,195,196,194,195,196,194,195,196,194,195,196,220,209,23,0,212,213,214,215,216,217,218,219,220,221,222,223,228,223,224,225,226,227,228,222,217,209,210,211,212,213,214,16,216,217,218,219,220,221,222,220,221,222,220,221,222,220,221,32,0,0,31,23,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,23,0,0,26,22,0,0,0,0,0,0,0,0,0,23,22,22,0,0,39,0,0,4,5,6,7,8,39,0,4,5,6,7,5,6,7,5,6,5,6,8,0,0,0,4,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,0,0,12,58,57,58,13,0,0,12,55,56,57,58,57,58,57,55,57,58,13,0,0,0,12,57,56,55,56,57,56,57,56,57,55,57,56,57,56,57,56,57,56,57,56,55,56,57,0,0,17,57,58,55,21,0,0,17,58,59,60,57,58,55,60,58,55,57,30,0,0,0,17,56,57,18,19,19,20,56,57,55,57,56,57,56,57,18,19,19,20,56,57,56,57,56,0,31,27,55,57,58,30,0,0,27,55,56,57,55,57,58,57,55,57,58,38,0,0,0,27,57,55,28,23,0,48,57,56,57,56,57,56,57,56,28,0,0,37,57,56,57,56,57,0,23,61,62,63,64,66,0,0,61,62,63,64,62,63,64,62,63,62,63,66,0,0,0,35,56,57,36,22,0,48,56,57,56,57,56,57,56,57,36,31,23,48,56,57,56,57,56,22,0,0,0,0,0,0,0,0,0,0,0,0,22,14,15,0,0,0,0,0,0,0,0,42,57,56,50,51,52,54,57,56,57,56,57,56,57,56,50,51,52,54,57,56,57,56,55,14,15,0,16,0,0,0,0,0,0,0,0,0,0,24,25,0,0,0,0,0,0,0,0,46,56,55,56,57,56,57,56,55,56,57,56,57,55,57,56,57,56,57,56,57,56,57,56,24,25,22,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,63,64,62,63,64,62,63,64,62,63,64,62,63,64,62,63,64,62,63,64,62,63,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,10,11,22,9,10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,16,0,0,22,23,0,0,0,0,0,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,4,5,6,7,5,6,7,5,6,7,5,8,0,0,4,5,5,7,8,0,0,4,5,6,7,5,6,7,5,6,6,7,8,0,0,4,6,7,5,8,0,0,4,7,5,6,0,0,35,55,56,57,55,56,57,55,56,57,55,13,0,0,12,55,56,57,13,0,0,12,55,56,57,55,56,57,55,56,57,55,38,0,0,35,56,57,57,13,0,0,35,57,55,56,23,31,42,58,59,60,58,59,60,58,59,60,58,21,0,0,17,58,59,60,21,23,0,17,58,59,60,58,59,60,58,59,60,58,45,0,0,42,59,60,59,21,0,0,42,59,58,59,23,31,46,55,56,57,55,56,57,55,56,57,55,30,0,0,27,55,56,57,30,22,23,27,55,56,57,55,56,57,55,56,57,55,49,0,0,46,56,57,57,30,0,0,46,57,55,56,0,31,61,62,63,64,62,63,64,62,63,64,62,66,14,15,61,62,63,64,66,31,0,61,62,63,64,62,63,64,62,63,63,64,66,0,0,61,63,64,65,66,0,0,61,64,62,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,25,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,31,0,23,0,0,0,0,0,0,22,0,0,0,0,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse10" x="0" y="16" dX="13" dY="5" />\n\t<exit dMap="bathHouse10" x="0" y="17" dX="13" dY="5" />\n\t<exit dMap="bathHouse10" x="0" y="18" dX="13" dY="6" />\n\t<exit dMap="bathHouse10" x="0" y="19" dX="13" dY="6" />\n\t<exit dMap="bathHouse10" x="0" y="20" dX="13" dY="6" />\n\t<exit dMap="bathHouse2" x="47" y="15" dX="2" dY="7" />\n\t<exit dMap="bathHouse2" x="47" y="16" dX="2" dY="7" />\n\t<exit dMap="bathHouse2" x="47" y="17" dX="2" dY="7" />\n\t<exit dMap="bathHouse2" x="47" y="18" dX="2" dY="7" />\n\t<exit dMap="bathHouse2" x="47" y="19" dX="2" dY="7" />\n\t<exit dMap="bathHouse2" x="47" y="20" dX="2" dY="7" />\n\t<exit dMap="bathHouse2" x="47" y="21" dX="2" dY="7" />\n\t<exit dMap="bathHouse2" x="47" y="22" dX="2" dY="7" />\n\t<waypoint id="0" x="14" y="26" />\n\t<waypoint id="1" x="18" y="18" />\n\t<waypoint id="2" x="8" y="6" />\n\t<waypoint id="3" x="8" y="17" />\n\t<waypoint id="4" x="22" y="6" />\n\t<waypoint id="5" x="22" y="25" />\n\t<waypoint id="6" x="25" y="18" />\n\t<waypoint id="7" x="35" y="26" />\n\t<waypoint id="8" x="35" y="18" />\n\t<waypoint id="9" x="42" y="26" />\n\t<waypoint id="10" x="41" y="18" />\n\t<waypoint id="11" x="23" y="8" />\n\t<waypoint id="12" x="5" y="21" />\n\t<waypoint id="13" x="10" y="21" />\n\t<waypoint id="14" x="14" y="14" />\n\t<waypoint id="15" x="23" y="14" />\n\t<waypoint id="16" x="39" y="17" />\n\t<waypoint id="17" x="29" y="22" />\n\t<mob id="0" mType="bourgeois_man_2a" x="42" y="26" path="9,10" />\n\t<mob id="1" mType="plebian_woman_a" x="35" y="26" path="7,8" />\n\t<mob id="2" mType="senator_a" x="39" y="17" path="16,17,6,17" />\n\t<mob id="3" mType="plebian_man_a" x="22" y="25" path="5,6" />\n\t<mob id="4" mType="senator_a" x="23" y="8" path="11,6" />\n\t<mob id="5" mType="virgin_a" x="14" y="14" path="14,15" />\n\t<mob id="6" mType="bourgeois_man_1a" x="22" y="6" path="4,1" />\n\t<mob id="7" mType="bourgeois_man_2a" x="14" y="26" path="0,1" />\n\t<mob id="8" mType="virgin_a" x="5" y="21" path="12,13" />\n\t<mob id="9" mType="plebian_man_a" x="8" y="6" path="2,3" />\n\t<object mType="tree" x="0" y="17" />\n\t<object mType="tree" x="2" y="17" />\n\t<object mType="tree" x="0" y="11" />\n\t<object mType="tree" x="2" y="11" />\n\t<weapon mType="8" x="22" y="10" />\n\t<weapon mType="18" x="15" y="17" />\n</level>\n\t\t');
};
_global.bathHouse9 extends xml_base;
var v1 = _global.bathHouse9.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20534 __Packages.GameCamera {
#initclip
if (!GameCamera) {
_global.GameCamera = function () {};
var v1 = _global.GameCamera.prototype;
v1.initScreen = function (focus) {
this.setFocus(focus);
this.pShakeTimer = 0;
var v3 = this.pFocus.X - Constant.GAME_WIDTH / 2;
var v4 = this.pFocus.Y - Constant.GAME_HEIGHT / 2;
v3 = Math.max(0, Math.min(this.pMap.getPixelWidth() - Constant.GAME_WIDTH, v3));
v4 = Math.max(0, Math.min(this.pMap.getPixelHeight() - Constant.GAME_HEIGHT, v4));
this.pRoot._x = -Math.round(v3);
this.pRootX = this.pRoot._x;
this.pRoot._y = -Math.round(v4);
this.pRootY = this.pRoot._y;
};
v1.setRoot = function (root) {
this.pRoot = root;
};
v1.getRoot = function () {
return this.pRoot;
};
v1.setMap = function (map) {
this.pMap = map;
};
v1.setFocus = function (focus) {
this.pFocus = focus;
};
v1.shake = function (duration, power) {
this.pShakeTimer = duration;
this.pShakePower = power;
};
v1.update = function () {
if (this.pFocus) {
var v2 = this.pFocus.X - Constant.GAME_WIDTH / 2;
var v3 = this.pFocus.Y - Constant.GAME_HEIGHT / 2;
v2 = Math.max(0, Math.min(this.pMap.getPixelWidth() - Constant.GAME_WIDTH, v2));
v3 = Math.max(0, Math.min(this.pMap.getPixelHeight() - Constant.GAME_HEIGHT, v3));
this.pRootX += (-v2 - this.pRootX) * 0.5;
this.pRootY += (-v3 - this.pRootY) * 0.5;
this.pRoot._x = Math.round(this.pRootX);
this.pRoot._y = Math.round(this.pRootY);
if (this.pShakeTimer > 0) {
--this.pShakeTimer;
v2 = Math.min(0, Math.max(Constant.GAME_WIDTH - this.pMap.getPixelWidth(), this.pRoot._x + (Math.random() - 0.5) * this.pShakePower));
v3 = Math.min(0, Math.max(Constant.GAME_HEIGHT - this.pMap.getPixelHeight(), this.pRoot._y + (Math.random() - 0.5) * this.pShakePower));
this.pRoot._x = Math.round(v2);
this.pRoot._y = Math.round(v3);
}
}
};
v1.isPositionInScreen = function (inx, iny) {
var v4 = this.pRoot._x + inx;
if (v4 < -SceneMap.TILE_SIZE || v4 > Constant.GAME_WIDTH + SceneMap.TILE_SIZE) {
return false;
}
var v5 = this.pRoot._y + iny;
if (v5 < -SceneMap.TILE_SIZE || v5 > Constant.GAME_HEIGHT + SceneMap.TILE_SIZE) {
return false;
}
return true;
};
v1.getPositionOnScreen = function (inx, iny) {
var v4 = new flash.geom.Point();
v4.x = inx + this.pRoot._x;
v4.y = iny + this.pRoot._y;
return v4;
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20535 __Packages.tinymantis.Utils {
#initclip
if (!tinymantis.Utils) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.Utils = function () {};
var v1 = _global.tinymantis.Utils.prototype;
_global.tinymantis.Utils.getClipRelatedPosition = function (clip, relClip) {
var v4 = new flash.geom.Point(0, 0);
for (;;) {
if (!(clip != relClip && clip != _root)) break;
v4.x += clip._x;
if (clip._parent._xscale < 0) {
v4.x = -v4.x;
}
v4.y += clip._y;
if (clip._parent._yscale < 0) {
v4.y = -v4.y;
}
clip = clip._parent;
}
return v4;
};
_global.tinymantis.Utils.getKeyCode = function (key) {
return key.charCodeAt(0);
};
_global.tinymantis.Utils.arrayIndexOf = function (array, element) {
var v4 = 0;
goto 685;
for (;;) {
++v4;
label 685:
if (v4 >= array.length) break;
if (array[v4] == element) {
return v4;
}
}
return -1;
};
_global.tinymantis.Utils.addIntComma = function (value) {
if (value == 0) {
return '0';
}
var v3 = '';
while (value > 0) {
var v4 = String(value % 1000);
value = Math.floor(value / 1000);
if (value > 0) {
while (v4.length < 3) {
v4 = '0' + v4;
}
v4 = ',' + v4;
}
v3 = v4 + v3;
}
return v3;
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20536 __Packages.forum13 {
#initclip
if (!forum13) {
_global.forum13 = function () {
super();
this.parseXML('\n<level name="forum13" width="35" height="17" set="forum" >\n\t<ground tiles="468,469,469,469,469,469,469,469,469,470,471,472,493,469,469,469,469,469,469,469,469,470,0,0,212,213,214,215,216,217,496,469,495,469,0,481,0,0,0,0,0,0,0,0,496,469,469,495,0,0,0,0,0,0,0,0,482,0,0,247,248,249,250,251,252,0,0,0,469,0,481,0,0,0,468,469,469,470,0,0,0,0,0,0,468,469,469,470,0,0,0,482,0,282,283,284,285,286,287,288,289,0,0,469,0,534,547,469,469,495,471,472,496,469,469,469,469,469,469,495,471,472,496,469,494,494,495,0,319,320,321,322,323,324,325,326,0,168,169,170,0,0,0,0,0,0,0,512,513,514,513,514,513,514,513,514,513,514,513,514,513,514,498,355,357,358,359,360,361,362,364,513,203,204,205,0,0,0,0,0,0,0,528,12,11,12,11,12,11,12,11,12,11,549,11,12,11,503,376,377,378,379,380,381,382,383,11,238,239,240,0,0,0,0,0,0,0,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,407,408,409,410,411,412,413,414,11,273,274,275,0,0,0,0,0,0,0,528,12,11,529,530,531,530,531,530,531,532,12,11,12,11,12,473,474,475,476,477,478,479,480,11,310,311,312,0,0,0,0,0,0,0,528,12,11,533,468,469,469,469,469,470,528,12,11,12,11,483,484,486,487,488,489,490,491,492,11,462,465,464,0,0,0,0,0,0,0,528,12,11,533,481,0,0,0,0,482,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,468,469,470,512,513,514,513,552,12,11,533,534,547,547,547,547,537,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,481,0,482,528,12,11,12,11,12,11,549,550,551,550,551,550,551,552,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,481,0,482,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,516,494,482,528,0,11,12,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,0,11,12,11,12,11,12,11,12,11,12,496,469,495,0,0,0,0,529,531,530,531,530,531,532,12,11,12,11,12,11,12,11,12,11,0,0,0,0,0,0,12,11,12,11,0,0,0,0,0,0,0,0,533,468,469,469,469,470,528,12,11,12,11,12,11,12,11,12,11,0,0,0,0,0,0,12,11,183,185,186,168,169,170,171,172,173,174,176,481,0,0,0,482,183,185,186,187,188,189,190,192,468,470,167,169,170,171,172,173,174,176,11,219,220,221" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,211,-1,-1,-1,-1,-1,-1,218,-1,64,65,66,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,-1,-1,-1,-1,253,-1,101,102,103,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,81,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,80,81,82,83,84,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,117,118,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,117,118,119,120,121,122,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,149,150,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,149,150,151,152,153,154,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,1,1,0,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0" />\n\t<skyRegion x="32" y="0" w="3" h="3" />\n\t<skyRegion x="33" y="12" w="2" h="3" />\n\t<skyRegion x="23" y="13" w="8" h="3" />\n\t<skyRegion x="14" y="13" w="6" h="3" />\n\t<skyRegion x="0" y="13" w="8" h="3" />\n\t<exit dMap="forum14" x="34" y="8" dX="1" dY="18" />\n\t<exit dMap="forum14" x="34" y="9" dX="1" dY="19" />\n\t<exit dMap="forum14" x="34" y="10" dX="1" dY="20" />\n\t<exit dMap="forum14" x="34" y="11" dX="1" dY="21" />\n\t<exit dMap="forum14" x="34" y="12" dX="1" dY="22" />\n\t<exit dMap="forum14" x="34" y="13" dX="1" dY="23" />\n\t<exit dMap="river5" x="0" y="4" dX="19" dY="10" />\n\t<exit dMap="river5" x="0" y="5" dX="19" dY="10" />\n\t<exit dMap="river5" x="0" y="6" dX="19" dY="10" />\n\t<exit dMap="river5" x="0" y="7" dX="19" dY="10" />\n\t<exit dMap="river5" x="0" y="8" dX="19" dY="10" />\n\t<exit dMap="river5" x="0" y="9" dX="19" dY="10" />\n\t<exit dMap="forum14" x="34" y="14" dX="1" dY="23" />\n\t<waypoint id="0" x="32" y="10" />\n\t<waypoint id="1" x="5" y="11" />\n\t<waypoint id="2" x="1" y="7" />\n\t<waypoint id="3" x="12" y="4" />\n\t<waypoint id="4" x="15" y="4" />\n\t<waypoint id="5" x="20" y="12" />\n\t<mob id="0" mType="bourgeois_man_2a" x="9" y="5" path="4,0,1" />\n\t<mob id="1" mType="bourgeois_man_2a" x="8" y="6" path="4,0,1" />\n\t<mob id="2" mType="bourgeois_man_2a" x="7" y="9" path="2,1,3,4" />\n\t<mob id="3" mType="bourgeois_man_1a" x="7" y="11" path="2,1,3,4" />\n\t<mob id="4" mType="bourgeois_man_1a" x="7" y="4" path="4,0,1" />\n\t<mob id="5" mType="bourgeois_man_1a" x="8" y="9" path="2,1,3,4" />\n\t<mob id="6" mType="senator_a" x="20" y="11" path="5,4,3,2,1" />\n\t<mob id="7" mType="senator_a" x="22" y="12" path="5,4,3,2,1" />\n\t<mob id="8" mType="plebian_man_a" x="18" y="11" path="5,4" />\n\t<mob id="9" mType="plebian_woman_a" x="17" y="4" path="5,4" />\n\t<object mType="urn1" x="12" y="8" />\n\t<object mType="tree" x="22" y="3" />\n\t<object mType="tree" x="31" y="3" />\n\t<object mType="column_lg" x="0" y="1" />\n\t<object mType="column_lg" x="0" y="6" />\n\t<object mType="urn1" x="15" y="8" />\n\t<object mType="column_sm" x="2" y="7" />\n\t<object mType="column_sm" x="2" y="2" />\n\t<object mType="urn2" x="9" y="15" />\n\t<object mType="urn2" x="11" y="15" />\n\t<object mType="urn2" x="8" y="1" />\n\t<object mType="urn2" x="13" y="1" />\n\t<object mType="urn2" x="1" y="10" />\n\t<object mType="urn2" x="1" y="12" />\n\t<weapon mType="5" x="20" y="5" />\n</level>\n\t\t');
};
_global.forum13 extends xml_base;
var v1 = _global.forum13.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20537 __Packages.garden2 {
#initclip
if (!garden2) {
_global.garden2 = function () {
super();
this.parseXML('\n<level name="garden2" width="38" height="13" set="garden" >\n\t<ground tiles="29,0,193,244,197,0,122,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,62,39,193,244,197,0,154,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,62,0,193,244,197,0,187,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,62,0,193,244,197,0,72,111,111,110,0,160,161,161,161,161,161,161,161,161,161,161,161,163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,193,244,244,162,162,162,162,162,161,244,249,250,244,245,246,244,245,246,244,245,246,244,162,162,162,162,162,162,162,162,162,162,162,162,162,162,100,0,193,244,244,244,244,244,244,244,244,355,288,289,355,284,285,354,284,285,355,284,285,355,244,244,244,244,244,244,244,244,317,244,244,244,244,244,100,0,235,237,237,237,237,237,237,237,236,244,320,321,244,318,319,244,318,319,244,318,319,354,237,237,237,237,237,237,237,237,237,237,237,237,237,237,62,3,4,110,0,0,0,0,0,0,0,235,236,236,236,236,236,236,236,236,236,236,236,238,0,0,72,39,0,0,0,0,0,0,0,0,0,0,62,42,43,111,110,111,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,29,0,0,0,24,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,154,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,62,0,0,0,57,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,187,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,100,0,0,0,95,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,0,0,0,0,0,0,3,4,0,0,0,0,0,1,2,0,0,0,100,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n\t<exit dMap="garden0" x="1" y="0" dX="24" dY="9" />\n\t<exit dMap="garden0" x="2" y="0" dX="24" dY="9" />\n\t<exit dMap="garden0" x="3" y="0" dX="25" dY="9" />\n\t<exit dMap="garden0" x="4" y="0" dX="25" dY="9" />\n\t<exit dMap="garden0" x="5" y="0" dX="26" dY="9" />\n\t<exit dMap="garden3" x="37" y="2" dX="1" dY="2" />\n\t<exit dMap="garden3" x="37" y="3" dX="1" dY="3" />\n\t<exit dMap="garden3" x="37" y="4" dX="1" dY="4" />\n\t<exit dMap="garden3" x="37" y="5" dX="1" dY="5" />\n\t<exit dMap="garden3" x="37" y="6" dX="1" dY="6" />\n\t<exit dMap="garden3" x="37" y="7" dX="1" dY="7" />\n\t<exit dMap="garden3" x="37" y="8" dX="1" dY="8" />\n\t<exit dMap="garden6" x="19" y="12" dX="10" dY="2" />\n\t<exit dMap="garden6" x="20" y="12" dX="10" dY="2" />\n\t<exit dMap="garden6" x="21" y="12" dX="11" dY="2" />\n\t<waypoint id="0" x="7" y="4" />\n\t<waypoint id="1" x="7" y="8" />\n\t<waypoint id="2" x="13" y="8" />\n\t<waypoint id="3" x="11" y="4" />\n\t<waypoint id="4" x="11" y="2" />\n\t<waypoint id="5" x="1" y="2" />\n\t<waypoint id="6" x="1" y="6" />\n\t<waypoint id="7" x="14" y="4" />\n\t<waypoint id="8" x="14" y="2" />\n\t<waypoint id="9" x="17" y="2" />\n\t<waypoint id="10" x="17" y="4" />\n\t<waypoint id="11" x="23" y="4" />\n\t<waypoint id="12" x="23" y="2" />\n\t<waypoint id="13" x="20" y="2" />\n\t<waypoint id="14" x="20" y="4" />\n\t<waypoint id="15" x="35" y="3" />\n\t<waypoint id="16" x="29" y="3" />\n\t<waypoint id="17" x="33" y="5" />\n\t<waypoint id="18" x="24" y="5" />\n\t<waypoint id="19" x="36" y="7" />\n\t<waypoint id="20" x="30" y="7" />\n\t<mob id="0" mType="bourgeois_man_2a" x="7" y="4" path="0," />\n\t<mob id="1" mType="bourgeois_man_1a" x="11" y="4" path="3," />\n\t<mob id="2" mType="plebian_man_a" x="14" y="4" path="7," />\n\t<mob id="3" mType="plebian_woman_a" x="23" y="4" path="11," />\n\t<mob id="4" mType="senator_a" x="35" y="3" path="15," />\n\t<mob id="5" mType="philosopher" x="33" y="5" path="17,1" />\n\t<mob id="6" mType="senator_a" x="36" y="7" path="19," />\n\t<mob id="7" mType="philosopher" x="1" y="5" path="5,20" />\n\t<mob id="8" mType="philosopher" x="2" y="3" path="6,20" />\n\t<mob id="9" mType="bourgeois_man_2a" x="32" y="8" path="20,18.3" />\n\t<mob id="10" mType="bourgeois_man_1a" x="32" y="2" path="20,1" />\n\t<mob id="11" mType="bourgeois_man_1a" x="30" y="5" path="16,2" />\n\t<object mType="statue_f" x="35" y="8" />\n\t<object mType="statue_m" x="28" y="8" />\n\t<object mType="statue_f" x="11" y="8" />\n\t<object mType="statue_m" x="5" y="8" />\n\t<weapon mType="9" x="28" y="5" />\n</level>\n\t\t');
};
_global.garden2 extends xml_base;
var v1 = _global.garden2.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20538 __Packages.river6 {
#initclip
if (!river6) {
_global.river6 = function () {
super();
this.parseXML('\n<level name="river6" width="38" height="26" set="river" >\n\t<ground tiles="282,283,284,285,286,129,130,131,132,133,134,135,136,137,138,139,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,301,302,303,304,305,140,141,142,143,144,145,164,165,148,149,150,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,301,494,303,304,305,418,151,152,153,154,155,178,179,158,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,375,376,377,378,379,269,270,269,270,269,270,192,193,279,280,281,390,391,392,418,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,393,394,395,396,397,289,290,289,290,289,290,296,297,298,299,300,404,405,406,418,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,407,408,409,410,411,461,462,308,309,308,309,316,317,318,319,320,418,419,420,418,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,421,422,423,424,425,477,478,326,327,326,327,333,334,335,336,337,432,433,434,418,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,435,436,437,438,439,340,341,340,341,340,341,348,349,350,351,352,418,418,418,418,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,445,446,391,447,448,390,391,362,363,390,391,282,283,284,285,286,159,160,161,162,163,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,453,404,405,406,454,404,405,373,374,404,405,301,302,303,304,305,173,174,175,176,177,272,273,274,275,276,270,269,270,271,288,4,403,404,405,406,403,404,417,418,419,420,417,418,419,420,417,418,419,282,283,284,285,286,187,188,189,190,191,291,292,293,294,494,494,289,290,290,307,4,417,418,419,420,417,418,431,432,433,434,431,432,433,434,431,432,433,301,302,303,304,305,199,200,201,202,203,311,312,313,314,461,462,308,309,310,325,4,431,432,433,434,431,432,389,390,391,392,389,390,391,392,389,390,391,282,283,284,285,286,204,205,206,207,208,328,329,330,331,477,478,326,327,327,339,4,389,390,391,392,389,390,403,404,405,406,403,404,405,406,403,404,405,301,302,303,304,305,212,213,214,215,216,343,344,345,346,347,360,340,341,342,361,4,403,404,405,406,403,404,417,418,419,420,417,418,419,420,417,418,419,282,283,284,285,223,224,225,228,220,221,222,283,284,285,286,371,372,4,371,372,4,417,418,419,420,417,418,431,432,433,434,431,432,433,434,431,432,433,301,302,303,304,237,238,239,242,234,235,236,609,303,304,305,433,388,4,432,388,4,431,432,433,434,431,432,389,390,391,392,389,390,391,392,389,390,391,282,283,284,285,248,249,250,253,245,246,247,610,284,285,286,391,392,389,390,391,392,389,390,391,392,389,390,403,404,405,406,403,404,405,406,403,404,405,301,302,303,304,259,260,262,263,264,257,258,611,303,304,305,405,406,403,404,405,406,403,404,405,406,403,404,417,418,419,420,417,418,419,420,417,418,419,282,283,284,285,286,403,266,267,268,403,375,376,377,378,379,269,270,269,270,269,270,269,270,269,270,269,270,431,432,433,434,431,432,433,434,431,432,433,321,302,322,304,323,403,403,403,403,403,393,394,395,396,397,289,290,289,290,289,290,289,290,289,290,289,290,389,390,391,392,389,390,391,392,389,390,391,353,354,355,356,357,403,403,403,403,403,407,461,462,494,411,308,309,308,309,308,309,308,309,308,309,308,309,403,404,405,406,403,404,405,406,403,404,405,364,365,366,367,368,3,403,403,403,403,421,477,478,424,425,326,327,326,327,326,327,326,327,326,327,326,327,417,418,419,420,417,418,419,420,417,418,419,385,417,418,419,386,417,418,419,420,417,435,436,437,438,439,340,341,340,341,340,341,340,341,340,341,340,341,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,445,446,434,447,448,433,434,431,432,433,434,431,432,433,434,431,432,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,453,391,392,389,454,391,392,389,390,391,392,389,390,391,392,389,390,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,0,1,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="river7" x="37" y="18" dX="2" dY="5" />\n\t<exit dMap="river7" x="37" y="19" dX="2" dY="5" />\n\t<exit dMap="river7" x="37" y="20" dX="2" dY="5" />\n\t<exit dMap="river7" x="37" y="21" dX="2" dY="5" />\n\t<exit dMap="river7" x="37" y="22" dX="2" dY="5" />\n\t<exit dMap="river4" x="0" y="0" dX="15" dY="36" />\n\t<exit dMap="river4" x="1" y="0" dX="15" dY="36" />\n\t<exit dMap="river4" x="2" y="0" dX="15" dY="36" />\n\t<exit dMap="river4" x="3" y="0" dX="15" dY="36" />\n\t<exit dMap="river4" x="4" y="0" dX="15" dY="36" />\n\t<waypoint id="0" x="1" y="3" />\n\t<waypoint id="1" x="10" y="3" />\n\t<waypoint id="2" x="5" y="7" />\n\t<waypoint id="3" x="14" y="7" />\n\t<waypoint id="4" x="13" y="9" />\n\t<waypoint id="5" x="13" y="17" />\n\t<waypoint id="6" x="14" y="15" />\n\t<waypoint id="7" x="18" y="15" />\n\t<waypoint id="8" x="22" y="15" />\n\t<waypoint id="9" x="21" y="9" />\n\t<waypoint id="10" x="22" y="13" />\n\t<waypoint id="11" x="28" y="13" />\n\t<waypoint id="12" x="24" y="19" />\n\t<waypoint id="13" x="32" y="19" />\n\t<waypoint id="14" x="27" y="21" />\n\t<waypoint id="15" x="35" y="21" />\n\t<mob id="0" mType="gladiator_2a" x="14" y="15" path="6,7,8,7" />\n\t<mob id="1" mType="gladiator_2a" x="21" y="9" path="9,10,11,10" />\n\t<mob id="2" mType="plebian_man_a" x="24" y="19" path="12,13" />\n\t<mob id="3" mType="plebian_woman_a" x="27" y="21" path="14,15" />\n\t<mob id="4" mType="plebian_woman_a" x="5" y="7" path="2,3" />\n\t<mob id="5" mType="bourgeois_man_2a" x="1" y="3" path="0,1" />\n\t<mob id="6" mType="bourgeois_man_1a" x="13" y="9" path="4,5" />\n\t<object mType="barrel" x="11" y="2" />\n\t<object mType="barrel" x="12" y="2" />\n\t<object mType="barrel" x="12" y="0" />\n\t<object mType="barrel" x="11" y="0" />\n\t<object mType="barrel" x="11" y="17" />\n\t<object mType="barrel" x="12" y="18" />\n\t<object mType="barrel" x="27" y="9" />\n\t<object mType="barrel" x="28" y="10" />\n\t<object mType="barrel" x="27" y="11" />\n\t<object mType="amphora" x="24" y="9" />\n\t<object mType="amphora" x="24" y="10" />\n\t<weapon mType="6" x="18" y="13" />\n</level>\n\t\t');
};
_global.river6 extends xml_base;
var v1 = _global.river6.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20539 __Packages.outskirts0 {
#initclip
if (!outskirts0) {
_global.outskirts0 = function () {
super();
this.parseXML('\n<level name="outskirts0" width="50" height="16" set="outskirts" >\n\t<ground tiles="0,5,6,4,3,0,169,0,0,0,0,0,0,0,0,1,0,0,0,0,414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,0,49,50,7,4,3,169,0,0,0,4,0,0,0,0,43,44,45,46,47,414,414,209,205,205,205,205,205,205,205,205,205,205,205,205,205,205,304,305,304,305,303,305,40,0,8,9,0,52,53,1,99,100,51,0,0,204,205,205,205,132,133,131,132,134,87,88,89,90,91,414,414,178,254,254,254,254,254,254,254,254,254,254,254,254,254,254,341,342,341,342,340,342,84,0,52,53,0,0,0,0,149,150,0,0,0,253,254,254,254,176,177,175,176,85,137,138,139,140,141,142,0,178,0,0,0,93,94,95,96,97,98,0,0,0,0,0,43,44,45,46,47,48,130,131,132,133,131,133,128,0,0,0,0,0,0,0,0,0,0,0,0,4,4,135,179,180,181,182,183,184,4,135,0,0,0,224,144,145,146,147,148,0,0,7,0,0,87,88,89,90,91,92,174,175,176,177,175,177,172,0,0,0,0,0,0,0,0,0,93,96,96,96,96,274,614,217,218,219,220,619,95,96,95,95,274,732,701,5,6,187,188,0,0,51,0,0,137,138,139,140,141,142,0,0,0,0,0,0,0,95,273,274,273,273,274,273,274,96,665,144,145,146,146,316,659,266,267,268,269,664,145,146,145,145,146,701,701,49,50,224,225,228,229,230,231,232,179,180,181,182,183,184,239,0,0,0,0,0,0,145,315,316,315,315,316,315,316,315,317,318,0,0,0,209,307,308,309,310,311,312,151,152,0,41,0,187,188,99,100,187,701,273,274,273,273,274,614,217,218,219,220,619,273,274,273,274,273,274,273,0,0,0,0,0,0,0,0,0,0,0,209,210,304,306,344,345,346,347,348,349,189,190,0,84,0,187,188,149,150,224,701,315,316,315,315,316,659,266,267,268,269,664,315,316,315,316,315,316,315,0,0,0,0,0,0,0,0,0,0,0,258,259,341,343,370,371,372,373,374,375,226,151,152,84,0,271,272,273,274,275,276,350,418,0,0,414,307,308,309,310,311,312,361,0,0,0,0,4,4,305,305,303,304,305,303,304,305,303,304,212,306,0,0,0,1,397,398,399,400,401,0,189,190,130,414,313,314,315,147,144,318,414,414,0,0,0,344,345,346,347,348,349,387,0,0,209,210,211,212,342,342,340,341,342,340,341,342,340,341,261,343,0,151,152,0,0,0,0,0,8,9,226,227,174,414,414,414,414,187,188,414,414,414,0,0,0,370,371,372,373,374,375,413,0,0,258,259,260,261,414,0,0,414,414,0,0,0,0,0,0,0,0,189,190,0,0,0,0,0,52,53,4,0,0,0,0,0,0,224,225,0,0,0,0,0,8,9,397,398,399,400,401,8,9,0,258,228,229,230,414,0,0,414,414,0,8,9,0,0,0,1,1,226,227,8,9,0,0,0,0,4,151,152,0,0,0,0,0,187,188,0,0,0,0,0,52,53,0,329,330,0,0,52,53,0,258,277,278,279,0,0,0,0,0,0,52,53,0,0,0,0,0,0,0,52,53,3,3,0,0,0,189,190,0,0,0,0,0,224,225,0,0,0,0,0,0,0,1,0,361,36,37,37,37,37,306,319,320,321,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,226,227,0,0,0,0,0,187,188,0,0,0,0,0,0,1,0,0,387,80,81,81,81,81,343,350,351,352" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1" />\n\t<exit dMap="outskirts2" x="24" y="14" dX="5" dY="2" />\n\t<exit dMap="outskirts2" x="25" y="14" dX="5" dY="2" />\n\t<exit dMap="outskirts2" x="26" y="14" dX="6" dY="2" />\n\t<exit dMap="outskirts2" x="27" y="14" dX="7" dY="2" />\n\t<exit dMap="outskirts2" x="28" y="14" dX="8" dY="2" />\n\t<exit dMap="outskirts2" x="29" y="14" dX="9" dY="2" />\n\t<exit dMap="outskirts2" x="30" y="14" dX="10" dY="2" />\n\t<exit dMap="outskirts2" x="31" y="14" dX="11" dY="2" />\n\t<exit dMap="outskirts2" x="32" y="14" dX="12" dY="2" />\n\t<exit dMap="outskirts2" x="33" y="14" dX="13" dY="2" />\n\t<exit dMap="outskirts2" x="34" y="14" dX="14" dY="2" />\n\t<exit dMap="outskirts2" x="35" y="14" dX="15" dY="2" />\n\t<exit dMap="river10" x="0" y="3" dX="35" dY="29" />\n\t<exit dMap="river10" x="0" y="5" dX="35" dY="29" />\n\t<exit dMap="river10" x="0" y="6" dX="35" dY="29" />\n\t<exit dMap="river10" x="0" y="7" dX="35" dY="29" />\n\t<exit dMap="river10" x="0" y="8" dX="35" dY="29" />\n\t<exit dMap="river10" x="0" y="9" dX="35" dY="29" />\n\t<exit dMap="river10" x="0" y="4" dX="35" dY="29" />\n\t<exit dMap="outskirts1" x="49" y="4" dX="1" dY="4" />\n\t<exit dMap="outskirts1" x="49" y="5" dX="1" dY="5" />\n\t<exit dMap="outskirts1" x="49" y="6" dX="1" dY="6" />\n\t<exit dMap="outskirts1" x="49" y="7" dX="1" dY="7" />\n\t<exit dMap="outskirts1" x="49" y="8" dX="1" dY="8" />\n\t<waypoint id="0" x="2" y="7" />\n\t<waypoint id="1" x="31" y="7" />\n\t<waypoint id="2" x="46" y="7" />\n\t<waypoint id="3" x="4" y="5" />\n\t<mob id="0" mType="drunk" x="31" y="6" path="1,0,1,2,1" />\n\t<mob id="1" mType="rat" x="31" y="8" path="1,0,1,2" />\n\t<mob id="2" mType="rat" x="32" y="7" path="1,0,1,2" />\n\t<mob id="3" mType="drunk" x="46" y="6" path="2" />\n\t<mob id="4" mType="plebian_man_a" x="45" y="7" path="2,1" />\n\t<mob id="5" mType="plebian_man_a" x="25" y="2" path="0,1,2" />\n\t<mob id="6" mType="plebian_man_a" x="35" y="10" path="2,0,1" />\n\t<mob id="7" mType="plebian_man_a" x="26" y="10" path="1,2,0" />\n\t<mob id="8" mType="drunk" x="47" y="9" path="2,1,3" />\n\t<mob id="9" mType="drunk" x="43" y="7" path="1,2" />\n\t<mob id="10" mType="plebian_man_a" x="30" y="3" path="" />\n\t<mob id="11" mType="plebian_man_a" x="26" y="5" path="2,1,3" />\n\t<mob id="12" mType="plebian_man_a" x="33" y="11" path="1,2,0" />\n\t<mob id="13" mType="plebian_woman_a" x="29" y="3" path="0,3" />\n\t<mob id="14" mType="plebian_woman_a" x="37" y="2" path="1,3" />\n\t<mob id="15" mType="plebian_woman_a" x="10" y="3" path="2,3" />\n\t<mob id="16" mType="plebian_woman_a" x="9" y="8" path="1,3" />\n\t<mob id="17" mType="drunk" x="12" y="5" path="3,2" />\n\t<mob id="18" mType="drunk" x="13" y="6" path="3,1" />\n\t<mob id="19" mType="plebian_man_a" x="11" y="6" path="3,2" />\n\t<mob id="20" mType="plebian_man_a" x="10" y="4" path="3" />\n\t<object mType="column_sm" x="2" y="2" />\n\t<object mType="column_lg" x="0" y="6" />\n\t<object mType="column_lg" x="0" y="1" />\n\t<object mType="column_sm" x="2" y="7" />\n</level>\n\t\t');
};
_global.outskirts0 extends xml_base;
var v1 = _global.outskirts0.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20540 __Packages.catacombs9 {
#initclip
if (!catacombs9) {
_global.catacombs9 = function () {
super();
this.parseXML('\n<level name="catacombs9" width="38" height="13" set="catacombs" >\n\t<ground tiles="28,29,30,31,32,43,44,45,46,47,3,4,5,6,7,28,29,30,31,32,8,9,10,11,12,28,29,30,31,32,3,4,5,6,7,28,29,30,73,74,75,76,77,88,89,90,91,92,48,49,50,51,52,73,74,75,76,77,53,54,55,56,57,73,74,75,76,77,48,49,50,51,52,73,74,75,118,119,120,121,122,133,134,135,136,137,93,94,95,96,97,118,119,120,121,122,98,99,100,101,102,118,119,120,121,122,93,94,95,96,97,118,119,120,163,164,165,166,167,178,179,180,181,182,138,139,140,141,142,163,164,165,166,167,143,144,145,146,147,163,164,165,166,167,138,139,140,141,142,163,164,165,208,209,210,211,212,223,224,225,226,227,183,184,185,186,187,208,209,210,238,239,240,189,190,191,192,208,209,210,211,212,183,184,185,186,187,208,209,210,247,248,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,280,281,0,0,0,356,0,0,362,363,0,0,0,0,0,0,0,0,0,288,289,290,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,317,318,319,0,0,0,0,0,0,395,396,0,0,0,0,358,0,0,0,0,391,392,393,394,0,0,0,0,0,0,356,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,426,427,428,0,0,0,0,0,0,0,0,0,0,362,363,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,247,248,249,441,442,443,444,0,0,0,0,0,0,0,0,0,0,395,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288,289,290,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="catacombs7" x="37" y="5" dX="2" dY="8" />\n\t<exit dMap="catacombs7" x="37" y="6" dX="2" dY="8" />\n\t<exit dMap="catacombs7" x="37" y="7" dX="2" dY="8" />\n\t<exit dMap="catacombs10" x="6" y="11" dX="7" dY="6" />\n\t<exit dMap="catacombs10" x="7" y="11" dX="7" dY="6" />\n\t<exit dMap="catacombs10" x="8" y="11" dX="7" dY="6" />\n\t<waypoint id="0" x="34" y="6" />\n\t<waypoint id="1" x="7" y="8" />\n\t<waypoint id="2" x="22" y="7" />\n\t<waypoint id="3" x="16" y="7" />\n\t<waypoint id="4" x="17" y="5" />\n\t<waypoint id="5" x="3" y="5" />\n\t<waypoint id="6" x="29" y="9" />\n\t<mob id="0" mType="soldier_1a" x="30" y="5" path="0,1" />\n\t<mob id="1" mType="soldier_1a" x="17" y="5" path="4,0,1" />\n\t<mob id="2" mType="rat" x="8" y="8" path="1,0" />\n\t<mob id="3" mType="rat" x="34" y="7" path="0,1" />\n\t<mob id="4" mType="soldier_1b" x="16" y="7" path="3,0,1" />\n\t<mob id="5" mType="soldier_1c" x="3" y="5" path="5,1,0" />\n\t<mob id="6" mType="soldier_1c" x="28" y="9" path="6,3,0" />\n\t<mob id="8" mType="rat" x="33" y="7" path="0,1,0" />\n\t<mob id="9" mType="rat" x="35" y="7" path="0,1,0" />\n\t<mob id="10" mType="rat" x="7" y="9" path="1,0,1" />\n\t<mob id="11" mType="rat" x="6" y="8" path="1,0,1" />\n\t<mob id="12" mType="rat" x="22" y="6" path="2,0,2,1,2" />\n\t<mob id="13" mType="rat" x="23" y="7" path="2,1,2,0,2" />\n\t<mob id="14" mType="rat" x="21" y="7" path="2" />\n</level>\n\t\t');
};
_global.catacombs9 extends xml_base;
var v1 = _global.catacombs9.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20541 __Packages.forum9 {
#initclip
if (!forum9) {
_global.forum9 = function () {
super();
this.parseXML('\n<level name="forum9" width="50" height="15" set="forum" >\n\t<ground tiles="183,185,186,187,188,189,190,192,12,11,12,11,12,11,12,11,12,0,0,0,0,11,12,11,12,11,0,0,0,0,12,11,12,0,0,0,0,0,498,11,12,11,12,11,12,11,12,11,498,12,219,220,221,222,223,224,225,227,12,11,12,11,12,11,127,128,129,130,131,132,133,134,135,136,183,185,186,187,188,189,190,192,12,0,0,0,0,498,498,11,12,11,12,11,12,11,12,11,503,12,254,255,256,257,258,259,260,262,12,11,12,11,12,11,157,158,159,160,161,162,163,164,165,166,219,220,221,222,223,224,225,227,12,0,0,0,0,503,503,11,12,11,12,11,12,11,12,11,183,185,291,292,293,294,295,296,297,299,498,11,12,11,12,498,193,194,195,196,197,198,199,200,201,202,254,255,256,257,258,259,260,262,167,169,170,171,172,173,174,176,12,11,12,11,12,11,12,167,169,170,328,329,330,331,332,333,334,336,503,11,12,11,12,503,228,229,230,231,232,233,234,235,236,237,291,292,293,294,295,296,297,299,203,204,205,206,207,208,209,210,12,11,12,11,12,11,12,203,204,205,365,366,367,368,369,370,371,373,12,11,12,11,12,11,374,264,265,266,267,268,269,270,272,375,328,329,330,331,332,333,334,336,238,239,240,241,242,243,244,245,12,11,12,11,12,11,12,238,239,240,442,443,444,445,446,447,448,449,12,11,12,11,12,11,393,394,395,303,304,305,306,396,397,398,365,366,367,368,369,370,371,373,273,274,275,276,277,278,279,280,12,11,12,11,12,11,12,273,274,275,460,461,462,463,464,465,466,467,12,11,12,11,12,11,424,425,426,427,428,429,430,431,432,433,442,443,444,445,446,447,448,449,310,311,312,313,314,315,316,317,12,11,12,11,12,11,12,310,311,312,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,460,461,462,463,464,465,466,467,400,401,400,401,400,401,402,401,12,11,12,11,12,11,12,399,400,401,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,483,484,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,497,12,11,12,11,12,11,12,11,468,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,12,11,12,11,12,11,12,11,481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,12,11,12,11,12,11,12,11,481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,12,11,12,11,12,11,12,11,481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,91,92,93,94,95,96,97,98,99,100,-1,149,150,151,152,153,154,-1,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,64,65,66,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,101,102,103,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,137,138,139,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n\t<skyRegion x="32" y="0" w="8" h="3" />\n\t<skyRegion x="47" y="0" w="3" h="3" />\n\t<exit dMap="forum0" x="24" y="14" dX="6" dY="2" />\n\t<exit dMap="forum0" x="25" y="14" dX="7" dY="2" />\n\t<exit dMap="forum0" x="26" y="14" dX="8" dY="2" />\n\t<exit dMap="forum0" x="27" y="14" dX="9" dY="2" />\n\t<exit dMap="forum0" x="28" y="14" dX="10" dY="2" />\n\t<exit dMap="forum0" x="29" y="14" dX="11" dY="2" />\n\t<exit dMap="forum0" x="30" y="14" dX="12" dY="2" />\n\t<exit dMap="forum0" x="31" y="14" dX="13" dY="2" />\n\t<exit dMap="forum4" x="8" y="0" dX="8" dY="11" />\n\t<exit dMap="forum4" x="9" y="0" dX="9" dY="11" />\n\t<exit dMap="forum4" x="10" y="0" dX="10" dY="11" />\n\t<exit dMap="forum4" x="11" y="0" dX="11" dY="11" />\n\t<exit dMap="forum4" x="12" y="0" dX="12" dY="11" />\n\t<exit dMap="forum4" x="13" y="0" dX="13" dY="11" />\n\t<exit dMap="forum4" x="14" y="0" dX="14" dY="11" />\n\t<exit dMap="forum6" x="39" y="0" dX="8" dY="12" />\n\t<exit dMap="forum6" x="40" y="0" dX="9" dY="12" />\n\t<exit dMap="forum6" x="41" y="0" dX="10" dY="12" />\n\t<exit dMap="forum6" x="42" y="0" dX="11" dY="12" />\n\t<exit dMap="forum6" x="43" y="0" dX="12" dY="12" />\n\t<exit dMap="forum6" x="44" y="0" dX="13" dY="12" />\n\t<exit dMap="forum6" x="45" y="0" dX="14" dY="12" />\n\t<exit dMap="forum6" x="46" y="0" dX="15" dY="12" />\n\t<exit dMap="forum6" x="47" y="0" dX="15" dY="12" />\n\t<exit dMap="forum8" x="0" y="7" dX="35" dY="5" />\n\t<exit dMap="forum8" x="0" y="8" dX="35" dY="6" />\n\t<exit dMap="forum8" x="0" y="9" dX="35" dY="7" />\n\t<exit dMap="forum8" x="0" y="10" dX="35" dY="8" />\n\t<exit dMap="forum10" x="49" y="8" dX="1" dY="7" />\n\t<exit dMap="forum10" x="49" y="9" dX="1" dY="8" />\n\t<exit dMap="forum10" x="49" y="10" dX="1" dY="9" />\n\t<exit dMap="forum10" x="49" y="12" dX="3" dY="11" />\n\t<exit dMap="forum10" x="49" y="13" dX="3" dY="11" />\n\t<exit dMap="forum10" x="49" y="14" dX="3" dY="11" />\n\t<exit dMap="forum0" x="33" y="14" dX="15" dY="2" />\n\t<exit dMap="forum0" x="34" y="14" dX="15" dY="2" />\n\t<exit dMap="forum0" x="35" y="14" dX="17" dY="2" />\n\t<exit dMap="forum0" x="36" y="14" dX="17" dY="2" />\n\t<exit dMap="forum20" x="37" y="14" dX="5" dY="2" />\n\t<exit dMap="forum20" x="38" y="14" dX="6" dY="2" />\n\t<exit dMap="forum20" x="39" y="14" dX="7" dY="2" />\n\t<exit dMap="forum20" x="40" y="14" dX="8" dY="2" />\n\t<exit dMap="forum20" x="41" y="14" dX="9" dY="2" />\n\t<exit dMap="forum20" x="42" y="14" dX="10" dY="2" />\n\t<exit dMap="forum20" x="43" y="14" dX="11" dY="2" />\n\t<exit dMap="forum20" x="44" y="14" dX="12" dY="2" />\n\t<exit dMap="forum20" x="45" y="14" dX="13" dY="2" />\n\t<exit dMap="forum20" x="46" y="14" dX="14" dY="2" />\n\t<exit dMap="forum20" x="47" y="14" dX="15" dY="2" />\n\t<exit dMap="forum10" x="48" y="14" dX="2" dY="11" />\n\t<waypoint id="0" x="11" y="8" />\n\t<waypoint id="1" x="11" y="2" />\n\t<waypoint id="2" x="10" y="5" />\n\t<waypoint id="3" x="7" y="8" />\n\t<waypoint id="4" x="2" y="8" />\n\t<waypoint id="5" x="19" y="9" />\n\t<waypoint id="6" x="29" y="9" />\n\t<waypoint id="7" x="42" y="9" />\n\t<waypoint id="8" x="48" y="9" />\n\t<waypoint id="9" x="41" y="6" />\n\t<waypoint id="10" x="44" y="2" />\n\t<waypoint id="11" x="45" y="6" />\n\t<waypoint id="12" x="34" y="9" />\n\t<waypoint id="13" x="28" y="13" />\n\t<waypoint id="14" x="23" y="9" />\n\t<mob id="0" mType="plebian_man_a" x="10" y="5" path="0,1,2,3,4,5,6,7,8,9,10,11,12,13" />\n\t<mob id="1" mType="plebian_man_a" x="28" y="13" path="13,12,11,10,9,8,7,6" />\n\t<mob id="2" mType="plebian_man_a" x="42" y="7" path="7,9,11,8" />\n\t<mob id="3" mType="senator_a" x="11" y="2" path="1" />\n\t<mob id="4" mType="senator_a" x="41" y="4" path="10,9,12" />\n\t<mob id="5" mType="plebian_man_a" x="43" y="5" path="10,9,12,7" />\n\t<mob id="6" mType="plebian_woman_a" x="3" y="9" path="4,7" />\n\t<mob id="7" mType="plebian_woman_a" x="5" y="7" path="4,7" />\n\t<mob id="8" mType="senator_a" x="43" y="3" path="10,7,12" />\n\t<mob id="9" mType="plebian_woman_a" x="29" y="9" path="6" />\n\t<mob id="10" mType="plebian_woman_a" x="23" y="9" path="14,10" />\n\t<object mType="tree" x="7" y="6" />\n\t<object mType="statue_c" x="14" y="11" />\n\t<object mType="statue_c" x="47" y="11" />\n\t<object mType="statue_c" x="41" y="11" />\n\t<object mType="statue_c" x="35" y="11" />\n\t<object mType="statue_c" x="20" y="11" />\n\t<object mType="statue_c" x="8" y="11" />\n\t<object mType="statue_c" x="2" y="11" />\n</level>\n\t\t');
};
_global.forum9 extends xml_base;
var v1 = _global.forum9.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20542 __Packages.AttackData {
#initclip
if (!AttackData) {
_global.AttackData = function (weapon) {
this.pData = weapon;
this.pKey = weapon.key;
this.pKeyCode = this.pKey.charCodeAt(0);
this.pType = weapon.type;
this.pDamage = _global.parseInt(weapon.damage);
this.pPushPower = Math.min(1, Math.max(0, _global.parseInt(weapon.push) / 100));
this.pWeapon = weapon.name;
this.pMinRange = (weapon.min_range == undefined) ? 0 : _global.parseInt(weapon.min_range);
this.pMaxRange = (weapon.max_range == undefined) ? 100 : _global.parseInt(weapon.max_range);
this.pWalk = (weapon.walk == 'true') ? true : false;
this.pTransform = (weapon.transform == undefined) ? '' : weapon.transform;
this.pHitMultiple = (weapon.hit_multiple == 'true') ? true : false;
this.pChargeable = (weapon.charge == 'true') ? true : false;
this.pGore = (weapon.gore == 'true') ? true : false;
this.pMinKills = (weapon.kills == undefined) ? 0 : _global.parseInt(weapon.kills);
this.pBurn = (weapon.burn == 'true') ? true : false;
this.pDestroyProjectiles = (weapon.destroyProjectiles == 'true') ? true : false;
this.pDestoryable = (weapon.destroyable == 'false') ? false : true;
this.pDelay = (weapon.delay == undefined) ? 0 : _global.parseInt(weapon.delay);
};
var v1 = _global.AttackData.prototype;
v1.getNumber = function (key) {
if (this.pData[key] == undefined) {
return 0;
}
return _global.parseFloat(this.pData[key]);
};
v1.__get__destroyProjectiles = function () {
return this.pDestroyProjectiles;
};
v1.__get__delay = function () {
return this.pDelay;
};
v1.__get__destroyable = function () {
return this.pDestoryable;
};
v1.__get__burn = function () {
return this.pBurn;
};
v1.__get__minKills = function () {
return this.pMinKills;
};
v1.__get__gore = function () {
return this.pGore;
};
v1.__get__chargeable = function () {
return this.pChargeable;
};
v1.__get__hit_multiple = function () {
return this.pHitMultiple;
};
v1.__get__transform = function () {
return this.pTransform;
};
v1.__get__canWalk = function () {
return this.pWalk;
};
v1.__get__min_range = function () {
return this.pMinRange;
};
v1.__get__max_range = function () {
return this.pMaxRange;
};
v1.__get__pushpower = function () {
return this.pPushPower;
};
v1.__get__keyCode = function () {
return this.pKeyCode;
};
v1.__get__key = function () {
return this.pKey;
};
v1.__get__type = function () {
return this.pType;
};
v1.__get__damage = function () {
return this.pDamage;
};
v1.__get__weapon = function () {
return this.pWeapon;
};
v1.__set__weapon = function (value) {
this.pWeapon = value;
return this.__get__weapon();
};
_global.AttackData.getAttackEffective = function (key, type) {
if (AttackData.sAttackEffectiveMap == null) {
AttackData.buildAttackEffectiveMap();
}
var v4 = AttackData.getAttackEffectiveMapName(key, type);
if (AttackData.sAttackEffectiveMap[v4] == undefined) {
return 1;
}
return AttackData.sAttackEffectiveMap[v4];
};
_global.AttackData.getAttackEffectiveMapName = function (key, type) {
return key + '-' + type;
};
_global.AttackData.buildAttackEffectiveMap = function () {
AttackData.sAttackEffectiveMap = new Object();
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('B', 'Soldier1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('I', 'Soldier1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('K', 'Soldier1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('R', 'Soldier1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'Soldier1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('K', 'Soldier2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('R', 'Soldier2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'Soldier2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('K', 'Soldier3')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('R', 'Soldier3')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'Soldier3')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('E', 'Stateman')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('C', 'Plebian')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'Plebian')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('C', 'PlebianFemale')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'PlebianFemale')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('B', 'Gladiator1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('C', 'Gladiator1')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('D', 'Gladiator1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('F', 'Gladiator1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('I', 'Gladiator1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('J', 'Gladiator1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('K', 'Gladiator1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('R', 'Gladiator1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'Gladiator1')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('W', 'Gladiator1')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('Y', 'Gladiator1')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('B', 'Gladiator2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('C', 'Gladiator2')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('D', 'Gladiator2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('F', 'Gladiator2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('I', 'Gladiator2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('J', 'Gladiator2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('K', 'Gladiator2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('R', 'Gladiator2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'Gladiator2')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('W', 'Gladiator2')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('Y', 'Gladiator2')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('B', 'GladiatorRed')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('C', 'GladiatorRed')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('D', 'GladiatorRed')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('F', 'GladiatorRed')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('I', 'GladiatorRed')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('J', 'GladiatorRed')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('K', 'GladiatorRed')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('R', 'GladiatorRed')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'GladiatorRed')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('W', 'GladiatorRed')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('Y', 'GladiatorRed')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('M', 'VestalVirgin')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('W', 'Prostitue')] = 0.5;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('F', 'Drunk')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('F', 'Rat')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('F', 'DeathRat')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('F', 'Skeleton')] = 0;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('U', 'Skeleton')] = 2;
AttackData.sAttackEffectiveMap[AttackData.getAttackEffectiveMapName('V', 'Skeleton')] = 0;
};
v1.addProperty('delay', v1.__get__delay, function () {});
v1.addProperty('gore', v1.__get__gore, function () {});
v1.addProperty('max_range', v1.__get__max_range, function () {});
v1.addProperty('pushpower', v1.__get__pushpower, function () {});
v1.addProperty('canWalk', v1.__get__canWalk, function () {});
v1.addProperty('key', v1.__get__key, function () {});
v1.addProperty('transform', v1.__get__transform, function () {});
v1.addProperty('minKills', v1.__get__minKills, function () {});
v1.addProperty('type', v1.__get__type, function () {});
v1.addProperty('min_range', v1.__get__min_range, function () {});
v1.addProperty('keyCode', v1.__get__keyCode, function () {});
v1.addProperty('burn', v1.__get__burn, function () {});
v1.addProperty('weapon', v1.__get__weapon, v1.__set__weapon);
v1.addProperty('hit_multiple', v1.__get__hit_multiple, function () {});
v1.addProperty('chargeable', v1.__get__chargeable, function () {});
v1.addProperty('destroyProjectiles', v1.__get__destroyProjectiles, function () {});
v1.addProperty('damage', v1.__get__damage, function () {});
v1.addProperty('destroyable', v1.__get__destroyable, function () {});
ASSetPropFlags(v1, null, 1);
v1.pMinKills = 0;
v1.pDelay = 0;
_global.AttackData.sAttackEffectiveMap = null;
}
#endinitclip
}
movieClip 20543 __Packages.orgy1 {
#initclip
if (!orgy1) {
_global.orgy1 = function () {
super();
this.parseXML('\n<level name="orgy1" width="19" height="15" set="orgy" >\n\t<ground tiles="12,12,12,12,12,12,12,5,6,7,8,9,10,12,12,12,12,12,12,32,32,32,32,32,32,32,25,26,27,28,29,30,32,32,32,32,32,32,49,49,49,49,49,49,49,42,43,44,45,46,47,49,49,49,49,49,49,70,70,70,70,70,70,70,63,64,65,66,67,68,70,70,70,70,70,70,91,91,91,91,91,91,91,84,85,86,87,88,89,91,91,91,91,91,91,112,112,112,112,112,112,112,105,106,107,108,109,110,112,112,112,112,112,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,59,60,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,80,81,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,101,102,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,114,115,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,15,16,17,18,19,14,20,0,0,0,0,13,15,16,17,18,19,14,34,35,36,37,38,39,34,40,0,0,0,0,33,35,36,37,38,39,34,51,52,53,54,55,56,51,57,0,0,0,0,50,52,53,54,55,56,51" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0" />\n\t<mob id="0" mType="orgy_woman_3" x="7" y="6" path="" />\n\t<mob id="1" mType="orgy_woman_1" x="12" y="8" path="" />\n\t<mob id="2" mType="orgy_man_2" x="14" y="8" path="" />\n\t<mob id="3" mType="orgy_man_1" x="3" y="10" path="" />\n\t<mob id="4" mType="orgy_couple_2" x="15" y="10" path="" />\n\t<mob id="5" mType="orgy_couple_1" x="7" y="9" path="" />\n\t<object mType="tree" x="0" y="2" />\n\t<object mType="tree" x="0" y="5" />\n\t<object mType="tree" x="0" y="7" />\n\t<object mType="tree" x="18" y="2" />\n\t<object mType="tree" x="18" y="5" />\n\t<object mType="tree" x="18" y="7" />\n\t<object mType="urn1" x="2" y="5" />\n\t<object mType="urn2" x="5" y="5" />\n\t<object mType="urn1" x="16" y="5" />\n\t<weapon mType="12" x="10" y="8" />\n</level>\n\t\t');
};
_global.orgy1 extends xml_base;
var v1 = _global.orgy1.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20544 __Packages.PopScore {
#initclip
if (!PopScore) {
_global.PopScore = function (value, comboLevel, obj) {
var v5 = Game.singleton.getPopScoreRoot();
this.pMovieClip = v5.attachMovie('lib_pop_score', 'popscore' + PopScore.sIndex, v5.getNextHighestDepth());
++PopScore.sIndex;
this.pMovieClip._x = obj.X;
this.pMovieClip._y = obj.Y - obj.clip._height * 0.8;
if (obj.isCharacter()) {
var v6 = Character(obj);
if (v6.health > 0) {
this.pMovieClip._x += 0;
} else {
this.pMovieClip._x -= obj.getDirection() * 30;
}
}
this.pValue = value * comboLevel;
this.pComboLevel = comboLevel;
this.init();
this.pMovieClip.onEnterFrame = tinymantis.Delegate.create(this, this.update);
};
var v1 = _global.PopScore.prototype;
v1.shift = function (dx, dy) {
this.pMovieClip._x += dx;
this.pMovieClip._y += dy;
};
v1.init = function () {
var v2 = new tinymantis.DigiNumber(this.pMovieClip.cScore, 10, 'n');
v2.setAlign('none');
v2.setNumber(this.pValue);
var v3 = 1;
var v4 = this.pValue;
while (v4 >= 10) {
v4 /= 10;
++v3;
}
this.pMovieClip.cScore.cPlus._x += (v2.getNumDigits() - v3) * 10;
if (v3 > 3) {
this.pMovieClip._x += (v3 - 3) * 5;
}
this.pMovieClip.cCombo.gotoAndStop(this.pComboLevel);
};
v1.terminate = function () {
delete this.pMovieClip.onEnterFrame;
this.pMovieClip.removeMovieClip();
};
v1.update = function () {
if (this.pMovieClip._totalframes == this.pMovieClip._currentframe) {
this.terminate();
}
};
ASSetPropFlags(v1, null, 1);
_global.PopScore.sIndex = 0;
}
#endinitclip
}
movieClip 20545 __Packages.forum15 {
#initclip
if (!forum15) {
_global.forum15 = function () {
super();
this.parseXML('\n<level name="forum15" width="50" height="13" set="forum" >\n\t<ground tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,12,11,12,11,12,11,482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,12,11,12,11,12,11,482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,12,11,12,11,12,11,482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,547,494,494,495,12,11,12,11,12,11,496,547,547,547,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,0,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,0,12,11,12,11,12,11,12,11,12,11,12,11,12,11,0,11,0,11,12,11,12,11,12,11,12,11,12,11,12,11,0,0,0,0,12,0,12,11,12,11,12,11,12,11,12,11,12,0,0,0,12,11,12,11,12,11,12,11,12,11,12,0,0,0,0,0,0,11,12,11,12,11,0,0,12,11,12,127,128,129,130,131,132,133,134,135,136,11,0,11,0,0,0,0,12,183,185,186,187,188,12,11,12,0,0,0,0,11,0,11,12,0,0,0,0,0,0,11,12,11,12,11,0,0,12,11,12,157,158,159,160,161,162,163,164,165,166,11,0,0,0,0,0,0,12,219,220,221,222,223,127,128,129,130,131,132,133,134,135,136,167,169,170,171,172,173,174,176,12,11,212,213,214,215,216,217,12,193,194,195,196,197,198,199,200,201,202,11,0,0,0,0,0,0,12,254,255,256,257,258" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,81,82,83,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,-1,-1,-1,-1,53,54,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,-1,113,114,115,116,-1,-1,91,92,93,94,95,96,97,98,99,100,-1,-1,-1,-1,-1,-1,-1,-1,-1,149,150,151,152,55,56,57,58,59,60,61,62,63,-1,101,102,103,104,105,106,107,108,-1,-1,-1,145,146,147,148,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,91,92,93,94,95,96,97,98,99,100,137,138,139,140,141,142,143,144,-1,-1,177,178,179,180,181,182,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,211,-1,-1,-1,-1,-1,-1,218,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0" />\n\t<skyRegion x="4" y="9" w="6" h="3" />\n\t<skyRegion x="10" y="9" w="8" h="3" />\n\t<skyRegion x="22" y="8" w="5" h="5" />\n\t<skyRegion x="31" y="7" w="6" h="3" />\n\t<skyRegion x="37" y="10" w="8" h="3" />\n\t<skyRegion x="46" y="7" w="4" h="3" />\n\t<exit dMap="forum16" x="49" y="4" dX="1" dY="17" />\n\t<exit dMap="forum0" x="22" y="0" dX="7" dY="16" />\n\t<exit dMap="forum0" x="23" y="0" dX="8" dY="16" />\n\t<exit dMap="forum0" x="24" y="0" dX="9" dY="16" />\n\t<exit dMap="forum0" x="25" y="0" dX="10" dY="16" />\n\t<exit dMap="forum0" x="26" y="0" dX="11" dY="16" />\n\t<exit dMap="forum0" x="27" y="0" dX="11" dY="16" />\n\t<exit dMap="forum14" x="0" y="4" dX="38" dY="17" />\n\t<exit dMap="forum14" x="0" y="5" dX="38" dY="17" />\n\t<exit dMap="forum14" x="0" y="6" dX="38" dY="18" />\n\t<exit dMap="forum14" x="0" y="7" dX="38" dY="18" />\n\t<exit dMap="forum14" x="0" y="8" dX="38" dY="19" />\n\t<exit dMap="forum14" x="0" y="9" dX="38" dY="19" />\n\t<exit dMap="forum14" x="0" y="10" dX="38" dY="20" />\n\t<exit dMap="forum14" x="0" y="11" dX="38" dY="20" />\n\t<exit dMap="forum16" x="49" y="5" dX="1" dY="17" />\n\t<exit dMap="forum16" x="49" y="6" dX="1" dY="18" />\n\t<exit dMap="forum16" x="49" y="7" dX="1" dY="18" />\n\t<exit dMap="forum16" x="49" y="8" dX="1" dY="19" />\n\t<exit dMap="forum16" x="49" y="9" dX="1" dY="19" />\n\t<waypoint id="0" x="3" y="6" />\n\t<waypoint id="1" x="3" y="9" />\n\t<waypoint id="2" x="25" y="7" />\n\t<waypoint id="3" x="47" y="5" />\n\t<waypoint id="4" x="47" y="8" />\n\t<mob id="0" mType="senator_a" x="45" y="5" path="3,2,0,4" />\n\t<mob id="1" mType="bourgeois_man_1a" x="42" y="8" path="4,1" />\n\t<mob id="2" mType="bourgeois_man_2a" x="24" y="6" path="2,1,3" />\n\t<mob id="3" mType="senator_a" x="46" y="6" path="3,0,2,4" />\n\t<mob id="4" mType="bourgeois_man_2a" x="43" y="7" path="0,3" />\n\t<mob id="5" mType="bourgeois_man_1a" x="26" y="7" path="2,3,1" />\n\t<mob id="6" mType="plebian_man_a" x="34" y="5" path="3,0" />\n\t<mob id="7" mType="bourgeois_man_1a" x="2" y="4" path="0,1,2,1" />\n\t<mob id="8" mType="bourgeois_man_2a" x="6" y="5" path="0,1,2,1" />\n\t<mob id="9" mType="plebian_man_a" x="5" y="8" path="1,2,0" />\n\t<mob id="10" mType="senator_a" x="4" y="8" path="1,2,0" />\n\t<mob id="11" mType="senator_a" x="7" y="9" path="1,2,0" />\n\t<mob id="12" mType="plebian_man_a" x="33" y="7" path="2,1" />\n\t<mob id="13" mType="plebian_man_a" x="16" y="6" path="0,4" />\n\t<object mType="marsstatueright" x="20" y="0" />\n\t<object mType="marsstatueleft" x="29" y="0" />\n\t<object mType="tree" x="4" y="0" />\n\t<object mType="tree" x="10" y="0" />\n\t<object mType="tree" x="16" y="0" />\n\t<object mType="tree" x="33" y="0" />\n\t<object mType="tree" x="39" y="0" />\n\t<object mType="tree" x="45" y="0" />\n</level>\n\t\t');
};
_global.forum15 extends xml_base;
var v1 = _global.forum15.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20546 __Packages.garden4 {
#initclip
if (!garden4) {
_global.garden4 = function () {
super();
this.parseXML('\n<level name="garden4" width="38" height="13" set="garden" >\n\t<ground tiles="25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,127,1,2,40,41,73,40,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,159,40,41,74,75,111,74,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,192,74,75,3,4,0,111,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,42,43,0,0,161,161,161,161,161,161,161,161,161,161,161,161,161,163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,244,244,244,244,244,244,244,244,244,316,244,244,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,236,236,236,236,236,236,236,236,236,236,236,236,238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,40,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,110,111,74,75,42,123,123,123,123,123,25,25,123,25,126,25,25,25,25,25,123,29,0,0,0,0,24,123,123,126,126,25,126,126,25,126,126,126,126,25,25,126,126,155,155,155,155,155,58,58,155,58,158,58,58,58,58,58,155,100,0,0,0,0,57,155,155,158,158,58,158,158,58,158,158,158,158,58,58,158,158,188,188,188,188,188,96,96,188,96,191,96,96,96,96,96,188,100,0,0,0,0,57,188,188,191,191,96,191,191,96,191,191,191,191,96,96,191,191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n\t<exit dMap="garden3" x="0" y="2" dX="17" dY="2" />\n\t<exit dMap="garden3" x="0" y="3" dX="17" dY="3" />\n\t<exit dMap="garden3" x="0" y="4" dX="17" dY="4" />\n\t<exit dMap="garden3" x="0" y="5" dX="17" dY="5" />\n\t<exit dMap="garden3" x="0" y="6" dX="17" dY="6" />\n\t<exit dMap="garden3" x="0" y="7" dX="17" dY="7" />\n\t<exit dMap="garden3" x="0" y="8" dX="17" dY="8" />\n\t<exit dMap="garden5" x="37" y="3" dX="2" dY="4" />\n\t<exit dMap="garden5" x="37" y="4" dX="2" dY="4" />\n\t<exit dMap="garden5" x="37" y="5" dX="2" dY="4" />\n\t<exit dMap="garden5" x="37" y="6" dX="2" dY="4" />\n\t<exit dMap="garden7" x="17" y="10" dX="34" dY="2" />\n\t<exit dMap="garden7" x="18" y="10" dX="34" dY="2" />\n\t<exit dMap="garden7" x="19" y="10" dX="35" dY="2" />\n\t<exit dMap="garden7" x="20" y="10" dX="35" dY="2" />\n\t<waypoint id="0" x="6" y="4" />\n\t<waypoint id="1" x="13" y="4" />\n\t<waypoint id="2" x="3" y="6" />\n\t<waypoint id="3" x="10" y="6" />\n\t<waypoint id="4" x="16" y="2" />\n\t<waypoint id="5" x="16" y="8" />\n\t<waypoint id="6" x="25" y="8" />\n\t<waypoint id="7" x="30" y="8" />\n\t<waypoint id="8" x="30" y="2" />\n\t<waypoint id="9" x="25" y="2" />\n\t<waypoint id="10" x="21" y="7" />\n\t<waypoint id="11" x="28" y="7" />\n\t<waypoint id="12" x="28" y="3" />\n\t<waypoint id="13" x="21" y="3" />\n\t<waypoint id="14" x="31" y="2" />\n\t<waypoint id="15" x="27" y="7" />\n\t<waypoint id="16" x="32" y="4" />\n\t<waypoint id="17" x="32" y="7" />\n\t<mob id="0" mType="senator_a" x="6" y="4" path="0,15" />\n\t<mob id="1" mType="philosopher" x="3" y="6" path="2,15" />\n\t<mob id="2" mType="bourgeois_man_2a" x="16" y="2" path="4," />\n\t<mob id="3" mType="plebian_man_a" x="25" y="8" path="6," />\n\t<mob id="4" mType="plebian_woman_a" x="21" y="7" path="10," />\n\t<mob id="5" mType="philosopher" x="31" y="3" path="14,3" />\n\t<mob id="6" mType="philosopher" x="6" y="7" path="2,14" />\n\t<mob id="7" mType="philosopher" x="9" y="2" path="1,12" />\n\t<mob id="8" mType="bourgeois_man_2a" x="33" y="6" path="9,11,1" />\n\t<mob id="9" mType="bourgeois_man_1a" x="32" y="7" path="17,1" />\n\t<object mType="statue_f" x="13" y="8" />\n\t<object mType="statue_m" x="2" y="8" />\n\t<object mType="statue_m" x="23" y="8" />\n\t<object mType="statue_f" x="35" y="8" />\n\t<object mType="amphora" x="12" y="7" />\n\t<object mType="amphora" x="11" y="7" />\n</level>\n\t\t');
};
_global.garden4 extends xml_base;
var v1 = _global.garden4.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20547 __Packages.river8 {
#initclip
if (!river8) {
_global.river8 = function () {
super();
this.parseXML('\n<level name="river8" width="38" height="13" set="river" >\n\t<ground tiles="389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,403,166,167,406,403,107,108,109,110,111,112,113,114,115,116,117,403,404,405,406,403,107,108,109,110,111,112,113,114,115,116,117,272,273,274,275,276,269,417,180,181,420,417,118,119,120,121,122,123,124,125,126,127,128,417,418,419,420,417,118,119,120,121,122,123,124,125,126,127,128,291,292,293,294,295,289,431,432,433,434,431,129,130,131,132,133,134,135,136,137,138,139,431,432,433,434,431,129,130,131,132,133,134,135,136,137,138,139,311,312,313,314,315,308,389,390,391,392,389,140,141,142,143,144,145,164,165,148,149,150,389,390,391,392,389,140,141,142,143,144,145,164,165,148,149,150,328,329,330,331,332,326,403,404,405,406,403,404,151,152,153,154,155,178,179,158,405,406,403,404,405,406,403,404,151,152,153,154,155,178,179,158,405,406,343,344,345,346,347,340,269,270,269,269,270,270,269,270,270,269,270,192,193,269,494,269,270,269,269,270,270,269,270,269,270,269,270,192,193,269,270,269,380,381,382,383,384,419,289,290,289,461,462,290,289,290,290,289,290,289,290,289,290,289,290,289,289,290,290,289,290,289,290,289,290,289,290,289,461,462,398,399,400,401,402,419,308,309,308,477,478,309,308,309,309,308,309,308,309,308,309,308,461,462,308,309,309,308,309,308,309,308,309,308,309,308,477,478,412,413,414,415,416,419,326,327,326,502,327,327,326,327,327,326,327,326,327,326,327,326,477,478,326,327,327,326,327,326,327,326,327,326,327,326,502,502,426,427,428,429,430,419,340,341,340,340,341,341,340,341,341,340,341,340,341,340,341,340,340,340,340,341,341,340,341,340,341,340,341,340,341,340,519,519,440,441,442,443,444,419,431,362,363,434,431,362,363,434,431,362,363,434,431,362,363,404,404,362,363,434,431,362,363,434,431,362,363,434,431,362,363,434,449,450,419,451,452,419,389,373,374,392,389,373,374,392,389,373,374,392,389,373,374,392,389,373,374,392,389,373,374,392,389,373,374,392,389,373,374,392,455,456,419,457,458,419" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="river10" x="37" y="1" dX="2" dY="6" />\n\t<exit dMap="river10" x="37" y="2" dX="2" dY="6" />\n\t<exit dMap="river10" x="37" y="3" dX="2" dY="6" />\n\t<exit dMap="river10" x="37" y="4" dX="2" dY="6" />\n\t<exit dMap="river10" x="37" y="5" dX="2" dY="6" />\n\t<exit dMap="river7" x="0" y="6" dX="16" dY="11" />\n\t<exit dMap="river7" x="0" y="7" dX="16" dY="11" />\n\t<exit dMap="river7" x="0" y="8" dX="16" dY="11" />\n\t<exit dMap="river7" x="0" y="9" dX="16" dY="11" />\n\t<exit dMap="river7" x="0" y="10" dX="16" dY="11" />\n\t<waypoint id="0" x="34" y="10" />\n\t<waypoint id="1" x="25" y="10" />\n\t<waypoint id="2" x="23" y="7" />\n\t<waypoint id="3" x="16" y="7" />\n\t<waypoint id="4" x="15" y="10" />\n\t<waypoint id="5" x="8" y="8" />\n\t<waypoint id="6" x="5" y="6" />\n\t<waypoint id="7" x="12" y="3" />\n\t<waypoint id="8" x="11" y="7" />\n\t<waypoint id="9" x="28" y="3" />\n\t<waypoint id="10" x="28" y="8" />\n\t<waypoint id="11" x="34" y="6" />\n\t<waypoint id="12" x="35" y="3" />\n\t<mob id="0" mType="bourgeois_man_2a" x="34" y="6" path="11,12" />\n\t<mob id="1" mType="gladiator_2a" x="28" y="8" path="9,10" />\n\t<mob id="2" mType="gladiator_2a" x="11" y="7" path="7,8" />\n\t<mob id="3" mType="bourgeois_man_1a" x="23" y="7" path="2,3" />\n\t<mob id="4" mType="plebian_woman_a" x="25" y="10" path="0,1" />\n\t<mob id="5" mType="plebian_man_a" x="15" y="10" path="4,5,6,5" />\n\t<object mType="barrel" x="17" y="5" />\n\t<object mType="barrel" x="18" y="5" />\n\t<object mType="amphora" x="8" y="1" />\n\t<object mType="amphora" x="9" y="1" />\n\t<weapon mType="18" x="26" y="2" />\n</level>\n\t\t');
};
_global.river8 extends xml_base;
var v1 = _global.river8.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20548 __Packages.outskirts2 {
#initclip
if (!outskirts2) {
_global.outskirts2 = function () {
super();
this.parseXML('\n<level name="outskirts2" width="50" height="29" set="outskirts" >\n\t<ground tiles="8,9,21,22,0,0,0,0,0,185,186,0,0,0,0,0,169,172,172,172,172,172,175,175,175,175,175,175,175,175,175,175,178,37,38,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,52,53,65,66,0,0,0,0,0,222,223,0,0,0,0,0,204,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,213,93,94,94,96,95,95,96,95,96,95,96,95,96,95,96,95,96,1,3,1,0,0,0,0,0,0,185,186,0,0,0,0,0,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,262,143,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,4,4,0,0,4,0,0,0,0,222,223,0,0,0,0,0,0,0,0,4,0,151,152,8,9,0,0,0,0,0,0,93,96,275,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,151,152,0,0,0,0,0,0,0,271,272,273,274,273,273,274,273,274,273,97,98,189,190,52,53,0,0,1,0,0,0,143,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,189,190,8,9,0,0,0,0,4,313,314,315,316,315,315,316,315,316,315,147,148,226,227,0,0,0,0,0,0,93,94,275,144,144,146,314,315,316,315,316,315,316,315,316,315,316,315,316,315,316,226,227,52,53,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,187,188,4,0,0,0,0,0,0,1,143,426,144,426,276,0,209,131,131,131,131,131,131,131,131,131,131,131,131,131,131,1,4,3,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,187,188,0,0,0,0,0,0,0,0,187,426,144,317,318,0,258,175,175,175,175,175,175,175,175,175,175,175,175,175,175,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,151,152,0,187,188,4,0,0,0,0,0,0,0,224,426,225,0,0,0,258,414,8,9,414,1,3,414,21,22,231,231,231,231,8,0,4,1,0,3,8,9,0,0,1,0,0,1,0,0,0,189,190,0,271,272,95,96,95,96,95,96,95,96,426,426,188,0,0,0,84,231,52,53,231,231,231,231,65,66,231,231,231,1,52,4,0,0,0,4,52,53,0,4,0,4,0,0,0,0,0,226,227,0,313,314,145,146,145,146,145,146,145,146,426,426,225,0,0,0,130,211,211,211,211,211,211,211,211,211,211,211,211,211,211,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,134,0,0,0,0,0,0,0,0,0,187,426,188,151,152,4,1,260,260,260,260,260,260,260,260,260,260,260,260,260,260,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,178,0,5,6,0,0,0,0,0,0,224,426,225,189,190,0,0,13,14,15,16,17,18,19,20,1,4,0,1,8,9,228,229,230,231,232,233,234,228,13,14,15,16,17,18,19,20,237,8,9,178,0,49,50,4,0,0,0,0,0,185,426,188,226,227,0,0,57,58,59,60,61,62,63,64,0,0,4,0,52,53,13,14,15,16,17,18,19,20,57,58,59,60,61,62,63,64,0,52,53,178,3,99,100,1,3,0,0,3,0,222,426,225,0,0,0,0,104,105,106,107,108,109,110,111,0,0,0,0,0,0,57,58,59,60,61,62,63,64,104,105,106,107,108,109,110,111,0,0,330,178,1,149,150,0,0,0,0,0,0,185,272,272,96,95,96,95,96,95,96,95,96,95,96,95,96,95,96,95,96,95,104,105,106,107,108,109,110,111,0,0,0,0,0,0,0,0,0,0,361,178,151,152,1,1,151,152,0,0,0,222,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,228,229,230,231,232,233,234,235,236,237,238,239,0,0,0,236,237,238,239,178,189,190,8,9,189,190,0,0,0,271,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,277,278,279,280,281,282,283,284,285,286,287,288,0,0,7,0,237,238,239,178,4,4,52,53,4,4,0,0,0,271,272,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,319,320,321,322,323,324,325,326,327,328,329,330,0,0,51,8,9,0,288,178,0,0,0,0,0,0,0,0,0,313,314,315,316,315,316,315,316,315,316,315,316,315,316,315,316,315,316,315,315,316,350,351,352,353,354,355,356,357,358,359,360,361,0,0,0,52,53,0,330,178,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,414,0,0,0,0,319,277,278,279,280,281,282,283,284,285,376,377,378,379,380,381,382,383,384,385,386,387,0,0,0,0,0,0,361,178,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,350,319,320,321,322,323,324,325,326,327,402,403,404,405,406,407,408,409,410,411,412,413,0,0,0,0,0,0,387,178,0,0,0,0,0,21,22,0,0,7,0,0,0,0,0,7,0,0,0,0,376,350,351,352,353,354,355,357,357,358,414,415,416,417,418,419,420,421,422,423,424,425,0,0,0,0,0,0,413,178,0,0,0,0,0,65,66,0,3,51,0,0,0,0,3,51,0,151,152,0,402,376,377,378,379,380,381,383,383,384,414,415,416,417,418,419,420,414,415,0,0,0,0,0,0,0,423,0,425,84,0,0,0,0,0,0,0,0,0,0,3,3,0,0,0,0,1,189,190,0,414,402,403,404,405,406,407,408,4,410,402,403,404,405,228,229,230,231,232,13,14,15,16,3,18,19,20,412,413,130,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,305,305,210,211,212,210,211,212,210,211,212,210,211,228,229,230,231,232,233,234,235,236,57,58,59,60,61,62,63,64,238,239,174,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,342,342,259,260,261,259,260,261,259,260,261,259,260,277,278,279,280,281,282,283,284,285,104,105,106,107,108,109,110,111,8,9,228,229,230,231,232,233,234,235,236,237,238,239,0,5,6,233,234,235,236,237,238,239,0,7,0,0,151,152,8,9,0,319,320,321,322,323,324,325,326,327,328,329,330,358,359,360,361,4,52,53,277,278,279,280,281,282,283,284,285,286,287,288,0,49,50,282,283,284,7,286,287,288,0,51,8,9,189,190,52,53,1" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="45" y="23" w="5" h="3" />\n\t<skyRegion x="45" y="23" w="5" h="3" />\n\t<skyRegion x="45" y="23" w="5" h="3" />\n\t<skyRegion x="45" y="23" w="5" h="3" />\n\t<exit dMap="outskirts0" x="5" y="0" dX="25" dY="12" />\n\t<exit dMap="outskirts0" x="6" y="0" dX="26" dY="12" />\n\t<exit dMap="outskirts0" x="7" y="0" dX="27" dY="12" />\n\t<exit dMap="outskirts0" x="8" y="0" dX="28" dY="12" />\n\t<exit dMap="outskirts0" x="9" y="0" dX="29" dY="12" />\n\t<exit dMap="outskirts0" x="10" y="0" dX="30" dY="12" />\n\t<exit dMap="outskirts0" x="11" y="0" dX="31" dY="12" />\n\t<exit dMap="outskirts0" x="12" y="0" dX="32" dY="12" />\n\t<exit dMap="outskirts0" x="13" y="0" dX="33" dY="12" />\n\t<exit dMap="outskirts0" x="14" y="0" dX="34" dY="12" />\n\t<exit dMap="outskirts0" x="15" y="0" dX="35" dY="12" />\n\t<exit dMap="outskirts0" x="4" y="0" dX="25" dY="12" />\n\t<exit dMap="outskirts3" x="49" y="1" dX="1" dY="3" />\n\t<exit dMap="outskirts3" x="49" y="2" dX="1" dY="4" />\n\t<exit dMap="outskirts3" x="49" y="3" dX="1" dY="5" />\n\t<exit dMap="outskirts3" x="49" y="4" dX="1" dY="6" />\n\t<exit dMap="outskirts3" x="49" y="5" dX="1" dY="7" />\n\t<exit dMap="outskirts4" x="49" y="21" dX="1" dY="7" />\n\t<exit dMap="outskirts4" x="49" y="20" dX="1" dY="7" />\n\t<exit dMap="outskirts4" x="49" y="19" dX="1" dY="7" />\n\t<exit dMap="outskirts4" x="49" y="18" dX="1" dY="6" />\n\t<exit dMap="outskirts4" x="49" y="17" dX="1" dY="5" />\n\t<exit dMap="outskirts4" x="49" y="16" dX="1" dY="4" />\n\t<exit dMap="outskirts4" x="49" y="15" dX="1" dY="3" />\n\t<exit dMap="outskirts4" x="49" y="14" dX="1" dY="3" />\n\t<exit dMap="outskirts4" x="49" y="11" dX="1" dY="3" />\n\t<exit dMap="outskirts4" x="49" y="22" dX="1" dY="7" />\n\t<exit dMap="outskirts4" x="49" y="23" dX="1" dY="7" />\n\t<exit dMap="outskirts4" x="49" y="24" dX="1" dY="7" />\n\t<waypoint id="0" x="43" y="18" />\n\t<waypoint id="1" x="34" y="3" />\n\t<waypoint id="2" x="27" y="10" />\n\t<waypoint id="3" x="10" y="4" />\n\t<mob id="0" mType="soldier_1a" x="26" y="10" path="2,3,2,1,2,0,2" />\n\t<mob id="1" mType="plebian_woman_a" x="33" y="3" path="1,2,0,2,1" />\n\t<mob id="2" mType="plebian_man_a" x="42" y="18" path="0,2,3,2,0" />\n\t<mob id="3" mType="plebian_man_a" x="11" y="4" path="3,2,1,2,3" />\n\t<mob id="4" mType="soldier_1a" x="36" y="1" path="1,2,3,2,0,3" />\n\t<mob id="5" mType="plebian_man_a" x="36" y="4" path="1,2,3,2" />\n\t<mob id="6" mType="plebian_man_a" x="35" y="5" path="1,2,3,2" />\n\t<mob id="7" mType="plebian_man_a" x="34" y="1" path="1,2,0,2,1" />\n\t<mob id="8" mType="plebian_man_a" x="37" y="5" path="1,2,0,2,1" />\n\t<mob id="9" mType="soldier_1a" x="38" y="4" path="1,2,3,2" />\n\t<mob id="10" mType="plebian_man_a" x="6" y="4" path="3,0" />\n\t<mob id="11" mType="plebian_man_a" x="9" y="7" path="" />\n\t<mob id="12" mType="plebian_man_a" x="11" y="6" path="3,2,1,2,3" />\n\t<mob id="13" mType="plebian_man_a" x="13" y="5" path="3,2,1,2,3" />\n\t<mob id="14" mType="plebian_woman_a" x="7" y="6" path="3,0" />\n\t<mob id="15" mType="plebian_woman_a" x="12" y="7" path="3,2,1,2,3" />\n\t<mob id="16" mType="soldier_1b" x="24" y="10" path="2,3,2,1,2,0,2" />\n\t<mob id="17" mType="soldier_1b" x="28" y="12" path="2,3,2,1,2,0,2" />\n\t<mob id="18" mType="plebian_woman_a" x="42" y="16" path="0,1" />\n\t<mob id="19" mType="plebian_woman_a" x="45" y="19" path="0,2,3,2,0" />\n\t<mob id="20" mType="plebian_man_a" x="40" y="21" path="0,2,3,2,0" />\n\t<mob id="21" mType="drunk" x="28" y="17" path="2,1,0" />\n\t<mob id="22" mType="drunk" x="32" y="20" path="2,0,1" />\n\t<object mType="shack5" x="20" y="19" />\n\t<object mType="shack1" x="22" y="20" />\n\t<object mType="amphora" x="24" y="18" />\n\t<object mType="amphora" x="25" y="18" />\n\t<object mType="amphora" x="3" y="6" />\n\t<object mType="amphora" x="2" y="2" />\n\t<object mType="amphora" x="2" y="3" />\n\t<object mType="amphora" x="4" y="7" />\n\t<weapon mType="5" x="41" y="3" />\n</level>\n\t\t');
};
_global.outskirts2 extends xml_base;
var v1 = _global.outskirts2.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20549 __Packages.forum17 {
#initclip
if (!forum17) {
_global.forum17 = function () {
super();
this.parseXML('\n<level name="forum17" width="35" height="17" set="forum" >\n\t<ground tiles="183,185,186,187,188,189,190,192,12,247,248,249,250,251,252,11,183,185,186,187,188,189,190,192,12,11,12,11,12,11,12,11,12,11,12,219,220,221,222,223,224,225,227,281,283,284,285,286,287,288,290,219,220,221,222,223,224,225,227,12,11,12,11,12,11,12,11,12,11,12,254,255,256,257,258,259,260,262,318,320,321,322,323,324,325,327,254,255,256,257,258,259,260,262,167,169,170,171,172,173,174,176,127,128,129,291,292,293,294,295,296,297,299,355,357,358,359,360,361,362,364,291,292,293,294,295,296,297,299,203,204,205,206,207,208,209,210,157,158,159,328,329,330,331,332,333,334,336,376,377,378,379,380,381,382,384,328,329,330,331,332,333,334,336,238,239,240,241,242,243,244,245,193,194,195,365,366,367,368,369,370,371,373,407,408,409,410,411,412,413,415,365,366,367,368,369,370,371,373,273,274,275,276,277,278,279,280,228,229,230,385,386,387,388,389,390,391,392,473,474,475,476,477,478,479,480,442,443,444,445,446,447,448,449,310,311,312,313,314,315,316,317,374,264,265,400,401,400,401,400,401,400,401,485,486,487,488,489,490,491,492,460,461,462,463,464,465,466,467,400,401,404,401,404,401,404,401,393,394,395,12,11,12,11,12,11,12,11,12,11,533,468,469,469,469,469,470,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,424,425,426,12,11,12,11,12,11,12,11,12,11,533,481,0,0,0,0,482,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,12,11,12,11,12,11,12,11,533,534,547,547,547,547,537,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,12,11,12,11,12,11,12,11,549,550,551,550,551,550,551,552,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,0,12,528,0,11,12,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,0,11,12,11,12,11,12,11,12,11,12,12,0,0,0,0,0,0,529,531,530,531,530,531,532,12,11,12,11,12,11,12,11,12,11,0,0,0,0,0,0,12,11,12,11,0,12,0,0,0,0,0,0,533,468,469,469,469,470,528,12,11,12,11,12,11,12,11,12,11,0,0,0,0,0,0,12,11,183,185,186,167,169,170,171,172,173,174,176,481,0,0,0,482,183,185,186,187,188,189,190,192,483,484,167,169,170,171,172,173,174,176,11,219,220,221" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,-1,-1,-1,-1,253,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,140,141,141,142,143,144,91,92,93,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,81,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,80,81,82,83,84,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,117,118,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,117,118,119,120,121,122,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,149,150,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,149,150,151,152,153,154,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0" />\n\t<skyRegion x="32" y="0" w="3" h="3" />\n\t<skyRegion x="33" y="12" w="2" h="3" />\n\t<skyRegion x="23" y="13" w="8" h="3" />\n\t<skyRegion x="14" y="13" w="6" h="3" />\n\t<skyRegion x="0" y="13" w="8" h="3" />\n\t<skyRegion x="4" y="4" w="6" h="3" />\n\t<skyRegion x="32" y="0" w="3" h="3" />\n\t<skyRegion x="29" y="1" w="6" h="3" />\n\t<exit dMap="forum16" x="0" y="7" dX="38" dY="18" />\n\t<exit dMap="forum16" x="0" y="8" dX="38" dY="18" />\n\t<exit dMap="forum16" x="0" y="9" dX="38" dY="18" />\n\t<exit dMap="forum16" x="0" y="10" dX="38" dY="19" />\n\t<exit dMap="forum16" x="0" y="11" dX="38" dY="19" />\n\t<exit dMap="forum16" x="0" y="12" dX="38" dY="19" />\n\t<exit dMap="forum16" x="0" y="13" dX="38" dY="20" />\n\t<exit dMap="forum16" x="0" y="14" dX="38" dY="20" />\n\t<exit dMap="forum18" x="34" y="8" dX="1" dY="9" />\n\t<exit dMap="forum18" x="34" y="9" dX="1" dY="10" />\n\t<exit dMap="forum18" x="34" y="7" dX="1" dY="8" />\n\t<exit dMap="forum18" x="34" y="10" dX="1" dY="11" />\n\t<exit dMap="forum18" x="34" y="11" dX="1" dY="12" />\n\t<exit dMap="forum18" x="34" y="12" dX="1" dY="13" />\n\t<exit dMap="forum18" x="34" y="13" dX="1" dY="13" />\n\t<exit dMap="forum18" x="34" y="14" dX="1" dY="13" />\n\t<exit dMap="forum16" x="0" y="15" dX="38" dY="20" />\n\t<waypoint id="0" x="32" y="8" />\n\t<waypoint id="1" x="32" y="12" />\n\t<waypoint id="2" x="3" y="8" />\n\t<waypoint id="3" x="2" y="11" />\n\t<waypoint id="4" x="18" y="8" />\n\t<waypoint id="5" x="10" y="7" />\n\t<waypoint id="6" x="10" y="12" />\n\t<waypoint id="7" x="18" y="11" />\n\t<mob id="0" mType="plebian_man_a" x="19" y="7" path="4,5,6,7" />\n\t<mob id="1" mType="plebian_man_a" x="9" y="10" path="4,5,6,7" />\n\t<mob id="2" mType="bourgeois_man_2a" x="31" y="7" path="0,6,1" />\n\t<mob id="3" mType="bourgeois_man_1a" x="30" y="11" path="0,4,7,1" />\n\t<mob id="4" mType="bourgeois_man_1a" x="4" y="10" path="3,2,5,6" />\n\t<object mType="statue_c" x="15" y="7" />\n\t<object mType="statue_c" x="12" y="7" />\n\t<weapon mType="18" x="19" y="9" />\n</level>\n\t\t');
};
_global.forum17 extends xml_base;
var v1 = _global.forum17.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20550 __Packages.Plebian {
#initclip
if (!Plebian) {
_global.Plebian = function (parent, libname, type) {
super(type);
this.initClip(parent, libname);
};
_global.Plebian extends NPC;
var v1 = _global.Plebian.prototype;
v1.hit = function (attacker, dmg, pushpower) {
if (super.hit(attacker, dmg, pushpower)) {
this.pHateCaligula = 10;
return true;
}
return false;
};
v1.idle_update = function () {
if (this.isInState('burning', 2)) {
this.gotoState('flee');
} else {
super.idle_update();
}
};
v1.flee_update = function () {
if (this.isInState('burning', 2)) {
if (!this.walk_path_update()) {
var v3 = null;
while (v3 == null) {
v3 = (Game.singleton.getSceneMap()).getRandomWalkableTile(this.pTile.mI, this.pTile.mJ, 5);
var v4 = Math.abs(v3.mI - this.pTile.mI) + Math.abs(v3.mJ - this.pTile.mJ);
if (v4 < 2) {
v3 = null;
}
}
var v5 = new tinymantis.AStar(Game.singleton.getSceneMap());
var v6 = v5.findPathLimited(this.pTile.mI, this.pTile.mJ, v3.mI, v3.mJ, 80);
this.pWalkPath = v6;
}
} else {
super.flee_update();
}
};
v1.think_update = function () {
super.think_update();
if (this.health > 0 && (this.pHateCaligula > 0 && this.pThinkTimer == 10)) {
var v3 = Game.singleton.getCharacters();
var v4 = 0;
goto 1212;
for (;;) {
++v4;
label 1212:
if (v4 >= v3.length) break;
var v5 = v3[v4];
if (v5.health > 0 && (v5.pHateCaligula <= 0 && (v5.type == this.type && (v5.party == this.party && this.getDistance(v5) < 300)))) {
v5.pHateCaligula = 10;
}
}
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20551 __Packages.DeathRat {
#initclip
if (!DeathRat) {
_global.DeathRat = function (parent, libname, type) {
super(parent, libname, type);
};
_global.DeathRat extends Plebian;
var v1 = _global.DeathRat.prototype;
v1.setOwner = function (owner) {
this.pOwner = owner;
};
v1.npc_initialize = function () {
this.pMovieClip._visible = false;
};
v1.hit = function (attacker, damage, pushpower) {
if (this.isInState('standup', 0) || (this.isInState('init', 0) || !this.isInitialized())) {
return false;
}
if (this.pConfuseEffect && attacker) {
if (attacker.party == (Game.singleton.getCaligula()).party) {
this.pConfuseEffect = null;
}
}
return super.hit(attacker, damage, pushpower);
};
v1.initSummonedCreature = function (i, j, inx, iny, inDirection) {
this.pHateCaligula = 100;
this.pStartTile = new flash.geom.Point(i, j);
this.initPosition(inx, iny);
this.initDirection(inDirection);
this.pWayPoints = new Array();
this.pWayPoints.push(new flash.geom.Point(i, j));
};
v1.init_update = function () {
super.init_update();
this.gotoState('standup');
this.party = this.pOwner.party;
};
v1.standup_enter = function () {
this.pMovieClip.gotoAndStop('standing');
};
v1.standup_update = function () {
this.pMovieClip._visible = true;
if (this.pMovieClip.body._currentframe == this.pMovieClip.body._totalframes) {
this.gotoState('idle');
}
};
v1.ghost_update = function () {
this.gotoState('recycle');
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20552 __Packages.garden6 {
#initclip
if (!garden6) {
_global.garden6 = function () {
super();
this.parseXML('\n<level name="garden6" width="38" height="26" set="garden" >\n\t<ground tiles="1,2,0,111,0,73,3,4,111,0,0,0,0,111,42,43,5,6,111,24,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,40,41,111,0,1,2,42,43,0,0,0,0,0,0,0,111,44,45,0,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,74,75,0,0,40,41,0,0,0,0,0,0,0,0,0,0,76,77,0,95,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,0,0,0,74,75,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,111,110,111,110,111,111,111,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,114,0,0,0,122,124,0,0,0,0,0,0,0,0,0,111,111,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,161,161,161,161,161,161,163,0,187,189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,244,244,244,244,244,244,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,244,244,236,236,236,236,238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,244,229,0,0,0,0,0,0,24,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,244,229,0,112,114,0,0,0,57,156,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6,0,0,6,0,0,0,0,0,0,0,0,0,225,244,229,0,0,0,0,0,39,339,189,0,0,111,111,0,0,0,0,0,0,0,3,4,44,45,3,4,45,0,0,0,0,0,0,0,0,0,225,244,229,0,0,0,0,0,0,95,0,111,110,111,110,110,0,111,0,0,0,111,42,43,76,77,42,43,77,111,3,4,0,0,0,0,0,0,225,244,229,0,0,0,0,0,0,122,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,39,42,43,0,0,0,0,0,0,225,244,229,0,0,0,0,72,0,154,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,0,1,2,110,0,0,0,0,0,0,225,244,229,0,0,0,0,0,0,187,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,110,40,41,73,1,2,0,0,0,0,225,244,229,0,0,0,0,0,0,0,73,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,74,75,0,40,41,0,0,0,0,225,244,244,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,41,111,0,0,74,75,0,0,0,0,225,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,75,149,150,151,152,153,23,0,0,0,235,236,236,236,236,236,236,236,236,236,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,0,182,183,184,185,186,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,111,210,211,212,213,214,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,3,4,0,0,0,42,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,1,2,0,0,0,40,41,0,0,0,0,0,0,0,0,42,43,0,1,2,0,110,0,0,21,22,0,0,0,0,111,0,0,0,0,111,0,0,40,41,3,4,0,74,75,0,0,0,0,0,3,4,0,0,0,0,40,41,0,1,2,0,149,150,151,152,153,111,0,0,0,3,4,0,5,6,74,75,42,43,111,0,3,4,0,1,2,0,42,43,0,1,2,0,74,75,110,40,41,111,182,183,184,185,186,0,3,4,111,42,43,0,44,45,3,4,0,1,2,0,42,43,111,40,41,3,4,0,110,40,41,0,3,4,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,1,0,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,1,1,0,0,1,1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1" />\n\t<exit dMap="garden7" x="37" y="2" dX="1" dY="2" />\n\t<exit dMap="garden7" x="37" y="4" dX="1" dY="5" />\n\t<exit dMap="garden7" x="37" y="5" dX="1" dY="6" />\n\t<exit dMap="garden7" x="37" y="6" dX="1" dY="7" />\n\t<exit dMap="garden7" x="37" y="7" dX="1" dY="8" />\n\t<exit dMap="garden7" x="37" y="8" dX="1" dY="9" />\n\t<exit dMap="garden7" x="37" y="9" dX="1" dY="10" />\n\t<exit dMap="garden7" x="37" y="10" dX="1" dY="10" />\n\t<exit dMap="garden2" x="9" y="0" dX="20" dY="8" />\n\t<exit dMap="garden2" x="10" y="0" dX="20" dY="8" />\n\t<exit dMap="garden2" x="11" y="0" dX="20" dY="8" />\n\t<exit dMap="garden2" x="12" y="0" dX="20" dY="8" />\n\t<exit dMap="garden8" x="37" y="15" dX="1" dY="2" />\n\t<exit dMap="garden8" x="37" y="16" dX="1" dY="3" />\n\t<exit dMap="garden8" x="37" y="17" dX="1" dY="4" />\n\t<exit dMap="garden8" x="37" y="18" dX="1" dY="5" />\n\t<exit dMap="garden8" x="37" y="19" dX="1" dY="6" />\n\t<exit dMap="market5" x="0" y="4" dX="38" dY="7" />\n\t<exit dMap="market5" x="0" y="3" dX="38" dY="7" />\n\t<exit dMap="market5" x="0" y="2" dX="38" dY="7" />\n\t<exit dMap="market5" x="0" y="5" dX="38" dY="7" />\n\t<exit dMap="market5" x="0" y="6" dX="38" dY="7" />\n\t<exit dMap="market5" x="0" y="7" dX="38" dY="8" />\n\t<exit dMap="market5" x="0" y="8" dX="38" dY="8" />\n\t<exit dMap="market5" x="0" y="9" dX="38" dY="8" />\n\t<exit dMap="market5" x="0" y="10" dX="38" dY="8" />\n\t<waypoint id="0" x="10" y="6" />\n\t<waypoint id="1" x="17" y="6" />\n\t<waypoint id="2" x="17" y="8" />\n\t<waypoint id="3" x="13" y="8" />\n\t<waypoint id="4" x="16" y="7" />\n\t<waypoint id="5" x="11" y="7" />\n\t<waypoint id="6" x="11" y="18" />\n\t<waypoint id="7" x="10" y="12" />\n\t<waypoint id="8" x="10" y="19" />\n\t<waypoint id="9" x="12" y="19" />\n\t<waypoint id="10" x="12" y="12" />\n\t<waypoint id="11" x="9" y="15" />\n\t<waypoint id="12" x="6" y="18" />\n\t<waypoint id="13" x="5" y="14" />\n\t<waypoint id="14" x="13" y="22" />\n\t<waypoint id="15" x="18" y="15" />\n\t<waypoint id="16" x="11" y="21" />\n\t<waypoint id="17" x="4" y="6" />\n\t<waypoint id="18" x="4" y="11" />\n\t<waypoint id="19" x="8" y="11" />\n\t<waypoint id="20" x="8" y="8" />\n\t<waypoint id="21" x="28" y="2" />\n\t<waypoint id="22" x="36" y="2" />\n\t<waypoint id="23" x="36" y="10" />\n\t<waypoint id="24" x="33" y="9" />\n\t<waypoint id="25" x="35" y="9" />\n\t<waypoint id="26" x="35" y="4" />\n\t<waypoint id="27" x="33" y="4" />\n\t<waypoint id="28" x="35" y="19" />\n\t<waypoint id="29" x="29" y="20" />\n\t<waypoint id="30" x="31" y="15" />\n\t<waypoint id="31" x="31" y="19" />\n\t<waypoint id="32" x="27" y="22" />\n\t<waypoint id="33" x="34" y="17" />\n\t<waypoint id="34" x="22" y="19" />\n\t<waypoint id="35" x="19" y="21" />\n\t<waypoint id="36" x="21" y="19" />\n\t<waypoint id="37" x="23" y="19" />\n\t<waypoint id="38" x="25" y="19" />\n\t<waypoint id="39" x="24" y="19" />\n\t<mob id="0" mType="bourgeois_man_1a" x="10" y="6" path="0," />\n\t<mob id="1" mType="plebian_woman_a" x="16" y="7" path="4," />\n\t<mob id="2" mType="bourgeois_man_2a" x="10" y="12" path="7," />\n\t<mob id="3" mType="philosopher" x="18" y="17" path="9,15,14" />\n\t<mob id="4" mType="philosopher" x="8" y="19" path="11,13,16,8" />\n\t<mob id="5" mType="senator_a" x="7" y="5" path="17,26" />\n\t<mob id="6" mType="senator_a" x="8" y="11" path="19,26" />\n\t<mob id="7" mType="plebian_man_a" x="28" y="2" path="21," />\n\t<mob id="8" mType="plebian_man_a" x="33" y="9" path="24," />\n\t<mob id="9" mType="bourgeois_man_2a" x="27" y="20" path="38,32,29,31" />\n\t<mob id="10" mType="bourgeois_man_1a" x="29" y="16" path="30,29,39" />\n\t<mob id="11" mType="plebian_woman_a" x="22" y="23" path="34," />\n\t<mob id="12" mType="senator_a" x="23" y="23" path="37," />\n\t<mob id="13" mType="philosopher" x="13" y="16" path="6,14,13" />\n\t<mob id="14" mType="plebian_woman_a" x="23" y="15" path="36,14,15" />\n\t<mob id="15" mType="plebian_woman_a" x="24" y="16" path="14,15,36" />\n\t<mob id="16" mType="senator_a" x="12" y="3" path="20,3" />\n\t<mob id="17" mType="senator_a" x="10" y="3" path="18,20" />\n\t<object mType="tent" x="7" y="0" />\n\t<object mType="column_lg" x="0" y="0" />\n\t<object mType="statue_c" x="17" y="8" />\n\t<object mType="statue_c" x="17" y="2" />\n\t<object mType="column_lg" x="0" y="7" />\n\t<object mType="column_sm" x="2" y="1" />\n\t<object mType="column_sm" x="2" y="8" />\n\t<object mType="tent" x="3" y="1" />\n\t<weapon mType="23" x="7" y="22" />\n</level>\n\t\t');
};
_global.garden6 extends xml_base;
var v1 = _global.garden6.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20553 __Packages.outskirts4 {
#initclip
if (!outskirts4) {
_global.outskirts4 = function () {
super();
this.parseXML('\n<level name="outskirts4" width="38" height="13" set="outskirts" >\n\t<ground tiles="36,37,39,39,39,37,38,39,39,37,39,38,37,38,131,206,305,305,131,38,38,206,206,39,37,38,39,37,39,38,39,39,37,38,39,37,39,40,169,81,83,83,83,81,82,83,83,81,83,82,81,82,175,255,342,342,175,82,82,255,255,83,81,82,83,81,83,82,83,83,81,82,83,81,3,178,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,97,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,152,0,0,0,0,0,0,0,0,0,0,0,0,93,94,94,426,148,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,93,98,189,190,0,0,0,0,0,0,0,0,4,0,0,0,143,144,426,426,223,0,0,0,0,0,0,93,94,273,274,95,96,95,96,95,95,96,275,276,226,227,0,0,0,0,0,0,0,4,0,0,0,0,185,426,426,275,276,0,0,0,5,6,0,271,426,426,426,426,426,426,426,426,426,426,426,225,0,0,0,0,0,1,0,0,8,9,0,0,0,0,222,426,272,317,318,0,0,0,49,50,0,313,314,315,316,315,316,315,316,315,316,315,317,318,0,0,0,0,0,0,0,0,52,53,0,0,0,0,313,314,314,42,0,0,0,0,99,100,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,257,0,0,0,0,149,150,52,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,204,205,304,303,305,211,207,304,305,305,205,304,305,303,210,304,210,206,304,303,305,304,206,303,206,304,303,305,210,304,210,206,304,210,206,206,303,304,253,254,341,340,342,260,256,341,342,342,254,341,342,340,259,341,259,255,341,340,342,341,255,340,255,341,340,342,259,341,259,255,341,259,255,255,340,341,0,0,0,0,0,0,0,0,0,0,3,0,0,8,9,3,0,0,0,0,0,0,0,0,4,0,1,0,0,0,0,8,9,3,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,0,0,0,1,1,1,1" />\n\t<exit dMap="outskirts5" x="37" y="3" dX="1" dY="18" />\n\t<exit dMap="outskirts5" x="37" y="4" dX="1" dY="19" />\n\t<exit dMap="outskirts5" x="37" y="5" dX="1" dY="19" />\n\t<exit dMap="outskirts5" x="37" y="6" dX="1" dY="20" />\n\t<exit dMap="outskirts5" x="37" y="7" dX="1" dY="21" />\n\t<exit dMap="outskirts2" x="0" y="3" dX="48" dY="15" />\n\t<exit dMap="outskirts2" x="0" y="4" dX="48" dY="16" />\n\t<exit dMap="outskirts2" x="0" y="5" dX="48" dY="17" />\n\t<exit dMap="outskirts2" x="0" y="6" dX="48" dY="18" />\n\t<exit dMap="outskirts2" x="0" y="7" dX="48" dY="19" />\n\t<waypoint id="0" x="4" y="4" />\n\t<waypoint id="1" x="24" y="6" />\n\t<waypoint id="2" x="35" y="5" />\n\t<mob id="0" mType="soldier_1a" x="23" y="6" path="1,0,1" />\n\t<mob id="1" mType="soldier_1a" x="25" y="6" path="1,2,1" />\n\t<mob id="2" mType="soldier_1b" x="24" y="5" path="1,0,1" />\n\t<mob id="3" mType="soldier_1b" x="24" y="7" path="1,2,1" />\n\t<object mType="shack3" x="15" y="1" />\n\t<object mType="shack1" x="17" y="2" />\n\t<object mType="shack5" x="19" y="1" />\n\t<object mType="urn1" x="14" y="3" />\n\t<object mType="shack2" x="27" y="3" />\n\t<object mType="amphora" x="12" y="3" />\n\t<object mType="amphora" x="11" y="3" />\n</level>\n\t\t');
};
_global.outskirts4 extends xml_base;
var v1 = _global.outskirts4.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20554 __Packages.GameUI {
#initclip
if (!GameUI) {
_global.GameUI = function (clip) {
super('GameUI');
this.pMovieClip = clip;
this.setScore(0);
this.pHealthBar = this.pMovieClip.cHud.cHealthMask;
this.pHealthBar.full_x = this.pHealthBar._x;
this.pHealthBar.full_length = this.pHealthBar._width;
this.pEnergyBar = this.pMovieClip.cHud.cEnergyMask;
this.pEnergyBar.zero_y = this.pEnergyBar._y;
this.pEnergyBar.full_length = this.pEnergyBar._height;
this.gotoState('run');
var v4 = (String('A')).charCodeAt(0);
var v5 = 0;
goto 2367;
for (;;) {
++v5;
label 2367:
if (v5 >= 26) break;
this.setWeaponButton(String.fromCharCode(v4 + v5), 'dash');
}
this.pCurrentAttackKey = '';
this.pCurrentHeadState = 'normal_healthy';
this.pMovieClip.cHud.cSoundButtons.gotoAndStop((tinymantis.SoundManager.sSingleton.getGlobalVolume() == 0) ? 'sound_off' : 'sound_on');
this.pMovieClip.cHud.cMusicButtons.gotoAndStop((Main.getMusicVolume() == 0) ? 'sound_off' : 'sound_on');
this.pComboTimer = 0;
this.pComboLevel = 0;
this.pBloodSplatOrigin = new flash.geom.Point(this.pMovieClip.cBloodSplat0._x - Constant.GAME_WIDTH / 2, this.pMovieClip.cBloodSplat0._y - Constant.GAME_HEIGHT / 2);
this.pBloodSplatIndex = 0;
this.pHudPosition = this.pMovieClip.cHud._y;
this.pMovieClip.cHud.cRagedBar._visible = false;
this.showOrgyMessage(false);
};
_global.GameUI extends tinymantis.GameObject;
var v1 = _global.GameUI.prototype;
v1.fadeinLetterBox = function () {
if (!this.pLetterBoxVisible) {
this.pMovieClip.mLetterBox.gotoAndPlay('fadein');
this.pLetterBoxVisible = true;
}
};
v1.fadeoutLetterBox = function () {
if (this.pLetterBoxVisible) {
this.pMovieClip.mLetterBox.gotoAndPlay('fadeout');
this.pLetterBoxVisible = false;
}
};
v1.getPopupRoot = function () {
return this.pMovieClip.cPopupRoot;
};
v1.isLetterBoxing = function () {
return this.pLetterBoxVisible;
};
v1.setCrownVisible = function (value) {
var v3 = this.pMovieClip.cHud.cCrown;
if (value) {
v3._visible = true;
if (v3._currentframe == 1) {
v3.gotoAndPlay(2);
}
} else {
v3._visible = false;
v3.gotoAndStop(1);
}
};
v1.setEnabled = function (enable) {
this.pMovieClip.cHud.bHelp.enabled = enable;
this.pMovieClip.cHud.cSoundButtons.bButton.enabled = enable;
};
v1.setWeaponButton = function (key, state) {
if (key.length == 1) {
this.pMovieClip.cHud['cWeapon' + key].gotoAndPlay(state);
}
};
v1.setScore = function (score) {
this.pUIScore = score;
this.pMovieClip.mScoreField.text = tinymantis.Utils.addIntComma(score);
};
v1.getScore = function () {
return this.pUIScore;
};
v1.addKillValue = function (value, combo, obj) {
if (value > 0) {
var v5 = value;
if (combo) {
if (this.pComboTimer <= 0) {
this.pComboLevel = 0;
}
if (this.pComboLevel < 20) {
++this.pComboLevel;
}
v5 *= this.pComboLevel;
this.pComboTimer = 60;
}
var v6 = new PopScore(value, combo ? this.pComboLevel : 1, obj);
this.setScore(this.getScore() + v5);
}
};
v1.addOrgyValue = function (value, combolevel, obj) {
if (value > 0) {
var v5 = new PopScore(value, combolevel, obj);
this.setScore(this.getScore() + value);
this.pLastMessage = '';
this.showWeaponMessage('orgy_scores', false, 0);
}
};
v1.playHpFillAnim = function () {
this.pMovieClip.cHud.mHpFill.gotoAndPlay(2);
};
v1.playBloodSplat = function (obj) {
var v3 = Game.singleton.getCaligula();
var v4 = (Game.singleton.getCamera()).getPositionOnScreen(obj.X, obj.Y);
var v5 = this.pMovieClip['cBloodSplat' + this.pBloodSplatIndex];
v5.gotoAndPlay(2);
v5._x = this.pBloodSplatOrigin.x + v4.x + (obj.X > v3.X ? 1 : -1) * 120;
v5._y = this.pBloodSplatOrigin.y + v4.y;
if (++this.pBloodSplatIndex > 1) {
this.pBloodSplatIndex = 0;
}
};
v1.clearScreen = function () {
var v2 = 0;
goto 4332;
for (;;) {
++v2;
label 4332:
if (v2 >= 2) break;
var v3 = this.pMovieClip['cBloodSplat' + v2];
v3.gotoAndStop(v3._totalframes);
}
};
v1.got_hit_animation = function () {
var v2 = this.pMovieClip.cHud.cHead;
if (v2._currentframe == 1) {
v2.gotoAndPlay(2);
}
};
v1.run_update = function () {
var v2 = Game.singleton.getCaligula();
if (v2) {
var v3 = v2.health / v2.health_max;
this.pHealthBar._x += (this.pHealthBar.full_x - this.pHealthBar.full_length * (1 - v3) - this.pHealthBar._x) * 0.3;
if (v3 > 0.25) {
var v4 = v2.isChargedMode() ? 'charged_healthy' : 'normal_healthy';
} else {
var v4 = v2.isChargedMode() ? 'charged_damaged' : 'normal_damaged';
}
if (this.pCurrentHeadState != v4) {
this.pCurrentHeadState = v4;
this.pMovieClip.cHud.cHead.head.gotoAndStop(this.pCurrentHeadState);
}
v3 = v2.energy / v2.energy_max;
this.pEnergyBar._y += (this.pEnergyBar.zero_y - this.pEnergyBar.full_length * v3 - this.pEnergyBar._y) * 0.5;
if (v2.currentAttack.key != this.pCurrentAttackKey) {
this.refreshUnselectedKey(this.pCurrentAttackKey, v2);
this.pCurrentAttackKey = v2.currentAttack.key;
this.pMovieClip.cHud.cWeaponIcon.gotoAndStop(2 + this.pCurrentAttackKey.charCodeAt(0) - (String('A')).charCodeAt(0));
this.pMovieClip.cHud.cWeaponName.gotoAndPlay(this.pCurrentAttackKey);
this.refreshWeaponLevel(true);
this.refreshWeaponKills();
this.showWeaponMessage(this.pCurrentAttackKey, false, 0);
this.setRagedMode(v2.isChargedMode());
}
if (this.pComboTimer > 0) {
--this.pComboTimer;
}
}
};
v1.refreshUnselectedKeys = function () {
var v2 = Game.singleton.getCaligula();
var v3 = tinymantis.Utils.getKeyCode('A');
var v4 = tinymantis.Utils.getKeyCode('Z');
var v5 = v3;
goto 5403;
for (;;) {
++v5;
label 5403:
if (v5 > v4) break;
this.refreshUnselectedKey(String.fromCharCode(v5), v2);
}
};
v1.refreshUnselectedKey = function (key, caligula) {
this.setWeaponButton(key, caligula.getAttackDataMaxLevelKillPercent(key) < 1 ? 'rest plain' : 'max rest');
};
v1.setCurrentWeaponButtonPress = function (caligula) {
this.setWeaponButton(this.pCurrentAttackKey, caligula.getAttackDataMaxLevelKillPercent(this.pCurrentAttackKey) < 1 ? 'selected plain' : 'maxed press');
};
v1.refreshWeaponKills = function () {
var v2 = Game.singleton.getCaligula();
var v3 = v2.getAttackDataMaxLevelKillPercent(this.pCurrentAttackKey);
var v4 = this.pMovieClip.cHud.cWeaponKills;
var v5 = 1 + Math.floor(v3 * (v4._totalframes - 1));
v4.gotoAndStop(v5);
this.setCurrentWeaponButtonPress(v2);
};
v1.playWeaponKillRipple = function () {
this.pMovieClip.cHud.cWeaponKills.cRipple.gotoAndPlay(1);
};
v1.refreshWeaponLevel = function (forceRefresh) {
var v3 = Game.singleton.getCaligula();
var v4 = v3.getAttackDataLevel(this.pCurrentAttackKey);
if (forceRefresh || this.pCurrentWeaponLevel != v4) {
this.pCurrentWeaponLevel = v4;
if (this.pCurrentWeaponLevel == 0) {
this.pMovieClip.cHud.cWeaponLevel.gotoAndStop(1);
} else {
this.pMovieClip.cHud.cWeaponLevel.gotoAndPlay(2);
}
}
};
v1.setRagedMode = function (raged) {
org.flashdevelop.utils.FlashConnect.trace('setRageMode:' + raged, 'GameUI::setRagedMode', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/GameUI.as', 302);
var v3 = this.pMovieClip.cRagedOverlay;
if (raged) {
v3.gotoAndPlay(2);
(Game.singleton.getCamera()).shake(15, 8);
var v4 = this.pMovieClip.cWeaponMsgs;
if (v4.mOrgy) {
v4.mRaged = true;
} else {
this.showWeaponMessage(this.pCurrentAttackKey, false, 40);
this.pMovieClip.cRageClip.gotoAndPlay(2);
this.pMovieClip.cRageClip.mRaged = true;
}
} else {
this.pMovieClip.cRageClip.mRaged = false;
}
v3.mActive = raged;
this.pMovieClip.cHud.cRagedBar._visible = raged;
(Game.singleton.getCaligula()).playRagedSound(raged);
};
v1.isRagedMode = function () {
return this.pMovieClip.cHud.cRagedBar._visible;
};
v1.showOrgyMessage = function (show) {
if (show) {
this.showWeaponMessage('orgy', false, 0);
} else {
this.showWeaponMessage('orgy_end', false, 0);
}
this.pMovieClip.cOrgyEffect._visible = show;
};
v1.showWeaponMessage = function (weaponKey, justFound, delayTimer) {
var v5 = this.pMovieClip.cWeaponMsgs;
v5.delayTimer = 10000000000.0;
if (v5._currentframe == 2 || this.pLastMessage != weaponKey) {
org.flashdevelop.utils.FlashConnect.trace('showWeaponMessage:' + weaponKey, 'GameUI::showWeaponMessage', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/GameUI.as', 350);
this.pLastMessage = weaponKey;
v5.gotoAndPlay(weaponKey);
}
};
v1.showBossMessage = function (bossKey) {
var v3 = this.pMovieClip.cBossMsg;
v3.gotoAndPlay(bossKey);
this.playSplatSound();
};
v1.playSplatSound = function () {
tinymantis.SoundManager.sSingleton.playSound('splat_messaging.wav', false, 100);
};
v1.hide_enter = function () {
this.pHudTimer = 0;
};
v1.hide_update = function () {
var v2 = this.pMovieClip.cHud;
if (v2._y < this.pHudPosition + v2._height) {
v2._y += 10;
}
};
v1.show_enter = function () {
this.pHudTimer = 0;
};
v1.show_update = function () {
var v2 = this.pMovieClip.cHud;
var v3 = this.pHudPosition + v2._height;
this.pHudTimer += 0.17;
var v4 = Math.PI * 0.58;
var v5 = 1 / Math.sin(v4);
if (this.pHudTimer > v4) {
this.pHudTimer = v4;
this.gotoState('run');
}
v2._y = v3 - v2._height * Math.sin(this.pHudTimer) * v5;
this.run_update();
};
_global.GameUI.initStateMachine = function () {
tinymantis.GameObject.buildStateGroup('GameUI', new Array('run', 'hide', 'show'), 0);
};
ASSetPropFlags(v1, null, 1);
v1.pUIScore = 0;
v1.pCurrentWeaponLevel = -1;
v1.pLetterBoxVisible = false;
}
#endinitclip
}
movieClip 20555 __Packages.garden10 {
#initclip
if (!garden10) {
_global.garden10 = function () {
super();
this.parseXML('\n<level name="garden10" width="19" height="27" set="garden" >\n\t<ground tiles="24,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,26,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,59,57,96,96,96,96,96,96,96,96,96,96,96,96,55,55,55,55,55,55,57,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,55,55,55,57,0,0,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,24,57,1,2,0,0,0,0,0,0,0,111,44,45,172,173,174,175,176,57,57,40,41,3,4,0,0,0,0,0,0,76,77,200,201,202,203,204,62,57,74,75,42,43,0,0,0,0,0,0,39,111,220,221,222,223,224,62,57,0,0,0,0,0,0,0,0,0,0,0,0,230,231,232,233,234,62,57,0,0,0,0,0,0,0,0,0,0,0,0,239,240,241,242,243,62,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,122,25,25,25,25,25,25,25,124,0,0,125,25,25,25,25,25,25,127,154,58,58,58,58,58,58,58,156,0,0,157,58,58,58,58,58,58,159,187,96,96,96,96,96,96,96,189,0,0,190,96,96,96,96,96,96,192,161,161,161,161,162,162,163,0,0,0,0,0,0,0,0,0,0,0,1,244,244,244,317,244,244,197,0,0,0,0,0,0,0,0,0,0,0,40,237,237,237,237,237,237,238,0,0,0,0,0,0,0,0,5,6,0,74,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,45,3,4,0,0,0,0,0,0,72,0,0,0,0,0,0,1,2,76,77,42,43,4,0,0,0,0,0,0,0,0,0,0,0,0,40,41,110,111,0,1,43,0,0,1,2,0,0,0,0,0,0,0,111,74,75,111,3,4,40,111,0,0,40,41,3,4,1,2,0,111,0,5,6,0,0,42,43,74,5,6,111,74,75,42,43,40,41,3,4,0,44,45,1,2,0,1,2,44,45,3,4,0,111,0,74,75,42,43,111,76,77,40,41,0,40,41,76,77,42,43,0,0,0,111,0,110,0,0,1,2,74,75,72,74,75,3,4,0,0,0,1,2,0,0,0,0,0,40,41,111,39,3,4,0,42,43,0,110,0,40,41,39,0,3,4,0,74,75,39,0,42,43,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,12,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,50,51,52,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,88,89,90,91,92,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,121,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,139,140,141,142,143,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,1,0,1,0,1,1,0,0,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,1,1,1,0,0,1" />\n\t<skyRegion x="13" y="0" w="5" h="5" />\n\t<exit dMap="garden9" x="0" y="13" dX="17" dY="2" />\n\t<exit dMap="garden9" x="0" y="14" dX="17" dY="3" />\n\t<exit dMap="garden9" x="0" y="15" dX="17" dY="4" />\n\t<exit dMap="garden9" x="0" y="16" dX="17" dY="5" />\n\t<exit dMap="garden9" x="0" y="17" dX="17" dY="6" />\n\t<exit dMap="garden9" x="0" y="18" dX="17" dY="7" />\n\t<exit dMap="garden11" x="18" y="2" dX="1" dY="2" />\n\t<exit dMap="garden11" x="18" y="3" dX="1" dY="3" />\n\t<waypoint id="0" x="1" y="4" />\n\t<waypoint id="1" x="2" y="4" />\n\t<waypoint id="2" x="7" y="5" />\n\t<waypoint id="3" x="15" y="10" />\n\t<waypoint id="4" x="1" y="10" />\n\t<waypoint id="5" x="1" y="7" />\n\t<waypoint id="6" x="5" y="13" />\n\t<waypoint id="7" x="14" y="13" />\n\t<waypoint id="8" x="5" y="20" />\n\t<waypoint id="9" x="8" y="20" />\n\t<waypoint id="10" x="9" y="20" />\n\t<waypoint id="11" x="11" y="20" />\n\t<mob id="0" mType="plebian_woman_a" x="1" y="4" path="0" />\n\t<mob id="1" mType="senator_a" x="2" y="4" path="1" />\n\t<mob id="3" mType="plebian_man_a" x="5" y="13" path="6," />\n\t<mob id="4" mType="bourgeois_man_2a" x="5" y="20" path="8," />\n\t<mob id="5" mType="bourgeois_man_1a" x="9" y="20" path="10," />\n</level>\n\t\t');
};
_global.garden10 extends xml_base;
var v1 = _global.garden10.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20556 __Packages.forum19 {
#initclip
if (!forum19) {
_global.forum19 = function () {
super();
this.parseXML('\n<level name="forum19" width="19" height="13" set="forum" >\n\t<ground tiles="0,0,0,0,0,0,0,482,528,12,11,12,11,281,283,284,285,286,287,0,468,469,469,469,470,0,482,528,12,11,12,11,318,320,321,322,323,324,0,481,0,0,0,482,0,482,528,12,11,12,11,355,357,358,359,360,361,0,544,469,469,469,545,0,482,483,484,483,484,11,376,377,378,379,380,381,0,0,0,0,0,0,0,482,528,12,11,12,11,407,408,409,410,411,412,0,0,0,0,0,0,0,482,528,483,484,483,484,473,474,475,476,477,478,0,0,0,0,0,0,0,482,528,12,11,12,11,485,486,487,488,489,490,0,0,0,0,0,0,0,482,528,12,11,12,11,12,11,12,11,12,11,0,0,0,0,0,0,0,482,528,12,11,12,11,12,11,12,11,12,11,0,468,469,469,469,470,0,482,528,12,11,12,11,12,11,12,11,12,11,0,481,0,0,0,482,0,482,528,12,11,12,11,12,11,12,11,12,11,0,544,547,547,547,545,0,482,528,12,11,12,11,168,169,170,171,172,173,0,0,0,0,0,0,0,482,528,12,11,12,11,203,204,205,206,207,208" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0" />\n\t<skyRegion x="13" y="8" w="6" h="3" />\n\t<exit dMap="forum16" x="8" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="9" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="10" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="11" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="12" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="13" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="14" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="15" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="16" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="17" y="12" dX="12" dY="2" />\n\t<exit dMap="forum16" x="18" y="12" dX="12" dY="2" />\n\t<exit dMap="forum11" x="18" y="6" dX="2" dY="8" />\n\t<exit dMap="forum11" x="18" y="7" dX="2" dY="8" />\n\t<exit dMap="forum11" x="18" y="8" dX="2" dY="8" />\n\t<exit dMap="forum11" x="18" y="9" dX="2" dY="8" />\n\t<exit dMap="forum11" x="18" y="10" dX="2" dY="8" />\n\t<waypoint id="0" x="11" y="8" />\n\t<waypoint id="1" x="13" y="7" />\n\t<mob id="0" mType="plebian_woman_a" x="10" y="8" path="0,1" />\n\t<mob id="1" mType="plebian_man_a" x="15" y="6" path="1,0" />\n\t<object mType="statue_c" x="6" y="0" />\n\t<object mType="statue_c" x="0" y="0" />\n\t<object mType="statue_c" x="0" y="8" />\n\t<object mType="barrel" x="12" y="3" />\n\t<object mType="barrel" x="11" y="3" />\n\t<object mType="statue_c" x="6" y="8" />\n</level>\n\t\t');
};
_global.forum19 extends xml_base;
var v1 = _global.forum19.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20557 __Packages.garden8 {
#initclip
if (!garden8) {
_global.garden8 = function () {
super();
this.parseXML('\n<level name="garden8" width="19" height="13" set="garden" >\n\t<ground tiles="25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,0,0,0,0,0,0,0,111,0,0,0,39,0,0,0,0,0,0,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,244,244,244,244,244,244,316,244,244,244,244,244,244,244,244,244,244,244,244,236,236,236,236,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,111,0,0,0,0,0,0,0,0,1,2,0,0,5,6,42,43,111,0,1,0,0,0,3,4,0,1,2,40,41,3,4,44,45,0,110,3,4,40,1,2,0,42,43,110,40,41,74,75,42,43,76,77,1,2,42,43,74,40,41,111,0,111,0,74,75,5,6,0,1,2,0,40,41,0,1,2,74,75,1,2,0,3,4,0,44,45,110,40,41,111,74,75,0,40,41" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,0,1,1,1,0,0" />\n\t<exit dMap="garden6" x="0" y="2" dX="36" dY="15" />\n\t<exit dMap="garden6" x="0" y="3" dX="36" dY="15" />\n\t<exit dMap="garden6" x="0" y="4" dX="36" dY="16" />\n\t<exit dMap="garden6" x="0" y="5" dX="36" dY="16" />\n\t<exit dMap="garden6" x="0" y="6" dX="36" dY="17" />\n\t<exit dMap="garden6" x="0" y="7" dX="36" dY="17" />\n\t<exit dMap="garden6" x="0" y="8" dX="36" dY="18" />\n\t<exit dMap="garden6" x="0" y="9" dX="36" dY="19" />\n\t<exit dMap="garden9" x="18" y="2" dX="2" dY="5" />\n\t<exit dMap="garden9" x="18" y="3" dX="2" dY="5" />\n\t<exit dMap="garden9" x="18" y="4" dX="2" dY="5" />\n\t<exit dMap="garden9" x="18" y="5" dX="2" dY="5" />\n\t<exit dMap="garden9" x="18" y="6" dX="2" dY="5" />\n\t<exit dMap="garden9" x="18" y="7" dX="2" dY="5" />\n\t<exit dMap="garden9" x="18" y="8" dX="2" dY="5" />\n\t<waypoint id="0" x="5" y="4" />\n\t<waypoint id="1" x="13" y="4" />\n\t<waypoint id="2" x="7" y="6" />\n\t<waypoint id="3" x="15" y="6" />\n\t<waypoint id="4" x="10" y="7" />\n\t<waypoint id="5" x="17" y="2" />\n\t<mob id="0" mType="plebian_man_a" x="5" y="4" path="0,5" />\n\t<mob id="1" mType="bourgeois_man_1a" x="7" y="6" path="2,5" />\n\t<mob id="2" mType="senator_a" x="16" y="5" path="4,1" />\n\t<mob id="3" mType="plebian_man_a" x="4" y="2" path="4,5" />\n\t<mob id="4" mType="plebian_man_a" x="6" y="2" path="1,4" />\n\t<mob id="9" mType="senator_a" x="18" y="3" path="3,4,0" />\n\t<mob id="10" mType="senator_a" x="18" y="6" path="3,4,0" />\n\t<mob id="11" mType="senator_a" x="1" y="8" path="0,3" />\n\t<mob id="13" mType="senator_a" x="1" y="2" path="0,3" />\n</level>\n\t\t');
};
_global.garden8 extends xml_base;
var v1 = _global.garden8.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20558 __Packages.outskirts6 {
#initclip
if (!outskirts6) {
_global.outskirts6 = function () {
super();
this.parseXML('\n<level name="outskirts6" width="38" height="26" set="outskirts" >\n\t<ground tiles="36,211,212,131,211,212,131,211,212,134,187,188,125,126,38,132,126,38,132,126,213,0,0,0,187,188,36,304,212,212,211,212,132,39,126,127,39,134,86,260,261,175,260,261,175,260,261,85,224,225,86,170,82,176,170,82,176,170,262,0,0,0,224,225,169,341,261,261,260,261,176,83,170,171,83,178,86,0,0,4,0,0,7,0,0,135,187,188,136,0,0,0,0,0,0,0,0,0,8,9,187,188,169,0,7,0,0,0,0,0,0,0,0,178,86,0,0,0,0,0,51,0,0,0,224,225,0,0,0,0,0,0,0,0,0,0,52,53,224,225,169,3,51,3,0,7,3,0,0,0,0,178,86,0,0,0,0,0,0,0,0,0,187,188,0,0,7,0,0,0,0,4,0,0,0,0,187,188,169,0,0,0,3,51,0,0,0,0,0,178,86,0,0,0,0,0,0,0,0,93,426,426,98,0,51,0,0,0,0,0,0,0,0,0,224,225,169,0,0,0,0,0,0,0,0,0,0,178,86,0,93,94,95,96,273,274,95,426,426,426,426,96,95,96,95,273,274,96,96,95,274,274,144,186,80,0,93,94,95,96,97,95,96,97,98,178,86,0,313,144,145,146,315,316,145,426,426,426,426,146,145,146,145,315,316,146,426,145,146,145,146,225,80,41,143,426,426,426,426,426,426,426,272,505,86,0,0,0,0,0,0,0,0,313,426,426,318,0,0,0,0,0,0,0,0,0,0,0,0,0,204,306,185,426,434,435,426,426,426,426,426,546,86,0,0,0,0,0,0,0,0,0,222,223,0,0,0,0,0,0,0,1,0,0,0,0,0,0,151,152,222,426,475,476,426,426,426,426,426,426,86,0,0,0,0,0,0,0,0,0,185,186,0,0,4,0,0,0,8,9,0,0,0,0,0,0,189,190,271,426,426,426,426,426,426,426,426,426,86,0,0,0,0,0,0,0,0,0,222,223,0,0,0,0,0,0,52,53,4,0,0,0,0,0,226,227,313,314,315,316,315,426,316,317,315,316,86,3,0,0,0,0,0,0,0,3,185,186,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,222,223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,186,0,7,0,0,209,37,304,304,132,38,128,211,207,208,0,0,0,0,0,0,0,0,0,21,22,0,0,0,0,0,5,6,0,0,0,0,185,186,0,51,0,0,85,81,341,341,5,6,172,260,256,86,0,0,0,0,0,0,0,0,0,65,66,4,0,0,0,0,49,50,0,0,151,152,222,223,0,0,0,0,85,0,0,0,49,50,0,0,0,86,0,0,0,0,13,14,15,16,17,18,19,20,0,0,0,0,99,100,0,0,189,190,185,186,0,0,0,0,135,0,0,0,99,100,0,0,0,136,0,0,0,0,57,58,59,60,61,62,63,64,0,0,0,0,149,150,0,0,226,227,187,188,0,0,0,0,0,0,0,0,149,150,0,0,0,0,0,0,0,0,104,105,106,107,108,109,110,111,0,0,0,0,0,0,0,0,0,0,224,426,273,274,95,95,96,95,97,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,96,95,95,96,95,96,95,273,274,426,426,315,316,145,145,146,426,147,272,95,96,274,273,274,273,274,273,274,273,274,273,274,273,274,273,273,274,145,146,145,145,146,145,146,145,315,316,317,318,3,0,0,0,0,313,314,315,145,146,316,315,316,315,316,315,316,315,316,315,316,315,316,315,315,316,0,0,3,3,0,0,0,8,9,0,0,3,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,39,304,38,304,304,39,304,38,304,304,39,304,38,304,304,39,304,38,212,212,304,38,39,212,212,304,38,38,212,212,39,39,212,212,38,304,38,339,83,341,82,341,341,83,341,82,341,341,83,341,82,341,341,83,341,82,261,261,341,82,83,261,261,341,82,82,261,261,83,83,261,261,82,341,82,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,4,0,1,0,0,0,125,205,206,212,212,205,206,207,212,205" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="outskirts7" x="0" y="22" dX="17" dY="9" />\n\t<exit dMap="outskirts7" x="0" y="21" dX="17" dY="8" />\n\t<exit dMap="outskirts7" x="0" y="20" dX="17" dY="8" />\n\t<exit dMap="outskirts7" x="0" y="19" dX="17" dY="7" />\n\t<exit dMap="outskirts7" x="0" y="18" dX="17" dY="7" />\n\t<exit dMap="outskirts7" x="0" y="17" dX="17" dY="6" />\n\t<exit dMap="outskirts7" x="0" y="16" dX="17" dY="6" />\n\t<exit dMap="outskirts7" x="0" y="15" dX="17" dY="1" />\n\t<exit dMap="outskirts7" x="0" y="14" dX="17" dY="1" />\n\t<exit dMap="outskirts5" x="10" y="0" dX="33" dY="21" />\n\t<exit dMap="outskirts5" x="11" y="0" dX="34" dY="21" />\n\t<exit dMap="outskirts9" x="21" y="0" dX="6" dY="25" />\n\t<exit dMap="outskirts9" x="22" y="0" dX="7" dY="25" />\n\t<exit dMap="outskirts9" x="23" y="0" dX="7" dY="25" />\n\t<exit dMap="outskirts9" x="24" y="0" dX="8" dY="25" />\n\t<exit dMap="outskirts9" x="25" y="0" dX="9" dY="25" />\n\t<exit dMap="outskirts8" x="37" y="9" dX="2" dY="13" />\n\t<exit dMap="outskirts8" x="37" y="10" dX="2" dY="13" />\n\t<exit dMap="outskirts8" x="37" y="11" dX="2" dY="13" />\n\t<exit dMap="outskirts8" x="37" y="12" dX="2" dY="14" />\n\t<exit dMap="outskirts8" x="37" y="13" dX="2" dY="14" />\n\t<exit dMap="outskirts8" x="37" y="14" dX="2" dY="14" />\n\t<exit dMap="outskirts8" x="37" y="18" dX="2" dY="25" />\n\t<exit dMap="outskirts8" x="37" y="19" dX="2" dY="25" />\n\t<exit dMap="outskirts8" x="37" y="20" dX="2" dY="25" />\n\t<exit dMap="outskirts8" x="37" y="21" dX="2" dY="25" />\n\t<exit dMap="outskirts8" x="37" y="22" dX="2" dY="25" />\n\t<waypoint id="0" x="33" y="10" />\n\t<waypoint id="1" x="22" y="11" />\n\t<waypoint id="2" x="24" y="4" />\n\t<waypoint id="3" x="11" y="6" />\n\t<waypoint id="4" x="10" y="20" />\n\t<waypoint id="5" x="27" y="18" />\n\t<waypoint id="6" x="34" y="20" />\n\t<mob id="0" mType="plebian_man_a" x="12" y="6" path="3,1,5,1,3" />\n\t<mob id="1" mType="plebian_woman_a" x="25" y="4" path="2,1,4,1,2" />\n\t<mob id="2" mType="plebian_woman_a" x="10" y="6" path="3,4,5,4,3" />\n\t<mob id="3" mType="plebian_man_a" x="23" y="4" path="2,1,0,1,2" />\n\t<mob id="4" mType="plebian_woman_a" x="33" y="9" path="0,5,4,5,0" />\n\t<mob id="5" mType="plebian_man_a" x="34" y="10" path="0,1,4,5,0" />\n\t<mob id="6" mType="plebian_man_a" x="32" y="10" path="0,5,4,3,2,1,0" />\n\t<mob id="7" mType="plebian_man_a" x="27" y="17" path="5,4,5,6,5" />\n\t<mob id="8" mType="plebian_woman_a" x="33" y="20" path="6,5,6" />\n\t<mob id="9" mType="soldier_1a" x="22" y="10" path="1,4,3,2,1,0,5,6,5,4,3" />\n\t<mob id="10" mType="soldier_1c" x="23" y="11" path="1,5,4,3,2,1" />\n\t<mob id="11" mType="soldier_1c" x="24" y="19" path="5,6,5,4" />\n\t<mob id="12" mType="soldier_1c" x="11" y="5" path="3,4,5,1,3" />\n\t<mob id="13" mType="soldier_1a" x="11" y="18" path="4,3,1,5" />\n\t<mob id="14" mType="soldier_1a" x="13" y="20" path="4,3,1,5" />\n\t<mob id="15" mType="drunk" x="29" y="6" path="1,3,2" />\n\t<mob id="16" mType="drunk" x="31" y="6" path="5,4,1" />\n\t<object mType="shack3" x="12" y="7" />\n\t<object mType="shack1" x="4" y="7" />\n\t<object mType="shack4" x="3" y="9" />\n\t<object mType="shack5" x="33" y="2" />\n\t<object mType="shack4" x="35" y="2" />\n\t<object mType="shack1" x="26" y="19" />\n\t<object mType="shack4" x="29" y="19" />\n\t<object mType="barrel" x="25" y="7" />\n\t<object mType="barrel" x="7" y="10" />\n\t<object mType="shack5" x="16" y="8" />\n\t<object mType="spit_cats" x="18" y="21" />\n\t<object mType="spit_fish" x="34" y="21" />\n\t<object mType="shack1" x="6" y="14" />\n\t<object mType="amphora" x="27" y="3" />\n\t<object mType="amphora" x="8" y="10" />\n\t<weapon mType="0" x="18" y="16" />\n\t<weapon mType="18" x="23" y="16" />\n</level>\n\t\t');
};
_global.outskirts6 extends xml_base;
var v1 = _global.outskirts6.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20559 __Packages.garden12 {
#initclip
if (!garden12) {
_global.garden12 = function () {
super();
this.parseXML('\n<level name="garden12" width="19" height="13" set="garden" >\n\t<ground tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n</level>\n\t\t');
};
_global.garden12 extends xml_base;
var v1 = _global.garden12.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20560 __Packages.tinymantis.DigiNumber {
#initclip
if (!tinymantis.DigiNumber) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.DigiNumber = function (clip, numDigits, prefix) {
this.pMovieClip = clip;
this.pNumDigits = numDigits;
this.pPrefix = prefix;
this.pAlign = 'center';
this.pAddZero = false;
this.pX = this.pMovieClip._x;
this.pWidth = this.pMovieClip._width;
this.pSpace = this.pWidth / this.pNumDigits;
this.pCommaSpace = 0;
};
var v1 = _global.tinymantis.DigiNumber.prototype;
v1.getNumDigits = function () {
return this.pNumDigits;
};
v1.setCommaSpace = function (space) {
this.pCommaSpace = space;
};
v1.setAddZero = function (add) {
this.pAddZero = add;
};
v1.setAlign = function (align) {
this.pAlign = align;
};
v1.getNumber = function () {
return this.pNumber;
};
v1.setNumber = function (num) {
this.pNumber = num;
var v3 = 0;
var v4 = this.pNumber;
var v5 = 0;
goto 775;
for (;;) {
++v5;
label 775:
if (v5 >= this.pNumDigits) break;
var v6 = v4 % 10;
var v7 = v6 + 2;
v4 = Math.floor(v4 / 10);
if (v6 == 0 && (!this.pAddZero && (v5 > 0 && v4 == 0))) {
v7 = 1;
}
if (v7 > 1) {
++v3;
}
this.pMovieClip[this.pPrefix + v5].gotoAndStop(v7);
}
if (this.pCommaSpace > 0) {
v4 = this.pNumber;
var v8 = Math.floor((this.pNumDigits - 1) / 3);
var v9 = 0;
goto 1125;
for (;;) {
++v9;
label 1125:
if (v9 >= v8) break;
this.pMovieClip[this.pPrefix + 'c' + v9]._visible = v4 > 999 ? true : false;
v4 = Math.floor(v4 / 1000);
}
}
var v10 = this.pSpace * v3;
switch (this.pAlign) {
case 'center':
this.pMovieClip._x = this.pX - (this.pWidth - v10) / 2;
break;
case 'right':
this.pMovieClip._x = this.pX - this.pWidth;
break;
case 'left':
this.pMovieClip._x = this.pX;
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20561 __Packages.tinymantis.SoundManager {
#initclip
if (!tinymantis.SoundManager) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.SoundManager = function (inNumChannels) {
var v3 = 0;
goto 886;
for (;;) {
++v3;
label 886:
if (v3 >= inNumChannels) break;
this.addSound();
}
this.mSoundController = new Sound(_root);
this.mSfxOn = true;
};
var v1 = _global.tinymantis.SoundManager.prototype;
_global.tinymantis.SoundManager.__get__sSingleton = function () {
if (tinymantis.SoundManager._sSingleton == undefined) {
tinymantis.SoundManager._sSingleton = new tinymantis.SoundManager(50);
}
return tinymantis.SoundManager._sSingleton;
};
v1.__set__sfxon = function (isOn) {
this.mSfxOn = isOn;
return this.__get__sfxon();
};
v1.__get__sfxon = function () {
return this.mSfxOn;
};
v1.isChannelPlaying = function (index) {
if (index >= 0 && index < this.mSoundIsPlaying.length) {
return this.mSoundIsPlaying[index];
}
return false;
};
v1.playSoundAt = function (inSoundName, position, vol) {
var v5 = -1;
var v6 = 0;
goto 1328;
for (;;) {
++v6;
label 1328:
if (v6 >= this.mSoundIsPlaying.length) break;
if (!this.mSoundIsPlaying[v6]) {
this.mSoundIsPlaying[v6] = true;
v5 = v6;
} else {}
}
if (v5 != -1) {
var v7 = this.mSoundPool[v5];
v7.attachSound(inSoundName);
if (v7 == undefined) {
throw new Error('there is no sound at index' + v5);
}
v7.start(position, 0);
v7.setVolume(vol);
return v5;
}
org.flashdevelop.utils.FlashConnect.trace('Not enough sound channels!!! Increase the number of channels', 'tinymantis.SoundManager::playSoundAt', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/tinymantis/SoundManager.as', 78);
return -1;
return v5;
};
v1.playSound = function (inSoundName, loop, vol) {
var v5 = -1;
var v6 = 0;
goto 1683;
for (;;) {
++v6;
label 1683:
if (v6 >= this.mSoundIsPlaying.length) break;
if (!this.mSoundIsPlaying[v6]) {
this.mSoundIsPlaying[v6] = true;
v5 = v6;
} else {}
}
if (v5 != -1) {
var v7 = this.mSoundPool[v5];
v7.attachSound(inSoundName);
if (v7 == undefined) {
throw new Error('there is no sound at index' + v5);
}
if (loop) {
v7.start(0, 100000);
} else {
if (!this.mSfxOn) {
vol = 0;
}
v7.start(0, 0);
}
v7.setVolume(vol);
return v5;
}
org.flashdevelop.utils.FlashConnect.trace('Not enough sound channels!!! Increase the number of channels', 'tinymantis.SoundManager::playSound', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/tinymantis/SoundManager.as', 117);
return -1;
return v5;
};
v1.stopSound = function (inIndex) {
if (inIndex >= 0) {
var v3 = this.mSoundPool[inIndex];
if (v3 != undefined) {
v3.stop();
this.freeSound(inIndex);
}
}
return -1;
};
v1.freeSound = function (inIndex) {
if (inIndex >= 0) {
this.mSoundIsPlaying[inIndex] = false;
}
};
v1.setVolume = function (inIndex, inVolume) {
if (inIndex >= 0) {
var v4 = this.mSoundPool[inIndex];
if (v4 == undefined) {
throw new Error('there is no sound at index' + inIndex);
}
v4.setVolume(inVolume);
}
};
v1.getSound = function (inIndex) {
var v3 = this.mSoundPool[inIndex];
if (v3 == undefined) {
throw new Error('there is no sound at index' + inIndex);
}
return v3;
};
v1.addSound = function () {
var v2 = _root.createEmptyMovieClip('sndobj' + this.mCounter, _root.getNextHighestDepth());
var v3 = new Sound(v2);
v3.index = this.mSoundPool.length;
v3.onSoundComplete = function () {
tinymantis.SoundManager.sSingleton.freeSound(this.index);
};
this.mSoundPool.push(v3);
this.mSoundParentPool.push(v2);
this.mSoundIsPlaying.push(false);
++this.mCounter;
};
v1.setGlobalVolume = function (vol) {
this.mSoundController.setVolume(vol);
};
v1.getGlobalVolume = function () {
return this.mSoundController.getVolume();
};
v1.addProperty('sfxon', v1.__get__sfxon, v1.__set__sfxon);
_global.tinymantis.SoundManager.addProperty('sSingleton', _global.tinymantis.SoundManager.__get__sSingleton, function () {});
ASSetPropFlags(v1, null, 1);
v1.mSoundPool = new Array();
v1.mSoundParentPool = new Array();
v1.mSoundIsPlaying = new Array();
v1.mCounter = 100000;
}
#endinitclip
}
movieClip 20562 __Packages.outskirts8 {
#initclip
if (!outskirts8) {
_global.outskirts8 = function () {
super();
this.parseXML('\n<level name="outskirts8" width="30" height="30" set="outskirts" >\n\t<ground tiles="36,126,127,128,40,185,426,426,426,426,188,36,37,38,39,37,37,40,151,152,0,8,9,0,0,0,0,0,0,0,80,170,171,172,84,185,426,426,426,426,225,80,81,82,83,81,81,84,189,190,3,52,53,3,0,0,0,0,21,22,0,0,0,0,84,222,426,426,426,426,188,80,0,0,0,0,0,84,226,227,0,3,0,0,0,0,0,0,65,66,161,162,163,164,84,185,426,426,426,426,225,80,156,157,158,159,160,135,1,0,7,0,0,0,0,0,0,0,161,162,196,197,198,199,84,222,426,426,426,426,188,80,191,192,193,194,195,1,0,3,51,0,0,7,0,0,0,0,196,197,245,246,247,248,84,185,426,426,426,426,225,80,240,241,242,243,244,0,0,0,3,0,1,51,0,0,0,0,245,246,294,295,296,297,84,185,426,426,426,426,188,80,289,290,291,292,293,0,0,0,0,0,0,3,0,0,0,0,294,295,331,332,333,334,84,222,426,426,426,426,188,80,151,152,0,0,0,0,0,0,0,0,0,0,0,0,0,3,331,332,362,363,364,365,84,185,426,426,426,426,225,80,189,190,0,228,229,230,231,232,233,234,235,236,237,238,239,239,362,363,388,389,390,391,85,271,426,426,426,426,276,80,226,227,0,277,278,279,280,281,282,283,284,285,286,287,288,288,388,389,0,0,0,0,135,313,314,315,316,317,318,136,0,0,0,319,320,321,322,323,324,325,326,327,328,329,330,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,351,352,353,354,355,356,357,358,359,360,361,0,0,49,96,97,98,0,0,228,229,230,231,232,233,234,235,236,237,376,377,378,379,380,381,382,383,384,385,386,387,387,0,99,426,426,276,0,0,277,278,279,280,281,282,283,284,285,286,287,403,404,405,406,407,408,409,410,411,412,413,3,0,149,426,426,276,0,0,319,320,321,322,323,324,325,326,327,328,329,415,416,417,418,419,420,421,422,423,0,7,425,0,0,317,315,318,0,0,350,351,352,353,354,355,356,357,358,359,360,361,0,0,0,0,0,7,0,0,0,51,156,157,158,0,0,0,0,0,376,377,378,379,380,381,382,383,384,385,386,387,0,13,14,15,3,51,4,0,3,0,191,192,193,0,5,6,0,0,402,403,404,405,406,407,408,409,410,411,412,413,0,57,58,59,60,61,62,63,64,1,240,241,242,3,49,50,0,0,414,415,416,417,418,419,420,421,422,423,424,425,0,104,105,106,107,108,109,110,111,0,289,290,291,0,99,100,3,0,0,0,0,0,48,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,1,1,149,150,0,1,44,45,46,47,48,48,0,0,0,0,0,0,0,51,21,22,0,0,0,10,11,12,104,8,9,9,0,0,0,87,88,89,90,91,92,92,228,229,230,231,232,233,234,235,65,66,238,239,0,54,55,56,0,52,53,53,0,0,0,137,138,139,140,141,142,3,277,0,279,280,281,282,283,284,285,286,287,288,0,101,102,103,0,1,0,0,0,0,0,179,180,181,182,183,184,0,0,320,3,322,323,324,325,326,327,328,3,330,0,153,154,155,0,0,0,95,96,95,96,614,217,218,219,220,619,95,96,95,96,95,96,95,96,95,96,95,96,95,97,97,98,0,0,0,3,145,146,145,146,659,266,267,268,269,664,145,146,145,146,145,146,145,146,145,146,145,146,145,316,317,318,0,13,0,8,0,0,0,0,307,308,309,310,311,312,0,402,3,404,405,406,407,408,409,410,411,412,413,0,0,0,0,0,3,52,0,0,0,0,344,345,346,347,348,349,0,414,415,416,417,418,419,420,421,422,423,424,425,0,0,0,3,0,21,22,7,1,0,0,370,371,372,373,374,375,0,0,7,0,3,151,152,0,7,13,14,15,16,3,1,19,20,7,65,66,51,0,4,1,7,397,398,399,400,401,8,9,51,1,1,189,190,21,51,57,58,59,60,61,62,63,64,51,3,1" />\n\t<sky tiles="28,29,30,31,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,28,29,72,73,74,75,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,72,73,117,118,119,120,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="0" y="0" w="4" h="3" />\n\t<skyRegion x="12" y="0" w="5" h="3" />\n\t<skyRegion x="27" y="12" w="3" h="3" />\n\t<skyRegion x="27" y="12" w="3" h="3" />\n\t<skyRegion x="27" y="12" w="3" h="3" />\n\t<skyRegion x="27" y="12" w="3" h="3" />\n\t<exit dMap="catacombs0" x="24" y="23" dX="7" dY="6" />\n\t<exit dMap="catacombs0" x="25" y="23" dX="7" dY="6" />\n\t<exit dMap="catacombs0" x="26" y="23" dX="7" dY="6" />\n\t<exit dMap="outskirts6" x="0" y="23" dX="36" dY="20" />\n\t<exit dMap="outskirts6" x="0" y="24" dX="36" dY="20" />\n\t<exit dMap="outskirts6" x="0" y="25" dX="36" dY="20" />\n\t<exit dMap="outskirts6" x="0" y="26" dX="36" dY="20" />\n\t<exit dMap="outskirts6" x="0" y="27" dX="36" dY="20" />\n\t<exit dMap="outskirts12" x="23" y="0" dX="10" dY="16" />\n\t<exit dMap="outskirts12" x="24" y="0" dX="10" dY="16" />\n\t<exit dMap="outskirts12" x="25" y="0" dX="10" dY="16" />\n\t<exit dMap="outskirts12" x="26" y="0" dX="10" dY="16" />\n\t<exit dMap="outskirts12" x="27" y="0" dX="10" dY="16" />\n\t<exit dMap="outskirts12" x="28" y="0" dX="10" dY="16" />\n\t<exit dMap="outskirts12" x="29" y="0" dX="10" dY="16" />\n\t<exit dMap="outskirts9" x="5" y="0" dX="22" dY="26" />\n\t<exit dMap="outskirts9" x="6" y="0" dX="23" dY="26" />\n\t<exit dMap="outskirts9" x="7" y="0" dX="24" dY="26" />\n\t<exit dMap="outskirts9" x="8" y="0" dX="25" dY="26" />\n\t<exit dMap="outskirts9" x="9" y="0" dX="26" dY="26" />\n\t<exit dMap="outskirts9" x="10" y="0" dX="27" dY="26" />\n\t<exit dMap="outskirts6" x="0" y="9" dX="36" dY="9" />\n\t<exit dMap="outskirts6" x="0" y="10" dX="36" dY="9" />\n\t<exit dMap="outskirts6" x="0" y="11" dX="36" dY="9" />\n\t<exit dMap="outskirts6" x="0" y="12" dX="36" dY="10" />\n\t<exit dMap="outskirts6" x="0" y="13" dX="36" dY="10" />\n\t<exit dMap="outskirts6" x="0" y="14" dX="36" dY="10" />\n\t<exit dMap="outskirts6" x="0" y="15" dX="36" dY="11" />\n\t<exit dMap="outskirts6" x="0" y="16" dX="36" dY="11" />\n\t<exit dMap="outskirts6" x="0" y="17" dX="36" dY="12" />\n\t<waypoint id="0" x="8" y="7" />\n\t<waypoint id="1" x="2" y="14" />\n\t<waypoint id="2" x="25" y="6" />\n\t<waypoint id="3" x="16" y="13" />\n\t<waypoint id="4" x="26" y="25" />\n\t<waypoint id="5" x="8" y="24" />\n\t<mob id="0" mType="drunk" x="6" y="10" path="0,1,3" />\n\t<mob id="1" mType="soldier_1b" x="18" y="10" path="3,1,2" />\n\t<mob id="2" mType="drunk" x="5" y="15" path="3,1,0" />\n\t<mob id="3" mType="soldier_1a" x="15" y="10" path="1,3,2" />\n\t<mob id="4" mType="soldier_1c" x="17" y="11" path="2,3,1" />\n\t<mob id="5" mType="soldier_1c" x="18" y="24" path="5,4" />\n\t<mob id="6" mType="soldier_1a" x="17" y="25" path="4,5" />\n\t<mob id="7" mType="plebian_woman_a" x="24" y="11" path="2,3" />\n\t<mob id="8" mType="plebian_man_a" x="22" y="11" path="2,3" />\n\t<mob id="9" mType="soldier_1a" x="11" y="16" path="1,0,3" />\n\t<mob id="10" mType="plebian_man_a" x="10" y="25" path="5,4" />\n\t<object mType="amphora" x="17" y="4" />\n\t<object mType="column_lg" x="27" y="20" />\n\t<object mType="column_lg" x="23" y="20" />\n\t<object mType="column_sm" x="28" y="21" />\n\t<object mType="column_sm" x="22" y="21" />\n\t<object mType="shack5" x="15" y="20" />\n\t<object mType="shack4" x="11" y="20" />\n\t<object mType="amphora" x="28" y="11" />\n\t<object mType="amphora" x="28" y="10" />\n\t<object mType="amphora" x="27" y="10" />\n\t<object mType="amphora" x="27" y="11" />\n\t<object mType="shack3" x="13" y="24" />\n</level>\n\t\t');
};
_global.outskirts8 extends xml_base;
var v1 = _global.outskirts8.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20563 __Packages.market1 {
#initclip
if (!market1) {
_global.market1 = function () {
super();
this.parseXML('\n<level name="market1" width="41" height="29" set="market" >\n\t<ground tiles="115,116,113,114,40,88,89,90,91,92,93,94,95,115,116,137,138,139,140,141,142,143,144,145,133,134,135,136,1,41,0,0,0,0,0,0,129,130,131,132,4,150,151,148,149,41,125,126,127,128,129,130,131,132,150,151,172,173,174,175,176,177,178,179,180,168,169,170,171,115,116,113,114,0,0,0,0,164,165,166,167,44,189,190,187,188,40,160,161,162,163,164,165,166,167,189,190,211,212,213,214,215,216,217,218,219,207,208,209,210,150,151,148,149,0,0,0,0,203,204,205,206,0,0,0,0,0,0,199,200,201,202,203,204,205,206,0,0,226,227,228,229,230,231,232,233,234,0,0,0,0,189,190,187,188,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,236,237,238,239,240,241,242,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,245,246,247,248,249,250,251,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,254,255,256,257,258,259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,113,114,0,0,0,0,0,0,0,0,80,81,82,83,187,188,115,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,116,4,43,0,0,115,116,148,149,0,0,0,0,0,0,0,0,117,118,119,120,4,0,150,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,151,44,1,2,2,150,151,187,188,137,138,139,140,141,142,143,144,152,153,154,155,44,4,189,190,0,0,0,0,0,4,137,138,139,140,141,142,143,144,145,189,190,43,0,0,41,189,190,0,0,172,173,174,175,176,177,178,179,191,192,193,194,0,44,0,0,0,0,0,0,43,44,172,173,174,175,176,177,178,179,180,21,22,23,24,0,113,114,115,116,0,211,212,213,214,215,216,217,218,0,0,0,0,0,0,0,0,0,0,0,0,42,43,211,212,213,214,215,216,217,218,219,61,62,63,64,3,148,149,150,151,4,226,227,228,229,230,231,232,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,227,228,229,230,231,232,233,234,96,97,98,99,42,187,188,189,190,44,235,236,237,238,239,240,241,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,236,237,238,239,240,241,242,243,0,0,0,0,0,0,0,0,0,0,244,245,246,247,248,249,250,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,245,246,247,248,249,250,251,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,254,255,256,257,258,259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,187,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,23,24,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,23,24,0,0,0,0,0,0,42,42,84,85,86,87,113,114,115,116,116,0,0,0,61,62,63,64,133,134,135,136,0,0,0,0,0,0,0,0,0,61,62,63,64,80,81,82,83,2,42,4,2,121,122,123,124,148,149,150,151,92,93,94,95,96,97,98,99,168,169,170,171,0,0,0,0,0,92,93,94,95,96,97,98,99,117,118,119,120,42,42,44,41,156,157,158,159,187,188,189,190,129,130,131,132,113,114,0,0,207,208,209,210,0,0,0,0,0,129,130,131,132,0,0,0,0,152,153,154,155,0,0,0,0,195,196,197,198,0,42,42,0,164,165,166,167,148,149,0,0,0,0,0,4,0,0,0,0,0,164,165,166,167,0,0,0,0,191,192,193,194,0,0,0,0,0,0,133,134,135,136,0,0,203,204,205,206,187,188,0,0,0,0,0,44,0,0,0,0,0,203,204,205,206,84,85,86,87,42,3,3,40,88,89,90,91,0,0,168,169,170,171,21,22,23,24,0,1,43,0,0,80,81,82,83,0,0,0,0,0,0,0,0,0,0,121,122,123,124,0,42,0,0,125,126,127,128,0,0,207,208,209,210,61,62,63,64,0,0,2,42,0,117,118,119,120,0,0,0,0,0,0,0,0,0,0,156,157,158,159" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,25,26,27,28,29,30,31,32,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,25,26,27,28,29,30,31,32,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,65,66,67,68,69,70,71,72,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,65,66,67,68,69,70,71,72,73,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,100,101,102,103,104,105,106,107,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,100,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0" />\n\t<skyRegion x="14" y="10" w="9" h="3" />\n\t<skyRegion x="33" y="9" w="8" h="3" />\n\t<skyRegion x="15" y="0" w="9" h="3" />\n\t<skyRegion x="0" y="9" w="4" h="2" />\n\t<skyRegion x="0" y="21" w="4" h="2" />\n\t<skyRegion x="8" y="20" w="4" h="2" />\n\t<skyRegion x="16" y="21" w="4" h="2" />\n\t<skyRegion x="33" y="21" w="4" h="2" />\n\t<skyRegion x="16" y="21" w="4" h="2" />\n\t<skyRegion x="37" y="24" w="4" h="2" />\n\t<skyRegion x="23" y="25" w="4" h="2" />\n\t<skyRegion x="4" y="25" w="4" h="2" />\n\t<skyRegion x="15" y="0" w="9" h="3" />\n\t<skyRegion x="15" y="0" w="9" h="3" />\n\t<exit dMap="market3" x="0" y="15" dX="48" dY="4" />\n\t<exit dMap="market2" x="40" y="2" dX="2" dY="5" />\n\t<exit dMap="market2" x="40" y="3" dX="2" dY="5" />\n\t<exit dMap="market2" x="40" y="4" dX="2" dY="6" />\n\t<exit dMap="market2" x="40" y="5" dX="2" dY="6" />\n\t<exit dMap="market2" x="40" y="6" dX="2" dY="7" />\n\t<exit dMap="market2" x="40" y="7" dX="2" dY="7" />\n\t<exit dMap="market2" x="40" y="8" dX="2" dY="8" />\n\t<exit dMap="market2" x="40" y="9" dX="2" dY="8" />\n\t<exit dMap="market2" x="40" y="10" dX="2" dY="8" />\n\t<exit dMap="market3" x="0" y="16" dX="48" dY="5" />\n\t<exit dMap="market3" x="0" y="17" dX="48" dY="6" />\n\t<exit dMap="market3" x="0" y="18" dX="48" dY="7" />\n\t<exit dMap="market3" x="0" y="19" dX="48" dY="8" />\n\t<exit dMap="market3" x="0" y="20" dX="48" dY="9" />\n\t<exit dMap="market3" x="0" y="21" dX="48" dY="9" />\n\t<exit dMap="market0" x="0" y="3" dX="47" dY="4" />\n\t<exit dMap="market0" x="0" y="4" dX="47" dY="4" />\n\t<exit dMap="market0" x="0" y="5" dX="47" dY="4" />\n\t<exit dMap="market0" x="0" y="6" dX="47" dY="5" />\n\t<exit dMap="market0" x="0" y="7" dX="47" dY="5" />\n\t<exit dMap="market0" x="0" y="8" dX="47" dY="5" />\n\t<exit dMap="market0" x="0" y="9" dX="47" dY="5" />\n\t<exit dMap="market5" x="28" y="26" dX="30" dY="2" />\n\t<exit dMap="market5" x="29" y="26" dX="30" dY="2" />\n\t<exit dMap="market5" x="30" y="26" dX="30" dY="2" />\n\t<exit dMap="market5" x="31" y="26" dX="30" dY="2" />\n\t<exit dMap="market5" x="32" y="26" dX="30" dY="2" />\n\t<exit dMap="market0" x="0" y="10" dX="47" dY="5" />\n\t<exit dMap="market3" x="0" y="22" dX="48" dY="9" />\n\t<exit dMap="market2" x="40" y="11" dX="2" dY="8" />\n\t<waypoint id="0" x="5" y="4" />\n\t<waypoint id="1" x="14" y="4" />\n\t<waypoint id="2" x="5" y="8" />\n\t<waypoint id="3" x="8" y="11" />\n\t<waypoint id="4" x="6" y="15" />\n\t<waypoint id="5" x="3" y="18" />\n\t<waypoint id="6" x="13" y="18" />\n\t<waypoint id="7" x="7" y="21" />\n\t<waypoint id="8" x="24" y="17" />\n\t<waypoint id="9" x="28" y="18" />\n\t<waypoint id="10" x="30" y="17" />\n\t<waypoint id="11" x="32" y="21" />\n\t<waypoint id="12" x="26" y="21" />\n\t<waypoint id="13" x="25" y="3" />\n\t<waypoint id="14" x="28" y="9" />\n\t<waypoint id="15" x="30" y="4" />\n\t<waypoint id="16" x="36" y="3" />\n\t<waypoint id="17" x="36" y="8" />\n\t<waypoint id="18" x="15" y="7" />\n\t<waypoint id="19" x="23" y="7" />\n\t<mob id="0" mType="plebian_woman_a" x="5" y="4" path="0,1" />\n\t<mob id="1" mType="bourgeois_man_2a" x="5" y="8" path="2,3,4,3" />\n\t<mob id="2" mType="soldier_1a" x="3" y="18" path="5,6,7" />\n\t<mob id="3" mType="prostitute_a" x="25" y="17" path="8,9,10,9" />\n\t<mob id="4" mType="plebian_man_a" x="32" y="21" path="11,12" />\n\t<mob id="5" mType="drunk" x="25" y="3" path="13,14,15,14" />\n\t<mob id="6" mType="bourgeois_man_1a" x="15" y="7" path="18,19" />\n\t<mob id="7" mType="plebian_woman_a" x="36" y="3" path="16,17" />\n\t<mob id="8" mType="soldier_1b" x="36" y="19" path="10,6,4" />\n\t<mob id="9" mType="plebian_man_a" x="12" y="19" path="6,9" />\n\t<mob id="10" mType="plebian_man_a" x="10" y="17" path="9,6" />\n\t<mob id="11" mType="plebian_woman_a" x="6" y="20" path="7,10" />\n\t<mob id="12" mType="plebian_woman_a" x="7" y="4" path="1,17" />\n\t<mob id="13" mType="plebian_man_a" x="10" y="6" path="17,3" />\n\t<mob id="14" mType="plebian_man_a" x="38" y="7" path="14,3" />\n\t<mob id="15" mType="plebian_woman_a" x="33" y="8" path="15,3" />\n\t<mob id="16" mType="plebian_man_a" x="34" y="4" path="17,14,3" />\n\t<mob id="17" mType="plebian_man_a" x="12" y="10" path="6,3,1" />\n\t<mob id="18" mType="prostitute_a" x="11" y="9" path="1,3,6" />\n\t<object mType="tent" x="33" y="0" />\n\t<object mType="amphora" x="38" y="17" />\n\t<object mType="urn1" x="13" y="15" />\n\t<weapon mType="11" x="27" y="3" />\n</level>\n\t\t');
};
_global.market1 extends xml_base;
var v1 = _global.market1.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20564 __Packages.bathHouse0 {
#initclip
if (!bathHouse0) {
_global.bathHouse0 = function () {
super();
this.parseXML('\n<level name="bathHouse0" width="19" height="16" set="bathHouse" >\n\t<ground tiles="265,265,272,246,357,358,359,360,361,362,363,364,365,366,240,265,272,271,265,265,272,265,246,367,368,369,370,371,373,373,374,375,376,247,272,265,265,265,242,242,242,257,377,378,379,380,381,382,383,384,385,386,258,242,242,245,265,268,268,268,268,387,388,389,390,391,392,393,394,395,396,268,268,272,247,265,272,268,268,268,397,398,399,400,401,402,403,404,405,406,268,268,268,247,265,268,268,268,268,407,408,409,410,411,412,413,414,415,416,268,268,268,247,265,268,268,268,268,417,418,419,420,421,422,423,424,425,426,268,268,268,247,265,268,268,268,268,268,268,268,427,428,429,430,268,272,268,268,268,268,247,265,237,236,237,236,237,236,237,236,237,236,237,238,268,244,242,242,242,292,265,249,248,249,248,249,248,249,248,249,250,249,290,268,246,265,265,271,265,265,249,248,249,248,249,248,249,248,249,250,249,290,268,246,265,265,265,265,265,294,295,294,295,294,295,294,295,294,295,294,296,268,246,271,265,265,271,265,268,268,268,268,268,272,268,268,268,268,268,268,268,246,271,271,271,271,265,268,268,268,268,268,268,268,268,268,268,268,268,268,246,271,265,271,265,265,268,268,268,268,268,268,268,268,268,268,268,268,268,246,271,271,271,271,271,242,242,242,242,242,242,242,242,242,242,242,242,242,257,271,271,265,271,265" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse1" x="8" y="7" dX="8" dY="11" />\n\t<exit dMap="bathHouse1" x="9" y="7" dX="9" dY="11" />\n\t<exit dMap="forum18" x="0" y="8" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="9" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="10" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="11" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="12" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="7" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="6" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="5" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="4" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="13" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="14" dX="17" dY="11" />\n\t<exit dMap="forum18" x="0" y="15" dX="17" dY="11" />\n\t<waypoint id="0" x="3" y="3" />\n\t<waypoint id="1" x="5" y="9" />\n\t<waypoint id="2" x="3" y="14" />\n\t<waypoint id="3" x="10" y="14" />\n\t<waypoint id="4" x="15" y="4" />\n\t<waypoint id="5" x="15" y="7" />\n\t<waypoint id="6" x="11" y="7" />\n\t<mob id="0" mType="plebian_woman_a" x="3" y="3" path="0,1" />\n\t<mob id="1" mType="plebian_man_a" x="3" y="14" path="2,3,1" />\n\t<mob id="2" mType="bourgeois_man_1a" x="15" y="4" path="4,5,6,5" />\n\t<object mType="column_lg" x="0" y="4" />\n\t<object mType="column_lg" x="0" y="9" />\n\t<object mType="column_sm" x="2" y="5" />\n\t<object mType="column_sm" x="2" y="10" />\n</level>\n\t\t');
};
_global.bathHouse0 extends xml_base;
var v1 = _global.bathHouse0.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20565 __Packages.garden14 {
#initclip
if (!garden14) {
_global.garden14 = function () {
super();
this.parseXML('\n<level name="garden14" width="19" height="13" set="garden" >\n\t<ground tiles="3,4,0,73,111,111,0,5,6,0,111,110,1,2,0,111,44,45,3,42,43,111,111,1,2,39,44,45,111,73,94,40,41,1,2,76,77,42,4,1,2,111,40,41,111,76,77,0,0,0,74,75,40,41,111,0,0,43,40,41,0,74,75,0,0,0,0,3,4,0,0,74,75,0,0,0,111,74,75,30,31,32,33,34,35,36,42,43,111,0,0,0,0,0,0,4,0,0,63,64,65,66,67,68,69,70,111,0,0,0,0,0,0,0,43,73,0,101,102,103,104,105,106,107,108,109,0,0,0,0,0,0,0,1,2,0,128,129,130,131,132,133,134,135,136,0,0,0,0,0,0,0,40,41,94,0,1,2,0,0,0,0,0,0,0,0,0,0,93,0,111,74,75,3,4,40,41,0,0,0,0,55,55,0,0,0,3,4,111,111,5,6,42,43,74,75,110,111,94,55,55,55,55,55,94,42,43,3,4,44,45,1,2,39,5,6,110,111,55,55,55,55,111,93,1,2,42,43,76,77,40,41,111,44,45,3,4,111,55,55,55,55,110,40,41,110,5" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0" />\n\t<exit dMap="garden15" x="18" y="2" dX="2" dY="7" />\n\t<exit dMap="garden15" x="18" y="3" dX="2" dY="7" />\n\t<exit dMap="garden15" x="18" y="4" dX="2" dY="7" />\n\t<exit dMap="garden15" x="18" y="5" dX="2" dY="7" />\n\t<exit dMap="garden15" x="18" y="6" dX="2" dY="7" />\n\t<exit dMap="garden15" x="18" y="7" dX="2" dY="7" />\n\t<exit dMap="garden0" x="9" y="11" dX="16" dY="2" />\n\t<exit dMap="garden0" x="10" y="11" dX="16" dY="2" />\n\t<exit dMap="garden0" x="11" y="11" dX="16" dY="2" />\n\t<exit dMap="garden0" x="12" y="11" dX="16" dY="2" />\n\t<waypoint id="0" x="4" y="5" />\n\t<waypoint id="1" x="6" y="4" />\n\t<waypoint id="2" x="6" y="6" />\n\t<mob id="0" mType="philosopher" x="5" y="5" path="0" />\n\t<mob id="1" mType="plebian_woman_a" x="3" y="3" path="0,1,2" />\n\t<mob id="2" mType="virgin_a" x="2" y="4" path="0,1,2" />\n\t<mob id="3" mType="plebian_woman_a" x="3" y="6" path="0,2,1" />\n\t<mob id="4" mType="virgin_a" x="1" y="5" path="2,1,0" />\n\t<object mType="amphora" x="5" y="2" />\n\t<object mType="amphora" x="4" y="2" />\n</level>\n\t\t');
};
_global.garden14 extends xml_base;
var v1 = _global.garden14.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20566 __Packages.catacombs0 {
#initclip
if (!catacombs0) {
_global.catacombs0 = function () {
super();
this.parseXML('\n<level name="catacombs0" width="38" height="13" set="catacombs" >\n\t<ground tiles="3,4,5,6,7,33,34,35,36,37,3,4,5,6,7,28,29,30,31,32,8,9,10,11,12,28,29,30,31,32,3,4,5,6,7,28,29,30,48,49,50,51,52,78,79,80,81,82,48,49,50,51,52,73,74,75,76,77,53,54,55,56,57,73,74,75,76,77,48,49,50,51,52,73,74,75,93,94,95,96,97,123,124,125,126,127,93,94,95,96,97,118,119,120,121,122,98,99,100,101,102,118,119,120,121,122,93,94,95,96,97,118,119,120,138,139,140,141,142,168,169,170,171,172,138,139,140,141,142,163,164,165,166,167,143,144,145,146,147,163,164,165,166,167,138,139,140,141,142,163,164,165,183,184,185,186,187,213,214,215,216,217,183,184,185,186,187,208,209,210,211,212,188,189,190,191,192,208,209,210,211,212,183,184,185,186,187,208,209,210,241,0,0,0,0,228,0,0,0,0,233,0,0,0,0,0,0,242,243,244,0,0,0,0,356,0,0,0,0,0,0,0,0,0,391,392,393,394,282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,284,285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,426,427,428,320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,441,442,443,444,362,363,247,248,249,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,321,322,323,0,0,0,0,0,0,0,0,0,247,248,249,395,396,288,289,290,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,359,360,361,0,0,0,0,0,0,0,0,0,288,289,290,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0" />\n\t<exit dMap="outskirts8" x="6" y="4" dX="25" dY="25" />\n\t<exit dMap="outskirts8" x="7" y="4" dX="25" dY="25" />\n\t<exit dMap="outskirts8" x="8" y="4" dX="25" dY="25" />\n\t<exit dMap="catacombs1" x="30" y="11" dX="5" dY="6" />\n\t<exit dMap="catacombs1" x="31" y="11" dX="5" dY="6" />\n\t<exit dMap="catacombs1" x="32" y="11" dX="5" dY="6" />\n\t<waypoint id="0" x="31" y="8" />\n\t<waypoint id="1" x="21" y="6" />\n\t<waypoint id="2" x="11" y="8" />\n\t<waypoint id="3" x="2" y="6" />\n\t<mob id="0" mType="rat" x="4" y="6" path="3,2,1,0" />\n\t<mob id="1" mType="rat" x="17" y="8" path="1,2" />\n\t<mob id="2" mType="rat" x="31" y="5" path="0,1,2,3" />\n\t<mob id="3" mType="rat" x="2" y="5" path="3,2,1,0,1,2,3" />\n\t<mob id="4" mType="rat" x="22" y="6" path="1,2,3,2,1,0,1" />\n\t<mob id="5" mType="rat" x="32" y="8" path="0,1,2,3,,2,1,0" />\n\t<object mType="column_lg" x="4" y="2" />\n\t<object mType="column_lg" x="10" y="2" />\n\t<object mType="column_sm" x="11" y="3" />\n\t<object mType="column_sm" x="3" y="3" />\n\t<weapon mType="14" x="22" y="5" />\n</level>\n\t\t');
};
_global.catacombs0 extends xml_base;
var v1 = _global.catacombs0.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20567 __Packages.forum0 {
#initclip
if (!forum0) {
_global.forum0 = function () {
super();
this.parseXML('\n<level name="forum0 unlocked" width="20" height="20" set="forum" >\n\t<ground tiles="0,0,0,0,0,481,11,12,11,12,11,12,11,12,517,0,0,0,0,0,0,471,472,0,0,481,11,12,11,12,11,12,11,12,517,0,0,0,0,0,0,0,0,0,0,481,11,12,11,12,11,12,11,12,517,0,0,0,0,0,0,0,493,547,547,495,11,12,11,12,11,12,11,12,496,547,547,497,0,0,0,0,516,12,11,12,11,12,11,12,11,12,11,12,11,12,11,517,0,0,0,0,516,12,11,12,11,12,0,0,0,0,11,12,11,12,11,517,0,0,0,0,516,12,11,127,128,129,130,131,132,133,134,135,136,12,11,517,0,0,0,0,516,12,11,157,158,159,160,161,162,163,164,165,166,12,11,517,0,0,0,0,516,12,11,193,194,195,196,197,198,199,200,201,202,12,11,517,0,0,0,0,516,12,11,228,229,230,231,232,233,234,235,236,237,12,11,517,0,0,0,0,516,12,11,374,264,265,266,267,268,269,270,271,375,12,11,517,0,0,0,0,516,12,11,393,394,395,303,304,563,306,396,397,398,12,11,517,0,0,0,0,516,12,11,424,425,426,427,428,429,430,431,432,433,12,11,517,0,0,0,0,516,12,11,12,11,12,11,12,11,12,11,12,11,12,11,517,0,0,0,0,534,547,547,497,11,12,11,12,11,12,11,12,493,547,547,537,0,0,0,0,0,0,0,517,11,12,11,12,11,12,11,12,516,0,0,0,0,0,0,0,0,0,0,517,11,12,11,12,11,12,11,12,516,0,0,0,0,0,0,0,0,0,0,517,11,12,11,12,11,12,11,12,516,0,0,0,0,0,0,0,0,0,0,517,11,12,11,12,11,12,11,12,516,0,0,0,0,0,0,0,0,0,0,517,11,12,11,12,11,12,11,12,516,0,0,471,472,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,91,92,93,94,95,96,97,98,99,100,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0,1,1,1,1,1,0,0,1,0,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,0,0,1" />\n\t<skyRegion x="11" y="4" w="6" h="3" />\n\t<skyRegion x="9" y="4" w="6" h="3" />\n\t<skyRegion x="9" y="3" w="6" h="3" />\n\t<exit dMap="forum9" x="6" y="0" dX="24" dY="12" />\n\t<exit dMap="forum9" x="7" y="0" dX="25" dY="12" />\n\t<exit dMap="forum9" x="8" y="0" dX="26" dY="12" />\n\t<exit dMap="forum9" x="9" y="0" dX="27" dY="12" />\n\t<exit dMap="forum9" x="10" y="0" dX="28" dY="12" />\n\t<exit dMap="forum9" x="11" y="0" dX="29" dY="12" />\n\t<exit dMap="forum9" x="12" y="0" dX="30" dY="12" />\n\t<exit dMap="forum9" x="13" y="0" dX="31" dY="12" />\n\t<exit dMap="forum15" x="7" y="19" dX="23" dY="2" />\n\t<exit dMap="forum15" x="8" y="19" dX="23" dY="2" />\n\t<exit dMap="forum15" x="9" y="19" dX="24" dY="2" />\n\t<exit dMap="forum15" x="10" y="19" dX="24" dY="2" />\n\t<exit dMap="forum15" x="11" y="19" dX="25" dY="2" />\n\t<exit dMap="forum15" x="12" y="19" dX="25" dY="2" />\n\t<exit dMap="forum15" x="6" y="19" dX="23" dY="2" />\n\t<exit dMap="forum15" x="13" y="19" dX="25" dY="2" />\n\t<exit dMap="forum20" x="19" y="11" dX="1" dY="4" />\n\t<exit dMap="forum20" x="19" y="12" dX="1" dY="6" />\n\t<exit dMap="forum20" x="19" y="13" dX="1" dY="6" />\n\t<exit dMap="forum22" x="19" y="14" dX="2" dY="10" />\n\t<exit dMap="forum22" x="19" y="15" dX="2" dY="10" />\n\t<exit dMap="forum22" x="19" y="16" dX="2" dY="10" />\n\t<exit dMap="forum22" x="19" y="17" dX="2" dY="10" />\n\t<exit dMap="forum22" x="19" y="18" dX="2" dY="10" />\n\t<exit dMap="forum22" x="19" y="19" dX="2" dY="10" />\n\t<exit dMap="orgyC" x="10" y="11" dX="20" dY="24" />\n\t<exit dMap="orgyC" x="9" y="11" dX="20" dY="24" />\n\t<mob id="0" mType="nero_1" x="14" y="12" path="" />\n\t<object mType="marsstatueright" x="3" y="12" />\n\t<object mType="marsstatueleft" x="16" y="12" />\n\t<object mType="marsstatueleft" x="16" y="15" />\n\t<object mType="marsstatueright" x="3" y="15" />\n\t<object mType="horsestatue" x="18" y="11" />\n\t<object mType="horsestatue" x="1" y="11" />\n\t<object mType="horsestatue" x="19" y="11" />\n\t<weapon mType="25" x="15" y="15" />\n</level>\n\t\t');
};
_global.forum0 extends xml_base;
var v1 = _global.forum0.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20568 __Packages.market3 {
#initclip
if (!market3) {
_global.market3 = function () {
super();
this.parseXML('\n<level name="market3" width="50" height="29" set="market" >\n\t<ground tiles="0,40,0,43,2,211,212,213,214,215,216,217,218,219,0,0,0,0,2,189,190,187,188,115,116,199,200,201,202,0,0,0,0,0,0,0,148,149,92,93,94,95,43,43,0,2,133,134,135,136,0,0,40,0,3,226,227,228,229,230,231,232,233,234,0,0,0,113,114,3,0,1,41,150,151,40,0,43,43,0,0,0,0,0,0,0,187,188,129,130,131,132,40,0,40,0,168,169,170,171,0,0,0,0,0,235,236,237,238,239,240,241,242,243,0,0,0,148,149,0,40,0,3,189,190,0,0,0,0,0,0,0,0,0,0,0,0,0,164,165,166,167,41,0,0,0,207,208,209,210,0,0,0,0,0,244,245,246,247,248,249,250,251,252,0,0,0,187,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,204,205,206,0,1,0,0,0,0,0,42,0,0,0,0,0,0,253,254,255,256,257,258,259,0,0,36,37,38,37,38,37,38,37,38,37,38,37,38,37,38,37,38,37,38,37,38,37,38,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,111,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,75,76,77,76,364,365,366,367,77,76,77,76,77,76,77,300,301,78,315,34,111,0,0,0,0,0,0,0,0,0,0,0,41,0,3,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,111,0,3,0,376,377,378,379,0,0,0,0,0,0,0,322,149,74,35,34,111,0,0,0,0,0,0,0,0,0,0,0,1,40,0,1,84,85,86,87,0,0,0,0,0,0,0,74,35,34,111,113,114,41,96,0,0,99,0,84,85,86,87,43,0,187,188,74,35,34,111,0,0,0,0,0,0,0,0,0,0,0,21,22,23,24,121,122,123,124,0,0,0,0,0,0,113,301,35,34,111,148,149,0,0,92,93,94,95,121,122,123,124,43,0,0,1,74,35,34,111,0,0,0,0,0,0,0,0,0,0,0,61,62,63,64,156,157,158,159,0,0,80,81,82,83,148,323,35,34,111,187,188,0,0,129,130,131,132,156,157,158,159,0,0,0,0,74,35,34,111,0,0,0,0,0,0,0,0,0,0,0,96,97,98,99,195,196,197,198,0,0,117,118,119,120,187,341,35,34,111,0,0,0,0,164,165,166,167,195,196,197,198,0,0,0,0,74,35,34,111,0,40,0,0,0,0,84,85,86,87,0,43,43,0,0,0,0,0,0,0,0,152,153,154,155,0,74,35,34,111,0,0,0,0,203,204,205,206,0,0,0,0,88,89,90,91,74,35,34,79,2,0,80,81,82,83,121,122,123,124,43,41,0,0,1,0,0,0,0,0,0,191,192,193,194,0,74,35,34,111,80,81,82,83,115,116,41,2,0,0,0,0,125,126,127,128,74,35,34,111,41,0,117,118,119,120,156,157,158,159,2,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,111,117,118,119,120,150,151,40,133,134,135,136,0,160,161,162,163,337,35,34,79,0,0,152,153,154,155,195,196,197,198,0,42,2,0,40,0,0,0,0,0,0,0,0,0,0,0,74,35,34,111,152,153,154,155,189,190,0,168,169,170,171,0,199,200,201,202,74,35,34,111,0,0,191,192,193,194,0,0,0,0,0,40,0,40,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,111,191,192,193,194,0,0,0,207,208,209,210,0,0,0,0,0,74,35,34,111,0,0,0,0,0,0,0,0,0,0,0,21,22,23,24,0,0,0,0,0,0,0,0,0,0,0,74,35,34,183,184,185,184,185,184,185,184,185,184,185,184,185,184,185,184,185,186,35,34,111,0,0,0,0,0,0,0,0,0,0,0,61,62,63,64,0,0,0,0,0,0,0,0,0,0,0,74,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,111,0,0,0,0,0,0,0,0,0,0,0,96,97,98,99,0,0,0,0,0,0,0,0,0,0,0,74,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,34,35,356,357,358,359,34,111,0,0,0,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,222,223,224,223,224,223,224,223,224,223,224,223,224,223,224,223,224,223,368,369,370,371,224,225,0,0,0,0,0,0,0,0,0,0,0,89,90,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,208,209,210,0,0,0,0,0,0,0,0,0,0,0,0,0,126,127,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,162,163,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,201,202,0,0,0,0,0,0,0,0,0,0,0,44,137,138,139,140,141,142,143,144,145,40,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,172,173,174,175,176,177,178,179,180,0,1,0,0,0,43,0,0,0,0,43,0,1,0,0,0,115,116,88,89,90,91,0,0,0,0,92,93,94,95,0,0,0,0,0,0,0,0,0,0,0,211,212,213,214,215,216,217,218,219,113,114,0,0,0,0,0,0,0,43,1,115,116,0,0,0,150,151,125,126,127,128,92,93,94,95,129,130,131,132,0,0,0,0,0,0,0,80,81,82,83,226,227,228,229,230,231,232,233,234,148,149,84,85,86,87,42,42,42,0,0,150,151,41,113,114,189,190,160,161,162,163,129,130,131,132" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,-1,5,6,7,8,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,25,26,27,28,29,30,31,32,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,65,66,67,68,69,70,71,72,73,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,100,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,17,18,19,20,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="46" y="25" w="4" h="2" />\n\t<skyRegion x="42" y="24" w="4" h="2" />\n\t<skyRegion x="31" y="27" w="4" h="2" />\n\t<skyRegion x="26" y="26" w="4" h="2" />\n\t<skyRegion x="15" y="22" w="9" h="3" />\n\t<skyRegion x="11" y="26" w="4" h="2" />\n\t<skyRegion x="0" y="25" w="4" h="2" />\n\t<skyRegion x="4" y="7" w="4" h="2" />\n\t<skyRegion x="10" y="9" w="4" h="2" />\n\t<skyRegion x="45" y="10" w="4" h="2" />\n\t<skyRegion x="41" y="11" w="4" h="2" />\n\t<skyRegion x="23" y="8" w="4" h="2" />\n\t<skyRegion x="27" y="7" w="4" h="2" />\n\t<skyRegion x="27" y="7" w="4" h="2" />\n\t<skyRegion x="23" y="8" w="4" h="2" />\n\t<skyRegion x="19" y="12" w="4" h="2" />\n\t<skyRegion x="31" y="11" w="4" h="2" />\n\t<exit dMap="market0" x="29" y="0" dX="30" dY="14" />\n\t<exit dMap="market0" x="30" y="0" dX="31" dY="14" />\n\t<exit dMap="market0" x="31" y="0" dX="32" dY="14" />\n\t<exit dMap="market0" x="32" y="0" dX="33" dY="14" />\n\t<exit dMap="market0" x="33" y="0" dX="34" dY="14" />\n\t<exit dMap="market0" x="34" y="0" dX="35" dY="14" />\n\t<exit dMap="market0" x="35" y="0" dX="36" dY="14" />\n\t<exit dMap="market4" x="0" y="0" dX="17" dY="4" />\n\t<exit dMap="market4" x="0" y="1" dX="17" dY="4" />\n\t<exit dMap="market4" x="0" y="2" dX="17" dY="5" />\n\t<exit dMap="market4" x="0" y="3" dX="17" dY="6" />\n\t<exit dMap="market4" x="0" y="4" dX="17" dY="6" />\n\t<exit dMap="market4" x="0" y="5" dX="17" dY="7" />\n\t<exit dMap="market4" x="0" y="6" dX="17" dY="8" />\n\t<exit dMap="market7" x="4" y="28" dX="6" dY="4" />\n\t<exit dMap="market7" x="5" y="28" dX="6" dY="4" />\n\t<exit dMap="market7" x="6" y="28" dX="6" dY="4" />\n\t<exit dMap="market7" x="7" y="28" dX="6" dY="4" />\n\t<exit dMap="market7" x="8" y="28" dX="6" dY="4" />\n\t<exit dMap="market7" x="9" y="28" dX="6" dY="4" />\n\t<exit dMap="market7" x="10" y="28" dX="6" dY="4" />\n\t<exit dMap="market1" x="49" y="4" dX="2" dY="15" />\n\t<exit dMap="market1" x="49" y="5" dX="2" dY="15" />\n\t<exit dMap="market1" x="49" y="6" dX="2" dY="16" />\n\t<exit dMap="market1" x="49" y="7" dX="2" dY="16" />\n\t<exit dMap="market1" x="49" y="8" dX="2" dY="17" />\n\t<exit dMap="market1" x="49" y="9" dX="2" dY="17" />\n\t<exit dMap="market1" x="49" y="10" dX="2" dY="18" />\n\t<exit dMap="market1" x="49" y="11" dX="2" dY="18" />\n\t<exit dMap="market1" x="49" y="12" dX="2" dY="19" />\n\t<exit dMap="market5" x="49" y="15" dX="2" dY="5" />\n\t<exit dMap="market5" x="49" y="16" dX="2" dY="5" />\n\t<exit dMap="market5" x="49" y="17" dX="2" dY="5" />\n\t<exit dMap="market5" x="49" y="18" dX="2" dY="5" />\n\t<exit dMap="market5" x="49" y="19" dX="2" dY="6" />\n\t<exit dMap="market5" x="49" y="20" dX="2" dY="6" />\n\t<exit dMap="market5" x="49" y="21" dX="2" dY="6" />\n\t<exit dMap="market5" x="49" y="22" dX="2" dY="6" />\n\t<exit dMap="market5" x="49" y="23" dX="2" dY="7" />\n\t<exit dMap="market5" x="49" y="24" dX="2" dY="7" />\n\t<exit dMap="market5" x="49" y="25" dX="2" dY="7" />\n\t<exit dMap="market5" x="49" y="26" dX="2" dY="7" />\n\t<waypoint id="0" x="3" y="1" />\n\t<waypoint id="1" x="3" y="8" />\n\t<waypoint id="2" x="9" y="9" />\n\t<waypoint id="3" x="15" y="2" />\n\t<waypoint id="4" x="17" y="7" />\n\t<waypoint id="5" x="15" y="13" />\n\t<waypoint id="6" x="11" y="16" />\n\t<waypoint id="7" x="15" y="18" />\n\t<waypoint id="8" x="21" y="18" />\n\t<waypoint id="9" x="26" y="21" />\n\t<waypoint id="10" x="29" y="18" />\n\t<waypoint id="11" x="32" y="17" />\n\t<waypoint id="12" x="37" y="17" />\n\t<waypoint id="13" x="39" y="15" />\n\t<waypoint id="14" x="35" y="10" />\n\t<waypoint id="15" x="35" y="6" />\n\t<waypoint id="16" x="31" y="6" />\n\t<waypoint id="17" x="21" y="2" />\n\t<waypoint id="18" x="23" y="6" />\n\t<waypoint id="19" x="24" y="3" />\n\t<waypoint id="20" x="39" y="4" />\n\t<waypoint id="21" x="47" y="3" />\n\t<waypoint id="22" x="44" y="8" />\n\t<waypoint id="23" x="47" y="16" />\n\t<waypoint id="24" x="47" y="23" />\n\t<waypoint id="25" x="41" y="23" />\n\t<waypoint id="26" x="43" y="19" />\n\t<waypoint id="27" x="35" y="19" />\n\t<waypoint id="28" x="34" y="23" />\n\t<waypoint id="29" x="30" y="24" />\n\t<waypoint id="30" x="3" y="15" />\n\t<waypoint id="31" x="4" y="20" />\n\t<waypoint id="32" x="6" y="24" />\n\t<waypoint id="33" x="11" y="23" />\n\t<waypoint id="34" x="3" y="22" />\n\t<mob id="0" mType="prostitute_a" x="3" y="1" path="0,1,2,1" />\n\t<mob id="1" mType="bourgeois_man_1a" x="15" y="2" path="2,3,4" />\n\t<mob id="2" mType="plebian_woman_a" x="15" y="13" path="5,7,6" />\n\t<mob id="3" mType="bourgeois_man_2a" x="15" y="18" path="7,8,9,8" />\n\t<mob id="4" mType="prostitute_a" x="21" y="18" path="8,9,29,10" />\n\t<mob id="5" mType="drunk" x="26" y="21" path="9,10,11,12,11,10" />\n\t<mob id="6" mType="plebian_man_a" x="35" y="23" path="28,29" />\n\t<mob id="7" mType="plebian_woman_a" x="47" y="16" path="23,24,25,26,27,26" />\n\t<mob id="8" mType="soldier_1a" x="39" y="15" path="13,12,26" />\n\t<mob id="9" mType="plebian_man_a" x="35" y="10" path="13,14,22,14" />\n\t<mob id="10" mType="plebian_woman_a" x="39" y="4" path="20,22,21" />\n\t<mob id="11" mType="prostitute_a" x="35" y="6" path="15,16" />\n\t<mob id="12" mType="bourgeois_man_1a" x="21" y="2" path="17,18,19" />\n\t<mob id="13" mType="drunk" x="17" y="7" path="4,18" />\n\t<mob id="14" mType="drunk" x="3" y="15" path="30,31,34,31" />\n\t<mob id="15" mType="plebian_man_a" x="4" y="20" path="31,34,32,33" />\n\t<object mType="spit_meat" x="25" y="24" />\n\t<object mType="spit_fish" x="30" y="25" />\n\t<object mType="spit_pig" x="10" y="24" />\n\t<object mType="urn2" x="9" y="10" />\n\t<object mType="urn1" x="8" y="11" />\n\t<object mType="spit_pig" x="14" y="0" />\n\t<object mType="urn2" x="45" y="1" />\n\t<object mType="urn2" x="40" y="14" />\n\t<object mType="tent" x="37" y="24" />\n\t<object mType="spit_pig" x="27" y="13" />\n\t<object mType="sundial" x="32" y="9" />\n\t<weapon mType="24" x="30" y="15" />\n</level>\n\t\t');
};
_global.market3 extends xml_base;
var v1 = _global.market3.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20569 __Packages.Death {
#initclip
if (!Death) {
_global.Death = function (parent, libname, type) {
super(parent, libname, type);
};
_global.Death extends Necromancer;
var v1 = _global.Death.prototype;
v1.summonCreature = function (i, j, posX, posY) {
var v6 = DeathRat(Game.singleton.createCharacter(this.pMovieClip._parent, 'DeathRat'));
v6.initSummonedCreature(i, j, posX, posY, this.getDirection());
return v6;
};
v1.showLetterBox = function () {
return false;
};
v1.isTimeToSummon = function (timer) {
return this.pNecroTimer > 14 && this.pNecroTimer % 2 == 0;
};
v1.spawnNpcOnDeath = function () {};
v1.init_update = function () {
if (Game.singleton.needShowDeathAwakeMessage()) {
(Game.singleton.getGameUI()).showBossMessage('death_awake');
}
super.init_update();
};
v1.initRaisePosArray = function (dir) {
var v3 = 150;
return [new flash.geom.Point(this.X + dir * v3, this.Y + 2), new flash.geom.Point(this.X + dir * (v3 + 10), this.Y - 35), new flash.geom.Point(this.X + dir * (v3 - 60), this.Y - 28), new flash.geom.Point(this.X + dir * (v3 + 50), this.Y - 10), new flash.geom.Point(this.X + dir * (v3 - 70), this.Y + 10)];
};
v1.death_update = function () {
var v3 = this.pMovieClip.body;
if (v3._currentframe == v3._totalframes) {
Game.singleton.deathKilledGameOver();
}
super.death_update();
};
v1.think_update = function () {
if (this.pThinkDelay > 0) {
--this.pThinkDelay;
} else {
super.think_update();
}
};
ASSetPropFlags(v1, null, 1);
v1.pThinkDelay = 60;
}
#endinitclip
}
movieClip 20570 __Packages.bathHouse2 {
#initclip
if (!bathHouse2) {
_global.bathHouse2 = function () {
super();
this.parseXML('\n<level name="bathHouse2" width="26" height="26" set="bathHouse" >\n\t<ground tiles="77,77,77,77,77,77,77,77,77,77,68,69,70,71,72,73,77,77,77,77,77,77,77,77,77,77,128,128,128,128,126,127,128,128,128,128,100,101,102,103,104,105,122,122,124,124,126,127,128,129,128,128,142,143,151,152,153,154,155,156,143,144,131,132,133,134,135,136,137,138,151,152,153,154,155,156,156,156,168,169,177,178,179,180,181,182,169,170,157,158,159,160,161,162,163,164,177,178,179,180,181,182,182,182,194,195,203,204,205,206,207,208,195,196,183,184,185,186,187,188,189,190,203,204,205,206,207,208,208,208,227,227,227,230,231,232,233,227,228,227,209,210,211,212,213,214,215,216,218,230,231,232,233,234,234,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,5,5,8,0,0,4,7,7,8,0,0,4,5,5,5,8,0,0,0,0,0,0,0,0,12,55,59,59,13,0,0,35,56,56,38,0,0,46,56,56,55,13,0,0,0,0,1,2,3,0,12,55,18,64,66,0,0,61,62,62,66,0,0,61,62,20,55,13,0,0,0,0,9,10,11,0,12,55,38,0,0,0,0,0,0,23,0,0,0,0,0,29,55,13,1,2,3,32,0,1,2,3,12,55,28,0,0,0,0,0,0,0,0,0,0,0,0,29,55,13,9,10,11,39,0,9,10,11,46,55,28,0,0,0,0,0,0,0,0,0,0,0,0,29,55,49,0,14,15,0,0,0,0,0,61,63,66,0,0,0,0,4,5,5,8,0,0,0,0,61,63,66,31,24,25,23,0,0,0,0,0,0,0,0,0,0,0,12,55,55,13,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,22,12,55,55,13,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,5,54,55,55,50,5,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,55,55,55,55,55,55,55,55,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,62,62,62,62,62,62,62,62,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,436,437,438,439,440,441,436,437,438,439,442,0,0,0,0,435,436,437,438,439,440,441,436,437,438,439,448,449,450,451,452,453,448,449,450,451,454,0,0,0,0,447,448,449,450,451,452,453,448,449,450,451,460,461,462,463,464,465,460,461,462,463,466,0,0,0,0,459,460,461,462,463,464,465,460,461,462,463" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,1,1,1,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse1" x="11" y="25" dX="8" dY="6" />\n\t<exit dMap="bathHouse1" x="12" y="25" dX="8" dY="6" />\n\t<exit dMap="bathHouse1" x="13" y="25" dX="9" dY="6" />\n\t<exit dMap="bathHouse1" x="14" y="25" dX="9" dY="6" />\n\t<exit dMap="bathHouse5" x="25" y="16" dX="2" dY="9" />\n\t<exit dMap="bathHouse3" x="25" y="5" dX="2" dY="8" />\n\t<exit dMap="bathHouse3" x="25" y="6" dX="2" dY="8" />\n\t<exit dMap="bathHouse3" x="25" y="7" dX="2" dY="8" />\n\t<exit dMap="bathHouse3" x="25" y="8" dX="2" dY="8" />\n\t<exit dMap="bathHouse3" x="25" y="9" dX="2" dY="8" />\n\t<exit dMap="bathHouse3" x="25" y="10" dX="2" dY="8" />\n\t<exit dMap="bathHouse6" x="0" y="17" dX="35" dY="21" />\n\t<exit dMap="bathHouse6" x="0" y="18" dX="35" dY="21" />\n\t<exit dMap="bathHouse6" x="0" y="19" dX="35" dY="21" />\n\t<exit dMap="bathHouse6" x="0" y="20" dX="35" dY="21" />\n\t<exit dMap="bathHouse6" x="0" y="21" dX="35" dY="21" />\n\t<exit dMap="bathHouse9" x="0" y="6" dX="45" dY="19" />\n\t<exit dMap="bathHouse9" x="0" y="7" dX="45" dY="19" />\n\t<exit dMap="bathHouse9" x="0" y="8" dX="45" dY="19" />\n\t<exit dMap="bathHouse9" x="0" y="9" dX="45" dY="19" />\n\t<exit dMap="bathHouse9" x="0" y="10" dX="45" dY="19" />\n\t<exit dMap="bathHouse7" x="4" y="5" dX="8" dY="12" />\n\t<exit dMap="bathHouse7" x="5" y="5" dX="8" dY="12" />\n\t<exit dMap="bathHouse8" x="20" y="5" dX="8" dY="11" />\n\t<exit dMap="bathHouse8" x="21" y="5" dX="8" dY="11" />\n\t<exit dMap="bathHouse3" x="25" y="11" dX="2" dY="8" />\n\t<exit dMap="bathHouse5" x="25" y="17" dX="2" dY="9" />\n\t<exit dMap="bathHouse5" x="25" y="18" dX="2" dY="9" />\n\t<exit dMap="bathHouse5" x="25" y="19" dX="2" dY="9" />\n\t<exit dMap="bathHouse5" x="25" y="20" dX="2" dY="9" />\n\t<exit dMap="bathHouse5" x="25" y="21" dX="2" dY="9" />\n\t<waypoint id="0" x="9" y="7" />\n\t<waypoint id="1" x="17" y="7" />\n\t<waypoint id="2" x="8" y="13" />\n\t<waypoint id="3" x="16" y="13" />\n\t<waypoint id="4" x="4" y="19" />\n\t<waypoint id="5" x="20" y="18" />\n\t<mob id="0" mType="bourgeois_man_2a" x="3" y="7" path="0,1" />\n\t<mob id="1" mType="bourgeois_man_2a" x="19" y="19" path="5,3,1,0" />\n\t<mob id="2" mType="virgin_a" x="4" y="18" path="4,2,3,5" />\n\t<mob id="3" mType="virgin_a" x="10" y="15" path="2,3" />\n\t<mob id="4" mType="plebian_woman_a" x="14" y="13" path="3,5,2" />\n\t<mob id="5" mType="senator_a" x="14" y="7" path="0,2,3,1" />\n\t<object mType="tree" x="0" y="12" />\n\t<object mType="tree" x="22" y="11" />\n\t<object mType="tree" x="0" y="18" />\n\t<object mType="tree" x="25" y="11" />\n\t<object mType="urn2" x="25" y="21" />\n\t<object mType="statue_f" x="1" y="13" />\n\t<object mType="statue_f" x="1" y="19" />\n\t<object mType="tree" x="24" y="18" />\n\t<object mType="tree" x="21" y="18" />\n\t<object mType="statue_f" x="7" y="9" />\n\t<object mType="statue_m" x="18" y="9" />\n\t<object mType="urn1" x="17" y="11" />\n\t<object mType="urn2" x="18" y="12" />\n\t<object mType="urn2" x="8" y="11" />\n\t<object mType="urn2" x="7" y="12" />\n\t<object mType="tree" x="12" y="1" />\n\t<object mType="tree" x="13" y="1" />\n\t<object mType="statue_m" x="19" y="13" />\n\t<object mType="statue_f" x="6" y="13" />\n\t<weapon mType="10" x="16" y="16" />\n\t<weapon mType="0" x="9" y="16" />\n</level>\n\t\t');
};
_global.bathHouse2 extends xml_base;
var v1 = _global.bathHouse2.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20571 __Packages.tinymantis.GameMicrophone {
#initclip
if (!tinymantis.GameMicrophone) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.GameMicrophone = function (clip) {
this.pMicrophone = Microphone.get();
if (this.pMicrophone) {
clip.attachAudio(this.pMicrophone);
var v3 = new Sound(clip);
v3.setVolume(0);
}
this.pMinLevel = 100;
this.pMaxLevel = 0;
this.pNormalizedLevel = 0;
org.flashdevelop.utils.FlashConnect.trace('pMicrophone = ' + this.pMicrophone.name, 'tinymantis.GameMicrophone::GameMicrophone', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/tinymantis/GameMicrophone.as', 27);
};
var v1 = _global.tinymantis.GameMicrophone.prototype;
v1.update = function () {
if (this.pMicrophone && this.pMicrophone.activityLevel >= 0) {
var v2 = 5;
var v3 = Math.round(this.pMicrophone.activityLevel / v2) * v2;
this.pMinLevel = Math.min(this.pMinLevel, v3);
this.pMaxLevel = Math.max(this.pMaxLevel, v3);
if (this.pMinLevel < this.pMaxLevel - 10) {
this.pNormalizedLevel = (v3 - this.pMinLevel) / (this.pMaxLevel - this.pMinLevel);
}
}
};
v1.getNormalizedLevel = function () {
return this.pNormalizedLevel;
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20572 __Packages.Main {
#initclip
if (!Main) {
_global.Main = function () {};
var v1 = _global.Main.prototype;
_global.Main.getGameID = function () {
return 3592;
};
_global.Main.setupLeaderboardObject = function (obj) {
org.flashdevelop.utils.FlashConnect.trace('setupLeaderboardObject : ' + obj, 'Main::setupLeaderboardObject', 'classes/Main.as', 16);
obj.gameId = Main.getGameID();
obj.highScore = (Game.singleton.getGameUI()).getScore();
obj.time_played = Math.round(Game.singleton.getTimePassed() / 1000);
obj.enemy_killed = Game.singleton.mNumKills;
obj.skeletons_resurrected = Game.singleton.mSkeletonResurrected;
obj.times_killed_by_bee = Game.singleton.mTimesKilledByBee;
obj.rooms_purged = Game.singleton.getNumSkulls();
obj.rats_killed = Game.singleton.mRatsKilled;
org.flashdevelop.utils.FlashConnect.trace('setupLeaderboardObject END', 'Main::setupLeaderboardObject', 'classes/Main.as', 25);
};
_global.Main.main = function () {
_root._lockroot = true;
_root.gameName = 'caligulaII';
if (_root.preloader != undefined) {
_root.preloader.removeMovieClip();
}
CharacterInfo.singleton.loadInfo('characters.xml');
Main.initStateMachines();
Main.startSplash();
Main.startSplashMusic();
tinymantis.SoundManager.sSingleton.playSound('droneTest.wav', true, 100);
};
_global.Main.loading_update = function () {
if (CharacterInfo.singleton.loaded) {
Main.closeSplashScreen();
_root.onEnterFrame = null;
var v2 = new Game(_root, false);
v2.initLevel('market0', 13, 7);
}
};
_global.Main.setMicrophone = function (activate) {
Constant.MICROPHONE = activate;
};
_global.Main.closeSplashScreen = function () {
if (_root.screen != undefined) {
_root.screen.removeMovieClip();
}
};
_global.Main.startSplashMusic = function () {
Main.playMusic('ancientVoicesLoop.wav');
};
_global.Main.initSplashScreen = function (screen) {
if (!Constant.hasSavedGame()) {
var v3 = [];
v3 = v3.concat([0.2, 0.15, 0.15, 0, 0]);
v3 = v3.concat([0.15, 0.2, 0.15, 0, 0]);
v3 = v3.concat([0.15, 0.15, 0.2, 0, 0]);
v3 = v3.concat([0, 0, 0, 1, 0]);
screen.bContinue.filters = [new flash.filters.ColorMatrixFilter(v3)];
screen.bContinue.enabled = false;
}
screen.cSoundButtons.gotoAndStop((tinymantis.SoundManager.sSingleton.getGlobalVolume() == 0) ? 'sound_off' : 'sound_on');
screen.cMusicButtons.gotoAndStop((Main.getMusicVolume() == 0) ? 'sound_off' : 'sound_on');
};
_global.Main.startSplash = function () {
var v2 = _root.attachMovie('lib_start_screen', 'screen', 1);
var v3 = new tinymantis.FpsMeter('v24');
v3.activate();
Main.startSplashMusic();
};
_global.Main.hasSavedGame = function () {
var v2 = Constant.getCookie();
if (v2.data.saved == 'yes') {
return true;
}
return false;
};
_global.Main.newGame = function (firstRun) {
if (CharacterInfo.singleton.loaded) {
var v3 = Constant.getCookie();
for (var key in v3.data) {
delete v3.data[key];
}
v3.flush();
Main.closeSplashScreen();
var v4 = new Game(_root, firstRun);
v4.initLevel(Constant.DEFAULT_MAP, Constant.DEFAULT_TILE.x, Constant.DEFAULT_TILE.y);
}
};
_global.Main.startGame = function () {
Main.newGame(true);
};
_global.Main.startMobLevel = function () {
if (CharacterInfo.singleton.loaded) {
Main.closeSplashScreen();
var v2 = new Game(_root, false);
v2.initLevel('mobslevel', 9, 13);
}
};
_global.Main.continueGame = function () {
if (CharacterInfo.singleton.loaded) {
Main.closeSplashScreen();
var v2 = new Game(_root, false);
v2.continueGame();
}
};
_global.Main.initStateMachines = function () {
Game.initStateMachine();
Character.initStateMachine();
GameUI.initStateMachine();
Eagle.initStateMachine();
};
_global.Main.setMusicVolume = function (vol) {
Main.sMusicVolume = vol;
if (Main.sCurrentMusicChannel >= 0) {
tinymantis.SoundManager.sSingleton.setVolume(Main.sCurrentMusicChannel, Main.sMusicVolume);
}
};
_global.Main.getMusicVolume = function () {
return Main.sMusicVolume;
};
_global.Main.stopMusic = function () {
if (Main.sCurrentMusicChannel >= 0) {
tinymantis.SoundManager.sSingleton.stopSound(Main.sCurrentMusicChannel);
Main.sCurrentMusicChannel = -1;
Main.sCurrentMusicId = '';
}
};
_global.Main.playMusic = function (musicId) {
if (Main.sCurrentMusicId != musicId) {
org.flashdevelop.utils.FlashConnect.trace('play music: ' + musicId, 'Main::playMusic', 'classes/Main.as', 186);
Main.stopMusic();
if (musicId) {
Main.sCurrentMusicChannel = tinymantis.SoundManager.sSingleton.playSound(musicId, true, Main.sMusicVolume);
Main.sCurrentMusicId = musicId;
}
}
};
_global.Main.setGlobalVolume = function (vol) {
tinymantis.SoundManager.sSingleton.setGlobalVolume(vol);
};
_global.Main.getGlobalVolume = function () {
return tinymantis.SoundManager.sSingleton.getGlobalVolume();
};
_global.Main.getCharacter = function (clip) {
for (;;) {
if (!(clip && clip._name != 'body')) break;
clip = clip._parent;
}
return clip._parent.mCharacter;
};
_global.Main.gameOverScreen = function () {
var v2 = new GameOverScreen(_root);
};
_global.Main.newGameYesnoScreen = function (caller) {
var v3 = new NewGameYesnoScreen(_root, caller);
};
_global.Main.button_rollover = function () {
var v2 = tinymantis.SoundManager.sSingleton.sfxon;
tinymantis.SoundManager.sSingleton.sfxon = true;
tinymantis.SoundManager.sSingleton.playSound('button_rollover.wav', false, 100);
tinymantis.SoundManager.sSingleton.sfxon = v2;
};
_global.Main.button_press = function () {
var v2 = tinymantis.SoundManager.sSingleton.sfxon;
tinymantis.SoundManager.sSingleton.sfxon = true;
tinymantis.SoundManager.sSingleton.playSound('button_press.wav', false, 100);
tinymantis.SoundManager.sSingleton.sfxon = v2;
};
_global.Main.link_moregames = function () {
getURL('http://games.adultswim.com?cid=GAME_Ext_' + _root.gameName + '_' + _root.strDomain + '_game_more', '_blank');
};
_global.Main.link_leaderboard = function () {
getURL('http://highscores.adultswim.com/highscores/index.jsp?game=3&cid=GAME_Ext_' + _root.gameName + '_' + _root.strDomain + '_endScreen_hs', '_blank');
};
ASSetPropFlags(v1, null, 1);
_global.Main.sMusicVolume = 100;
_global.Main.sCurrentMusicChannel = -1;
_global.Main.sCurrentMusicId = '';
}
#endinitclip
}
movieClip 20573 __Packages.outskirts10 {
#initclip
if (!outskirts10) {
_global.outskirts10 = function () {
super();
this.parseXML('\n<level name="outskirts10" width="40" height="26" set="outskirts" >\n\t<ground tiles="205,205,205,205,205,205,205,205,205,205,205,571,796,796,796,796,580,1,4,4,0,0,0,8,9,2,2,2,2,8,9,8,9,0,0,169,0,0,0,0,254,254,254,254,254,254,254,254,254,254,254,571,796,796,796,796,580,4,0,0,5,6,0,52,53,2,2,2,2,52,53,52,53,151,152,204,205,206,205,205,0,0,0,0,0,4,0,0,0,0,0,302,303,303,303,303,306,0,0,0,49,50,0,8,9,2,2,2,2,8,9,0,0,189,190,253,254,255,254,254,0,0,0,0,0,0,0,7,0,0,0,339,340,340,340,340,343,0,0,0,99,100,0,52,53,2,2,2,2,52,53,0,0,226,227,0,0,161,162,163,0,4,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,149,150,1,0,0,2,2,2,2,0,0,0,0,0,0,0,0,196,197,198,1,0,0,0,0,0,0,0,0,0,0,228,229,230,231,232,233,234,235,236,237,238,239,0,0,2,2,2,2,0,0,0,0,0,0,0,0,245,246,247,0,7,0,0,0,0,0,0,0,0,0,277,278,279,280,281,282,283,284,285,286,287,288,0,0,2,2,2,2,0,0,0,0,0,0,0,0,294,295,296,0,51,0,0,0,0,0,0,0,0,0,319,320,321,322,323,324,325,326,327,328,329,330,0,0,2,2,2,2,0,0,0,0,0,0,0,0,331,332,333,151,152,0,0,0,0,0,0,0,0,0,350,351,352,353,354,355,356,357,358,359,360,361,0,0,2,2,2,2,0,0,0,0,0,165,166,167,168,363,364,189,190,0,0,0,0,0,0,0,0,0,376,377,378,379,380,381,382,383,384,385,386,387,0,0,2,2,2,2,0,0,0,0,0,200,201,202,203,389,390,0,8,9,0,0,0,0,0,0,0,0,402,403,404,405,406,407,408,409,410,411,412,413,0,0,2,2,2,2,0,0,0,0,0,249,250,251,252,0,0,0,52,53,0,0,0,0,0,0,0,0,414,415,416,417,418,419,420,421,422,423,424,425,0,0,2,2,2,2,0,0,0,0,0,298,299,300,301,0,0,126,126,304,126,208,414,414,414,414,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,2,2,2,2,0,0,0,0,0,335,336,337,338,0,151,170,170,341,170,86,414,414,414,414,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,366,367,368,369,0,189,0,0,8,9,86,414,414,414,414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,8,9,36,0,0,52,53,86,414,414,414,414,0,0,674,675,676,96,97,98,4,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,0,52,53,169,0,0,0,0,86,414,414,414,414,0,156,157,158,159,160,147,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,152,169,1,0,0,0,86,414,414,414,414,0,191,192,193,194,195,271,272,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,190,169,0,0,0,3,86,414,414,414,414,41,240,241,242,243,244,313,314,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,125,131,129,0,0,0,3,86,414,414,414,414,85,289,290,291,292,293,156,157,158,159,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,169,93,94,0,0,0,0,86,414,414,414,414,85,0,0,0,0,0,191,192,193,194,195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,313,315,4,0,0,0,86,414,414,414,414,85,0,0,5,6,0,240,241,242,243,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,206,208,0,0,0,0,86,414,414,414,414,85,0,0,49,50,0,4,4,4,4,4,0,0,0,0,0,0,42,0,0,0,0,0,0,41,0,0,0,253,255,257,0,0,1,0,86,414,414,414,414,85,0,0,99,100,0,0,0,0,0,0,0,0,0,8,9,0,80,0,0,0,0,0,0,85,156,157,158,159,160,257,0,0,0,0,86,414,414,414,414,85,151,152,149,150,0,0,0,0,0,0,0,0,0,52,53,4,80,0,0,0,0,0,0,85,191,192,193,194,195,257,8,9,0,0,86,414,414,414,414,85,189,190,151,152,36,133,133,133,133,133,38,128,211,211,211,211,129,0,0,0,0,0,0,85,240,241,242,243,244,257" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,28,29,30,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,72,73,74,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,32,33,34,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,76,77,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,121,122,123,124,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0" />\n\t<skyRegion x="15" y="16" w="5" h="3" />\n\t<skyRegion x="34" y="5" w="4" h="3" />\n\t<skyRegion x="37" y="0" w="3" h="3" />\n\t<skyRegion x="10" y="13" w="5" h="3" />\n\t<exit dMap="outskirts11" x="25" y="0" dX="4" dY="13" />\n\t<exit dMap="outskirts11" x="26" y="0" dX="5" dY="13" />\n\t<exit dMap="outskirts11" x="27" y="0" dX="6" dY="13" />\n\t<exit dMap="outskirts11" x="28" y="0" dX="7" dY="13" />\n\t<exit dMap="outskirts9" x="5" y="25" dX="24" dY="2" />\n\t<exit dMap="outskirts9" x="6" y="25" dX="25" dY="2" />\n\t<exit dMap="outskirts9" x="7" y="25" dX="26" dY="2" />\n\t<exit dMap="outskirts9" x="8" y="25" dX="27" dY="2" />\n\t<exit dMap="outskirts12" x="27" y="25" dX="10" dY="3" />\n\t<exit dMap="outskirts12" x="28" y="25" dX="10" dY="3" />\n\t<exit dMap="outskirts12" x="29" y="25" dX="10" dY="3" />\n\t<exit dMap="outskirts12" x="30" y="25" dX="10" dY="3" />\n\t<exit dMap="outskirts12" x="31" y="25" dX="10" dY="3" />\n\t<exit dMap="outskirts12" x="32" y="25" dX="10" dY="3" />\n\t<waypoint id="0" x="6" y="22" />\n\t<waypoint id="1" x="7" y="7" />\n\t<waypoint id="2" x="27" y="7" />\n\t<waypoint id="3" x="28" y="21" />\n\t<mob id="0" mType="bourgeois_man_1a" x="29" y="21" path="3,2,3" />\n\t<mob id="1" mType="bourgeois_man_2a" x="8" y="7" path="1,0,2,1" />\n\t<mob id="2" mType="soldier_1a" x="19" y="8" path="2,1,0,1,2,3" />\n\t<mob id="3" mType="plebian_man_a" x="7" y="22" path="0,1,2,1,0" />\n\t<mob id="4" mType="plebian_woman_a" x="5" y="22" path="0,1,2,1,0" />\n\t<mob id="5" mType="soldier_1c" x="6" y="5" path="3,1" />\n\t<mob id="6" mType="soldier_1a" x="28" y="14" path="2,1,0,1,2,3" />\n\t<mob id="7" mType="soldier_1b" x="26" y="16" path="2,1,0,1,2,3" />\n\t<object mType="shack3" x="2" y="0" />\n\t<object mType="amphora" x="12" y="18" />\n\t<object mType="amphora" x="13" y="18" />\n\t<object mType="amphora" x="11" y="18" />\n\t<weapon mType="8" x="3" y="5" />\n</level>\n\t\t');
};
_global.outskirts10 extends xml_base;
var v1 = _global.outskirts10.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20574 __Packages.catacombs2 {
#initclip
if (!catacombs2) {
_global.catacombs2 = function () {
super();
this.parseXML('\n<level name="catacombs2" width="19" height="13" set="catacombs" >\n\t<ground tiles="3,4,5,6,7,28,29,30,31,32,28,29,30,31,32,3,4,5,6,48,49,50,51,52,73,74,75,76,77,73,74,75,76,77,48,49,50,51,93,94,95,96,97,118,119,120,121,122,118,119,120,121,122,93,94,95,96,138,139,140,141,142,163,164,165,166,167,163,164,165,166,167,138,139,140,141,183,184,185,186,187,208,209,210,211,212,208,209,210,211,212,183,184,185,186,391,392,393,394,358,0,228,0,0,0,0,233,247,248,249,0,0,0,0,425,426,427,428,0,0,0,0,0,0,0,0,288,289,290,356,0,0,0,441,442,443,444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,322,323,0,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,359,360,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="catacombs1" x="18" y="5" dX="2" dY="8" />\n\t<exit dMap="catacombs1" x="18" y="6" dX="2" dY="8" />\n\t<exit dMap="catacombs1" x="18" y="7" dX="2" dY="8" />\n\t<exit dMap="catacombs1" x="18" y="8" dX="2" dY="8" />\n\t<exit dMap="catacombs1" x="18" y="9" dX="2" dY="8" />\n\t<waypoint id="0" x="6" y="7" />\n\t<mob id="0" mType="drunk" x="7" y="7" path="0" />\n\t<object mType="amphora" x="5" y="5" />\n\t<object mType="amphora" x="5" y="6" />\n\t<weapon mType="1" x="4" y="6" />\n</level>\n\t\t');
};
_global.catacombs2 extends xml_base;
var v1 = _global.catacombs2.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20575 __Packages.NewGameYesnoScreen {
#initclip
if (!NewGameYesnoScreen) {
_global.NewGameYesnoScreen = function (parent, caller) {
NewGameYesnoScreen.singleton = this;
this.pCaller = caller;
this.pMovieClip = parent.attachMovie('lib_newgame_yesno', 'lib_newgame_yesno', parent.getNextHighestDepth());
this.pMovieClip._x = Stage.width / 2;
this.pMovieClip._y = Stage.height / 2;
};
var v1 = _global.NewGameYesnoScreen.prototype;
v1.onContinue = function (param) {
this.pMovieClip.removeMovieClip();
if (param !== 'yes') {
} else {
if (this.pCaller._name == 'gameoverscreen') {
this.pCaller.closeWindow('newgame');
} else {
this.pCaller.gotoAndPlay('end');
}
}
this.pMovieClip = null;
NewGameYesnoScreen.singleton = null;
this.pCaller = null;
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20576 __Packages.forum2 {
#initclip
if (!forum2) {
_global.forum2 = function () {
super();
this.parseXML('\n<level name="forum2" width="38" height="28" set="forum" >\n\t<ground tiles="1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,0,0,0,0,0,0,0,0,0,0,471,472,0,0,0,0,546,547,548,0,0,0,0,471,472,0,0,0,0,546,547,548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,472,0,0,0,0,546,547,548,0,0,0,0,471,472,0,0,0,0,546,547,548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,128,129,130,131,132,133,134,135,136,0,0,0,0,0,168,169,170,171,172,173,174,175,168,169,170,171,172,173,174,175,184,185,186,187,188,189,190,157,158,159,160,161,162,163,164,165,166,0,0,0,0,0,203,204,205,206,207,208,209,210,203,204,205,206,207,208,209,210,219,220,221,222,223,224,225,193,194,195,196,197,198,199,200,201,202,0,0,0,0,0,238,239,240,241,242,243,244,245,238,239,240,241,242,243,244,245,254,255,256,257,258,259,260,228,229,230,231,232,233,234,235,236,237,0,0,0,0,0,273,274,275,0,0,278,279,280,273,274,275,276,277,278,279,280,291,292,293,294,295,296,297,263,264,265,266,267,268,269,270,271,272,0,0,0,0,0,310,311,312,0,314,315,316,317,310,311,312,313,314,315,316,317,328,329,330,331,332,333,334,300,301,302,303,304,305,471,472,308,309,0,0,0,0,0,498,212,213,214,215,216,217,354,347,348,349,350,351,352,353,354,365,366,367,368,369,370,371,337,338,339,340,341,342,471,472,345,346,0,0,0,0,0,503,247,248,249,250,251,252,0,168,169,170,171,172,173,174,175,385,386,387,388,389,390,391,168,169,170,171,172,173,174,175,0,0,493,469,470,0,0,282,283,284,285,286,287,288,289,203,204,205,206,207,208,209,210,416,417,418,419,420,421,422,203,204,205,206,207,208,209,210,0,0,481,0,482,0,0,319,320,321,322,323,324,325,326,238,239,240,241,242,243,244,245,0,0,0,0,0,0,0,238,239,240,241,242,243,244,245,0,0,534,547,495,0,0,356,357,358,359,360,361,362,363,273,274,275,276,277,278,279,280,0,0,0,0,0,0,0,273,274,275,276,277,278,279,280,0,0,0,0,0,0,0,376,377,378,379,380,381,382,383,310,311,312,313,314,315,316,317,0,0,0,0,0,0,0,310,311,312,313,314,315,316,317,0,0,0,0,0,0,0,407,408,409,410,411,412,413,414,347,348,349,350,351,352,353,354,0,0,0,0,0,0,0,347,348,349,350,351,352,471,472,498,212,213,214,215,216,217,434,435,436,437,438,439,440,441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,169,170,171,172,173,174,175,503,247,248,249,250,251,252,452,453,454,455,456,457,458,459,0,168,169,170,171,172,173,174,175,168,169,170,171,172,173,203,204,205,206,207,208,209,210,282,283,284,285,286,287,288,289,0,0,0,0,0,0,0,0,203,204,205,206,207,208,209,210,203,204,205,206,207,208" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,64,65,66,67,68,69,70,71,-1,80,81,82,83,84,-1,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,101,102,103,104,105,106,107,108,-1,117,118,119,120,121,122,91,92,93,94,95,96,97,98,99,100,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,137,138,139,140,141,142,143,144,-1,149,150,151,152,153,154,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,145,146,147,148,-1,-1,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,177,178,179,180,181,182,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,211,-1,-1,-1,-1,-1,-1,218,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,-1,-1,-1,-1,253,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,145,146,147,148,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,64,65,66,67,68,69,101,102,103,104,105,106,107,108,-1,177,178,179,180,181,182,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,101,102,103,104,105,106,137,138,139,140,141,142,143,144,211,-1,-1,-1,-1,-1,-1,218,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,137,138,139,140,141,142,-1,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,-1,-1,-1,-1,253,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="28" y="11" w="6" h="3" />\n\t<skyRegion x="4" y="9" w="6" h="3" />\n\t<skyRegion x="0" y="23" w="8" h="3" />\n\t<skyRegion x="0" y="17" w="8" h="3" />\n\t<skyRegion x="11" y="21" w="5" h="6" />\n\t<skyRegion x="24" y="23" w="8" h="3" />\n\t<skyRegion x="32" y="23" w="6" h="3" />\n\t<skyRegion x="4" y="10" w="6" h="3" />\n\t<skyRegion x="15" y="10" w="8" h="3" />\n\t<skyRegion x="20" y="16" w="5" h="6" />\n\t<skyRegion x="18" y="14" w="5" h="6" />\n\t<skyRegion x="16" y="26" w="8" h="2" />\n\t<skyRegion x="23" y="10" w="8" h="3" />\n\t<skyRegion x="33" y="9" w="5" h="3" />\n\t<skyRegion x="32" y="10" w="6" h="3" />\n\t<skyRegion x="32" y="10" w="6" h="3" />\n\t<skyRegion x="23" y="16" w="8" h="3" />\n\t<exit dMap="forum3" x="37" y="5" dX="1" dY="5" />\n\t<exit dMap="forum3" x="37" y="6" dX="1" dY="5" />\n\t<exit dMap="forum3" x="37" y="7" dX="1" dY="6" />\n\t<exit dMap="forum3" x="37" y="8" dX="1" dY="6" />\n\t<exit dMap="forum3" x="37" y="9" dX="1" dY="7" />\n\t<exit dMap="forum3" x="37" y="10" dX="1" dY="7" />\n\t<exit dMap="forum3" x="37" y="11" dX="1" dY="8" />\n\t<exit dMap="forum3" x="37" y="12" dX="1" dY="8" />\n\t<exit dMap="forum1" x="0" y="5" dX="36" dY="5" />\n\t<exit dMap="forum1" x="0" y="6" dX="36" dY="6" />\n\t<exit dMap="forum1" x="0" y="7" dX="36" dY="7" />\n\t<exit dMap="forum1" x="0" y="8" dX="36" dY="8" />\n\t<exit dMap="forum1" x="0" y="9" dX="36" dY="9" />\n\t<exit dMap="forum1" x="0" y="10" dX="36" dY="9" />\n\t<exit dMap="forum1" x="0" y="11" dX="36" dY="9" />\n\t<exit dMap="forum1" x="0" y="12" dX="36" dY="9" />\n\t<exit dMap="forum1" x="0" y="13" dX="36" dY="9" />\n\t<exit dMap="forum1" x="0" y="14" dX="36" dY="9" />\n\t<waypoint id="0" x="8" y="5" />\n\t<waypoint id="1" x="15" y="5" />\n\t<waypoint id="2" x="33" y="5" />\n\t<waypoint id="3" x="27" y="5" />\n\t<waypoint id="4" x="36" y="9" />\n\t<waypoint id="5" x="1" y="9" />\n\t<waypoint id="6" x="1" y="6" />\n\t<waypoint id="7" x="36" y="6" />\n\t<waypoint id="8" x="26" y="6" />\n\t<waypoint id="9" x="9" y="20" />\n\t<waypoint id="10" x="9" y="23" />\n\t<waypoint id="11" x="14" y="22" />\n\t<waypoint id="12" x="14" y="12" />\n\t<waypoint id="13" x="9" y="10" />\n\t<waypoint id="14" x="11" y="12" />\n\t<mob id="0" mType="plebian_man_a" x="36" y="9" path="4,5,6,7" />\n\t<mob id="1" mType="plebian_man_a" x="36" y="6" path="7,6,5,4" />\n\t<mob id="2" mType="plebian_man_a" x="27" y="5" path="3" />\n\t<mob id="3" mType="plebian_woman_a" x="26" y="6" path="8" />\n\t<mob id="4" mType="plebian_man_a" x="33" y="5" path="2" />\n\t<mob id="5" mType="plebian_man_a" x="1" y="6" path="6,5,4,5" />\n\t<mob id="6" mType="plebian_woman_a" x="15" y="5" path="1" />\n\t<mob id="7" mType="plebian_woman_a" x="8" y="5" path="0" />\n\t<mob id="8" mType="senator_a" x="14" y="12" path="12,11,12,13,14" />\n\t<mob id="9" mType="prostitute_a" x="9" y="20" path="9,10" />\n\t<mob id="10" mType="prostitute_a" x="14" y="22" path="11" />\n\t<mob id="11" mType="senator_a" x="13" y="15" path="10,14" />\n\t<mob id="12" mType="bourgeois_man_2a" x="4" y="7" path="5,7" />\n\t<mob id="13" mType="bourgeois_man_2a" x="3" y="9" path="5,7" />\n\t<mob id="14" mType="bourgeois_man_2a" x="2" y="7" path="13,5,7" />\n\t<mob id="15" mType="bourgeois_man_1a" x="35" y="7" path="5,13,4" />\n\t<mob id="16" mType="bourgeois_man_1a" x="35" y="9" path="5,13,4" />\n\t<mob id="17" mType="bourgeois_man_1a" x="22" y="6" path="5,3" />\n\t<mob id="18" mType="bourgeois_man_1a" x="23" y="6" path="7,8" />\n\t<object mType="sundial" x="11" y="20" />\n\t<object mType="barrel" x="31" y="19" />\n\t<object mType="barrel" x="32" y="19" />\n\t<object mType="amphora" x="9" y="17" />\n\t<object mType="amphora" x="8" y="17" />\n\t<weapon mType="18" x="9" y="22" />\n</level>\n\t\t');
};
_global.forum2 extends xml_base;
var v1 = _global.forum2.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20577 __Packages.tinymantis.AStarNode {
#initclip
if (!tinymantis.AStarNode) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.AStarNode = function (inX, inY) {
this._mX = inX;
this._mY = inY;
this.mName = '' + inX + '_' + inY;
this.mFCost = 0;
this.mGCost = 0;
};
var v1 = _global.tinymantis.AStarNode.prototype;
v1.__get__mX = function () {
return this._mX;
};
v1.__get__mY = function () {
return this._mY;
};
v1.addProperty('mY', v1.__get__mY, function () {});
v1.addProperty('mX', v1.__get__mX, function () {});
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20578 __Packages.SceneTile {
#initclip
if (!SceneTile) {
_global.SceneTile = function (i, j) {
this.pI = i;
this.pJ = j;
this.pCenterX = (this.pI + 0.5) * SceneMap.TILE_SIZE;
this.pCenterY = (this.pJ + 0.5) * SceneMap.TILE_SIZE;
this.pMapExitTo = null;
this.pExitDestPoint = null;
this.pWater = false;
};
var v1 = _global.SceneTile.prototype;
v1.setExit = function (mapname, destI, destJ) {
this.pMapExitTo = mapname;
this.pExitDestPoint = new flash.geom.Point(destI, destJ);
};
v1.__set__water = function (yes) {
this.pWater = yes;
return this.__get__water();
};
v1.__get__water = function () {
return this.pWater;
};
v1.__get__mI = function () {
return this.pI;
};
v1.__get__mJ = function () {
return this.pJ;
};
v1.getCenterX = function () {
return this.pCenterX;
};
v1.getCenterY = function () {
return this.pCenterY;
};
v1.getExitMap = function () {
if (this.pMapExitTo) {
return this.pMapExitTo;
}
};
v1.getExitDestPoint = function () {
if (this.pExitDestPoint) {
return this.pExitDestPoint;
}
};
v1.addProperty('mI', v1.__get__mI, function () {});
v1.addProperty('water', v1.__get__water, v1.__set__water);
v1.addProperty('mJ', v1.__get__mJ, function () {});
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20579 __Packages.market5 {
#initclip
if (!market5) {
_global.market5 = function () {
super();
this.parseXML('\n<level name="market5" width="41" height="16" set="market" >\n\t<ground tiles="84,85,86,87,92,93,94,95,0,0,0,0,4,0,0,0,1,0,0,0,0,92,93,94,95,84,85,86,87,0,0,0,133,134,135,136,0,0,0,0,0,125,126,127,128,129,130,131,132,84,85,86,87,44,0,0,0,40,84,85,86,87,129,130,131,132,121,122,123,124,0,0,0,168,169,170,171,0,0,0,0,4,160,161,162,163,164,165,166,167,121,122,123,124,40,0,0,0,1,121,122,123,124,164,165,166,167,156,157,158,159,0,0,0,207,208,209,210,80,81,82,83,44,199,200,201,202,203,204,205,206,156,157,158,159,2,0,0,0,0,156,157,158,159,203,204,205,206,195,196,197,198,0,0,0,0,0,0,0,117,118,119,120,0,0,0,0,0,0,0,0,0,195,196,197,198,0,40,2,0,0,195,196,197,198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,153,154,155,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,192,193,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,114,0,0,0,0,0,0,0,0,115,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,81,82,83,21,22,23,24,148,149,0,0,0,0,115,116,113,114,150,151,0,0,0,0,88,89,90,91,0,0,0,0,88,89,90,91,42,0,0,0,0,117,118,119,120,61,62,63,64,187,188,84,85,86,87,150,151,148,149,189,190,0,0,0,0,125,126,127,128,92,93,94,95,125,126,127,128,41,0,0,0,0,152,153,154,155,96,97,98,99,0,0,121,122,123,124,189,190,187,188,41,2,0,0,0,0,160,161,162,163,129,130,131,132,160,161,162,163,0,84,85,86,87,191,192,193,194,115,116,133,134,135,136,156,157,158,159,40,0,4,21,22,23,24,0,0,0,199,200,201,202,164,165,166,167,199,200,201,202,0,121,122,123,124,0,1,2,0,150,151,168,169,170,171,195,196,197,198,0,3,44,61,62,63,64,0,0,0,40,1,0,0,203,204,205,206,0,0,0,0,0,156,157,158,159" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,17,18,19,20,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0" />\n\t<skyRegion x="24" y="9" w="4" h="2" />\n\t<skyRegion x="28" y="10" w="4" h="2" />\n\t<skyRegion x="32" y="9" w="4" h="2" />\n\t<skyRegion x="0" y="9" w="4" h="2" />\n\t<skyRegion x="10" y="10" w="4" h="2" />\n\t<skyRegion x="36" y="0" w="4" h="2" />\n\t<skyRegion x="37" y="11" w="4" h="2" />\n\t<exit dMap="market1" x="29" y="0" dX="28" dY="24" />\n\t<exit dMap="market1" x="30" y="0" dX="30" dY="24" />\n\t<exit dMap="market1" x="31" y="0" dX="32" dY="24" />\n\t<exit dMap="market8" x="20" y="14" dX="19" dY="2" />\n\t<exit dMap="market8" x="21" y="14" dX="20" dY="2" />\n\t<exit dMap="market8" x="22" y="14" dX="22" dY="2" />\n\t<exit dMap="market8" x="23" y="14" dX="23" dY="2" />\n\t<exit dMap="market3" x="0" y="4" dX="47" dY="19" />\n\t<exit dMap="market3" x="0" y="5" dX="47" dY="19" />\n\t<exit dMap="market3" x="0" y="6" dX="47" dY="19" />\n\t<exit dMap="market3" x="0" y="7" dX="47" dY="20" />\n\t<exit dMap="market3" x="0" y="8" dX="47" dY="20" />\n\t<exit dMap="market3" x="0" y="9" dX="47" dY="20" />\n\t<exit dMap="garden6" x="40" y="5" dX="2" dY="7" />\n\t<exit dMap="garden6" x="40" y="6" dX="2" dY="7" />\n\t<exit dMap="garden6" x="40" y="7" dX="2" dY="7" />\n\t<exit dMap="garden6" x="40" y="8" dX="2" dY="8" />\n\t<exit dMap="garden6" x="40" y="9" dX="2" dY="8" />\n\t<exit dMap="garden6" x="40" y="10" dX="2" dY="8" />\n\t<exit dMap="garden6" x="40" y="11" dX="2" dY="8" />\n\t<exit dMap="market3" x="0" y="10" dX="47" dY="20" />\n\t<exit dMap="garden6" x="40" y="12" dX="2" dY="8" />\n\t<waypoint id="0" x="2" y="4" />\n\t<waypoint id="1" x="7" y="4" />\n\t<waypoint id="2" x="7" y="10" />\n\t<waypoint id="3" x="2" y="10" />\n\t<waypoint id="4" x="4" y="7" />\n\t<waypoint id="5" x="11" y="5" />\n\t<waypoint id="6" x="9" y="9" />\n\t<waypoint id="7" x="13" y="10" />\n\t<waypoint id="8" x="15" y="4" />\n\t<waypoint id="9" x="16" y="10" />\n\t<waypoint id="10" x="19" y="5" />\n\t<waypoint id="11" x="23" y="4" />\n\t<waypoint id="12" x="27" y="4" />\n\t<waypoint id="13" x="25" y="9" />\n\t<waypoint id="14" x="33" y="9" />\n\t<waypoint id="15" x="33" y="3" />\n\t<waypoint id="16" x="36" y="6" />\n\t<mob id="0" mType="plebian_woman_a" x="25" y="9" path="12,13,14" />\n\t<mob id="1" mType="plebian_man_a" x="33" y="3" path="15,16" />\n\t<mob id="2" mType="bourgeois_man_1a" x="19" y="5" path="10,11,12,11" />\n\t<mob id="3" mType="prostitute_a" x="13" y="10" path="7,8,9,8" />\n\t<mob id="4" mType="bourgeois_man_2a" x="11" y="5" path="5,6,7" />\n\t<mob id="5" mType="drunk" x="2" y="4" path="0,1,4,3,2,1" />\n\t<mob id="6" mType="plebian_woman_a" x="7" y="4" path="1,4,3,2,1,4,0" />\n\t<object mType="tent" x="13" y="0" />\n\t<object mType="column_sm" x="38" y="3" />\n\t<object mType="column_lg" x="40" y="7" />\n\t<object mType="column_sm" x="38" y="8" />\n\t<object mType="column_lg" x="40" y="2" />\n\t<weapon mType="0" x="21" y="7" />\n</level>\n\t\t');
};
_global.market5 extends xml_base;
var v1 = _global.market5.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20580 __Packages.bathHouse4 {
#initclip
if (!bathHouse4) {
_global.bathHouse4 = function () {
super();
this.parseXML('\n<level name="bathHouse4" width="19" height="16" set="bathHouse" >\n\t<ground tiles="76,76,76,76,76,76,76,82,75,79,80,81,82,81,82,75,76,77,78,106,107,111,111,111,112,113,114,107,111,112,113,114,113,114,107,108,109,110,137,138,142,142,142,143,144,137,138,142,143,144,143,144,137,138,139,140,141,163,164,168,168,168,169,170,163,164,168,169,170,169,170,163,164,165,166,167,189,190,194,194,194,195,196,189,190,194,195,196,195,196,189,190,191,192,193,215,216,220,220,220,221,220,215,216,220,221,222,221,222,215,32,217,218,219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,25,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,10,11,0,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse3" x="0" y="6" dX="17" dY="8" />\n\t<exit dMap="bathHouse3" x="0" y="7" dX="17" dY="9" />\n\t<exit dMap="bathHouse3" x="0" y="8" dX="17" dY="10" />\n\t<exit dMap="bathHouse3" x="0" y="9" dX="17" dY="12" />\n\t<exit dMap="bathHouse3" x="0" y="10" dX="17" dY="13" />\n\t<exit dMap="bathHouse3" x="0" y="11" dX="17" dY="14" />\n\t<waypoint id="0" x="12" y="10" />\n\t<waypoint id="1" x="8" y="7" />\n\t<waypoint id="2" x="3" y="10" />\n\t<waypoint id="3" x="16" y="8" />\n\t<mob id="0" mType="bourgeois_man_2a" x="16" y="8" path="3,0,1" />\n\t<mob id="1" mType="senator_a" x="8" y="7" path="1,2,1,0" />\n\t<mob id="2" mType="senator_a" x="9" y="9" path="0,2" />\n\t<object mType="statue_f" x="4" y="3" />\n\t<object mType="statue_m" x="12" y="3" />\n\t<object mType="statue_c" x="8" y="9" />\n\t<weapon mType="24" x="12" y="8" />\n</level>\n\t\t');
};
_global.bathHouse4 extends xml_base;
var v1 = _global.bathHouse4.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20581 __Packages.Deadbody {
#initclip
if (!Deadbody) {
_global.Deadbody = function (parent, libname, type) {
super(type);
this.initClip(parent, libname);
};
_global.Deadbody extends NPC;
var v1 = _global.Deadbody.prototype;
v1.idle_update = function () {
this.hit(this, 10000, 0);
};
v1.think_update = function () {};
v1.ghost_enter = function () {
super.ghost_enter();
this.gotoState('recycle');
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20582 __Packages.river1 {
#initclip
if (!river1) {
_global.river1 = function () {
super();
this.parseXML('\n<level name="river1" width="41" height="41" set="river" >\n\t<ground tiles="389,390,3,159,160,161,162,163,282,283,461,462,474,569,570,37,601,602,1,1,604,605,608,1,1,1,1,1,1,1,601,602,604,605,600,603,601,602,604,605,1,403,404,3,173,174,175,176,177,282,283,477,478,491,586,587,51,606,607,604,605,1,1,598,600,601,602,1,1,604,605,606,607,1,598,1,608,606,607,1,1,600,417,3,3,187,188,189,190,191,301,471,472,473,511,512,513,94,17,17,17,17,17,17,17,19,606,607,604,605,1,1,1,1,16,17,18,17,17,17,17,17,17,431,432,3,199,200,201,202,203,301,488,489,490,528,529,530,33,34,34,34,34,36,70,71,94,18,18,18,18,18,18,18,18,97,70,70,71,72,71,70,71,72,431,432,3,204,209,210,211,208,321,283,284,285,548,549,550,51,599,603,1,1,73,581,582,70,71,72,70,71,72,70,71,33,104,104,104,104,104,104,36,48,0,431,432,3,212,217,218,219,216,301,471,472,473,474,556,557,37,1,608,1,1,83,0,0,0,0,0,0,0,0,0,33,106,1,601,602,603,601,602,103,104,105,403,4,3,226,227,228,220,221,222,488,489,490,491,568,33,106,1,1,598,16,97,60,0,0,0,0,0,0,0,33,106,1,600,606,607,608,606,607,1,1,1,417,418,3,240,241,242,234,235,236,609,303,304,474,585,58,1,1,601,602,46,0,0,0,0,0,0,0,0,0,58,1,604,605,1,1,1,1,1,1,1,1,431,432,3,251,252,253,245,246,247,610,284,285,491,565,58,1,1,606,607,46,48,49,50,0,0,48,49,50,50,58,1,1,1,1,1,1,1,1,1,1,1,417,418,3,261,262,263,264,257,258,611,303,304,474,564,94,18,17,17,17,97,0,60,61,0,0,59,60,61,61,58,1,1,1,1,1,1,1,1,1,1,1,431,432,3,391,266,267,268,392,282,283,284,285,491,581,582,50,0,0,60,61,70,71,72,71,72,70,71,48,49,58,1,1,1,1,1,1,1,1,1,1,1,417,418,3,159,160,161,162,163,301,302,303,304,474,569,570,61,0,0,71,72,20,21,22,23,23,24,70,59,60,94,19,598,1,1,1,1,1,1,1,1,1,431,432,3,173,174,175,176,177,282,283,284,285,491,586,587,72,20,21,22,23,78,419,420,403,417,74,24,70,71,59,58,600,599,1,1,1,1,1,1,1,1,403,404,3,187,188,189,190,191,301,302,303,304,305,21,21,21,78,419,417,431,432,433,434,417,431,431,74,23,24,0,94,19,1,601,602,1,1,601,602,1,1,417,418,3,199,200,201,202,203,282,283,284,285,286,405,405,431,432,433,431,431,431,391,391,391,391,391,392,433,74,24,0,94,19,606,607,598,599,606,607,16,17,431,432,3,204,209,210,211,208,301,302,303,304,305,405,405,391,391,389,390,389,390,391,391,391,391,391,389,390,389,63,0,0,94,17,17,17,17,17,17,97,72,389,390,3,212,217,218,219,216,282,283,284,285,286,405,405,391,391,391,404,403,2,3,4,5,391,391,403,404,403,74,21,21,21,21,21,21,21,21,21,77,77,403,404,3,226,227,228,220,221,222,488,303,304,305,405,405,418,419,417,418,417,39,85,86,87,42,433,417,418,417,418,431,432,431,432,431,432,431,432,433,434,392,417,418,3,240,241,242,234,235,236,609,284,285,286,405,405,432,433,431,39,87,88,48,49,50,84,85,86,87,42,432,433,434,404,391,391,419,420,419,420,405,406,431,432,3,251,252,253,245,246,247,610,303,304,305,389,391,391,389,39,88,33,34,34,34,34,34,34,35,36,62,418,419,420,418,391,391,433,434,433,434,419,168,403,404,3,261,262,263,264,257,258,611,284,285,286,403,391,391,39,88,33,106,599,1,1,1,604,605,598,46,84,87,42,434,432,433,434,403,403,431,432,433,182,417,418,419,391,266,267,268,392,301,302,303,304,305,417,418,39,88,48,47,604,605,1,1,1,1,1,1,103,36,71,62,417,418,417,418,417,417,418,417,418,194,431,432,433,403,404,405,406,406,282,283,284,285,481,40,40,88,48,49,47,1,1,1,1,1,1,1,601,602,46,61,84,87,85,86,87,87,85,86,87,87,85,389,390,391,392,390,391,392,420,301,302,303,304,474,565,49,50,59,60,47,1,1,1,1,1,1,1,606,607,46,72,50,33,34,34,34,34,34,34,34,34,34,403,404,405,406,392,405,406,392,282,283,284,285,491,569,570,61,70,71,47,1,1,1,1,1,1,16,17,18,97,60,48,58,601,602,1,1,1,1,600,1,1,389,390,391,392,406,419,420,406,301,302,303,304,474,586,587,72,70,71,47,1,1,1,1,1,1,46,71,59,70,71,59,58,606,607,604,605,1,1,1,1,1,403,404,405,406,420,433,434,420,282,283,284,473,511,512,513,0,0,33,106,601,602,600,1,1,1,73,564,70,70,70,70,94,95,96,95,96,19,1,16,17,18,389,390,389,3,389,390,391,392,282,283,284,490,528,529,530,0,0,58,1,606,607,1,1,1,1,83,71,72,568,565,70,33,34,34,34,34,106,598,103,36,61,403,404,403,4,403,404,405,406,301,302,303,473,548,549,550,0,0,58,599,1,1,1,1,1,16,97,49,50,585,564,33,106,601,602,604,605,1,1,1,103,36,417,418,417,417,391,390,391,392,301,302,303,304,474,556,557,0,0,58,1,1,1,16,17,18,97,48,49,50,50,60,58,603,606,607,1,1,1,1,601,602,32,2,3,4,5,391,392,405,406,282,283,284,285,474,564,0,0,33,106,1,1,16,97,60,20,21,22,23,76,24,48,58,608,1,1,1,1,1,1,606,607,32,391,2,3,4,5,406,419,420,282,471,471,494,474,581,582,33,106,1,1,16,97,60,20,78,419,419,390,391,74,24,94,17,19,1,1,1,1,600,1,16,97,2,3,4,5,391,420,433,434,282,461,462,494,474,569,570,58,1,598,16,97,20,21,78,5,403,403,404,405,406,74,76,24,94,19,1,1,598,1,16,97,71,431,2,3,4,5,390,391,392,301,477,478,304,491,586,587,94,95,96,97,20,78,419,419,431,417,417,418,419,420,404,404,74,24,94,95,96,95,96,97,61,61,2,3,4,5,403,4,405,406,353,572,573,356,357,76,75,75,75,76,75,78,417,418,431,432,431,431,432,433,434,404,404,404,74,75,76,75,75,76,75,75,75,431,2,3,4,5,418,419,420,364,365,366,367,368,404,389,403,404,405,403,417,431,432,433,434,390,391,392,392,389,390,391,392,389,390,391,392,433,434,403,417,418,2,3,4,5,389,390,389,390,385,392,389,390,386,392,168,169,170,171,172,431,432,433,434,391,404,405,406,406,403,404,405,406,403,404,405,406,389,390,391,166,167,431,432,2,3,4,5,403,404,405,389,403,404,405,406,182,183,184,185,186,403,404,389,391,391,418,419,420,389,390,391,392,420,417,418,419,389,403,404,405,180,181,2,3,4,5,417,418,417,418,419,403,417,418,419,420,194,195,196,197,198,417,418,403,404,431,432,433,434,403,404,405,406,434,431,432,433,403,417,418,419,403,389,417,2,3,4,5,432,166,167,433,417,431,432,433,434,417,431,432,431,431,431,432,417,418,417,391,391,420,417,418,168,169,170,171,172,433,417,431,432,433,417,403,168,169,170,171,172,432,180,181,419,431,432,431,432,431,431,432,433,434,432,433,434,431,432,431,391,391,434,431,432,182,183,184,185,186,433,431,432,433,434,431,417" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,0,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="river0" x="40" y="2" dX="1" dY="6" />\n\t<exit dMap="river0" x="40" y="3" dX="1" dY="6" />\n\t<exit dMap="river0" x="40" y="4" dX="1" dY="6" />\n\t<exit dMap="river0" x="40" y="5" dX="1" dY="7" />\n\t<exit dMap="river0" x="40" y="6" dX="1" dY="7" />\n\t<exit dMap="river0" x="40" y="7" dX="1" dY="7" />\n\t<exit dMap="river0" x="40" y="8" dX="1" dY="8" />\n\t<exit dMap="river0" x="40" y="9" dX="1" dY="8" />\n\t<exit dMap="river0" x="40" y="10" dX="1" dY="9" />\n\t<exit dMap="river0" x="40" y="11" dX="1" dY="9" />\n\t<exit dMap="river0" x="40" y="12" dX="1" dY="10" />\n\t<exit dMap="river0" x="40" y="13" dX="1" dY="10" />\n\t<exit dMap="river0" x="40" y="14" dX="1" dY="11" />\n\t<exit dMap="river0" x="40" y="15" dX="1" dY="11" />\n\t<exit dMap="river2" x="40" y="23" dX="1" dY="5" />\n\t<exit dMap="river2" x="40" y="24" dX="1" dY="5" />\n\t<exit dMap="river2" x="40" y="25" dX="1" dY="6" />\n\t<exit dMap="river2" x="40" y="26" dX="1" dY="6" />\n\t<exit dMap="river2" x="40" y="27" dX="1" dY="6" />\n\t<exit dMap="river2" x="40" y="28" dX="1" dY="7" />\n\t<exit dMap="river2" x="40" y="29" dX="1" dY="7" />\n\t<exit dMap="river2" x="40" y="30" dX="1" dY="7" />\n\t<exit dMap="river2" x="40" y="31" dX="1" dY="7" />\n\t<exit dMap="river2" x="40" y="32" dX="1" dY="8" />\n\t<exit dMap="river2" x="40" y="33" dX="1" dY="8" />\n\t<waypoint id="0" x="5" y="7" />\n\t<waypoint id="1" x="10" y="6" />\n\t<waypoint id="2" x="5" y="18" />\n\t<waypoint id="3" x="10" y="18" />\n\t<waypoint id="4" x="9" y="3" />\n\t<waypoint id="5" x="19" y="3" />\n\t<waypoint id="6" x="9" y="31" />\n\t<waypoint id="7" x="9" y="23" />\n\t<waypoint id="8" x="10" y="31" />\n\t<waypoint id="9" x="11" y="23" />\n\t<waypoint id="10" x="19" y="23" />\n\t<waypoint id="11" x="24" y="23" />\n\t<waypoint id="12" x="27" y="28" />\n\t<waypoint id="13" x="21" y="28" />\n\t<waypoint id="14" x="36" y="23" />\n\t<waypoint id="15" x="35" y="30" />\n\t<waypoint id="16" x="34" y="10" />\n\t<waypoint id="17" x="38" y="8" />\n\t<waypoint id="18" x="28" y="3" />\n\t<waypoint id="19" x="35" y="3" />\n\t<waypoint id="20" x="21" y="7" />\n\t<waypoint id="21" x="27" y="7" />\n\t<waypoint id="22" x="15" y="10" />\n\t<waypoint id="23" x="16" y="5" />\n\t<mob id="0" mType="gladiator_2a" x="5" y="7" path="0,1" />\n\t<mob id="1" mType="gladiator_2a" x="5" y="18" path="2,3" />\n\t<mob id="2" mType="bourgeois_man_1a" x="9" y="3" path="4,5" />\n\t<mob id="3" mType="bourgeois_man_1a" x="15" y="9" path="22,23" />\n\t<mob id="4" mType="plebian_man_a" x="21" y="7" path="20,21" />\n\t<mob id="5" mType="bourgeois_man_1a" x="28" y="3" path="18,19" />\n\t<mob id="6" mType="plebian_woman_a" x="34" y="10" path="16,17" />\n\t<mob id="7" mType="bourgeois_man_2a" x="36" y="23" path="14,15" />\n\t<mob id="8" mType="plebian_man_a" x="19" y="23" path="10,11" />\n\t<mob id="9" mType="bourgeois_man_2a" x="21" y="28" path="12,13" />\n\t<mob id="10" mType="bourgeois_man_1a" x="11" y="23" path="9,8" />\n\t<mob id="11" mType="plebian_woman_a" x="9" y="31" path="6,7" />\n\t<object mType="barrel" x="9" y="0" />\n\t<object mType="barrel" x="8" y="1" />\n\t<object mType="barrel" x="12" y="0" />\n\t<object mType="barrel" x="4" y="6" />\n\t<object mType="barrel" x="4" y="7" />\n\t<object mType="barrel" x="15" y="0" />\n\t<weapon mType="16" x="5" y="18" />\n\t<weapon mType="8" x="10" y="30" />\n</level>\n\t\t');
};
_global.river1 extends xml_base;
var v1 = _global.river1.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20583 __Packages.outskirts12 {
#initclip
if (!outskirts12) {
_global.outskirts12 = function () {
super();
this.parseXML('\n<level name="outskirts12" width="19" height="20" set="outskirts" >\n\t<ground tiles="0,3,0,228,229,169,231,232,233,234,235,236,237,238,239,84,0,0,0,0,0,3,277,278,169,280,281,282,283,284,285,286,287,288,84,0,0,5,0,0,0,319,7,169,322,323,324,325,326,327,328,329,330,84,0,2,49,161,162,163,164,51,169,353,354,355,356,357,358,359,360,361,84,2,2,99,196,197,198,199,377,169,379,380,381,382,383,384,385,386,387,84,0,2,2,245,246,247,248,403,136,405,406,407,408,409,410,411,412,413,84,0,0,0,294,295,296,297,415,416,417,418,419,420,421,422,423,424,425,84,161,162,163,331,332,333,334,0,0,0,0,0,0,0,0,0,0,0,178,196,197,198,362,363,364,365,0,42,0,0,0,0,0,0,0,0,1,178,245,246,247,388,389,390,391,0,169,0,0,0,0,0,0,0,8,9,178,294,295,296,21,22,0,0,0,204,207,208,0,0,0,0,0,52,53,135,331,332,333,7,66,0,0,0,253,256,257,0,0,7,0,0,3,8,9,362,363,364,51,7,0,0,0,0,1,257,0,0,51,0,0,0,52,53,388,389,390,0,51,165,166,167,168,0,80,0,3,0,0,0,0,0,0,3,4,7,160,0,200,201,202,203,0,80,4,0,0,0,0,0,0,0,4,14,51,195,0,249,250,251,252,0,80,0,0,0,0,0,0,0,3,57,58,59,244,3,298,299,300,301,0,80,0,0,228,229,230,231,232,233,234,235,236,293,0,335,336,337,338,0,80,0,0,277,278,279,280,281,282,283,284,285,0,0,366,367,368,369,0,80,0,0,319,320,321,322,323,156,157,158,159,0,0,392,393,394,395,0,80,0,0,350,351,352,353,354,191,192,193,194" />\n\t<sky tiles="28,29,30,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,72,73,74,75,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,28,29,30,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,72,73,74,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,32,33,34,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,76,77,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,71,-1,121,122,123,124,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,0,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,0,0,1,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0" />\n\t<skyRegion x="0" y="0" w="4" h="3" />\n\t<skyRegion x="2" y="10" w="4" h="3" />\n\t<skyRegion x="16" y="3" w="3" h="3" />\n\t<skyRegion x="15" y="15" w="4" h="3" />\n\t<skyRegion x="15" y="15" w="4" h="3" />\n\t<skyRegion x="0" y="0" w="4" h="3" />\n\t<exit dMap="outskirts10" x="6" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts10" x="7" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts10" x="8" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts10" x="9" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts10" x="10" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts10" x="11" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts10" x="12" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts10" x="13" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts10" x="14" y="0" dX="27" dY="23" />\n\t<exit dMap="outskirts8" x="8" y="19" dX="26" dY="3" />\n\t<exit dMap="outskirts8" x="9" y="19" dX="26" dY="3" />\n\t<exit dMap="outskirts8" x="10" y="19" dX="26" dY="3" />\n\t<exit dMap="outskirts8" x="11" y="19" dX="26" dY="3" />\n\t<exit dMap="outskirts8" x="12" y="19" dX="26" dY="3" />\n\t<exit dMap="outskirts8" x="13" y="19" dX="26" dY="3" />\n\t<exit dMap="outskirts8" x="14" y="19" dX="26" dY="3" />\n\t<waypoint id="0" x="9" y="5" />\n\t<waypoint id="1" x="13" y="16" />\n\t<mob id="0" mType="drunk" x="13" y="3" path="0,1" />\n\t<mob id="1" mType="drunk" x="11" y="7" path="0,1" />\n\t<mob id="2" mType="plebian_woman_a" x="10" y="9" path="1,0" />\n\t<mob id="3" mType="plebian_woman_a" x="12" y="11" path="1,0" />\n\t<mob id="4" mType="plebian_woman_a" x="10" y="13" path="1,0" />\n\t<object mType="shack5" x="6" y="6" />\n\t<object mType="shack4" x="6" y="2" />\n\t<object mType="shack2" x="8" y="9" />\n\t<object mType="barrel" x="0" y="8" />\n</level>\n\t\t');
};
_global.outskirts12 extends xml_base;
var v1 = _global.outskirts12.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20584 __Packages.catacombs4 {
#initclip
if (!catacombs4) {
_global.catacombs4 = function () {
super();
this.parseXML('\n<level name="catacombs4" width="38" height="13" set="catacombs" >\n\t<ground tiles="28,29,30,31,32,3,4,5,6,7,28,29,30,31,32,8,9,10,11,12,28,29,30,31,32,3,4,5,6,7,33,34,35,36,37,28,29,30,73,74,75,76,77,48,49,50,51,52,73,74,75,76,77,53,54,55,56,57,73,74,75,76,77,48,49,50,51,52,78,79,80,81,82,73,74,75,118,119,120,121,122,93,94,95,96,97,118,119,120,121,122,98,99,100,101,102,118,119,120,121,122,93,94,95,96,97,123,124,125,126,127,118,119,120,163,164,165,166,167,138,139,140,141,142,163,164,165,166,167,143,144,145,146,147,163,164,165,166,167,138,139,140,141,142,168,169,170,171,172,163,164,165,208,209,210,211,212,183,184,185,186,187,208,209,210,211,212,188,189,190,191,192,208,209,210,211,212,183,184,185,186,187,213,214,215,216,217,208,209,210,241,241,0,0,0,362,363,238,239,240,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,357,228,0,0,0,0,233,238,239,240,282,282,0,356,0,395,396,279,280,281,0,0,356,0,0,0,357,0,0,356,0,0,0,357,0,0,0,0,0,0,0,0,0,0,0,279,280,281,320,320,0,0,0,0,0,317,318,319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,238,239,240,321,322,323,0,0,0,356,0,0,0,0,0,0,0,238,239,240,0,0,0,238,239,240,0,0,0,0,0,0,0,0,0,0,362,363,279,280,281,359,360,361,0,0,0,0,0,0,357,0,0,358,0,279,280,281,0,356,0,279,280,281,0,0,357,0,0,0,381,0,0,0,395,396,0,0,0,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,358,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="catacombs5" x="31" y="4" dX="5" dY="21" />\n\t<exit dMap="catacombs5" x="32" y="4" dX="5" dY="21" />\n\t<exit dMap="catacombs5" x="33" y="4" dX="5" dY="21" />\n\t<exit dMap="catacombs1" x="4" y="11" dX="31" dY="6" />\n\t<exit dMap="catacombs1" x="5" y="11" dX="31" dY="6" />\n\t<exit dMap="catacombs1" x="6" y="11" dX="31" dY="6" />\n\t<waypoint id="0" x="5" y="8" />\n\t<waypoint id="1" x="18" y="7" />\n\t<waypoint id="2" x="30" y="6" />\n\t<mob id="0" mType="skeleton_a" x="18" y="6" path="1,2,1,0,1" />\n\t<mob id="1" mType="skeleton_a" x="19" y="7" path="1,2,,1,0" />\n\t<mob id="2" mType="rat" x="30" y="7" path="2,0" />\n\t<mob id="3" mType="rat" x="5" y="9" path="0,2" />\n\t<mob id="4" mType="skeleton_a" x="19" y="6" path="1,2,1,0,1" />\n\t<mob id="5" mType="soldier_1a" x="17" y="7" path="1,0,1,2" />\n\t<mob id="6" mType="soldier_1c" x="18" y="8" path="1,0,1,2" />\n\t<weapon mType="10" x="11" y="5" />\n</level>\n\t\t');
};
_global.catacombs4 extends xml_base;
var v1 = _global.catacombs4.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20585 __Packages.forum4 {
#initclip
if (!forum4) {
_global.forum4 = function () {
super();
this.parseXML('\n<level name="forum4" width="20" height="15" set="forum" >\n\t<ground tiles="1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,472,0,0,0,0,471,472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,500,499,500,499,500,499,500,499,0,0,0,0,0,0,0,0,0,0,0,504,505,504,505,504,505,504,505,504,505,0,0,0,0,0,0,0,0,0,0,11,12,11,12,11,12,11,12,183,185,186,187,188,168,169,170,171,172,173,174,176,12,11,12,11,12,11,12,219,220,221,222,223,203,204,205,206,207,208,209,210,12,11,12,11,12,11,12,254,255,256,257,258" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,81,82,83,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,149,150,151,152,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0" />\n\t<skyRegion x="0" y="10" w="8" h="3" />\n\t<skyRegion x="16" y="9" w="4" h="3" />\n\t<exit dMap="forum3" x="0" y="5" dX="36" dY="5" />\n\t<exit dMap="forum3" x="0" y="6" dX="36" dY="6" />\n\t<exit dMap="forum3" x="0" y="7" dX="36" dY="7" />\n\t<exit dMap="forum3" x="0" y="8" dX="36" dY="8" />\n\t<exit dMap="forum3" x="0" y="9" dX="36" dY="9" />\n\t<exit dMap="forum3" x="0" y="10" dX="36" dY="10" />\n\t<exit dMap="forum5" x="19" y="5" dX="1" dY="5" />\n\t<exit dMap="forum5" x="19" y="6" dX="1" dY="6" />\n\t<exit dMap="forum5" x="19" y="7" dX="1" dY="7" />\n\t<exit dMap="forum5" x="19" y="8" dX="1" dY="8" />\n\t<exit dMap="forum5" x="19" y="9" dX="1" dY="8" />\n\t<exit dMap="forum3" x="0" y="11" dX="36" dY="10" />\n\t<exit dMap="forum3" x="0" y="12" dX="36" dY="10" />\n\t<exit dMap="forum9" x="8" y="14" dX="8" dY="2" />\n\t<exit dMap="forum9" x="9" y="14" dX="9" dY="2" />\n\t<exit dMap="forum9" x="10" y="14" dX="10" dY="2" />\n\t<exit dMap="forum9" x="11" y="14" dX="11" dY="2" />\n\t<exit dMap="forum9" x="12" y="14" dX="12" dY="2" />\n\t<exit dMap="forum9" x="13" y="14" dX="13" dY="2" />\n\t<exit dMap="forum9" x="14" y="14" dX="13" dY="2" />\n\t<exit dMap="forum5" x="19" y="10" dX="1" dY="8" />\n\t<exit dMap="forum5" x="19" y="11" dX="1" dY="8" />\n\t<waypoint id="0" x="2" y="7" />\n\t<waypoint id="1" x="12" y="8" />\n\t<waypoint id="2" x="6" y="8" />\n\t<waypoint id="3" x="9" y="11" />\n\t<waypoint id="4" x="18" y="7" />\n\t<waypoint id="5" x="10" y="5" />\n\t<waypoint id="7" x="13" y="11" />\n\t<mob id="0" mType="plebian_man_a" x="8" y="5" path="5" />\n\t<mob id="2" mType="plebian_man_a" x="16" y="5" path="5,2,1" />\n\t<mob id="3" mType="soldier_1c" x="5" y="5" path="1,2,7" />\n\t<mob id="4" mType="plebian_woman_a" x="11" y="10" path="4,1,2" />\n\t<mob id="5" mType="soldier_1c" x="9" y="8" path="7" />\n\t<mob id="8" mType="plebian_woman_a" x="14" y="7" path="" />\n\t<mob id="10" mType="plebian_woman_a" x="4" y="7" path="" />\n</level>\n\t\t');
};
_global.forum4 extends xml_base;
var v1 = _global.forum4.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20586 __Packages.tinymantis.Delegate {
#initclip
if (!tinymantis.Delegate) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.Delegate = function () {};
var v1 = _global.tinymantis.Delegate.prototype;
_global.tinymantis.Delegate.create = function (target, handler) {
var extraArgs = arguments.slice(2);
var delegate;
delegate = function () {
super = arguments.concat(extraArgs, [delegate]);
return handler.apply(target, super);
};
return delegate;
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20587 __Packages.NewGameMessages {
#initclip
if (!NewGameMessages) {
_global.NewGameMessages = function (parent) {
this.pMovieClip = parent.attachMovie('lib_messages', 'messages', parent.getNextHighestDepth());
this.pMovieClip._x = Stage.width / 2;
this.pMovieClip._y = Stage.height / 2;
this.pMovieClip.onEnterFrame = tinymantis.Delegate.create(this, this.update);
};
var v1 = _global.NewGameMessages.prototype;
v1.update = function () {
if (this.pMovieClip._totalframes == this.pMovieClip._currentframe) {
this.pMovieClip.onEnterFrame = null;
this.pMovieClip.removeMovieClip();
this.pMovieClip = null;
Game.singleton.gotoState('run');
}
};
v1.isFinished = function () {
return this.pMovieClip == null;
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20588 __Packages.market7 {
#initclip
if (!market7) {
_global.market7 = function () {
super();
this.parseXML('\n<level name="market7" width="38" height="29" set="market" >\n\t<ground tiles="133,134,135,136,0,0,0,0,0,0,113,114,41,3,3,0,0,0,0,0,0,43,0,0,0,0,0,43,0,133,134,135,136,42,0,0,43,43,168,169,170,171,0,0,0,0,0,0,148,149,4,41,0,0,0,0,0,0,0,0,3,21,22,23,24,0,43,168,169,170,171,113,114,40,0,43,207,208,209,210,0,0,0,0,0,0,187,188,44,0,92,93,94,95,0,0,0,0,0,61,62,63,64,0,0,207,208,209,210,148,149,1,2,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,129,130,131,132,88,89,90,91,40,96,97,98,99,0,0,0,1,41,2,187,188,0,0,3,44,43,0,0,0,0,0,0,0,0,0,0,0,0,164,165,166,167,125,126,127,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,0,0,0,0,0,0,0,0,0,0,0,0,203,204,205,206,160,161,162,163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,200,201,202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,24,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,115,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,23,24,150,151,0,0,0,0,0,0,84,85,86,87,0,0,0,0,0,0,162,163,0,0,0,0,0,0,0,0,0,0,0,0,0,43,61,62,63,64,189,190,0,0,0,0,0,0,121,122,123,124,0,88,89,90,91,0,201,202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,97,98,99,0,0,0,0,0,0,0,0,156,157,158,159,1,125,126,127,128,0,114,115,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,196,197,198,3,160,161,162,163,0,149,150,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,200,201,202,4,188,189,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,37,38,37,38,37,38,39,0,115,116,42,0,44,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,35,34,35,34,79,0,150,151,0,0,42,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,35,34,35,34,79,0,189,190,41,4,0,42,43,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,35,34,35,34,35,34,79,0,0,0,0,44,0,42,4,43,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,3,0,0,0,0,0,74,35,34,295,296,35,314,79,0,40,113,114,0,88,4,44,0,0,0,0,0,0,0,0,0,0,0,0,42,42,3,0,0,0,3,40,3,0,74,35,34,317,318,355,316,79,0,0,148,149,0,125,44,115,116,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,3,0,0,0,222,223,224,223,224,223,224,225,2,1,187,188,43,160,0,150,151,0,133,134,135,136,0,0,0,0,0,0,40,40,40,0,0,0,3,3,0,0,0,0,0,0,0,0,0,1,133,134,135,136,43,199,0,189,190,0,168,169,170,171,40,0,0,0,0,0,137,138,139,140,141,142,143,144,145,41,0,0,21,22,23,24,43,43,168,169,170,171,0,0,2,0,0,43,207,208,209,210,0,1,1,0,0,0,172,173,174,175,176,177,178,179,180,0,3,40,61,62,63,64,0,0,207,208,209,210,92,93,21,22,23,24,0,0,133,134,0,4,21,22,23,24,211,212,213,214,215,216,217,218,219,0,0,0,96,97,98,99,0,0,0,0,4,42,129,130,61,62,63,64,0,88,89,90,91,44,61,62,63,64,226,227,228,229,230,231,232,233,234,0,0,0,0,0,0,40,84,85,86,87,44,0,164,165" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,25,26,27,28,29,30,31,32,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,65,66,67,68,69,70,71,72,73,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,100,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,0,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0" />\n\t<skyRegion x="18" y="1" w="4" h="2" />\n\t<skyRegion x="14" y="0" w="4" h="2" />\n\t<skyRegion x="33" y="11" w="4" h="2" />\n\t<skyRegion x="28" y="10" w="4" h="2" />\n\t<skyRegion x="37" y="19" w="1" h="2" />\n\t<skyRegion x="36" y="24" w="2" h="2" />\n\t<skyRegion x="30" y="26" w="4" h="2" />\n\t<skyRegion x="23" y="27" w="4" h="2" />\n\t<skyRegion x="14" y="22" w="9" h="3" />\n\t<skyRegion x="10" y="27" w="4" h="2" />\n\t<skyRegion x="5" y="26" w="4" h="2" />\n\t<skyRegion x="1" y="28" w="4" h="1" />\n\t<skyRegion x="1" y="10" w="4" h="2" />\n\t<exit dMap="market8" x="37" y="4" dX="1" dY="5" />\n\t<exit dMap="market8" x="37" y="5" dX="1" dY="5" />\n\t<exit dMap="market8" x="37" y="6" dX="1" dY="5" />\n\t<exit dMap="market8" x="37" y="7" dX="1" dY="6" />\n\t<exit dMap="market8" x="37" y="8" dX="1" dY="6" />\n\t<exit dMap="market8" x="37" y="9" dX="1" dY="6" />\n\t<exit dMap="market8" x="37" y="10" dX="1" dY="7" />\n\t<exit dMap="market8" x="37" y="11" dX="1" dY="7" />\n\t<exit dMap="market8" x="37" y="12" dX="1" dY="7" />\n\t<exit dMap="market8" x="37" y="13" dX="1" dY="8" />\n\t<exit dMap="market8" x="37" y="14" dX="1" dY="8" />\n\t<exit dMap="market8" x="37" y="15" dX="1" dY="8" />\n\t<exit dMap="market3" x="4" y="0" dX="4" dY="27" />\n\t<exit dMap="market3" x="5" y="0" dX="5" dY="27" />\n\t<exit dMap="market3" x="6" y="0" dX="6" dY="27" />\n\t<exit dMap="market3" x="7" y="0" dX="7" dY="27" />\n\t<exit dMap="market3" x="8" y="0" dX="8" dY="27" />\n\t<exit dMap="market3" x="9" y="0" dX="9" dY="27" />\n\t<waypoint id="0" x="10" y="4" />\n\t<waypoint id="1" x="15" y="6" />\n\t<waypoint id="2" x="9" y="13" />\n\t<waypoint id="3" x="8" y="15" />\n\t<waypoint id="4" x="10" y="15" />\n\t<waypoint id="5" x="16" y="15" />\n\t<waypoint id="6" x="21" y="14" />\n\t<waypoint id="7" x="22" y="10" />\n\t<waypoint id="8" x="18" y="11" />\n\t<waypoint id="9" x="14" y="13" />\n\t<waypoint id="10" x="19" y="7" />\n\t<waypoint id="11" x="27" y="13" />\n\t<waypoint id="12" x="26" y="4" />\n\t<waypoint id="13" x="35" y="7" />\n\t<waypoint id="14" x="30" y="7" />\n\t<waypoint id="15" x="32" y="16" />\n\t<waypoint id="16" x="28" y="16" />\n\t<waypoint id="17" x="32" y="20" />\n\t<waypoint id="18" x="31" y="23" />\n\t<waypoint id="19" x="27" y="23" />\n\t<waypoint id="20" x="25" y="19" />\n\t<waypoint id="21" x="29" y="19" />\n\t<waypoint id="22" x="21" y="19" />\n\t<waypoint id="23" x="16" y="19" />\n\t<waypoint id="24" x="13" y="22" />\n\t<waypoint id="25" x="8" y="22" />\n\t<waypoint id="26" x="5" y="23" />\n\t<waypoint id="27" x="3" y="18" />\n\t<waypoint id="28" x="9" y="18" />\n\t<mob id="0" mType="bourgeois_man_1a" x="9" y="13" path="2,3,4" />\n\t<mob id="1" mType="drunk" x="3" y="18" path="27,28" />\n\t<mob id="2" mType="prostitute_a" x="13" y="22" path="24,25,26,25" />\n\t<mob id="3" mType="prostitute_a" x="25" y="19" path="20,21,17,21" />\n\t<mob id="4" mType="drunk" x="32" y="16" path="15,17,15,16" />\n\t<mob id="5" mType="plebian_man_a" x="21" y="19" path="22,23" />\n\t<mob id="6" mType="soldier_1a" x="21" y="14" path="5,6,7,8,9" />\n\t<mob id="7" mType="plebian_woman_a" x="27" y="23" path="19,18,17,18" />\n\t<mob id="8" mType="plebian_man_a" x="27" y="13" path="11,12" />\n\t<mob id="9" mType="drunk" x="30" y="7" path="13,14,12,14" />\n\t<mob id="10" mType="plebian_man_a" x="10" y="4" path="0,1" />\n\t<mob id="11" mType="prostitute_a" x="19" y="7" path="10,8,7" />\n\t<mob id="12" mType="plebian_man_a" x="11" y="15" path="16,3" />\n\t<mob id="13" mType="plebian_man_a" x="7" y="17" path="3,19" />\n\t<mob id="14" mType="plebian_woman_a" x="32" y="5" path="13,0" />\n\t<mob id="15" mType="plebian_woman_a" x="28" y="9" path="1,12" />\n\t<mob id="16" mType="plebian_man_a" x="34" y="9" path="0,13" />\n\t<mob id="17" mType="plebian_man_a" x="18" y="15" path="5,6,7,8,9" />\n\t<mob id="18" mType="plebian_woman_a" x="16" y="10" path="9,5,6,7,8" />\n\t<object mType="urn1" x="28" y="2" />\n\t<object mType="urn1" x="3" y="24" />\n\t<object mType="spit_pig" x="11" y="25" />\n\t<object mType="spit_meat" x="10" y="23" />\n\t<object mType="spit_fish" x="15" y="20" />\n\t<object mType="spit_cats" x="19" y="20" />\n\t<object mType="amphora" x="34" y="19" />\n\t<object mType="amphora" x="35" y="19" />\n\t<object mType="barrel" x="1" y="25" />\n\t<object mType="barrel" x="0" y="24" />\n\t<object mType="barrel" x="2" y="25" />\n\t<object mType="barrel" x="1" y="2" />\n\t<object mType="barrel" x="2" y="3" />\n\t<object mType="barrel" x="2" y="4" />\n\t<object mType="amphora" x="2" y="21" />\n\t<object mType="amphora" x="3" y="21" />\n\t<object mType="amphora" x="3" y="22" />\n\t<object mType="amphora" x="4" y="22" />\n\t<weapon mType="0" x="30" y="18" />\n</level>\n\t\t');
};
_global.market7 extends xml_base;
var v1 = _global.market7.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20589 __Packages.bathHouse6 {
#initclip
if (!bathHouse6) {
_global.bathHouse6 = function () {
super();
this.parseXML('\n<level name="bathHouse6" width="38" height="29" set="bathHouse" >\n\t<ground tiles="78,79,80,81,82,76,77,78,84,85,86,87,88,89,79,80,76,68,69,70,71,72,73,74,75,76,77,78,79,80,79,80,81,82,75,76,77,78,111,111,112,113,114,108,109,110,116,117,118,119,120,121,111,112,99,100,101,102,103,104,105,106,107,108,109,110,111,112,111,112,113,114,107,108,109,110,142,142,143,137,138,139,140,141,145,146,147,148,149,150,142,137,138,131,132,133,134,135,136,137,138,139,140,141,142,143,142,143,144,137,138,139,140,141,168,168,169,163,164,165,166,167,171,172,173,174,175,176,168,163,164,157,158,159,160,161,162,163,164,165,166,167,168,169,168,169,170,163,164,165,166,167,194,194,195,189,190,191,192,193,197,198,199,200,201,202,194,189,190,183,184,185,186,187,188,189,190,191,192,193,194,195,194,195,196,189,190,191,192,193,14,15,221,215,216,217,217,16,223,224,225,226,227,32,220,215,216,209,210,211,212,213,214,215,216,217,218,219,220,14,15,221,222,215,216,217,218,219,24,25,0,0,0,0,0,26,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,1,2,3,0,24,25,32,0,1,2,3,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,9,10,11,0,0,0,39,31,9,10,11,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,31,16,0,22,0,0,0,0,0,0,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,26,0,31,0,0,0,0,0,0,0,9,10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,16,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,1,2,3,32,31,0,0,26,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,22,9,10,11,39,0,0,0,31,22,0,0,0,0,0,4,5,6,5,6,5,6,5,6,7,8,0,0,0,0,0,0,0,435,436,437,438,439,440,441,436,437,438,439,440,441,0,31,0,0,0,0,0,12,55,56,57,55,56,57,55,56,57,28,0,0,0,0,0,0,0,447,448,449,450,451,452,453,448,449,450,451,452,453,14,15,0,0,0,0,0,17,56,57,55,56,57,55,56,57,55,36,0,0,0,0,0,0,0,459,460,461,462,463,464,465,460,461,462,463,464,465,24,25,0,0,1,2,3,35,57,55,56,57,55,56,57,55,56,43,0,0,0,0,0,0,0,471,472,473,474,475,476,477,472,473,474,475,476,477,23,0,0,0,9,10,11,42,55,56,57,55,56,57,55,56,57,47,0,0,0,0,0,0,0,479,480,481,32,483,16,485,480,16,482,483,481,485,0,4,6,7,5,6,7,54,57,60,55,57,18,62,63,64,65,66,0,0,0,0,0,0,0,0,0,0,39,0,26,0,0,26,0,0,0,0,0,27,60,58,59,60,58,57,60,55,59,60,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,58,57,60,58,59,60,58,57,60,58,38,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,59,60,58,57,60,58,57,60,57,59,45,0,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,60,58,57,60,58,57,60,58,57,60,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,61,62,63,64,62,63,64,62,63,64,62,66,23,0,0,0,0,0,0,0,0,0,0,0,0,14,15,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,31,22,0,23,0,0,23,0,0,0,0,0,0,0,0,24,25,0,0,0,0,0,0,0,0,0,0,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse2" x="37" y="18" dX="1" dY="39" />\n\t<exit dMap="bathHouse2" x="37" y="19" dX="2" dY="20" />\n\t<exit dMap="bathHouse2" x="37" y="20" dX="2" dY="20" />\n\t<exit dMap="bathHouse2" x="37" y="21" dX="2" dY="20" />\n\t<exit dMap="bathHouse2" x="37" y="22" dX="2" dY="20" />\n\t<exit dMap="bathHouse2" x="37" y="23" dX="2" dY="20" />\n\t<exit dMap="bathHouse2" x="37" y="24" dX="2" dY="20" />\n\t<waypoint id="0" x="29" y="21" />\n\t<waypoint id="1" x="19" y="21" />\n\t<waypoint id="2" x="21" y="9" />\n\t<waypoint id="3" x="32" y="10" />\n\t<waypoint id="4" x="4" y="7" />\n\t<waypoint id="14" x="15" y="7" />\n\t<mob id="0" mType="virgin_a" x="26" y="21" path="0,1" />\n\t<mob id="1" mType="virgin_a" x="26" y="9" path="2,3,1,2,4" />\n\t<mob id="2" mType="plebian_woman_a" x="20" y="18" path="1,0" />\n\t<mob id="3" mType="bourgeois_man_2a" x="22" y="11" path="2,4,2,3,1" />\n\t<mob id="4" mType="plebian_woman_a" x="30" y="8" path="3,2,1,0" />\n\t<mob id="5" mType="virgin_a" x="6" y="10" path="4,3,2,1,0" />\n\t<mob id="6" mType="senator_a" x="15" y="7" path="2,1,0" />\n\t<mob id="7" mType="plebian_man_a" x="10" y="8" path="3,2,1,0,3,4" />\n\t<object mType="statue_f" x="25" y="15" />\n\t<object mType="tree" x="36" y="14" />\n\t<object mType="tree" x="36" y="3" />\n\t<object mType="tree" x="37" y="8" />\n\t<object mType="amphora" x="15" y="22" />\n\t<object mType="amphora" x="16" y="22" />\n\t<object mType="statue_c" x="31" y="16" />\n\t<object mType="urn1" x="26" y="17" />\n\t<object mType="tree" x="36" y="20" />\n\t<object mType="tree" x="33" y="20" />\n\t<object mType="tree" x="34" y="14" />\n\t<object mType="statue_f" x="25" y="21" />\n\t<object mType="urn1" x="37" y="17" />\n\t<object mType="urn2" x="35" y="23" />\n\t<object mType="urn2" x="28" y="23" />\n\t<object mType="urn2" x="27" y="17" />\n\t<object mType="tree" x="30" y="20" />\n\t<object mType="tree" x="35" y="8" />\n\t<object mType="urn1" x="37" y="6" />\n\t<weapon mType="23" x="4" y="13" />\n\t<weapon mType="5" x="21" y="15" />\n</level>\n\t\t');
};
_global.bathHouse6 extends xml_base;
var v1 = _global.bathHouse6.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20590 __Packages.tinymantis.AStar {
#initclip
if (!tinymantis.AStar) {
if (!tinymantis) {
_global.tinymantis = new Object();
}
_global.tinymantis.AStar = function (inMap) {
this._mMap = inMap;
};
var v1 = _global.tinymantis.AStar.prototype;
v1.findPath = function (inSrcX, inSrcY, inDstX, inDstY) {
return this.findPathLimited(inSrcX, inSrcY, inDstX, inDstY, 1000);
};
v1.findPathLimited = function (inSrcX, inSrcY, inDstX, inDstY, limit) {
var v7 = new Array();
var v8 = new Object();
var v9 = 0;
var v10 = new Object();
var v11 = new tinymantis.AStarNode(inSrcX, inSrcY);
var v12 = false;
var v13 = true;
var v14 = new Array(new Array(1, 1), new Array(1, -1), new Array(-1, 1), new Array(-1, -1), new Array(1, 0), new Array(-1, 0), new Array(0, 1), new Array(0, -1));
v10[v11.mName] = v11;
var v15 = 0;
var v16 = this._mMap.getTileCost(inDstX, inDstY);
if (v16 == undefined || v16 >= 1000) {
return v7;
}
var v17 = null;
for (;;) {
if (!(!v12 && v13)) break;
if (v9 > 0) {
if (v17) {
if (v8[v17.mName] != undefined) {
v11 = v8[v17.mName];
}
}
if (v11 == null) {
var v18 = 100000;
for (var it in v8) {
var v19 = v8[it].mFCost;
if (v19 < v18) {
v18 = v19;
v11 = v8[it];
}
}
}
v17 = v11;
v10[v11.mName] = v11;
delete v8[v11.mName];
--v9;
}
var v20 = 0;
goto 1123;
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
++v20;
label 1123:
if (v20 >= v14.length) break;
var v21 = v11.mX + v14[v20][0];
var v22 = v11.mY + v14[v20][1];
var v23 = this._mMap.getTileCost(v21, v22);
if (v23 < 1000) break;
if (v20 >= 4) break;
if (this._mMap.getTileCost(v21, v11.mY) < 1000) break;
if (this._mMap.getTileCost(v11.mX, v22) < 1000) break;
var v24 = new tinymantis.AStarNode(v21, v22);
v24.mParent = v11.mName;
if (v24.mX == inDstX && v24.mY == inDstY) {
v11 = v24;
v12 = true;
break;
}
if (v10[v24.mName] == undefined) break;
v24.mGCost = v11.mGCost + v23;
v24.mFCost = v24.mGCost + (Math.abs(v24.mX - inDstX) + Math.abs(v24.mY - inDstY)) * 10;
if (v24.mFCost <= limit) break;
if (v8[v24.mName] == undefined) {
v8[v24.mName] = v24;
++v9;
} else {
if (v24.mGCost < v8[v24.mName].mGCost) {
v8[v24.mName] = v24;
} else {
v24 = null;
}
}
if (v24 && v24.mFCost < v17.mFCost) {
v17 = v24;
}
}
}
}
}
}
}
if (v9 == 0) {
v13 = false;
}
if (!v12) {
v11 = null;
}
}
if (v12) {
var v25 = v11;
for (;;) {
if (v25.mX == inSrcX && v25.mY == inSrcY) break;
var v26 = new Object();
v26.x = v25.mX;
v26.y = v25.mY;
v7.push(v26);
v25 = v10[v25.mParent];
}
v7.reverse();
}
return v7;
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20591 __Packages.forum10 {
#initclip
if (!forum10) {
_global.forum10 = function () {
super();
this.parseXML('\n<level name="forum10" width="19" height="13" set="forum" >\n\t<ground tiles="281,283,284,285,286,287,288,290,12,483,484,483,484,183,185,186,187,188,189,318,320,321,322,323,324,325,327,498,483,484,11,12,219,220,221,222,223,224,355,357,358,359,360,361,362,364,503,11,12,11,12,254,255,256,257,258,259,376,377,378,379,380,381,382,384,12,11,12,11,12,291,292,293,294,295,296,407,408,409,410,411,412,413,415,11,11,12,11,12,328,329,330,331,332,333,473,474,475,476,477,478,479,480,12,11,12,11,12,365,366,367,368,369,370,485,486,487,488,489,490,491,492,12,11,12,11,12,385,386,387,388,389,390,12,11,12,11,12,11,12,11,12,11,12,11,12,399,400,401,402,403,464,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,469,469,469,469,469,469,469,470,12,11,12,11,12,11,12,11,12,11,503,0,0,0,0,0,0,0,482,12,11,12,0,0,11,12,11,483,484,0,0,0,0,0,0,0,0,482,11,212,213,214,215,216,217,290,183,185,186" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,113,114,115,116,-1,-1,-1,80,81,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,145,146,147,148,-1,-1,-1,117,118,-1,-1,-1,-1,-1,-1,-1,-1,-1,177,178,179,180,181,182,-1,-1,149,150,-1,-1,-1,-1,-1,-1,-1,-1,211,-1,-1,-1,-1,-1,-1,218,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="11" y="8" w="5" h="5" />\n\t<skyRegion x="17" y="9" w="2" h="3" />\n\t<exit dMap="forum9" x="0" y="6" dX="48" dY="8" />\n\t<exit dMap="forum9" x="0" y="7" dX="48" dY="9" />\n\t<exit dMap="forum9" x="0" y="8" dX="48" dY="9" />\n\t<exit dMap="forum9" x="0" y="9" dX="48" dY="10" />\n\t<exit dMap="forum19" x="0" y="12" dX="3" dY="2" />\n\t<exit dMap="forum19" x="1" y="12" dX="3" dY="2" />\n\t<exit dMap="forum19" x="2" y="12" dX="3" dY="2" />\n\t<exit dMap="forum19" x="3" y="12" dX="3" dY="2" />\n\t<exit dMap="forum19" x="4" y="12" dX="3" dY="2" />\n\t<exit dMap="forum19" x="5" y="12" dX="3" dY="2" />\n\t<exit dMap="forum19" x="6" y="12" dX="3" dY="2" />\n\t<exit dMap="forum9" x="0" y="11" dX="46" dY="12" />\n\t<exit dMap="forum7" x="18" y="7" dX="2" dY="16" />\n\t<exit dMap="forum7" x="18" y="8" dX="2" dY="16" />\n\t<exit dMap="forum7" x="18" y="9" dX="2" dY="16" />\n\t<exit dMap="forum7" x="18" y="10" dX="2" dY="16" />\n\t<exit dMap="forum7" x="18" y="11" dX="2" dY="16" />\n\t<waypoint id="0" x="10" y="4" />\n\t<waypoint id="1" x="9" y="10" />\n\t<waypoint id="2" x="12" y="7" />\n\t<mob id="0" mType="prostitute_a" x="10" y="2" path="2" />\n\t<mob id="2" mType="prostitute_a" x="17" y="7" path="1" />\n\t<mob id="8" mType="senator_a" x="10" y="7" path="" />\n\t<mob id="9" mType="senator_a" x="12" y="5" path="0" />\n\t<mob id="10" mType="prostitute_a" x="6" y="6" path="2,1" />\n\t<mob id="11" mType="prostitute_a" x="7" y="8" path="1,2" />\n\t<object mType="sundial" x="9" y="7" />\n\t<object mType="tree" x="8" y="1" />\n\t<object mType="urn1" x="11" y="0" />\n\t<object mType="amphora" x="9" y="1" />\n\t<weapon mType="0" x="11" y="2" />\n</level>\n\t\t');
};
_global.forum10 extends xml_base;
var v1 = _global.forum10.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20592 __Packages.Constant {
#initclip
if (!Constant) {
_global.Constant = function () {};
var v1 = _global.Constant.prototype;
_global.Constant.getCookie = function () {
return SharedObject.getLocal('viva_haligukaII');
};
_global.Constant.hasSavedGame = function () {
return (Constant.getCookie()).data.saved == 'yes';
};
_global.Constant.isBossType = function (type) {
var v3 = 0;
goto 520;
for (;;) {
++v3;
label 520:
if (v3 >= Constant.BOSS_TYPES.length) break;
if (Constant.BOSS_TYPES[v3] == type) {
return true;
}
}
return false;
};
ASSetPropFlags(v1, null, 1);
_global.Constant.USE_EXTERNAL_XML = true;
_global.Constant.GAME_WIDTH = 800;
_global.Constant.GAME_HEIGHT = 600;
_global.Constant.HIT_Y_RANGE = 30;
_global.Constant.DEFAULT_MAP = 'forum0';
_global.Constant.DEFAULT_TILE = new flash.geom.Point(9, 16);
_global.Constant.SKULL_NUM_KILLS = 100;
_global.Constant.MICROPHONE = false;
_global.Constant.KEY_HELP = 191;
_global.Constant.BOSS_TYPES = ['Atila', 'Vlad', 'Hitler', 'Stalin', 'Nero1'];
}
#endinitclip
}
movieClip 20593 __Packages.river3 {
#initclip
if (!river3) {
_global.river3 = function () {
super();
this.parseXML('\n<level name="river3" width="41" height="29" set="river" >\n\t<ground tiles="389,389,390,391,392,389,389,390,282,283,461,462,286,389,390,391,392,391,301,302,461,462,474,566,567,0,565,0,0,0,0,47,600,603,1,1,1,1,606,607,1,403,389,390,159,160,161,162,163,301,302,477,478,305,159,160,161,162,163,282,283,477,478,491,583,584,0,0,0,0,0,0,47,1,608,601,602,1,1,1,1,1,417,403,404,173,174,175,176,177,282,283,284,285,286,173,174,175,176,177,301,471,472,473,474,568,564,0,0,0,0,0,568,47,1,1,606,607,1,1,600,1,1,389,389,390,187,188,189,190,191,301,302,303,304,305,187,188,189,190,191,282,283,284,285,491,585,568,0,0,0,0,0,585,58,1,1,1,1,604,605,1,1,1,403,403,404,199,200,201,202,203,301,302,303,304,305,199,200,201,202,203,301,302,303,304,474,565,585,0,0,0,0,0,0,47,1,1,1,1,1,601,602,1,1,417,389,390,204,205,206,207,208,282,283,284,285,286,204,205,206,207,208,282,283,284,285,491,569,570,565,0,0,0,0,0,47,1,1,604,605,1,606,607,604,605,431,403,404,212,213,214,215,216,301,302,303,304,305,212,213,214,215,216,301,302,303,304,474,586,587,0,0,0,0,0,0,47,1,1,1,1,1,1,600,1,1,431,417,389,226,227,228,220,221,222,283,284,285,223,224,225,228,220,221,222,283,303,304,511,512,513,0,0,0,0,0,0,47,1,1,1,1,1,1,601,602,1,417,389,403,240,241,242,234,235,236,609,303,304,237,238,239,242,234,235,236,609,284,285,528,529,530,0,0,0,0,0,0,47,1,1,1,1,1,1,606,607,1,431,403,417,251,252,253,245,246,247,610,284,285,248,249,250,253,245,246,247,610,303,304,548,549,550,0,0,0,0,0,0,94,17,19,1,603,1,1,1,1,603,403,417,431,261,262,263,264,257,258,611,303,304,259,260,262,263,264,257,258,611,284,285,491,556,557,0,0,0,0,0,0,0,0,47,1,608,1,1,1,1,608,417,431,432,433,266,267,268,431,282,283,284,285,286,392,266,267,268,434,301,302,303,304,474,569,570,0,0,564,0,0,0,0,0,47,1,1,1,1,1,1,600,431,431,432,433,417,418,417,418,301,302,303,304,305,406,432,433,434,419,282,283,284,285,491,586,587,0,0,0,0,0,0,0,0,47,1,1,1,1,1,601,602,417,431,432,433,431,432,431,432,282,283,284,285,286,420,432,433,434,433,301,302,303,304,474,569,570,0,0,0,0,0,0,0,0,47,1,1,1,1,1,606,607,431,432,433,434,431,432,7,431,301,302,303,304,305,434,432,7,434,420,282,283,284,285,491,586,587,0,0,0,0,0,0,0,0,47,1,1,1,601,602,1,1,403,404,405,406,389,390,9,392,321,283,322,285,323,431,6,9,433,434,301,302,303,304,511,512,513,0,0,0,0,0,0,0,0,47,1,1,1,606,607,1,1,417,418,419,420,403,7,405,406,353,354,355,356,357,7,8,7,433,434,282,283,284,285,528,529,530,0,0,0,0,0,0,33,104,106,1,1,1,603,600,1,1,431,432,433,434,417,9,6,7,364,365,366,367,368,9,7,9,406,406,301,302,303,304,548,549,550,0,0,0,0,0,0,47,1,1,1,1,1,608,1,604,605,417,418,419,420,389,390,8,9,385,7,404,431,386,417,9,419,420,420,282,283,284,285,286,556,557,564,0,0,0,0,0,47,1,1,1,1,1,1,1,603,1,431,432,433,434,403,2,3,4,5,9,418,7,420,431,432,433,434,434,375,376,377,378,379,459,460,464,569,570,581,582,0,47,1,1,600,1,1,1,1,608,1,417,418,419,420,389,390,2,3,4,5,432,9,434,431,432,431,432,433,393,394,395,396,397,461,462,480,586,587,564,0,0,47,1,601,602,1,1,1,1,1,1,431,432,433,434,403,404,403,417,418,419,420,417,389,390,391,392,389,6,407,408,409,410,411,477,478,496,568,0,0,0,0,47,1,606,607,1,1,1,1,1,1,403,404,405,406,417,418,417,431,432,433,434,431,403,404,405,406,403,8,421,422,423,424,425,494,503,505,585,565,0,0,0,47,1,1,1,1,1,1,1,1,1,417,418,419,420,431,432,431,432,433,434,406,406,417,418,419,420,417,418,435,436,525,526,527,519,520,522,569,570,0,48,49,94,17,19,1,1,1,600,1,1,1,431,432,433,434,420,419,420,420,418,419,420,420,431,432,433,434,7,432,445,446,53,546,547,536,537,540,586,587,50,59,60,61,0,47,1,1,1,1,1,601,602,431,432,433,434,434,433,434,434,432,433,434,434,433,389,390,391,9,6,453,392,63,0,0,70,565,70,564,0,49,564,71,564,0,47,1,1,1,1,1,606,607,389,390,391,392,392,389,390,391,392,389,390,391,392,403,404,405,403,8,405,7,53,0,0,0,0,569,570,564,569,570,49,50,0,47,1,598,601,602,604,605,1,403,404,405,406,406,403,404,405,406,403,404,405,406,417,418,419,417,418,6,9,63,0,0,0,0,586,587,0,586,587,569,570,0,37,601,602,606,607,1,1,1,417,418,419,420,420,417,418,419,420,417,418,419,420,431,432,433,431,7,8,434,53,0,568,0,0,0,0,0,0,70,586,587,565,51,606,607,1,1,1,1,1" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,1,0,0,1,1,1,1,0,1,1,1,1,1,0,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0,1,1,1,1,1,0,1,0,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,1,1,1" />\n\t<exit dMap="river2" x="23" y="0" dX="30" dY="13" />\n\t<exit dMap="river2" x="24" y="0" dX="30" dY="13" />\n\t<exit dMap="river2" x="25" y="0" dX="30" dY="13" />\n\t<exit dMap="river2" x="26" y="0" dX="30" dY="13" />\n\t<exit dMap="river2" x="27" y="0" dX="30" dY="13" />\n\t<exit dMap="river2" x="28" y="0" dX="30" dY="13" />\n\t<exit dMap="river2" x="29" y="0" dX="30" dY="13" />\n\t<exit dMap="river2" x="30" y="0" dX="30" dY="13" />\n\t<exit dMap="river2" x="31" y="0" dX="30" dY="13" />\n\t<exit dMap="river4" x="40" y="20" dX="2" dY="5" />\n\t<exit dMap="river4" x="40" y="21" dX="2" dY="5" />\n\t<exit dMap="river4" x="40" y="22" dX="2" dY="5" />\n\t<exit dMap="river4" x="40" y="23" dX="2" dY="5" />\n\t<waypoint id="0" x="5" y="7" />\n\t<waypoint id="1" x="10" y="8" />\n\t<waypoint id="2" x="15" y="7" />\n\t<waypoint id="3" x="10" y="2" />\n\t<waypoint id="4" x="10" y="14" />\n\t<waypoint id="5" x="19" y="2" />\n\t<waypoint id="6" x="19" y="12" />\n\t<waypoint id="7" x="21" y="13" />\n\t<waypoint id="8" x="22" y="21" />\n\t<waypoint id="9" x="26" y="15" />\n\t<waypoint id="10" x="26" y="10" />\n\t<waypoint id="11" x="33" y="11" />\n\t<waypoint id="12" x="27" y="3" />\n\t<waypoint id="13" x="30" y="25" />\n\t<waypoint id="14" x="36" y="21" />\n\t<mob id="0" mType="bourgeois_man_2a" x="30" y="25" path="13,14" />\n\t<mob id="1" mType="bourgeois_man_2a" x="33" y="11" path="11,12" />\n\t<mob id="2" mType="gladiator_2a" x="26" y="15" path="9,10" />\n\t<mob id="4" mType="bourgeois_man_2a" x="10" y="2" path="3,4" />\n\t<mob id="5" mType="plebian_man_a" x="19" y="2" path="5,6" />\n\t<mob id="6" mType="plebian_woman_a" x="21" y="13" path="7,8" />\n\t<mob id="7" mType="gladiator_2a" x="9" y="5" path="1,0" />\n\t<object mType="barrel" x="8" y="0" />\n\t<object mType="barrel" x="9" y="0" />\n\t<object mType="barrel" x="33" y="27" />\n\t<object mType="barrel" x="22" y="0" />\n\t<object mType="barrel" x="12" y="0" />\n\t<object mType="barrel" x="18" y="0" />\n\t<object mType="barrel" x="19" y="0" />\n\t<object mType="amphora" x="18" y="21" />\n\t<object mType="amphora" x="18" y="20" />\n\t<weapon mType="17" x="11" y="14" />\n</level>\n\t\t');
};
_global.river3 extends xml_base;
var v1 = _global.river3.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20594 __Packages.river10 {
#initclip
if (!river10) {
_global.river10 = function () {
super();
this.parseXML('\n<level name="river10" width="38" height="39" set="river" >\n\t<ground tiles="389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,168,169,170,171,172,417,418,419,420,417,418,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,182,183,184,185,186,431,432,433,434,431,432,270,269,270,269,270,269,270,269,270,277,278,279,280,281,391,392,389,390,391,392,389,390,391,392,389,390,391,194,195,196,197,198,389,390,391,392,389,390,290,289,290,289,290,289,290,289,290,296,297,298,299,300,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,309,308,309,308,309,308,309,308,309,316,317,318,319,320,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,327,326,327,326,327,326,327,326,327,333,334,335,336,337,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,341,340,341,340,341,340,341,340,341,348,349,350,351,352,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,363,404,362,363,159,160,161,162,163,301,302,303,304,305,159,160,161,162,163,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,374,418,373,374,173,174,175,176,177,282,283,284,285,286,173,174,175,176,177,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,431,432,433,434,187,188,189,190,191,301,302,303,304,305,187,188,189,190,191,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,389,390,391,392,199,200,201,202,203,282,283,284,285,286,199,200,201,202,203,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,403,404,405,406,204,205,206,207,208,301,302,303,304,305,204,205,206,207,208,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,417,418,419,420,212,213,214,215,216,282,283,284,285,286,212,213,214,215,216,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,431,432,433,434,226,227,228,220,221,222,302,303,304,223,224,225,228,229,230,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,389,390,391,392,240,241,242,234,235,236,609,284,285,237,238,239,242,243,244,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,403,404,405,406,251,252,253,245,246,247,610,303,304,248,249,250,253,254,255,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,417,418,419,420,261,262,263,264,257,258,611,284,285,259,260,262,263,264,265,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,431,432,433,434,431,266,267,268,418,301,302,303,304,305,433,266,267,268,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,389,390,391,392,389,390,391,392,418,375,376,377,378,379,269,270,270,277,278,279,280,281,418,392,389,390,418,418,389,418,391,392,389,390,391,392,389,390,403,404,405,406,403,404,405,406,418,393,394,395,396,397,289,461,462,296,297,298,299,300,418,406,403,404,418,418,403,418,405,406,403,404,405,406,403,404,417,166,167,420,417,418,419,420,418,407,408,409,410,411,308,477,478,316,317,318,319,320,418,420,417,418,107,108,109,110,111,112,113,114,115,116,117,418,431,180,181,434,431,432,433,434,418,421,422,423,424,425,326,502,327,333,334,335,336,337,418,434,431,432,118,119,120,121,122,123,124,125,126,127,128,432,389,390,391,392,418,418,418,418,418,435,436,437,438,439,340,341,341,348,349,350,351,352,418,392,389,390,129,130,131,132,133,134,135,136,137,138,139,390,403,404,405,406,418,418,418,418,418,445,446,406,447,448,404,447,448,282,283,284,285,286,405,406,403,404,140,141,142,143,144,145,146,147,148,149,150,404,417,418,419,420,417,418,418,418,417,453,419,420,404,454,404,3,454,301,302,303,304,305,419,420,417,418,418,151,152,153,154,155,156,157,158,420,417,418,85,86,87,85,86,87,85,86,87,85,86,87,85,86,87,85,86,301,302,303,304,305,86,86,85,86,87,85,86,87,85,86,87,85,86,87,87,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,565,565,470,471,472,473,511,512,513,60,0,0,0,0,0,0,0,0,0,0,0,0,0,48,49,50,48,564,50,0,0,0,0,0,0,0,0,0,0,565,487,488,489,490,528,529,530,60,0,0,0,0,0,0,0,0,0,0,0,0,0,104,104,104,104,104,104,104,104,104,104,104,104,104,104,36,569,570,470,471,472,473,548,549,550,33,104,104,104,104,104,104,104,104,104,104,104,104,104,1,1,601,602,1,1,1,1,1,1,1,1,1,1,46,586,587,487,488,489,490,491,556,557,51,1,1,1,1,1,600,1,1,1,1,1,1,1,1,1,606,607,1,1,1,1,1,1,1,1,1,1,46,0,565,571,572,573,574,575,565,60,51,1,601,602,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,103,104,36,588,589,590,591,592,60,60,51,1,606,607,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,601,602,1,1,1,1,1,103,104,105,104,104,104,104,104,106,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,606,607,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,603,1,1,1,604,605,1,1,1,1,1,1,1,20,21,22,23,22,22,22,22,22,22,22,22,22,22,22,22,22,22,24,1,1,1,1,601,602,608,601,602,600,1,20,21,22,23,21,21,21,21,78,3,39,86,85,86,87,85,86,87,85,86,87,85,86,87,42,7,74,23,23,23,24,606,607,1,606,607,1,1,38,5,6,3,3,5,3,5,3,3,79,1,1,600,1,1,1,1,1,1,1,1,603,1,62,9,5,3,5,3,79,1,1,1" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,1,1" />\n\t<exit dMap="river8" x="0" y="4" dX="35" dY="4" />\n\t<exit dMap="river8" x="0" y="5" dX="35" dY="4" />\n\t<exit dMap="river8" x="0" y="6" dX="35" dY="4" />\n\t<exit dMap="river8" x="0" y="7" dX="35" dY="4" />\n\t<exit dMap="river8" x="0" y="8" dX="35" dY="4" />\n\t<exit dMap="river9" x="0" y="28" dX="35" dY="16" />\n\t<exit dMap="river9" x="0" y="29" dX="35" dY="16" />\n\t<exit dMap="river9" x="0" y="30" dX="35" dY="16" />\n\t<exit dMap="river9" x="0" y="31" dX="35" dY="16" />\n\t<exit dMap="river9" x="0" y="32" dX="35" dY="16" />\n\t<exit dMap="river9" x="0" y="33" dX="35" dY="16" />\n\t<exit dMap="river9" x="0" y="34" dX="35" dY="16" />\n\t<exit dMap="river9" x="0" y="35" dX="35" dY="16" />\n\t<exit dMap="river9" x="0" y="36" dX="35" dY="16" />\n\t<exit dMap="outskirts0" x="37" y="28" dX="2" dY="6" />\n\t<exit dMap="outskirts0" x="37" y="29" dX="2" dY="6" />\n\t<exit dMap="outskirts0" x="37" y="30" dX="2" dY="6" />\n\t<exit dMap="outskirts0" x="37" y="31" dX="2" dY="6" />\n\t<exit dMap="outskirts0" x="37" y="32" dX="2" dY="6" />\n\t<exit dMap="outskirts0" x="37" y="33" dX="2" dY="6" />\n\t<exit dMap="outskirts0" x="37" y="34" dX="2" dY="6" />\n\t<exit dMap="outskirts0" x="37" y="37" dX="2" dY="6" />\n\t<exit dMap="outskirts0" x="37" y="38" dX="2" dY="6" />\n\t<waypoint id="0" x="3" y="6" />\n\t<waypoint id="1" x="9" y="6" />\n\t<waypoint id="2" x="11" y="14" />\n\t<waypoint id="3" x="11" y="7" />\n\t<waypoint id="4" x="6" y="16" />\n\t<waypoint id="5" x="11" y="16" />\n\t<waypoint id="6" x="16" y="16" />\n\t<waypoint id="7" x="10" y="23" />\n\t<waypoint id="8" x="15" y="23" />\n\t<waypoint id="9" x="20" y="21" />\n\t<waypoint id="10" x="20" y="26" />\n\t<waypoint id="11" x="19" y="29" />\n\t<waypoint id="12" x="25" y="29" />\n\t<waypoint id="13" x="6" y="29" />\n\t<waypoint id="14" x="15" y="29" />\n\t<waypoint id="15" x="2" y="34" />\n\t<waypoint id="16" x="9" y="33" />\n\t<waypoint id="17" x="26" y="34" />\n\t<waypoint id="18" x="34" y="34" />\n\t<waypoint id="19" x="31" y="29" />\n\t<waypoint id="20" x="35" y="29" />\n\t<waypoint id="21" x="13" y="33" />\n\t<waypoint id="22" x="21" y="35" />\n\t<mob id="0" mType="gladiator_2a" x="3" y="6" path="0,1" />\n\t<mob id="1" mType="gladiator_2a" x="6" y="16" path="4,5,6,5" />\n\t<mob id="2" mType="bourgeois_man_2a" x="11" y="7" path="3,2" />\n\t<mob id="3" mType="plebian_man_a" x="10" y="23" path="7,8" />\n\t<mob id="4" mType="gladiator_2a" x="20" y="21" path="9,10,11,10" />\n\t<mob id="5" mType="bourgeois_man_2a" x="19" y="29" path="11,12" />\n\t<mob id="6" mType="plebian_woman_a" x="31" y="29" path="19,20" />\n\t<mob id="7" mType="bourgeois_man_1a" x="26" y="34" path="17,18" />\n\t<mob id="8" mType="gladiator_2a" x="13" y="33" path="21,22" />\n\t<mob id="9" mType="plebian_woman_a" x="6" y="29" path="13,14" />\n\t<mob id="10" mType="plebian_man_a" x="2" y="34" path="15,16" />\n\t<object mType="barrel" x="3" y="3" />\n\t<object mType="barrel" x="4" y="3" />\n\t<object mType="barrel" x="2" y="3" />\n\t<object mType="barrel" x="24" y="27" />\n\t<object mType="barrel" x="25" y="27" />\n\t<object mType="barrel" x="23" y="32" />\n\t<object mType="barrel" x="17" y="29" />\n\t<object mType="barrel" x="17" y="30" />\n\t<object mType="barrel" x="18" y="29" />\n\t<object mType="barrel" x="18" y="30" />\n\t<object mType="column_lg" x="37" y="25" />\n\t<object mType="column_sm" x="35" y="31" />\n\t<object mType="column_sm" x="35" y="26" />\n\t<object mType="column_lg" x="37" y="30" />\n\t<object mType="amphora" x="12" y="3" />\n\t<object mType="amphora" x="13" y="3" />\n\t<object mType="amphora" x="12" y="4" />\n\t<object mType="amphora" x="13" y="4" />\n\t<weapon mType="19" x="19" y="34" />\n\t<weapon mType="20" x="16" y="15" />\n</level>\n\t\t');
};
_global.river10 extends xml_base;
var v1 = _global.river10.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20595 __Packages.outskirts14 {
#initclip
if (!outskirts14) {
_global.outskirts14 = function () {
super();
this.parseXML('\n<level name="outskirts14" width="19" height="13" set="outskirts" >\n\t<ground tiles="36,38,37,38,37,40,187,188,187,188,36,39,39,37,38,39,38,37,134,80,82,81,82,81,84,224,225,224,426,86,83,83,81,82,83,82,81,85,80,0,0,0,0,135,187,188,187,188,136,0,0,0,0,0,0,0,85,161,162,163,164,0,0,187,188,224,225,0,0,0,0,165,166,167,168,85,196,197,198,199,0,0,224,225,187,188,0,0,0,0,200,201,202,203,85,245,246,247,248,0,0,224,225,224,225,5,6,0,0,249,250,251,252,85,294,295,296,297,4,0,187,188,224,225,49,50,0,0,298,299,300,301,85,331,332,333,334,0,0,271,272,275,276,99,100,0,0,335,336,337,338,85,362,363,364,365,0,0,313,314,317,318,149,150,0,0,366,367,368,369,85,4,389,390,391,0,0,0,0,0,0,0,0,0,0,392,393,394,395,178,302,210,304,304,304,304,304,303,207,304,304,206,206,211,126,126,206,207,306,21,22,341,341,341,341,341,340,256,341,341,255,255,260,170,170,255,256,343,65,66,0,0,4,4,0,0,0,0,0,1,0,0,0,0,0,0,0" />\n\t<sky tiles="28,29,30,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,32,33,34,35,-1,72,73,74,75,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,76,77,78,79,-1,117,118,119,120,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,121,122,123,124,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1" />\n\t<skyRegion x="1" y="2" w="4" h="3" />\n\t<skyRegion x="14" y="0" w="4" h="3" />\n\t<skyRegion x="0" y="0" w="4" h="3" />\n\t<exit dMap="outskirts11" x="6" y="0" dX="46" dY="12" />\n\t<exit dMap="outskirts11" x="7" y="0" dX="47" dY="12" />\n\t<exit dMap="outskirts11" x="8" y="0" dX="47" dY="12" />\n\t<exit dMap="outskirts11" x="9" y="0" dX="48" dY="12" />\n\t<waypoint id="0" x="7" y="5" />\n\t<mob id="0" mType="soldier_1a" x="6" y="5" path="0" />\n\t<mob id="1" mType="soldier_1a" x="8" y="5" path="0" />\n\t<mob id="2" mType="bourgeois_man_1a" x="6" y="8" path="0" />\n\t<object mType="amphora" x="11" y="1" />\n\t<object mType="amphora" x="12" y="1" />\n\t<weapon mType="7" x="5" y="8" />\n</level>\n\t\t');
};
_global.outskirts14 extends xml_base;
var v1 = _global.outskirts14.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20596 __Packages.catacombs6 {
#initclip
if (!catacombs6) {
_global.catacombs6 = function () {
super();
this.parseXML('\n<level name="catacombs6" width="19" height="13" set="catacombs" >\n\t<ground tiles="8,9,10,11,12,8,9,10,11,12,8,9,10,11,12,8,9,10,11,53,54,55,56,57,53,54,55,56,57,53,54,55,56,57,53,54,55,56,98,99,100,101,102,98,99,100,101,102,98,99,100,101,102,98,99,100,101,143,144,145,146,147,143,144,145,146,147,143,144,145,146,147,143,144,145,146,188,189,238,239,240,188,189,190,191,192,188,189,190,191,238,239,240,190,191,0,0,279,280,281,0,228,229,230,231,232,233,233,0,279,280,281,0,0,315,316,317,318,319,0,269,270,271,272,273,274,0,0,317,318,319,313,314,354,355,0,0,0,362,363,308,309,310,311,312,362,363,0,0,0,352,353,389,390,247,248,249,395,396,347,348,349,350,351,395,396,247,248,249,387,388,423,424,288,289,290,0,381,382,383,384,385,386,0,0,288,289,290,421,422,2,2,2,2,2,2,2,416,417,418,419,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,236,237,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,234,235,277,278,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,275,276,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="17" y="4" w="2" h="2" />\n\t<exit dMap="catacombs5" x="8" y="11" dX="12" dY="6" />\n\t<exit dMap="catacombs5" x="9" y="11" dX="12" dY="6" />\n\t<exit dMap="catacombs5" x="10" y="11" dX="12" dY="6" />\n\t<exit dMap="catacombs5" x="7" y="11" dX="12" dY="6" />\n\t<waypoint id="0" x="8" y="6" />\n\t<waypoint id="1" x="9" y="7" />\n\t<mob id="0" mType="rat" x="5" y="6" path="0,1,0" />\n\t<mob id="1" mType="rat" x="10" y="5" path="0,1,0" />\n\t<mob id="2" mType="rat" x="9" y="6" path="0,1,0" />\n\t<mob id="3" mType="rat" x="7" y="8" path="0,1,0" />\n\t<mob id="4" mType="rat" x="13" y="6" path="1,0,1" />\n\t<mob id="5" mType="rat" x="9" y="8" path="1,0,1" />\n\t<mob id="6" mType="rat" x="10" y="7" path="1,0,1" />\n\t<mob id="8" mType="rat" x="11" y="9" path="1,0,1" />\n\t<mob id="9" mType="skeleton_a" x="12" y="6" path="" />\n\t<mob id="10" mType="skeleton_a" x="2" y="6" path="" />\n\t<mob id="13" mType="skeleton_a" x="7" y="5" path="" />\n\t<mob id="15" mType="skeleton_a" x="11" y="5" path="" />\n\t<mob id="16" mType="skeleton_a" x="5" y="5" path="" />\n\t<mob id="17" mType="skeleton_a" x="13" y="5" path="" />\n\t<object mType="amphora" x="16" y="5" />\n\t<object mType="amphora" x="16" y="6" />\n\t<weapon mType="13" x="2" y="7" />\n</level>\n\t\t');
};
_global.catacombs6 extends xml_base;
var v1 = _global.catacombs6.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20597 __Packages.forum20 {
#initclip
if (!forum20) {
_global.forum20 = function () {
super();
this.parseXML('\n<level name="forum20" width="19" height="13" set="forum" >\n\t<ground tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,472,0,0,0,0,0,0,0,0,0,471,472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,472,0,0,0,0,0,0,0,0,0,471,472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n\t<exit dMap="forum16" x="18" y="0" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="1" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="2" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="3" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="4" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="5" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="6" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="7" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="8" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="9" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="10" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="11" dX="2" dY="7" />\n\t<exit dMap="forum16" x="18" y="12" dX="2" dY="7" />\n\t<exit dMap="forum15" x="0" y="12" dX="30" dY="2" />\n\t<exit dMap="forum15" x="1" y="12" dX="31" dY="2" />\n\t<exit dMap="forum15" x="2" y="12" dX="32" dY="2" />\n\t<exit dMap="forum15" x="3" y="12" dX="33" dY="2" />\n\t<exit dMap="forum15" x="4" y="12" dX="34" dY="2" />\n\t<exit dMap="forum15" x="5" y="12" dX="35" dY="2" />\n\t<exit dMap="forum15" x="6" y="12" dX="36" dY="2" />\n\t<exit dMap="forum15" x="7" y="12" dX="37" dY="2" />\n\t<exit dMap="forum15" x="8" y="12" dX="38" dY="2" />\n\t<exit dMap="forum15" x="9" y="12" dX="39" dY="2" />\n\t<exit dMap="forum15" x="10" y="12" dX="40" dY="2" />\n\t<exit dMap="forum15" x="11" y="12" dX="41" dY="2" />\n\t<exit dMap="forum15" x="12" y="12" dX="42" dY="2" />\n\t<exit dMap="forum15" x="13" y="12" dX="43" dY="2" />\n\t<exit dMap="forum15" x="14" y="12" dX="44" dY="2" />\n\t<exit dMap="forum15" x="15" y="12" dX="45" dY="2" />\n\t<exit dMap="forum15" x="16" y="12" dX="46" dY="2" />\n\t<exit dMap="forum15" x="17" y="12" dX="46" dY="2" />\n\t<exit dMap="forum9" x="0" y="0" dX="34" dY="12" />\n\t<exit dMap="forum9" x="1" y="0" dX="35" dY="12" />\n\t<exit dMap="forum9" x="2" y="0" dX="36" dY="12" />\n\t<exit dMap="forum9" x="3" y="0" dX="36" dY="12" />\n\t<exit dMap="forum9" x="4" y="0" dX="37" dY="12" />\n\t<exit dMap="forum9" x="5" y="0" dX="37" dY="12" />\n\t<exit dMap="forum9" x="6" y="0" dX="38" dY="12" />\n\t<exit dMap="forum9" x="7" y="0" dX="38" dY="12" />\n\t<exit dMap="forum9" x="8" y="0" dX="39" dY="12" />\n\t<exit dMap="forum9" x="9" y="0" dX="39" dY="12" />\n\t<exit dMap="forum9" x="10" y="0" dX="40" dY="12" />\n\t<exit dMap="forum9" x="11" y="0" dX="40" dY="12" />\n\t<exit dMap="forum9" x="12" y="0" dX="41" dY="12" />\n\t<exit dMap="forum9" x="13" y="0" dX="41" dY="12" />\n\t<exit dMap="forum9" x="14" y="0" dX="42" dY="12" />\n\t<exit dMap="forum9" x="15" y="0" dX="43" dY="12" />\n\t<exit dMap="forum9" x="16" y="0" dX="44" dY="12" />\n\t<exit dMap="forum9" x="17" y="0" dX="44" dY="12" />\n\t<exit dMap="forum0" x="0" y="1" dX="18" dY="3" />\n\t<exit dMap="forum0" x="0" y="2" dX="18" dY="4" />\n\t<exit dMap="forum0" x="0" y="3" dX="18" dY="5" />\n\t<exit dMap="forum0" x="0" y="4" dX="18" dY="6" />\n\t<exit dMap="forum0" x="0" y="5" dX="18" dY="7" />\n\t<exit dMap="forum0" x="0" y="6" dX="18" dY="8" />\n\t<exit dMap="forum0" x="0" y="7" dX="18" dY="9" />\n\t<exit dMap="forum0" x="0" y="8" dX="18" dY="10" />\n\t<exit dMap="forum0" x="0" y="9" dX="18" dY="11" />\n\t<exit dMap="forum0" x="0" y="10" dX="18" dY="12" />\n\t<exit dMap="forum0" x="0" y="11" dX="18" dY="13" />\n\t<object mType="tree" x="7" y="3" />\n\t<object mType="tree" x="11" y="3" />\n\t<object mType="sundial" x="9" y="5" />\n\t<object mType="amphora" x="6" y="8" />\n</level>\n\t\t');
};
_global.forum20 extends xml_base;
var v1 = _global.forum20.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20598 __Packages.forum6 {
#initclip
if (!forum6) {
_global.forum6 = function () {
super();
this.parseXML('\n<level name="forum6" width="20" height="15" set="forum" >\n\t<ground tiles="1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,0,0,0,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,499,500,499,500,499,500,499,500,499,500,0,0,0,0,0,0,0,0,0,505,504,505,504,505,504,505,504,505,504,505,0,0,168,169,170,171,172,173,174,176,11,12,11,12,11,12,11,12,183,185,186,187,203,204,205,206,207,208,209,210,11,12,11,12,11,12,11,12,219,220,221,222" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,81,82,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,149,150,151,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0" />\n\t<skyRegion x="0" y="10" w="8" h="3" />\n\t<skyRegion x="17" y="10" w="3" h="3" />\n\t<exit dMap="forum5" x="0" y="5" dX="18" dY="5" />\n\t<exit dMap="forum5" x="0" y="6" dX="18" dY="6" />\n\t<exit dMap="forum5" x="0" y="7" dX="18" dY="7" />\n\t<exit dMap="forum5" x="0" y="8" dX="18" dY="8" />\n\t<exit dMap="forum5" x="0" y="9" dX="18" dY="8" />\n\t<exit dMap="forum7" x="19" y="5" dX="1" dY="6" />\n\t<exit dMap="forum7" x="19" y="6" dX="1" dY="6" />\n\t<exit dMap="forum7" x="19" y="7" dX="1" dY="6" />\n\t<exit dMap="forum7" x="19" y="8" dX="1" dY="6" />\n\t<exit dMap="forum7" x="19" y="9" dX="1" dY="6" />\n\t<exit dMap="forum7" x="19" y="10" dX="1" dY="6" />\n\t<exit dMap="forum7" x="19" y="11" dX="1" dY="6" />\n\t<exit dMap="forum5" x="0" y="10" dX="18" dY="8" />\n\t<exit dMap="forum5" x="0" y="11" dX="18" dY="8" />\n\t<exit dMap="forum5" x="0" y="12" dX="18" dY="8" />\n\t<exit dMap="forum9" x="7" y="14" dX="40" dY="2" />\n\t<exit dMap="forum9" x="8" y="14" dX="40" dY="2" />\n\t<exit dMap="forum9" x="9" y="14" dX="41" dY="2" />\n\t<exit dMap="forum9" x="10" y="14" dX="42" dY="2" />\n\t<exit dMap="forum9" x="11" y="14" dX="43" dY="2" />\n\t<exit dMap="forum9" x="12" y="14" dX="43" dY="2" />\n\t<exit dMap="forum9" x="13" y="14" dX="44" dY="2" />\n\t<exit dMap="forum9" x="14" y="14" dX="45" dY="2" />\n\t<exit dMap="forum9" x="15" y="14" dX="46" dY="2" />\n\t<exit dMap="forum9" x="16" y="14" dX="46" dY="2" />\n\t<exit dMap="forum7" x="19" y="12" dX="1" dY="6" />\n\t<waypoint id="0" x="17" y="5" />\n\t<waypoint id="1" x="16" y="10" />\n\t<waypoint id="2" x="2" y="5" />\n\t<waypoint id="3" x="2" y="9" />\n\t<waypoint id="4" x="10" y="7" />\n\t<waypoint id="5" x="13" y="9" />\n\t<waypoint id="6" x="14" y="6" />\n\t<mob id="0" mType="plebian_man_a" x="10" y="5" path="6,5,4" />\n\t<mob id="1" mType="plebian_man_a" x="13" y="5" path="4,5,6" />\n\t<mob id="2" mType="plebian_woman_a" x="10" y="9" path="6,5,4" />\n\t<mob id="3" mType="senator_a" x="2" y="6" path="0,1,2,3" />\n\t<mob id="4" mType="bourgeois_man_2a" x="3" y="7" path="0,5,3,2" />\n\t<mob id="5" mType="bourgeois_man_2a" x="4" y="5" path="0,4,3,2" />\n\t<mob id="6" mType="bourgeois_man_1a" x="18" y="7" path="0,2,1,3" />\n\t<mob id="7" mType="bourgeois_man_1a" x="17" y="8" path="0,1,2,3" />\n\t<object mType="sundial" x="12" y="7" />\n</level>\n\t\t');
};
_global.forum6 extends xml_base;
var v1 = _global.forum6.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20599 __Packages.market9 {
#initclip
if (!market9) {
_global.market9 = function () {
super();
this.parseXML('\n<level name="market9" width="41" height="16" set="market" >\n\t<ground tiles="133,134,135,136,21,22,23,24,84,85,86,87,92,93,94,95,40,41,0,150,151,0,0,0,0,2,21,22,23,24,0,4,42,137,138,139,140,141,142,143,144,168,169,170,171,61,62,63,64,121,122,123,124,129,130,131,132,0,0,0,189,190,0,0,0,0,0,61,62,63,64,41,44,0,172,173,174,175,176,177,178,179,207,208,209,210,96,97,98,99,156,157,158,159,164,165,166,167,42,2,0,0,0,84,85,86,87,3,96,97,98,99,0,0,0,211,212,213,214,215,216,217,218,0,0,0,0,0,0,0,0,195,196,197,198,203,204,205,206,3,0,0,42,43,121,122,123,124,0,0,0,0,0,0,0,0,226,227,228,229,230,231,232,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,42,1,156,157,158,159,0,0,0,0,0,0,0,0,235,236,237,238,239,240,241,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,23,24,0,195,196,197,198,0,0,0,0,0,0,0,0,244,245,246,247,248,249,250,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,62,63,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,254,255,256,257,258,259,88,89,90,91,0,0,0,0,0,0,0,0,0,0,0,0,96,97,98,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,126,127,128,92,93,94,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,161,162,163,129,130,131,132,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,200,201,202,164,165,166,167,4,42,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,204,205,206,44,43,41,1,1,3,2,115,116,133,134,135,136,0,0,0,0,0,0,0,0,0,0,133,134,135,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,3,0,42,42,150,151,168,169,170,171,0,0,0,0,0,0,0,0,0,0,168,169,170,171,0,0,0,0,0,0,80,81,82,83,0,0,0,0,21,22,23,24,0,0,0,189,190,207,208,209,210,0,42,0,0,0,0,3,0,0,0,207,208,209,210,0,0,0,0,0,0,117,118,119,120,88,89,90,91,61,62,63,64,0,0,0,0,0,42,42,0,113,114,0,80,81,82,83,40,84,85,86,87,0,0,0,0,0,42,1,80,81,152,153,154,155,125,126,127,128,96,97,98,99,80,81,82,83,42,42,42,42,148,149,42,117,118,119,120,42,121,122,123,124,0,0,0,0,42,115,116,117,118" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,5,6,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,45,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,1,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0" />\n\t<skyRegion x="0" y="5" w="4" h="2" />\n\t<skyRegion x="4" y="6" w="4" h="2" />\n\t<skyRegion x="0" y="11" w="4" h="2" />\n\t<skyRegion x="21" y="0" w="4" h="2" />\n\t<skyRegion x="4" y="12" w="4" h="2" />\n\t<skyRegion x="12" y="13" w="4" h="2" />\n\t<skyRegion x="32" y="14" w="4" h="2" />\n\t<skyRegion x="39" y="12" w="2" h="2" />\n\t<skyRegion x="23" y="12" w="4" h="2" />\n\t<skyRegion x="28" y="12" w="4" h="2" />\n\t<skyRegion x="39" y="12" w="2" h="2" />\n\t<skyRegion x="39" y="12" w="2" h="2" />\n\t<exit dMap="market8" x="0" y="3" dX="38" dY="16" />\n\t<exit dMap="market8" x="0" y="4" dX="38" dY="16" />\n\t<exit dMap="market8" x="0" y="5" dX="38" dY="16" />\n\t<exit dMap="market8" x="0" y="6" dX="38" dY="16" />\n\t<exit dMap="forum1" x="40" y="7" dX="2" dY="7" />\n\t<exit dMap="forum1" x="40" y="8" dX="2" dY="7" />\n\t<exit dMap="forum1" x="40" y="9" dX="2" dY="7" />\n\t<exit dMap="forum1" x="40" y="10" dX="2" dY="8" />\n\t<exit dMap="forum1" x="40" y="11" dX="2" dY="8" />\n\t<exit dMap="forum1" x="40" y="12" dX="2" dY="8" />\n\t<waypoint id="0" x="10" y="10" />\n\t<waypoint id="1" x="10" y="4" />\n\t<waypoint id="2" x="13" y="8" />\n\t<waypoint id="3" x="20" y="8" />\n\t<waypoint id="4" x="24" y="11" />\n\t<waypoint id="5" x="24" y="6" />\n\t<waypoint id="6" x="30" y="3" />\n\t<waypoint id="7" x="30" y="9" />\n\t<waypoint id="8" x="3" y="4" />\n\t<waypoint id="9" x="37" y="10" />\n\t<mob id="0" mType="prostitute_a" x="30" y="3" path="6,7" />\n\t<mob id="1" mType="plebian_woman_a" x="13" y="8" path="2,3" />\n\t<mob id="2" mType="drunk" x="24" y="6" path="5,4" />\n\t<mob id="3" mType="bourgeois_man_2a" x="10" y="10" path="1,0" />\n\t<mob id="4" mType="plebian_woman_a" x="14" y="4" path="1,2,3" />\n\t<mob id="5" mType="plebian_woman_a" x="15" y="5" path="3,1" />\n\t<mob id="6" mType="plebian_man_a" x="29" y="7" path="4,3" />\n\t<mob id="7" mType="bourgeois_man_2a" x="4" y="5" path="8,4" />\n\t<mob id="8" mType="bourgeois_man_2a" x="2" y="4" path="7,8" />\n\t<mob id="9" mType="bourgeois_man_2a" x="36" y="9" path="9,8" />\n\t<mob id="10" mType="bourgeois_man_2a" x="35" y="10" path="9,8" />\n\t<mob id="11" mType="bourgeois_man_2a" x="18" y="8" path="9,3" />\n\t<mob id="12" mType="bourgeois_man_2a" x="19" y="9" path="9,3,8" />\n\t<mob id="13" mType="drunk" x="22" y="6" path="9,3,8" />\n\t<mob id="14" mType="plebian_man_a" x="27" y="9" path="1,7" />\n\t<mob id="15" mType="plebian_man_a" x="29" y="10" path="4,1" />\n\t<mob id="16" mType="plebian_man_a" x="30" y="10" path="7,4" />\n\t<mob id="17" mType="plebian_man_a" x="7" y="5" path="8,1" />\n\t<object mType="column_lg" x="40" y="4" />\n\t<object mType="column_lg" x="40" y="9" />\n\t<object mType="amphora" x="15" y="3" />\n\t<object mType="column_sm" x="38" y="5" />\n\t<object mType="column_sm" x="38" y="10" />\n</level>\n\t\t');
};
_global.market9 extends xml_base;
var v1 = _global.market9.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20600 __Packages.bathHouse8 {
#initclip
if (!bathHouse8) {
_global.bathHouse8 = function () {
super();
this.parseXML('\n<level name="bathHouse8" width="38" height="16" set="bathHouse" >\n\t<ground tiles="67,68,69,70,71,72,73,74,75,76,77,83,83,83,84,85,86,87,88,89,79,80,81,79,80,81,79,80,91,91,92,93,94,95,96,97,79,80,99,100,101,102,103,104,105,106,107,108,109,115,115,115,116,117,118,119,120,121,111,112,113,111,112,113,111,112,123,123,124,125,126,127,128,129,111,112,165,131,132,133,134,135,136,165,165,139,140,141,145,145,145,146,147,148,149,150,142,143,144,142,143,144,142,143,144,151,151,152,153,154,155,156,142,143,165,157,158,159,160,161,162,165,165,165,166,167,171,171,171,172,173,174,175,176,168,169,170,168,169,170,168,169,170,177,177,178,179,180,181,182,168,169,165,183,184,185,186,187,188,165,165,191,192,193,197,197,197,198,199,200,201,202,194,195,196,194,195,196,194,195,196,203,203,204,205,206,207,208,194,195,217,209,210,1,2,3,214,217,217,217,218,219,223,223,223,224,225,226,227,228,32,14,15,220,16,222,220,221,222,229,229,230,231,232,233,234,220,221,22,0,0,9,10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,24,25,0,26,0,0,0,0,0,0,0,0,0,0,0,31,0,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,26,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,39,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,39,16,0,0,24,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,10,11,0,26,436,437,438,439,440,441,442,0,0,0,0,435,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,438,439,440,441,436,437,448,449,450,451,452,453,454,0,0,0,0,447,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,450,451,452,453,448,449,460,461,462,463,464,465,466,0,0,0,0,459,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,462,463,464,465,460,461,472,473,474,475,476,477,478,0,0,0,0,471,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473,474,475,476,477,472,473" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="catacombs10" x="32" y="5" dX="7" dY="9" />\n\t<exit dMap="catacombs10" x="33" y="5" dX="8" dY="9" />\n\t<exit dMap="bathHouse2" x="7" y="14" dX="20" dY="7" />\n\t<exit dMap="bathHouse2" x="8" y="14" dX="20" dY="7" />\n\t<exit dMap="bathHouse2" x="9" y="14" dX="21" dY="7" />\n\t<exit dMap="bathHouse2" x="10" y="14" dX="21" dY="7" />\n\t<waypoint id="0" x="2" y="9" />\n\t<waypoint id="1" x="5" y="7" />\n\t<waypoint id="2" x="6" y="11" />\n\t<waypoint id="3" x="10" y="9" />\n\t<waypoint id="4" x="15" y="9" />\n\t<waypoint id="5" x="16" y="6" />\n\t<waypoint id="6" x="21" y="10" />\n\t<waypoint id="7" x="23" y="6" />\n\t<waypoint id="8" x="36" y="8" />\n\t<waypoint id="9" x="29" y="8" />\n\t<waypoint id="10" x="35" y="6" />\n\t<waypoint id="11" x="32" y="6" />\n\t<waypoint id="12" x="30" y="11" />\n\t<mob id="0" mType="senator_a" x="32" y="6" path="11,12" />\n\t<mob id="1" mType="virgin_a" x="36" y="8" path="8,9,8,10" />\n\t<mob id="2" mType="plebian_man_a" x="16" y="6" path="4,5,6" />\n\t<mob id="3" mType="virgin_a" x="21" y="10" path="6,7,6,5" />\n\t<mob id="4" mType="senator_a" x="10" y="9" path="3,4" />\n\t<mob id="5" mType="bourgeois_man_2a" x="5" y="7" path="1,0,2" />\n\t<object mType="statue_m" x="11" y="3" />\n\t<object mType="statue_f" x="25" y="8" />\n\t<object mType="column_lg" x="35" y="2" />\n\t<object mType="column_lg" x="30" y="2" />\n\t<object mType="column_sm" x="36" y="3" />\n\t<object mType="column_sm" x="29" y="3" />\n</level>\n\t\t');
};
_global.bathHouse8 extends xml_base;
var v1 = _global.bathHouse8.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20601 __Packages.mobslevel {
#initclip
if (!mobslevel) {
_global.mobslevel = function () {
super();
this.parseXML('\n<level name="mobslevel" width="38" height="28" set="forum" >\n\t<ground tiles="1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,15,16,17,13,14,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,25,26,27,23,24,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,35,36,37,33,34,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,45,46,47,43,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n\t<waypoint id="0" x="0" y="5" />\n\t<waypoint id="1" x="3" y="5" />\n\t<waypoint id="2" x="8" y="5" />\n\t<waypoint id="3" x="17" y="5" />\n\t<waypoint id="4" x="16" y="11" />\n\t<waypoint id="5" x="7" y="13" />\n\t<waypoint id="6" x="2" y="13" />\n\t<waypoint id="7" x="1" y="10" />\n\t<waypoint id="8" x="8" y="9" />\n\t<waypoint id="9" x="11" y="7" />\n\t<waypoint id="10" x="13" y="11" />\n\t<waypoint id="11" x="8" y="19" />\n\t<waypoint id="12" x="13" y="19" />\n\t<waypoint id="13" x="18" y="18" />\n\t<waypoint id="14" x="21" y="14" />\n\t<waypoint id="15" x="24" y="7" />\n\t<waypoint id="16" x="26" y="20" />\n\t<waypoint id="17" x="19" y="22" />\n\t<waypoint id="18" x="4" y="22" />\n\t<waypoint id="19" x="12" y="15" />\n\t<waypoint id="20" x="24" y="12" />\n\t<mob id="0" mType="senator_a" x="3" y="7" path="13,12,7,4" />\n\t<mob id="1" mType="bourgeois_man_1a" x="6" y="6" path="1,2,3,4" />\n\t<mob id="2" mType="bourgeois_man_2a" x="9" y="7" path="5,4,3,2,1" />\n\t<mob id="3" mType="drunk" x="13" y="5" path="13,12,13,11,13,1,4" />\n\t<mob id="4" mType="gladiator_1a" x="16" y="7" path="12,9,5,3,2" />\n\t<mob id="5" mType="gladiator_1b" x="4" y="11" path="4" />\n\t<mob id="6" mType="gladiator_2a" x="15" y="11" path="5,4,3,2,1" />\n\t<mob id="7" mType="philosopher" x="22" y="10" path="7,8,9,7,6,5,4" />\n\t<mob id="8" mType="plebian_man_a" x="4" y="14" path="1,3,1,2,1,3,1,2,1" />\n\t<mob id="9" mType="plebian_woman_a" x="27" y="17" path="7,5,4,3,2" />\n\t<mob id="10" mType="prostitute_a" x="9" y="15" path="8,7,5" />\n\t<mob id="11" mType="rat" x="15" y="18" path="11,4,11" />\n\t<mob id="12" mType="skeleton_a" x="9" y="17" path="6,5,6,4" />\n\t<mob id="13" mType="soldier_1a" x="20" y="14" path="3,6,1" />\n\t<mob id="14" mType="soldier_1b" x="16" y="16" path="5,10" />\n\t<mob id="15" mType="soldier_1c" x="24" y="17" path="11,5,10" />\n\t<mob id="16" mType="virgin_a" x="4" y="18" path="7,8" />\n\t<weapon mType="0" x="4" y="5" />\n\t<weapon mType="1" x="4" y="6" />\n\t<weapon mType="2" x="4" y="7" />\n</level>\n\t\t');
};
_global.mobslevel extends xml_base;
var v1 = _global.mobslevel.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20602 __Packages.forum12 {
#initclip
if (!forum12) {
_global.forum12 = function () {
super();
this.parseXML('\n<level name="forum12" width="19" height="13" set="forum" >\n\t<ground tiles="238,239,240,241,242,243,244,245,12,11,12,11,481,0,0,0,0,0,517,273,274,0,0,0,0,279,280,12,11,12,11,481,0,0,0,0,0,517,310,311,0,0,0,0,316,317,12,11,12,11,481,0,0,0,0,0,517,183,185,186,187,188,189,190,192,12,11,12,11,481,0,0,0,0,0,517,219,220,221,222,223,224,225,227,12,11,12,11,481,0,0,0,0,0,517,254,255,256,257,258,259,260,262,12,11,12,11,481,0,0,0,0,0,517,291,292,293,294,295,296,297,299,12,11,12,11,481,0,0,0,0,0,517,328,329,330,331,332,333,334,336,12,11,12,11,481,0,0,0,0,0,482,365,366,367,368,369,370,371,373,12,11,12,11,481,0,0,0,0,0,482,385,386,387,388,389,390,391,392,12,11,12,11,481,0,0,0,0,0,482,11,417,418,483,484,12,469,11,12,11,12,11,481,0,0,0,0,0,482,11,0,0,0,0,0,469,11,12,11,12,11,481,0,0,0,0,0,482,11,0,0,0,0,0,469,11,12,11,12,11,481,0,0,0,0,0,517" />\n\t<sky tiles="-1,80,81,82,83,84,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,117,118,119,120,121,122,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,149,150,151,152,153,154,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,0,1,1,1,0,0,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,0" />\n\t<skyRegion x="1" y="0" w="6" h="3" />\n\t<skyRegion x="0" y="10" w="8" h="3" />\n\t<exit dMap="forum14" x="7" y="12" dX="24" dY="2" />\n\t<exit dMap="forum14" x="8" y="12" dX="26" dY="2" />\n\t<exit dMap="forum14" x="9" y="12" dX="28" dY="2" />\n\t<exit dMap="forum14" x="10" y="12" dX="30" dY="2" />\n\t<exit dMap="forum14" x="11" y="12" dX="31" dY="2" />\n\t<exit dMap="forum8" x="8" y="0" dX="18" dY="11" />\n\t<exit dMap="forum8" x="9" y="0" dX="20" dY="11" />\n\t<exit dMap="forum8" x="10" y="0" dX="24" dY="11" />\n\t<exit dMap="forum8" x="11" y="0" dX="26" dY="11" />\n\t<waypoint id="0" x="9" y="2" />\n\t<waypoint id="1" x="10" y="10" />\n\t<waypoint id="2" x="9" y="6" />\n\t<mob id="0" mType="senator_a" x="10" y="2" path="0,1" />\n\t<mob id="1" mType="senator_a" x="8" y="3" path="0,2,1" />\n\t<mob id="2" mType="senator_a" x="11" y="10" path="1,0" />\n\t<mob id="3" mType="senator_a" x="8" y="10" path="1,0" />\n\t<object mType="statue_c" x="14" y="4" />\n\t<object mType="statue_c" x="17" y="1" />\n\t<object mType="statue_c" x="14" y="1" />\n\t<object mType="statue_c" x="17" y="4" />\n\t<object mType="statue_c" x="17" y="10" />\n\t<object mType="statue_c" x="14" y="10" />\n\t<object mType="amphora" x="6" y="9" />\n\t<object mType="statue_c" x="14" y="7" />\n\t<object mType="statue_c" x="17" y="7" />\n</level>\n\t\t');
};
_global.forum12 extends xml_base;
var v1 = _global.forum12.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20603 __Packages.garden1 {
#initclip
if (!garden1) {
_global.garden1 = function () {
super();
this.parseXML('\n<level name="garden1" width="19" height="13" set="garden" >\n\t<ground tiles="111,55,55,94,111,0,0,111,111,111,110,111,111,111,111,111,73,94,3,55,55,111,110,111,110,111,0,110,111,111,111,111,3,4,111,111,111,42,55,149,150,151,152,153,111,111,73,1,2,0,0,42,43,111,0,5,6,55,182,183,184,185,186,0,23,111,40,41,0,0,0,0,0,0,44,45,110,210,211,212,213,214,0,56,0,74,75,0,0,0,0,0,0,76,77,3,4,111,111,110,0,0,0,0,0,0,0,0,0,0,0,39,0,0,42,43,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,42,43,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,55,55,55,39,1,2,0,0,0,0,0,3,4,0,0,23,72,149,150,151,152,153,110,40,41,5,6,111,0,0,42,43,5,6,56,111,182,183,184,185,186,93,74,75,44,45,1,2,111,111,72,44,45,55,55,210,211,212,213,214,94" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0" />\n\t<exit dMap="garden0" x="0" y="7" dX="48" dY="6" />\n\t<exit dMap="garden0" x="0" y="8" dX="48" dY="6" />\n\t<exit dMap="garden0" x="0" y="9" dX="48" dY="7" />\n\t<exit dMap="bathHouse10" x="18" y="4" dX="2" dY="5" />\n\t<exit dMap="bathHouse10" x="18" y="5" dX="2" dY="5" />\n\t<exit dMap="bathHouse10" x="18" y="6" dX="2" dY="6" />\n\t<exit dMap="bathHouse10" x="18" y="7" dX="2" dY="6" />\n\t<exit dMap="bathHouse10" x="18" y="8" dX="2" dY="7" />\n\t<exit dMap="bathHouse10" x="18" y="9" dX="2" dY="7" />\n\t<waypoint id="0" x="6" y="3" />\n\t<waypoint id="1" x="7" y="9" />\n\t<waypoint id="2" x="8" y="4" />\n\t<waypoint id="3" x="10" y="10" />\n\t<waypoint id="4" x="11" y="2" />\n\t<waypoint id="5" x="12" y="10" />\n\t<waypoint id="6" x="17" y="4" />\n\t<waypoint id="7" x="16" y="6" />\n\t<waypoint id="8" x="13" y="7" />\n\t<mob id="0" mType="philosopher" x="6" y="3" path="0," />\n\t<mob id="1" mType="senator_a" x="10" y="10" path="" />\n\t<mob id="2" mType="bourgeois_man_2a" x="17" y="4" path="6," />\n\t<object mType="column_lg" x="18" y="2" />\n\t<object mType="column_sm" x="16" y="7" />\n\t<object mType="column_sm" x="16" y="3" />\n\t<object mType="column_lg" x="18" y="6" />\n</level>\n\t\t');
};
_global.garden1 extends xml_base;
var v1 = _global.garden1.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20604 __Packages.river5 {
#initclip
if (!river5) {
_global.river5 = function () {
super();
this.parseXML('\n<level name="river5" width="21" height="16" set="river" >\n\t<ground tiles="601,602,600,601,602,604,605,98,99,100,101,101,101,101,101,30,3,3,389,390,391,606,607,1,606,607,1,1,1,1,1,1,1,603,601,602,55,3,3,403,404,405,604,605,1,1,1,1,1,1,1,1,1,1,608,606,607,66,3,3,417,418,419,17,19,1,598,1,1,1,1,1,1,1,600,1,1,1,80,3,3,431,432,433,0,58,1,1,1,1,1,1,1,1,1,10,11,13,13,93,4,3,3,3,3,0,47,1,1,1,1,1,1,604,605,1,25,26,27,28,28,28,28,28,28,28,0,47,1,1,1,1,10,11,12,13,14,93,45,1,1,1,1,1,1,1,1,0,47,1,1,1,1,25,4,4,26,29,28,102,1,1,1,1,1,1,1,1,0,47,1,1,1,1,66,4,4,69,1,1,1,1,1,16,17,18,17,17,17,0,47,600,1,1,1,98,99,100,102,1,1,1,1,1,73,0,0,0,0,0,0,94,19,1,1,1,1,1,1,1,1,1,1,1,1,83,0,0,0,0,0,60,60,47,1,1,1,1,1,1,1,1,1,1,1,1,73,0,0,0,0,0,60,0,94,18,19,1,1,1,1,1,1,1,1,1,1,83,0,0,0,0,0,0,60,581,582,94,95,96,95,96,95,18,18,18,95,96,97,0,0,0,0,0,48,49,50,0,565,569,570,0,0,48,49,50,61,48,49,48,49,50,568,569,570,59,60,61,0,48,586,587,581,582,59,60,61,72,59,60,59,60,565,585,586,587" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0" />\n\t<exit dMap="river4" x="0" y="5" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="6" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="7" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="8" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="9" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="4" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="10" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="11" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="12" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="13" dX="16" dY="5" />\n\t<exit dMap="river4" x="0" y="3" dX="16" dY="5" />\n\t<exit dMap="forum13" x="20" y="6" dX="2" dY="7" />\n\t<exit dMap="forum13" x="20" y="7" dX="2" dY="7" />\n\t<exit dMap="forum13" x="20" y="8" dX="2" dY="7" />\n\t<exit dMap="forum13" x="20" y="9" dX="2" dY="7" />\n\t<exit dMap="forum13" x="20" y="10" dX="2" dY="7" />\n\t<exit dMap="forum13" x="20" y="11" dX="2" dY="7" />\n\t<exit dMap="forum13" x="20" y="12" dX="2" dY="7" />\n\t<exit dMap="forum13" x="20" y="13" dX="2" dY="7" />\n\t<waypoint id="0" x="5" y="2" />\n\t<waypoint id="1" x="10" y="2" />\n\t<waypoint id="2" x="7" y="5" />\n\t<waypoint id="3" x="3" y="6" />\n\t<waypoint id="4" x="3" y="10" />\n\t<waypoint id="5" x="9" y="10" />\n\t<waypoint id="6" x="7" y="12" />\n\t<waypoint id="7" x="14" y="12" />\n\t<waypoint id="8" x="13" y="7" />\n\t<waypoint id="9" x="17" y="7" />\n\t<mob id="0" mType="plebian_man_a" x="5" y="2" path="0,1" />\n\t<mob id="1" mType="plebian_man_a" x="13" y="7" path="8,9" />\n\t<mob id="2" mType="bourgeois_man_2a" x="3" y="10" path="4,5" />\n\t<mob id="3" mType="plebian_woman_a" x="3" y="6" path="3,2" />\n\t<mob id="4" mType="plebian_woman_a" x="7" y="12" path="6,7" />\n\t<object mType="barrel" x="9" y="15" />\n\t<object mType="shack1" x="0" y="14" />\n\t<object mType="shack4" x="2" y="14" />\n\t<object mType="shack2" x="10" y="14" />\n\t<object mType="barrel" x="14" y="15" />\n\t<object mType="column_sm" x="18" y="5" />\n\t<object mType="column_sm" x="18" y="11" />\n\t<object mType="column_lg" x="20" y="4" />\n\t<object mType="column_lg" x="20" y="10" />\n\t<object mType="amphora" x="11" y="0" />\n\t<object mType="amphora" x="10" y="0" />\n\t<object mType="amphora" x="11" y="1" />\n</level>\n\t\t');
};
_global.river5 extends xml_base;
var v1 = _global.river5.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20605 __Packages.catacombs8 {
#initclip
if (!catacombs8) {
_global.catacombs8 = function () {
super();
this.parseXML('\n<level name="catacombs8" width="19" height="13" set="catacombs" >\n\t<ground tiles="3,4,5,6,7,28,29,30,31,32,8,9,10,11,12,28,29,30,31,48,49,50,51,52,73,74,75,76,77,53,54,55,56,57,73,74,75,76,93,94,95,96,97,118,119,120,121,122,98,99,100,101,102,118,119,120,121,138,139,140,141,142,163,164,165,166,167,143,144,145,146,147,163,164,165,166,183,184,185,186,187,208,209,210,211,212,188,189,190,191,192,208,209,210,211,391,392,393,394,0,0,0,0,0,0,0,0,0,0,0,0,0,241,241,425,426,427,428,0,0,0,0,0,0,0,0,0,0,0,0,0,282,282,441,442,443,444,0,0,0,0,0,0,0,0,0,0,0,0,0,320,320,321,322,323,0,0,0,0,0,0,0,0,0,0,0,0,0,247,248,249,359,360,361,0,0,0,0,0,0,0,0,0,0,0,0,0,288,289,290,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0" />\n\t<exit dMap="catacombs7" x="8" y="10" dX="5" dY="6" />\n\t<exit dMap="catacombs7" x="9" y="10" dX="5" dY="6" />\n\t<exit dMap="catacombs7" x="10" y="10" dX="5" dY="6" />\n\t<waypoint id="0" x="13" y="7" />\n\t<waypoint id="1" x="6" y="7" />\n\t<mob id="0" mType="soldier_1a" x="13" y="6" path="0" />\n\t<mob id="1" mType="soldier_1a" x="6" y="6" path="1" />\n\t<mob id="2" mType="soldier_1c" x="14" y="7" path="0" />\n\t<mob id="3" mType="soldier_1b" x="5" y="7" path="1" />\n\t<object mType="amphora" x="3" y="8" />\n\t<object mType="amphora" x="16" y="6" />\n\t<weapon mType="24" x="9" y="5" />\n</level>\n\t\t');
};
_global.catacombs8 extends xml_base;
var v1 = _global.catacombs8.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20606 __Packages.forum8 {
#initclip
if (!forum8) {
_global.forum8 = function () {
super();
this.parseXML('\n<level name="forum8" width="38" height="15" set="forum" >\n\t<ground tiles="11,247,248,249,250,251,252,11,12,11,183,185,186,187,188,189,190,192,12,11,12,11,12,11,12,11,12,11,12,203,204,206,206,207,208,209,210,11,281,283,284,285,286,287,288,290,12,11,219,220,221,222,223,224,225,227,12,11,12,11,12,11,12,11,12,11,12,238,239,240,241,242,243,244,245,483,318,320,321,322,323,324,325,327,12,11,254,255,256,257,258,259,260,262,12,11,12,11,12,11,12,11,12,11,12,273,274,275,276,277,278,279,280,483,355,357,358,359,360,361,362,364,483,484,291,292,293,294,295,296,297,299,12,11,12,11,12,11,12,11,12,11,12,310,311,312,313,314,315,316,317,11,376,377,378,379,380,381,382,384,12,11,328,329,330,331,332,333,334,336,12,11,12,11,12,11,12,11,12,11,12,399,400,401,402,403,404,405,406,11,407,408,409,410,411,412,413,415,12,11,365,366,367,368,369,370,371,373,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,473,474,475,476,477,478,479,480,12,11,442,443,444,445,446,447,448,449,12,11,12,11,12,483,484,11,12,11,12,11,12,11,12,11,12,11,12,11,518,486,487,488,489,490,491,492,12,11,460,461,462,463,464,465,466,467,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,517,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,483,484,11,12,11,12,11,12,11,12,11,12,11,12,11,517,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,493,469,469,469,469,469,469,469,469,517,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,481,0,0,0,0,0,0,0,0,482,11,12,11,0,0,12,11,12,11,12,11,0,0,12,0,12,11,12,11,12,11,12,11,12,11,12,11,12,481,0,0,0,0,0,0,0,0,127,128,129,130,131,132,133,134,135,136,12,0,0,0,0,0,0,11,12,11,12,11,12,11,12,11,12,11,12,481,0,0,0,468,469,470,0,0,157,158,159,160,161,162,163,164,165,166,12,0,0,0,0,0,0,11,12,11,12,11,12,11,12,11,12,11,12,481,0,0,493,495,0,496,497,0,193,194,195,196,197,198,199,200,201,202,167,169,170,171,172,173,174,176,12,11,12,11,12,11,12,11,12,11,12,481,0,0,516,0,0,0,482,0" />\n\t<sky tiles="246,-1,-1,-1,-1,-1,-1,253,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,91,92,93,94,95,96,97,98,99,100,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1" />\n\t<skyRegion x="4" y="9" w="6" h="3" />\n\t<skyRegion x="10" y="11" w="8" h="3" />\n\t<exit dMap="forum3" x="18" y="0" dX="28" dY="10" />\n\t<exit dMap="forum3" x="19" y="0" dX="28" dY="10" />\n\t<exit dMap="forum3" x="20" y="0" dX="28" dY="10" />\n\t<exit dMap="forum3" x="21" y="0" dX="29" dY="10" />\n\t<exit dMap="forum3" x="22" y="0" dX="29" dY="10" />\n\t<exit dMap="forum3" x="23" y="0" dX="29" dY="10" />\n\t<exit dMap="forum3" x="24" y="0" dX="30" dY="10" />\n\t<exit dMap="forum3" x="25" y="0" dX="30" dY="10" />\n\t<exit dMap="forum3" x="26" y="0" dX="30" dY="10" />\n\t<exit dMap="forum3" x="27" y="0" dX="31" dY="10" />\n\t<exit dMap="forum3" x="28" y="0" dX="32" dY="10" />\n\t<exit dMap="forum9" x="36" y="4" dX="1" dY="7" />\n\t<exit dMap="forum9" x="36" y="5" dX="1" dY="8" />\n\t<exit dMap="forum9" x="36" y="6" dX="1" dY="9" />\n\t<exit dMap="forum9" x="36" y="7" dX="1" dY="10" />\n\t<exit dMap="forum9" x="36" y="8" dX="1" dY="10" />\n\t<exit dMap="forum12" x="18" y="14" dX="8" dY="2" />\n\t<exit dMap="forum12" x="19" y="14" dX="8" dY="2" />\n\t<exit dMap="forum12" x="20" y="14" dX="8" dY="2" />\n\t<exit dMap="forum12" x="21" y="14" dX="9" dY="2" />\n\t<exit dMap="forum12" x="22" y="14" dX="9" dY="2" />\n\t<exit dMap="forum12" x="23" y="14" dX="9" dY="2" />\n\t<exit dMap="forum12" x="24" y="14" dX="10" dY="2" />\n\t<exit dMap="forum12" x="25" y="14" dX="10" dY="2" />\n\t<exit dMap="forum12" x="26" y="14" dX="10" dY="2" />\n\t<exit dMap="forum12" x="27" y="14" dX="11" dY="2" />\n\t<exit dMap="forum12" x="28" y="14" dX="11" dY="2" />\n\t<exit dMap="forum12" x="17" y="14" dX="8" dY="2" />\n\t<waypoint id="0" x="9" y="5" />\n\t<waypoint id="1" x="2" y="8" />\n\t<waypoint id="2" x="20" y="8" />\n\t<waypoint id="3" x="24" y="2" />\n\t<waypoint id="4" x="30" y="6" />\n\t<mob id="0" mType="prostitute_a" x="8" y="5" path="0" />\n\t<mob id="1" mType="soldier_1a" x="23" y="2" path="3,4,2" />\n\t<mob id="2" mType="prostitute_a" x="16" y="8" path="1" />\n\t<mob id="3" mType="senator_a" x="33" y="5" path="4,3,2" />\n\t<mob id="4" mType="senator_a" x="32" y="7" path="4,3,2" />\n\t<object mType="tree" x="8" y="2" />\n\t<object mType="statue_c" x="31" y="10" />\n\t<object mType="statue_c" x="37" y="10" />\n\t<object mType="statue_c" x="34" y="13" />\n\t<weapon mType="5" x="26" y="5" />\n</level>\n\t\t');
};
_global.forum8 extends xml_base;
var v1 = _global.forum8.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20607 __Packages.forum22 {
#initclip
if (!forum22) {
_global.forum22 = function () {
super();
this.parseXML('\n<level name="forum22" width="20" height="20" set="forum" >\n\t<ground tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,469,469,469,469,469,469,469,470,0,0,468,469,469,469,469,469,469,469,497,516,0,0,0,0,0,0,0,482,471,472,481,0,0,0,0,0,0,0,517,516,0,0,0,0,0,0,0,482,0,0,481,0,0,0,0,0,0,0,517,516,0,0,0,0,0,0,0,482,0,0,481,0,0,0,0,0,0,0,517,516,0,0,0,0,0,0,0,482,471,472,481,0,0,0,0,0,0,0,517,496,547,547,548,0,546,547,547,537,0,0,534,547,547,548,0,546,547,547,537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,469,469,548,0,546,469,469,470,0,0,468,469,469,548,0,546,469,469,470,516,0,0,0,0,0,0,0,482,471,472,481,0,0,0,0,0,0,0,482,516,0,0,0,0,0,0,0,482,0,0,481,0,0,0,0,0,0,0,482,516,0,0,0,0,0,0,0,482,0,0,481,0,0,0,0,0,0,0,482,516,0,0,0,0,0,0,0,482,471,472,481,0,0,0,0,0,0,0,482,534,469,469,469,469,469,469,469,537,0,0,534,469,469,469,469,469,469,469,537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n\t<exit dMap="forum16" x="19" y="9" dX="2" dY="2" />\n\t<exit dMap="forum16" x="19" y="10" dX="2" dY="2" />\n\t<exit dMap="forum16" x="19" y="11" dX="2" dY="2" />\n\t<exit dMap="forum16" x="19" y="12" dX="2" dY="2" />\n\t<exit dMap="forum0" x="0" y="9" dX="18" dY="17" />\n\t<exit dMap="forum0" x="0" y="10" dX="18" dY="17" />\n\t<exit dMap="forum0" x="0" y="11" dX="18" dY="17" />\n\t<exit dMap="forum0" x="0" y="12" dX="18" dY="17" />\n\t<waypoint id="0" x="16" y="10" />\n\t<waypoint id="1" x="3" y="10" />\n\t<mob id="0" mType="soldier_1b" x="8" y="10" path="0,1" />\n\t<mob id="1" mType="soldier_1a" x="10" y="11" path="1,0" />\n\t<mob id="2" mType="soldier_1c" x="11" y="9" path="1,0" />\n\t<object mType="eaglecolumn" x="13" y="0" />\n\t<object mType="eaglecolumn" x="2" y="0" />\n\t<object mType="horsestatue" x="4" y="3" />\n\t<object mType="amphora" x="15" y="15" />\n\t<object mType="amphora" x="4" y="15" />\n\t<object mType="amphora" x="4" y="5" />\n\t<object mType="horsestatue" x="15" y="3" />\n\t<object mType="eaglecolumn" x="2" y="10" />\n\t<object mType="eaglecolumn" x="6" y="10" />\n\t<object mType="eaglecolumn" x="13" y="10" />\n\t<object mType="eaglecolumn" x="17" y="10" />\n\t<object mType="horsestatue" x="15" y="13" />\n\t<object mType="eaglecolumn" x="6" y="0" />\n\t<object mType="eaglecolumn" x="17" y="0" />\n\t<object mType="amphora" x="15" y="5" />\n\t<object mType="horsestatue" x="4" y="13" />\n</level>\n\t\t');
};
_global.forum22 extends xml_base;
var v1 = _global.forum22.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20608 __Packages.orgy0 {
#initclip
if (!orgy0) {
_global.orgy0 = function () {
super();
this.parseXML('\n<level name="orgy0" width="19" height="15" set="orgy" >\n\t<ground tiles="12,12,12,12,12,12,12,5,6,7,8,9,10,12,12,12,12,12,12,32,32,32,32,32,32,32,25,26,27,28,29,30,32,32,32,32,32,32,49,49,49,49,49,49,49,42,43,44,45,46,47,49,49,49,49,49,49,70,70,70,70,70,70,70,63,64,65,66,67,68,70,70,70,70,70,70,91,91,91,91,91,91,91,84,85,86,87,88,89,91,91,91,91,91,91,112,112,112,112,112,112,112,105,106,107,108,109,110,112,112,112,112,112,112,0,120,121,0,0,0,0,0,0,0,0,0,0,0,0,0,118,119,119,119,124,125,118,0,0,0,0,58,59,60,61,0,0,0,0,120,121,119,121,0,0,0,0,0,0,0,79,80,81,82,0,0,0,0,124,125,0,125,0,0,0,0,0,0,0,100,101,102,103,0,0,0,0,0,118,119,0,122,0,0,0,0,0,0,113,114,115,116,0,0,0,0,0,123,118,0,126,119,118,0,0,118,0,0,0,0,0,0,118,0,119,118,127,0,14,15,16,17,18,19,14,20,0,0,0,0,13,15,16,17,18,19,14,34,35,36,37,38,39,34,40,0,0,0,0,33,35,36,37,38,39,34,51,52,53,54,55,56,51,57,0,0,0,0,50,52,53,54,55,56,51" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0" />\n\t<mob id="0" mType="orgy_couple_1" x="14" y="8" path="" />\n\t<mob id="1" mType="orgy_man_1" x="9" y="8" path="" />\n\t<mob id="2" mType="orgy_couple_2" x="2" y="9" path="" />\n\t<mob id="3" mType="orgy_man_2" x="5" y="8" path="" />\n\t<mob id="4" mType="orgy_woman_1" x="4" y="10" path="" />\n\t<mob id="5" mType="orgy_woman_3" x="13" y="10" path="" />\n\t<object mType="statue_c" x="15" y="5" />\n\t<object mType="urn1" x="11" y="4" />\n\t<object mType="statue_c" x="4" y="5" />\n\t<weapon mType="12" x="6" y="9" />\n</level>\n\t\t');
};
_global.orgy0 extends xml_base;
var v1 = _global.orgy0.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20609 __Packages.ForumDoor {
#initclip
if (!ForumDoor) {
_global.ForumDoor = function (parent, inI, inJ) {
super(parent, 'obj_glowinglock', inI, inJ);
};
_global.ForumDoor extends TiledObject;
var v1 = _global.ForumDoor.prototype;
v1.setDoorOpen = function (open) {
org.flashdevelop.utils.FlashConnect.trace('door open : ' + open, 'ForumDoor::setDoorOpen', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/ForumDoor.as', 15);
this.pMovieClip.cOpenedDoor._visible = open;
var v3 = Game.singleton.getSceneMap();
this.fixCanwalkArray(v3.levelData.mWidth, v3.getCanWalkArray(), open);
};
v1.fixCanwalkArray = function (width, canwalkArray, canwalk) {
if (this.pOccupyTile) {
var v5 = Math.round(this.pMovieClip._width / SceneMap.TILE_SIZE);
var v6 = 0;
goto 804;
for (;;) {
++v6;
label 804:
if (v6 >= 1) break;
var v7 = this.pTile.mI + v6 + this.pTile.mJ * width;
canwalkArray[v7] = canwalk ? 1 : 0;
}
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20610 __Packages.catacombs10 {
#initclip
if (!catacombs10) {
_global.catacombs10 = function () {
super();
this.parseXML('\n<level name="catacombs10" width="19" height="13" set="catacombs" >\n\t<ground tiles="28,29,30,31,32,13,14,15,16,17,28,29,30,31,32,28,29,30,31,73,74,75,76,77,58,59,60,61,62,73,74,75,76,77,73,74,75,76,118,119,120,121,122,103,104,105,106,107,118,119,120,121,122,118,119,120,121,163,164,165,166,167,148,149,150,151,152,163,164,165,166,167,163,164,165,166,208,209,210,211,212,193,194,195,196,197,208,209,210,211,212,208,209,210,211,247,248,249,0,0,0,0,0,0,0,0,0,0,0,0,321,322,323,0,288,289,290,0,0,0,358,0,0,0,0,0,356,0,0,359,360,361,0,241,247,248,249,0,0,0,0,0,0,0,0,0,0,242,243,244,241,241,282,288,289,290,0,0,0,0,0,0,0,0,0,0,283,284,285,282,282,320,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,320,320,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,2,2,2,2,2" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="catacombs9" x="6" y="4" dX="7" dY="9" />\n\t<exit dMap="catacombs9" x="7" y="4" dX="7" dY="9" />\n\t<exit dMap="catacombs9" x="8" y="4" dX="7" dY="9" />\n\t<exit dMap="bathHouse8" x="7" y="11" dX="32" dY="6" />\n\t<exit dMap="bathHouse8" x="8" y="11" dX="32" dY="6" />\n\t<exit dMap="bathHouse8" x="9" y="11" dX="32" dY="6" />\n\t<waypoint id="0" x="12" y="7" />\n\t<waypoint id="1" x="6" y="7" />\n\t<mob id="0" mType="rat" x="12" y="8" path="0" />\n\t<mob id="1" mType="rat" x="6" y="8" path="1" />\n\t<mob id="2" mType="rat" x="7" y="7" path="1,0,1" />\n\t<object mType="column_sm" x="5" y="7" />\n\t<object mType="column_sm" x="11" y="7" />\n\t<object mType="column_lg" x="10" y="6" />\n\t<object mType="column_lg" x="6" y="6" />\n\t<weapon mType="14" x="4" y="5" />\n</level>\n\t\t');
};
_global.catacombs10 extends xml_base;
var v1 = _global.catacombs10.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20611 __Packages.Caligula {
#initclip
if (!Caligula) {
_global.Caligula = function (parent) {
super('Caligula');
this.initClip(parent, 'lib_caligula');
this.setInControl(true);
this.pVespiarySound = -1;
this.pRagedSound = -1;
this.pWeaponKillMap = Game.singleton.getCacheWeaponKillMap();
org.flashdevelop.utils.FlashConnect.trace('load weaponkillmap', 'Caligula::Caligula', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/Caligula.as', 25);
org.flashdevelop.utils.FlashConnect.trace('pWeaponKillMap.D=' + this.pWeaponKillMap.D, 'Caligula::Caligula', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/Caligula.as', 26);
};
_global.Caligula extends Character;
var v1 = _global.Caligula.prototype;
v1.setInControl = function (yes) {
this.pInControl = yes;
};
v1.setCrownVisible = function (value) {
if (this.pMovieClip) {
this.pMovieClip.crown = value;
}
(Game.singleton.getGameUI()).setCrownVisible(value);
};
v1.checkVespiarySound = function () {
this.setVespiarySound(this.pCurrentAttack.key == 'V' && (this.health > 0 && Game.singleton.isInState('run', 0)));
};
v1.setVespiarySound = function (turnOn) {
if (turnOn) {
if (this.pVespiarySound < 0) {
this.pVespiarySound = tinymantis.SoundManager.sSingleton.playSound('caligula_bees.aif', true, 80);
}
} else {
if (this.pVespiarySound >= 0) {
this.pVespiarySound = tinymantis.SoundManager.sSingleton.stopSound(this.pVespiarySound);
}
}
};
v1.recycle_enter = function () {
super.recycle_enter();
if (this.pVespiarySound >= 0) {
this.pVespiarySound = tinymantis.SoundManager.sSingleton.stopSound(this.pVespiarySound);
}
this.playRagedSound(false);
};
v1.initialize = function () {
super.initialize();
var v3 = CharacterInfo.singleton.getCharacterInfo(this.getType());
this.pPermanentMaxWeaponLevel = v3.permanentMaxWeaponLevel == 'true';
this.pParty = 0;
this.pEnergy = 0;
this.pEnergyMax = 100;
this.pSaveTimer = 0;
this.setCrownVisible(this.getMaxoutWeaponCounts() >= 26);
};
v1.getTileSpace = function () {
return 12;
};
v1.isChargedMode = function () {
return this.energy == this.energy_max;
};
v1.getDefaultWeapon = function () {
var v3 = Game.singleton.getStartWeapon();
var v4 = 0;
goto 5353;
for (;;) {
++v4;
label 5353:
if (v4 >= this.pAttackData.length) break;
var v5 = this.pAttackData[v4];
if (v5.key == v3) {
return v5;
}
}
return super.getDefaultWeapon();
};
v1.gotoState = function (inState) {
var v4 = super.gotoState(inState);
if (v4 == 0) {
this.pMovieClip.mState = inState;
}
return v4;
};
v1.isCaligula = function () {
return true;
};
v1.__set__energy = function (e) {
var v3 = this.pEnergy;
this.pEnergy = Math.min(this.pEnergyMax, Math.max(0, e));
if (this.pEnergy == this.pEnergyMax) {
if (v3 < this.pEnergyMax) {
(Game.singleton.getGameUI()).setRagedMode(true);
Game.singleton.mEnergyTimer = 400;
tinymantis.SoundManager.sSingleton.playSound('caligula_extreme_breathing_laugh.aif', false, 100);
this.playRagedSound(true);
} else {
Game.singleton.mEnergyTimer = Math.min(500, Game.singleton.mEnergyTimer + 5);
}
return this.__get__energy();
}
if ((Game.singleton.getGameUI()).isRagedMode()) {
(Game.singleton.getGameUI()).setRagedMode(false);
this.playRagedSound(false);
}
return this.__get__energy();
};
v1.maxoutAllWeapons = function () {
var v2 = true;
var v3 = Game.singleton.getGameUI();
var v4 = 0;
goto 6063;
for (;;) {
++v4;
label 6063:
if (v4 >= this.pAttackData.length) break;
var v5 = this.pAttackData[v4];
this.setAttackDataMaxout(v5.key, v2);
v2 = false;
if (this.pCurrentAttack == null || v5.key != this.pCurrentAttack.key) {
v3.refreshUnselectedKey(v5.key, this);
}
}
};
v1.getMaxoutWeaponCounts = function () {
var v2 = this.getWeaponKillMap();
var v3 = 0;
for (var weaponKey in v2) {
if (this.getAttackDataMaxLevelKillPercent(weaponKey) >= 1) {
++v3;
}
}
return v3;
};
v1.__get__energy = function () {
if (this.getAttackDataMaxLevelKillPercent(this.pCurrentAttack.key) == 1) {
return this.energy_max;
}
return 0;
return this.pEnergy;
};
v1.__get__energy_max = function () {
return this.pEnergyMax;
};
v1.playRagedSound = function (play) {};
v1.addWeaponKill = function (key, value, playsoundAndEffect) {
var v6 = this.getAttackDataMaxLevelKillPercent(key) == 1;
if (!v6 || value < 0) {
var v7 = Game.singleton.getGameUI();
var v8 = false;
super.addWeaponKill(key, value, playsoundAndEffect);
v7.refreshWeaponLevel();
v7.refreshWeaponKills();
v7.playWeaponKillRipple();
v7.setRagedMode(this.isChargedMode());
if (this.pCurrentAttack == null || key != this.pCurrentAttack.key) {
v7.refreshUnselectedKey(key, this);
}
if (!v6 && (value > 0 && this.getAttackDataMaxLevelKillPercent(key) == 1)) {
if (playsoundAndEffect) {
var v9 = this.pMovieClip.attachMovie('lib_effect_glow_maxout', 'glowmaxouteffect', this.pMovieClip.getNextHighestDepth());
v9._alpha = 88;
}
var v10 = 10000;
var v11 = this.getMaxoutWeaponCounts();
if (v11 < 26) {
if (playsoundAndEffect) {
tinymantis.SoundManager.sSingleton.playSound('s.aif', false, 100);
}
} else {
v10 = 500000;
v11 = 1;
v8 = true;
(Game.singleton.getGameUI()).showBossMessage('allWeaponBloodied');
tinymantis.SoundManager.sSingleton.playSound('crowned.wav', false, 100);
}
var v12 = v10 * v11;
var v13 = new PopScore(v10, v11, this);
v13.shift(0, 160);
v7.setScore(v7.getScore() + v12);
}
this.setCrownVisible(v8);
Game.singleton.saveGame(v7.getScore());
}
};
v1.checkWalkY = function () {
return true;
};
v1.setPosition = function (x, y) {
var v5 = super.setPosition(x, y);
if (this.pTile.getExitMap() && (this.health > 0 && !(Game.singleton.getGameUI()).isLetterBoxing())) {
org.flashdevelop.utils.FlashConnect.trace('step on exit: ' + this.pTile.mI + ',' + this.pTile.mJ, 'Caligula::setPosition', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/Caligula.as', 280);
if (this.isInState('walk', 0) || (this.isInState('idle', 0) || this.isInState('attack', 0))) {
if (!Game.singleton.isBossDefeated('Death')) {
var v6 = this.pTile.getExitDestPoint();
Game.singleton.loadLevel(this.pTile.getExitMap(), v6.x, v6.y);
}
}
return v5;
}
if (this.pRemindFindWeapons) {
if (Game.singleton.getNumActivatedWeapons() <= 25 && (Math.abs(this.pTile.mI - 10) < 3 && Math.abs(this.pTile.mJ - 10) < 3)) {
(Game.singleton.getGameUI()).showWeaponMessage('find_weapons', false, 0);
}
}
return v5;
};
v1.getAttackDataByKey = function (key) {
var v3 = 0;
goto 8005;
for (;;) {
++v3;
label 8005:
if (v3 >= this.pAttackData.length) break;
var v4 = this.pAttackData[v3];
if (v4.key == key && this.getWeaponKill(key) >= v4.minKills) {
return v4;
}
}
return null;
};
v1.getAttackDataNextLevelByKey = function (key) {
var v3 = false;
var v4 = 0;
goto 8179;
for (;;) {
++v4;
label 8179:
if (v4 >= this.pAttackData.length) break;
var v5 = this.pAttackData[v4];
if (v5.key == key && this.getWeaponKill(key) < v5.minKills) {
return v5;
}
}
return null;
};
v1.getAttackDataLevel = function (key) {
var v3 = -1;
var v4 = this.pAttackData.length - 1;
goto 8370;
for (;;) {
--v4;
label 8370:
if (v4 < 0) break;
var v5 = this.pAttackData[v4];
if (v5.key == key && this.getWeaponKill(key) >= v5.minKills) {
++v3;
}
}
return v3;
};
v1.setAttackDataMaxout = function (key, playsoundAndEffect) {
var v4 = 0;
var v5 = this.getWeaponKill(key);
var v6 = this.pAttackData.length - 1;
goto 8603;
for (;;) {
--v6;
label 8603:
if (v6 < 0) break;
var v7 = this.pAttackData[v6];
if (v7.key == key) {
if (v5 < v7.minKills) {
v4 = v7.minKills;
}
}
}
var v8 = v4 - v5;
if (v8 > 0) {
this.addWeaponKill(key, v8, playsoundAndEffect);
}
};
v1.getAttackDataNextLevelKillPercent = function (key) {
var v3 = 0;
var v4 = 0;
var v5 = this.getWeaponKill(key);
var v6 = this.pAttackData.length - 1;
goto 8859;
for (;;) {
--v6;
label 8859:
if (v6 < 0) break;
var v7 = this.pAttackData[v6];
if (v7.key == key) {
if (v5 >= v7.minKills) {
v3 = v7.minKills;
} else {
v4 = v7.minKills;
}
}
}
if (v3 >= v4) {
return 1;
}
var v8 = v4 - v3;
return (v5 - v3) / v8;
};
v1.getAttackDataMaxLevelKillPercent = function (key) {
var v3 = 0;
var v4 = this.getWeaponKill(key);
var v5 = 0;
goto 9108;
for (;;) {
++v5;
label 9108:
if (v5 >= this.pAttackData.length) break;
var v6 = this.pAttackData[v5];
if (v6.key == key) {
v3 = v6.minKills;
} else {}
}
if (v4 >= v3) {
return 1;
}
if (v3 <= 0) {
return 0;
}
return v4 / v3;
};
v1.getAttackAnimLabel = function (attack) {
return 'attack_' + attack.key + this.getAttackDataLevel(attack.key);
};
v1.check_attack = function () {
if (this.pUniqueThrowObject == null) {
var v2 = Game.singleton;
var v3 = 0;
goto 9398;
for (;;) {
++v3;
label 9398:
if (v3 >= this.pAttackData.length) break;
var v4 = this.pAttackData[v3];
if (Key.isDown(v4.keyCode)) {
if (this.getWeaponKill(v4.key) >= v4.minKills) {
if (v4.key == 'Z' && this.isInState('zampogna', 1) || v4.key == 'O' && this.isInState('ocarina', 1)) {
return false;
}
if (v2.isInOrgyRoom()) {
v4 = this.getAttackDataByKey('M');
}
this.pCurrentAttack = v4;
Game.singleton.setStartWeapon(this.pCurrentAttack.key);
return true;
}
if (v4.minKills == 0) {
return false;
}
} else {
if (this.pCurrentAttack && Key.isDown(Key.SPACE)) {
return true;
}
}
}
}
return false;
};
v1.getAttackDamage = function (attackdata, target) {
var v4 = attackdata.damage;
var v5 = this.getAttackDataNextLevelByKey(attackdata.key);
if (v5) {
var v6 = this.getAttackDataMaxLevelKillPercent(attackdata.key);
v4 = Math.floor(v4 * (1 - v6) + v5.damage * v6);
}
if (target && attackdata.key != 'F') {
v4 = Math.round(v4 * AttackData.getAttackEffective(attackdata.key, target.getType()));
}
return v4;
};
v1.hit = function (attacker, damage, pushpower) {
if (this.pInvincibleTimer > 0) {
return false;
}
if (super.hit(attacker, damage, pushpower)) {
if (!this.pPermanentMaxWeaponLevel && this.getAttackDataMaxLevelKillPercent() < 1) {
this.addWeaponKill(this.pCurrentAttack.key, -1, true);
}
(Game.singleton.getGameUI()).got_hit_animation();
return true;
}
return false;
};
v1.init_update = function () {
var v3 = Game.singleton;
var v4 = v3.getStartPoint();
this.initTile(v4.x, v4.y);
if (this.pTile.mI < (v3.getSceneMap()).levelData.mWidth / 2) {
this.initDirection(1);
} else {
this.initDirection(-1);
}
super.init_update();
this.pHealth = v3.getCaligulaHealth();
this.pEnergy = v3.getCaligulaEnergy();
this.pMovieClip.mWeapon = this.pCurrentAttack.key;
this.pRemindFindWeapons = (v3.getSceneMap()).levelData.mName == 'forum0';
this.checkVespiarySound();
this.playRagedSound(this.pEnergy == this.pEnergyMax);
if (Game.singleton.mTeleportIn) {
this.teleportIn();
}
};
v1.isAttackChargeable = function () {
return false;
if (this.isChargedMode() && this.pCurrentAttack.chargeable) {
if (this.pCurrentAttack.transform == '' || this.pCurrentForm == this.pCurrentAttack.transform) {
return true;
}
}
return false;
};
v1.idle_enter = function () {
Game.singleton.getGameRank();
super.idle_enter();
if (Game.singleton.isInOrgyRoom()) {
this.gotoState('think');
this.pMovieClip.mWeapon = 'M';
} else {
if (this.pMovieClip.mWeapon == 'Z' && !this.isInState('zampogna', 1) || this.pMovieClip.mWeapon == 'O' && !this.isInState('ocarina', 1)) {
this.pMovieClip.mWeapon = '';
}
}
};
v1.idle_update = function () {
if (this.check_attack()) {
if (this.isAttackChargeable()) {
this.gotoState('chargeup');
} else {
this.gotoState('attack');
}
} else {
var v2 = 0;
var v3 = 0;
if (Key.isDown(Key.RIGHT)) {
v2 = 1;
} else {
if (Key.isDown(Key.LEFT)) {
v2 = -1;
}
}
if (Key.isDown(Key.DOWN)) {
v3 = 1;
} else {
if (Key.isDown(Key.UP)) {
v3 = -1;
}
}
if (v2 || v3) {
if (v2) {
this.initDirection(v2);
}
this.gotoState('walk');
}
}
};
v1.idle_exit = function () {
this.checkVespiarySound();
};
v1.hit_enter = function () {
super.hit_enter();
this.pInvincibleTimer = 10000;
var v3 = Math.random() > 0.5 ? 'caligula_grunt.aif' : 'caligula_grunt2.aif';
tinymantis.SoundManager.sSingleton.playSound(v3, false, 100);
if (this.pCurrentAttack.key == 'U') {
this.pMovieClip.gotoAndStop('hit_U');
}
};
v1.hit_exit = function () {
if (this.health > 0) {
this.pInvincibleTimer = 10;
this.gotoState('think');
} else {
this.pInvincibleTimer = 0;
}
};
v1.think_update = function () {
if (this.pInvincibleTimer > 0) {
--this.pInvincibleTimer;
if (!this.isInState('hit', 0)) {
var v2 = this.pInvincibleTimer % 3;
this.pMovieClip._alpha = v2 < 1 ? 30 : 100;
}
if (this.pInvincibleTimer == 0) {
this.gotoState('think');
}
}
if (Game.singleton.isInOrgyRoom()) {
this.health += 2;
this.energy += 5;
}
};
v1.think_exit = function () {
this.pMovieClip._alpha = 100;
};
v1.walk_enter = function () {
super.walk_enter();
};
v1.walk_update = function () {
if (this.check_attack()) {
if (this.isAttackChargeable()) {
this.gotoState('chargeup');
} else {
this.gotoState('attack');
}
} else {
var v2 = Game.singleton.getSceneMap();
var v3 = 0;
var v4 = 0;
if (Key.isDown(Key.RIGHT)) {
v3 = this.pSpeed;
} else {
if (Key.isDown(Key.LEFT)) {
v3 = -this.pSpeed;
}
}
if (Key.isDown(Key.DOWN)) {
v4 = this.pSpeed;
} else {
if (Key.isDown(Key.UP)) {
v4 = -this.pSpeed;
}
}
this.character_walk_update(v3, v4);
}
};
v1.walk_exit = function () {
super.walk_exit();
this.checkVespiarySound();
};
v1.attack_enter = function () {
this.pInvincibleTimer = 0;
super.attack_enter();
};
v1.attack_update = function () {
super.attack_update();
if (this.pCurrentAttack.canWalk) {
var v3 = Game.singleton.getSceneMap();
var v4 = 0;
var v5 = 0;
if (Key.isDown(Key.RIGHT)) {
v4 = this.pSpeed;
} else {
if (Key.isDown(Key.LEFT)) {
v4 = -this.pSpeed;
}
}
if (Key.isDown(Key.DOWN)) {
v5 = this.pSpeed;
} else {
if (Key.isDown(Key.UP)) {
v5 = -this.pSpeed;
}
}
if (this.pCurrentAttack.type == 'melee' && v4 * this.getDirection() < 0) {
v4 = 0;
}
this.character_walk_update(v4, v5);
}
};
v1.decay_enter = function () {
super.decay_enter();
Game.singleton.gotoState('gameover');
};
v1.decay_update = function () {};
v1.ghost_update = function () {
this.gotoState('init');
};
v1.ghost_exit = function () {
Game.singleton.setStartWeapon('D');
this.pEnergy = 0;
};
v1.chargeup_enter = function () {
this.pMovieClip.mWeapon = this.pCurrentAttack.key;
this.pMovieClip.gotoAndStop('attack_' + this.pCurrentAttack.key);
this.mStateParam.charge_timer = 0;
this.mStateParam.mChargeSoundChannel = tinymantis.SoundManager.sSingleton.playSound('caligula_weapon_charge_loop.aif', true, 100);
};
v1.chargeup_update = function () {
++this.mStateParam.charge_timer;
var v2 = this.pMovieClip.cChargeEffect;
if (v2._currentframe == 1) {
v2.gotoAndPlay(2);
}
this.pMovieClip.body.gotoAndStop(1);
var v3 = -Math.cos(this.mStateParam.charge_timer * 0.2) * 0.3 + 0.7;
var v4 = this.pMovieClip.body;
var v5 = new flash.geom.ColorTransform();
v5.blueMultiplier = 1 - v3;
v5.blueOffset = Math.round(255 * v3);
v5.greenMultiplier = v5.blueMultiplier;
v5.redMultiplier = v5.greenMultiplier;
v5.greenOffset = v5.blueOffset;
v5.redOffset = v5.greenOffset;
v4.transform.colorTransform = v5;
if (!Key.isDown(this.pCurrentAttack.keyCode)) {
this.pMovieClip.body.play();
this.gotoState('attack');
}
};
v1.chargeup_exit = function () {
this.mStateParam.mChargeSoundChannel = tinymantis.SoundManager.sSingleton.stopSound(this.mStateParam.mChargeSoundChannel);
var v2 = this.pMovieClip.body;
var v3 = new flash.geom.ColorTransform();
v3.blueMultiplier = 1;
v3.blueOffset = 0;
v3.greenMultiplier = v3.blueMultiplier;
v3.redMultiplier = v3.greenMultiplier;
v3.greenOffset = v3.blueOffset;
v3.redOffset = v3.greenOffset;
v2.transform.colorTransform = v3;
};
v1.melee_update = function () {
if (!this.isInState('attack', 0)) {
this.gotoState('think');
}
var v3 = this.pMovieClip.body.cHitArea;
if (v3 != null) {
var v4 = Game.singleton.getBreakableObjects();
var v5 = 0;
goto 14150;
for (;;) {
++v5;
label 14150:
if (v5 >= v4.length) break;
var v6 = v4[v5];
if (!v6.broken) {
if (v6.hit(this.getTile(), v3)) {
return undefined;
}
}
}
if (super.melee_update()) {
switch (this.pCurrentAttack.key) {
case 'U':
case 'Y':
(Game.singleton.getCamera()).shake(9, 7);
break;
default:
if (this.energy == this.energy_max) {
(Game.singleton.getCamera()).shake(9, 7);
}
}
}
}
};
v1.onSuccessfullyHitTarget = function (char) {
if (this.getAttackDataMaxLevelKillPercent(this.pCurrentAttack.key) == 1) {
this.playMaxAttackEffect(char.X, char.Y);
}
};
v1.playMaxAttackEffect = function (inx, iny) {
var v4 = Game.singleton.getCharNode();
var v5 = v4.attachMovie('lib_effect_glow_maxattack', 'maxattack' + Math.floor(Math.random() * 1000000), v4.getNextHighestDepth());
v5._x = inx;
v5._y = iny;
v5._alpha = 50;
};
v1.orbKillAllNpc = function () {
var v2 = 0;
var v3 = Game.singleton.getCharacters();
var v4 = 0;
goto 14783;
for (;;) {
++v4;
label 14783:
if (v4 >= v3.length) break;
var v5 = v3[v4];
if (v5 != this && (!v5.isBoss(false) && (v5.health > 0 && (Game.singleton.getCamera()).isPositionInScreen(v5.X, v5.Y)))) {
v5.onOrbHit(this);
this.addWeaponKill(this.pCurrentAttack.key, 1, true);
++v2;
}
}
if (v2 > 0) {
tinymantis.SoundManager.sSingleton.playSound('sb_pp_burgerbump.aif', false, 100);
}
};
v1.move = function (dx, dy, speed) {
super.move(dx, dy, speed);
var v6 = Game.singleton.getBreakableObjects();
var v7 = 0;
goto 15173;
for (;;) {
++v7;
label 15173:
if (v7 >= v6.length) break;
var v8 = v6[v7];
if (v8.broken && ((v8.getTile()).mI == this.pTile.mI && (v8.getTile()).mJ == this.pTile.mJ)) {
switch (v8.getTreasure()) {
case 'meat':
tinymantis.SoundManager.sSingleton.playSound('caligula_impolite_gobbling.aif', false, 100);
this.health += 30;
break;
case 'wine':
tinymantis.SoundManager.sSingleton.playSound('caligula_drinking.wav', false, 100);
this.energy += 20;
break;
case 'orb':
tinymantis.SoundManager.sSingleton.playSound('collectOrb.wav', false, 100);
this.orbKillAllNpc();
this.playMaxAttackEffect(this.X, this.Y - 40);
continue;
}
}
}
};
v1.death_enter = function () {
super.death_enter();
this.playRagedSound(false);
var v3 = 0;
goto 15681;
for (;;) {
++v3;
label 15681:
if (v3 >= this.pAttackData.length) break;
var v4 = this.pAttackData[v3];
if (this.getAttackDataMaxLevelKillPercent(v4.key) < 0) {
this.addWeaponKill(v4.key, -this.getWeaponKill(v4.key), true);
}
}
};
v1.death_update = function () {
super.death_update();
var v3 = this.pMovieClip.body;
if (this.mStateParam.death_timer > 90) {
this.gotoState('decay');
}
};
v1.ocarina_enter = function () {
this.mStateParam.mOcarinaSong = 'caligula_ocarina.aif';
this.mStateParam.mOcarinaChannel = tinymantis.SoundManager.sSingleton.playSound(this.mStateParam.mOcarinaSong, true, 100);
this.mStateParam.mOcarinaTimer = 0;
};
v1.ocarina_update = function () {
this.zampogna_update();
};
v1.ocarina_exit = function () {
this.zampogna_exit();
};
v1.zampogna_enter = function () {
this.mStateParam.mOcarinaSong = 'caligula_zampogna.aif';
this.mStateParam.mOcarinaChannel = tinymantis.SoundManager.sSingleton.playSound(this.mStateParam.mOcarinaSong, true, 100);
this.mStateParam.mOcarinaTimer = 0;
};
v1.zampogna_update = function () {
if (!Key.isDown(this.pCurrentAttack.keyCode)) {
if (this.mStateParam.mOcarinaTimer > 0) {
if (--this.mStateParam.mOcarinaTimer <= 0) {
this.gotoState('think');
}
} else {
var v2 = tinymantis.SoundManager.sSingleton.getSound(this.mStateParam.mOcarinaChannel);
var v3 = v2.position / v2.duration;
if (v3 > 0.9) {
this.mStateParam.mOcarinaTimer = Math.max(1, Math.ceil(((v2.duration - v2.position) / 1000) * 31));
tinymantis.SoundManager.sSingleton.setVolume(this.mStateParam.mOcarinaChannel, 0);
tinymantis.SoundManager.sSingleton.playSoundAt(this.mStateParam.mOcarinaSong, v2.position / 1000, 100);
}
}
}
};
v1.zampogna_exit = function () {
org.flashdevelop.utils.FlashConnect.trace('out of music', 'Caligula::zampogna_exit', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/Caligula.as', 972);
if (this.isInState('idle', 0) || this.isInState('walk', 0)) {
this.pMovieClip.mWeapon = '';
this.pMovieClip.body.gotoAndPlay(1);
}
if (this.mStateParam.mOcarinaChannel >= 0) {
this.mStateParam.mOcarinaChannel = tinymantis.SoundManager.sSingleton.stopSound(this.mStateParam.mOcarinaChannel);
}
};
v1.createLions = function (clip) {
var v3 = (Game.singleton.getCharacters()).slice();
var v4 = this.pCurrentAttack.getNumber('lions');
org.flashdevelop.utils.FlashConnect.trace('createLions:' + v4 + ', chars=' + v3.length, 'Caligula::createLions', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/Caligula.as', 987);
var v5 = 0;
goto 17141;
for (;;) {
++v5;
label 17141:
if (v5 >= v4) break;
var v6 = null;
var v7 = 100000000;
var v8 = 0;
var v9 = 0;
goto 17219;
for (;;) {
++v9;
label 17219:
if (v9 >= v3.length) break;
var v10 = v3[v9];
if (v10.health > 0 && v10.party != this.party) {
var v11 = Math.abs(v10.X - this.X) + Math.abs(v10.Y - this.Y);
if (v11 < v7 && clip.hitTest(v10.getMovieClip())) {
v7 = v11;
v6 = v10;
v8 = v9;
}
}
}
org.flashdevelop.utils.FlashConnect.trace('found char:' + v6, 'Caligula::createLions', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/Caligula.as', 1009);
var v12 = Lion(Game.singleton.createThrowObject(this, this.pCurrentAttack));
if (v6) {
v12.initStartPosition(v6.X - this.getDirection() * 80, v6.Y);
v3.splice(v8, 1);
} else {
var v13 = Game.singleton.getSceneMap();
var v14 = null;
var v15 = 0;
for (;;) {
if (!(v14 == null && v15 < 10)) break;
var v16 = this.pTile.mI + Math.round((Math.random() - 0.5) * 10);
var v17 = this.pTile.mJ + Math.round((Math.random() - 0.5) * 8);
v14 = v13.getTile(v16, v17);
if (v14) {
if (v14.water) {
v14 = null;
}
}
++v15;
}
if (v14 == null) {
v14 = this.pTile;
}
v12.initStartPosition(v14.getCenterX(), v14.getCenterY());
}
v12.initDirection(this.getDirection());
}
};
v1.throw_enter = function () {
org.flashdevelop.utils.FlashConnect.trace('throw enter', 'Caligula::throw_enter', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/Caligula.as', 1047);
if (this.pCurrentAttack.key == 'I') {
var v2 = 1;
var v3 = this.getAttackDataMaxLevelKillPercent('I');
if (v3 >= 1) {
v2 = 3;
} else {
if (v3 >= 0.5) {
v2 = 2;
}
}
this.pCurrentAttack.weapon = 'lib_iaculum' + v2;
org.flashdevelop.utils.FlashConnect.trace('pCurrentAttack.weapon = ' + this.pCurrentAttack.weapon, 'Caligula::throw_enter', 'C:\\haska\\works\\thisispop\\caligulaII\\class_chars/Caligula.as', 1058);
}
};
v1.summon_update = function () {
var v2 = this.pMovieClip.body.cHitArea;
if (v2 == undefined) {
v2 = null;
}
if (v2 != null) {
this.createLions(v2);
}
if (v2 != null || !this.isInState('attack', 0)) {
this.gotoState('think');
}
};
v1.manhood_update = function () {
if (!this.isInState('attack', 0)) {
this.gotoState('think');
}
var v2 = this.pMovieClip.body.cHitArea;
if (v2 != null) {
var v3 = Game.singleton.getCharacters();
var v4 = 0;
var v5 = 0;
goto 18676;
for (;;) {
++v5;
label 18676:
if (v5 >= v3.length) break;
var v6 = v3[v5];
if (v6 != this && (v6.health > 0 && (v6.canStun() && (!v6.isInState('stun', 0) && v2.hitTest(v6.getMovieClip()))))) {
++v4;
v6.gotoState('stun');
}
}
if (v4 > 0) {
this.addWeaponKill(this.pCurrentAttack.key, v4, true);
}
}
};
v1.isAbleToRaiseByNecromancer = function (npcType) {
switch (npcType) {
return true;
case 'Rat':
case 'Skeleton':
case 'DeathRat':
return false;
}
return true;
};
v1.necromancer_update = function () {
if (!this.isInState('attack', 0)) {
this.gotoState('think');
}
var v2 = this.pCurrentAttack.getNumber('maxSkeletons');
var v3 = 0;
var v4 = this.pMovieClip.body.cHitArea;
if (v4 != null) {
var v5 = Game.singleton.getCharacters();
var v6 = 0;
goto 19211;
for (;;) {
++v6;
label 19211:
if (v6 >= v5.length) break;
var v7 = v5[v6];
if (v7.isInState('death', 0) && (this.isAbleToRaiseByNecromancer(v7.getType()) && v4.hitTest(v7.getMovieClip()))) {
v7.gotoState('decay');
var v8 = Game.singleton;
var v9 = Skeleton(v8.createCharacter(this.pMovieClip._parent, 'Skeleton'));
v9.resetHealthMax(this.pCurrentAttack.getNumber('hp'));
v9.setOwner(this, v7.X, v7.Y, v7.getDirection());
++v8.mSkeletonResurrected;
++v3;
if (v3 >= v2) {
} else {}
}
}
}
};
v1.teleportOut = function () {
if (!this.isInState('teleport1', 0) && !Game.singleton.isBossDefeated('Death')) {
Game.singleton.mTeleportIn = true;
this.gotoState('teleport1');
}
};
v1.teleportIn = function () {
Game.singleton.mTeleportIn = false;
this.gotoState('teleport2');
};
v1.teleport1_enter = function () {
this.pInvincibleTimer = 100;
this.pMovieClip.gotoAndStop('teleport1');
tinymantis.SoundManager.sSingleton.playSound('snd_level_die_LOUD.wav', false, 100);
};
v1.teleport1_update = function () {
var v2 = this.pMovieClip.body;
if (v2 && v2._currentframe == v2._totalframes) {
Game.singleton.doPentagramTeleport();
}
};
v1.teleport2_enter = function () {
this.pInvincibleTimer = 200;
this.pMovieClip.gotoAndStop('teleport2');
this.mStateParam.telwait_timer = 20;
};
v1.teleport2_update = function () {
--this.mStateParam.telwait_timer;
var v2 = this.pMovieClip.body;
if (this.mStateParam.telwait_timer > 0) {
v2.gotoAndStop(1);
} else {
if (this.mStateParam.telwait_timer == 0) {
v2.gotoAndPlay(2);
tinymantis.SoundManager.sSingleton.playSound('beastboy_transform.aif', false, 100);
} else {
if (v2._currentframe == v2._totalframes) {
this.pInvincibleTimer = 0;
this.gotoState('idle');
}
}
}
};
v1.teleport2_exit = function () {};
v1.addProperty('energy', v1.__get__energy, v1.__set__energy);
v1.addProperty('energy_max', v1.__get__energy_max, function () {});
ASSetPropFlags(v1, null, 1);
v1.pPermanentMaxWeaponLevel = false;
}
#endinitclip
}
movieClip 20612 __Packages.Lion {
#initclip
if (!Lion) {
_global.Lion = function (weapon) {
super(weapon);
};
_global.Lion extends ThrowObject;
var v1 = _global.Lion.prototype;
v1.initialize = function (owner, attackdata) {
super.initialize(owner, attackdata);
this.pAttackTarget = null;
this.pAttacked = false;
this.pSearch = this.pAttackData.getNumber('search');
tinymantis.SoundManager.sSingleton.playSound('caligula_lion.aif', false, 100);
};
v1.getBodyClip = function () {
return this.pMovieClip.body;
};
v1.initStartPosition = function (inx, iny) {
this.pBaseY = iny;
super.initStartPosition(inx, iny);
};
v1.update = function () {
if (this.pDead) {
return undefined;
}
var v2 = this.pMovieClip.body;
if (v2._currentframe == v2._totalframes) {
this.pDead = true;
} else {
if (v2._currentframe == 12) {
(Game.singleton.getCamera()).shake(14, 8);
} else {
var v3 = v2.cHitArea;
if (v3 != undefined) {
if (this.pAttackTarget) {
if (!this.pAttacked) {
this.pAttacked = true;
this.pAttackTarget.hit(this, this.getAttackDamage(this.pAttackTarget), this.pAttackData.pushpower);
if (this.pAttackTarget.health <= 0) {
this.pOwner.addWeaponKill(this.pAttackData.key, 1, true);
}
}
} else {
var v4 = v2.cHitArea2;
var v5 = Game.singleton.getCharacters();
var v6 = 0;
goto 1282;
for (;;) {
for (;;) {
++v6;
label 1282:
if (!(v6 < v5.length && this.pAttackTarget == null)) break;
var v7 = v5[v6];
if (v7 != this.pOwner && (v7.health > 0 && Math.abs(v7.Y - this.pBaseY) < Constant.HIT_Y_RANGE)) {
if (!(v7.isBoss(false) && !v7.isBoss(true))) break;
if (v3.hitTest(v7.getMovieClip())) {
this.pAttackTarget = v7;
} else {
if (v4.hitTest(v7.getMovieClip())) {
this.initDirection(this.getDirection() * -1);
this.pAttackTarget = v7;
}
}
}
}
}
if (this.pAttackTarget == null) {
if (this.pSearch > 0) {
--this.pSearch;
v2.stop();
} else {
v2.gotoAndPlay('back');
}
} else {
v2.play();
}
}
}
}
}
};
ASSetPropFlags(v1, null, 1);
v1.pSearch = 0;
}
#endinitclip
}
movieClip 20613 __Packages.forum14 {
#initclip
if (!forum14) {
_global.forum14 = function () {
super();
this.parseXML('\n<level name="forum14" width="40" height="26" set="forum" >\n\t<ground tiles="12,11,0,0,0,0,12,11,12,212,213,214,215,216,217,11,12,0,0,0,0,0,482,12,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,183,185,186,187,188,189,190,192,12,247,248,249,250,251,252,11,12,0,0,0,0,0,482,12,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,219,220,221,222,223,224,225,227,281,283,284,285,286,287,288,290,12,0,0,0,0,0,482,12,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,254,255,256,257,258,259,260,262,318,320,321,322,323,324,325,327,167,169,170,171,172,173,174,176,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,291,292,293,294,295,296,297,299,355,357,358,359,360,361,362,364,203,204,205,206,207,208,209,210,498,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,328,329,330,331,332,333,334,336,376,377,378,379,380,381,382,384,238,239,240,241,242,243,244,245,503,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,365,366,367,368,369,370,371,373,407,408,409,410,411,412,413,415,273,274,275,276,277,278,279,280,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,442,443,444,445,446,447,448,449,473,474,475,476,477,478,479,480,310,311,312,313,314,315,316,317,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,460,461,462,463,464,465,466,467,485,486,487,488,489,490,491,492,400,401,400,401,400,401,401,397,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,0,0,0,0,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,498,0,0,0,0,0,0,11,12,11,12,11,0,0,12,11,12,11,12,11,0,0,0,0,11,12,11,12,11,12,11,533,482,0,0,0,0,0,0,0,503,0,0,0,0,0,0,11,12,11,12,0,0,0,0,11,12,11,183,185,186,187,188,189,190,192,11,12,11,12,11,533,482,0,0,0,0,0,0,0,11,0,0,0,0,0,0,12,127,128,129,130,131,132,133,134,135,136,219,220,221,222,223,224,225,227,11,12,11,12,11,533,482,0,0,0,0,0,0,0,167,169,170,171,172,173,174,176,157,158,159,160,161,162,163,164,165,166,254,255,256,257,258,259,260,262,11,12,11,12,11,533,482,0,0,0,0,0,0,0,203,204,205,206,207,208,209,210,193,194,195,196,197,198,199,200,201,202,291,292,293,294,295,296,297,299,11,12,11,12,11,533,482,0,0,0,0,0,0,0,238,239,240,241,242,243,244,245,228,229,230,231,232,233,234,235,236,237,328,329,330,331,332,333,334,336,11,12,11,12,11,533,482,0,0,0,0,0,0,0,273,274,275,276,277,278,279,280,374,264,265,266,267,268,269,270,271,375,365,366,367,368,369,370,371,373,11,12,11,12,11,533,496,547,547,547,547,547,547,547,310,311,312,313,314,315,316,317,393,394,395,303,304,305,306,396,397,398,442,443,444,445,446,447,448,449,11,12,11,12,11,549,514,513,483,484,514,513,514,513,399,400,401,402,403,404,405,406,424,425,426,427,428,429,430,431,432,433,460,461,462,463,464,465,466,467,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,0,0,11,12,11,12,11,12,11,12,11,12,0,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,0,12,11,12,12,11,0,0,11,12,11,12,11,12,0,12,0,0,0,0,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,0,0,0,0,0,0,483,484,12,212,213,214,215,216,217,498,12,11,127,128,129,130,131,132,133,134,135,136,12,11,12,11,0,0,0,0,12,11,12,11,0,0,0,0,0,0,483,484,281,247,248,249,250,251,252,503,483,484,157,158,159,160,161,162,163,164,165,166,12,127,128,129,130,131,132,133,134,135,136,167,169,170,171,172,173,174,176,11,281,283,284,285,286,287,288,290,12,11,193,194,195,196,197,198,199,200,201,202,12,157,158,159,160,161,162,163,164,165,166,203,204,205,206,207,208,209,210,11,318,320,321,322,323,324,325,327,0,11,228,229,230,231,232,233,234,235,236,237,167" />\n\t<sky tiles="-1,149,150,151,152,153,154,-1,211,-1,-1,-1,-1,-1,-1,218,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,-1,-1,-1,-1,253,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,81,82,83,84,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,117,118,119,120,121,122,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,55,56,57,58,59,60,61,62,63,-1,-1,149,150,151,152,153,154,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,91,92,93,94,95,96,97,98,99,100,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,145,146,147,148,-1,-1,-1,-1,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,177,178,179,180,181,182,-1,-1,-1,91,92,93,94,95,96,97,98,99,100,-1,55,56,57,58,59,60,61,62,63,-1,101,102,103,104,105,106,107,108,-1,211,-1,-1,-1,-1,-1,-1,218,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,91,92,93,94,95,96,97,98,99,100,137,138,139,140,141,142,143,144,-1,246,-1,-1,-1,-1,-1,-1,253,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="4" y="21" w="6" h="3" />\n\t<skyRegion x="10" y="21" w="8" h="3" />\n\t<skyRegion x="22" y="18" w="5" h="6" />\n\t<skyRegion x="33" y="19" w="6" h="3" />\n\t<skyRegion x="39" y="22" w="1" h="3" />\n\t<skyRegion x="3" y="0" w="5" h="6" />\n\t<skyRegion x="16" y="0" w="8" h="3" />\n\t<skyRegion x="13" y="10" w="6" h="3" />\n\t<skyRegion x="12" y="10" w="6" h="3" />\n\t<skyRegion x="12" y="9" w="6" h="3" />\n\t<skyRegion x="19" y="8" w="6" h="3" />\n\t<exit dMap="forum15" x="39" y="17" dX="1" dY="4" />\n\t<exit dMap="forum15" x="39" y="18" dX="1" dY="5" />\n\t<exit dMap="forum15" x="39" y="19" dX="1" dY="6" />\n\t<exit dMap="forum15" x="39" y="20" dX="1" dY="7" />\n\t<exit dMap="forum15" x="39" y="21" dX="1" dY="8" />\n\t<exit dMap="forum15" x="39" y="22" dX="1" dY="9" />\n\t<exit dMap="forum12" x="23" y="0" dX="7" dY="11" />\n\t<exit dMap="forum12" x="24" y="0" dX="7" dY="11" />\n\t<exit dMap="forum12" x="25" y="0" dX="8" dY="11" />\n\t<exit dMap="forum12" x="26" y="0" dX="8" dY="11" />\n\t<exit dMap="forum12" x="27" y="0" dX="9" dY="11" />\n\t<exit dMap="forum12" x="28" y="0" dX="9" dY="11" />\n\t<exit dMap="forum12" x="29" y="0" dX="10" dY="11" />\n\t<exit dMap="forum12" x="30" y="0" dX="10" dY="11" />\n\t<exit dMap="forum12" x="31" y="0" dX="11" dY="11" />\n\t<exit dMap="forum13" x="0" y="18" dX="33" dY="8" />\n\t<exit dMap="forum13" x="0" y="19" dX="33" dY="9" />\n\t<exit dMap="forum13" x="0" y="20" dX="33" dY="10" />\n\t<exit dMap="forum13" x="0" y="21" dX="33" dY="11" />\n\t<exit dMap="forum13" x="0" y="22" dX="33" dY="12" />\n\t<exit dMap="forum13" x="0" y="23" dX="33" dY="13" />\n\t<exit dMap="forum13" x="0" y="24" dX="33" dY="13" />\n\t<waypoint id="0" x="5" y="8" />\n\t<waypoint id="1" x="17" y="8" />\n\t<waypoint id="2" x="11" y="10" />\n\t<waypoint id="3" x="2" y="21" />\n\t<waypoint id="4" x="25" y="18" />\n\t<waypoint id="5" x="37" y="19" />\n\t<waypoint id="6" x="27" y="2" />\n\t<waypoint id="7" x="29" y="10" />\n\t<mob id="0" mType="prostitute_a" x="14" y="8" path="0,2,1,2" />\n\t<mob id="1" mType="plebian_man_a" x="2" y="19" path="4,6,3" />\n\t<mob id="2" mType="plebian_man_a" x="6" y="20" path="4,6,3" />\n\t<mob id="3" mType="plebian_man_a" x="30" y="2" path="7,5,1" />\n\t<mob id="4" mType="plebian_woman_a" x="25" y="2" path="7,5,4" />\n\t<mob id="5" mType="bourgeois_man_2a" x="27" y="9" path="4,5,6" />\n\t<mob id="6" mType="bourgeois_man_2a" x="30" y="8" path="4,5,6" />\n\t<mob id="7" mType="plebian_woman_a" x="30" y="17" path="4,3" />\n\t<mob id="8" mType="plebian_man_a" x="32" y="18" path="5,4" />\n\t<mob id="9" mType="senator_a" x="17" y="10" path="7,2" />\n\t<mob id="10" mType="senator_a" x="4" y="20" path="5,3" />\n\t<mob id="11" mType="senator_a" x="30" y="18" path="3,4" />\n\t<object mType="barrel" x="0" y="9" />\n\t<object mType="barrel" x="0" y="7" />\n\t<object mType="barrel" x="0" y="10" />\n\t<object mType="barrel" x="1" y="8" />\n\t<object mType="tree" x="27" y="21" />\n\t<object mType="tree" x="28" y="21" />\n\t<object mType="statue_c" x="36" y="9" />\n\t<object mType="statue_c" x="34" y="12" />\n\t<object mType="statue_c" x="38" y="12" />\n\t<object mType="statue_c" x="34" y="0" />\n\t<object mType="statue_c" x="34" y="6" />\n\t<object mType="statue_c" x="38" y="0" />\n\t<object mType="statue_c" x="38" y="6" />\n\t<object mType="statue_c" x="36" y="3" />\n\t<weapon mType="0" x="4" y="9" />\n</level>\n\t\t');
};
_global.forum14 extends xml_base;
var v1 = _global.forum14.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20614 __Packages.orgyC {
#initclip
if (!orgyC) {
_global.orgyC = function () {
super();
this.parseXML('\n<level name="orgyC" width="40" height="30" set="orgy" >\n\t<ground tiles="12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,54,54,54,54,172,173,54,54,54,54,174,175,54,54,54,51,176,177,54,54,54,51,178,179,54,54,54,51,180,181,54,54,54,51,182,183,54,54,54,54,65,65,65,76,188,189,79,65,65,76,190,191,79,65,65,76,192,193,79,65,65,76,194,195,79,65,65,76,196,197,79,65,65,76,198,199,79,65,65,65,94,94,94,105,106,107,108,94,94,105,106,107,108,94,94,105,106,107,108,94,94,105,106,107,108,94,94,105,106,107,108,94,94,105,106,107,108,94,94,94,123,123,123,134,135,136,137,123,123,134,135,136,137,123,123,134,135,136,137,123,123,134,135,136,137,123,123,134,135,136,137,123,123,134,135,136,137,123,123,123,154,154,152,155,156,157,158,152,152,155,156,157,158,152,152,155,156,157,158,152,152,155,156,157,158,152,152,155,156,157,158,152,152,155,156,157,158,152,152,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,83,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,112,113,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,141,142,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,15,16,17,18,19,14,15,16,17,18,19,14,15,16,20,0,0,161,162,163,164,0,0,13,14,15,16,17,18,19,14,15,16,17,18,19,14,15,16,42,43,44,45,46,47,42,43,44,45,46,47,42,43,44,48,0,0,0,0,0,0,0,0,41,42,43,44,45,46,47,42,43,44,45,46,47,42,43,44,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,73,0,0,0,0,0,0,0,0,66,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,96,97,98,99,100,101,96,97,98,99,100,101,96,97,98,102,0,0,0,0,0,0,0,0,95,96,97,98,99,100,101,96,97,98,99,100,101,96,97,98,169,126,170,128,129,168,169,126,127,128,129,130,125,126,170,131,0,0,0,0,0,0,0,0,124,125,126,127,128,129,130,125,126,127,128,171,168,169,126,127,185,0,186,167,0,184,185,0,0,0,0,0,0,0,186,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,187,184,185,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,0,170,0,0,0,0,0,0,166,29,30,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,30,31,166,186,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,83,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,112,113,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,141,142,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,167,14,15,16,17,18,19,14,15,16,17,18,19,14,15,16,20,0,0,161,162,163,164,0,0,13,15,16,17,18,19,14,15,16,17,18,19,14,15,16,17,42,43,44,45,46,47,42,43,44,45,46,47,42,43,44,48,0,0,0,0,0,0,0,0,41,43,44,45,46,47,42,43,44,45,46,47,42,43,44,45,67,68,69,70,71,72,67,68,69,70,71,72,67,68,69,73,0,0,0,0,0,0,0,0,66,68,69,70,71,72,67,68,69,70,71,72,67,68,69,70,96,97,98,99,100,101,96,97,98,99,100,101,96,97,98,102,0,0,0,0,0,0,0,0,95,97,98,99,100,101,96,97,98,99,100,101,96,97,98,99,125,126,127,128,129,130,125,126,127,128,129,130,125,126,127,131,0,0,0,0,0,0,0,0,124,126,127,128,129,130,125,126,127,128,129,130,125,126,127,128" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="forum0" x="16" y="28" dX="9" dY="13" />\n\t<exit dMap="forum0" x="17" y="28" dX="9" dY="13" />\n\t<exit dMap="forum0" x="18" y="28" dX="9" dY="13" />\n\t<exit dMap="forum0" x="19" y="28" dX="9" dY="13" />\n\t<exit dMap="forum0" x="20" y="28" dX="9" dY="13" />\n\t<exit dMap="forum0" x="21" y="28" dX="9" dY="13" />\n\t<exit dMap="forum0" x="22" y="28" dX="9" dY="13" />\n\t<exit dMap="forum0" x="23" y="28" dX="9" dY="13" />\n\t<exit dMap="market3" x="4" y="5" dX="29" dY="20" />\n\t<exit dMap="market3" x="5" y="5" dX="29" dY="20" />\n\t<exit dMap="bathHouse2" x="10" y="5" dX="12" dY="13" />\n\t<exit dMap="bathHouse2" x="11" y="5" dX="12" dY="13" />\n\t<exit dMap="garden0" x="16" y="5" dX="25" dY="7" />\n\t<exit dMap="garden0" x="17" y="5" dX="25" dY="7" />\n\t<exit dMap="catacombs5" x="22" y="5" dX="12" dY="9" />\n\t<exit dMap="catacombs5" x="23" y="5" dX="12" dY="9" />\n\t<exit dMap="river6" x="28" y="5" dX="18" dY="15" />\n\t<exit dMap="river6" x="29" y="5" dX="18" dY="15" />\n\t<exit dMap="outskirts9" x="34" y="5" dX="11" dY="4" />\n\t<exit dMap="outskirts9" x="35" y="5" dX="11" dY="4" />\n\t<mob id="0" mType="orgy_couple_1" x="28" y="17" path="" />\n\t<mob id="1" mType="orgy_woman_3" x="25" y="18" path="" />\n\t<mob id="2" mType="orgy_woman_2" x="26" y="17" path="" />\n\t<mob id="3" mType="orgy_man_1" x="11" y="19" path="" />\n\t<mob id="4" mType="orgy_woman_2" x="12" y="19" path="" />\n\t<mob id="5" mType="orgy_couple_2" x="12" y="21" path="" />\n\t<mob id="6" mType="orgy_man_2" x="37" y="22" path="" />\n\t<mob id="7" mType="orgy_woman_1" x="35" y="22" path="" />\n\t<mob id="8" mType="orgy_couple_2" x="36" y="20" path="" />\n\t<mob id="9" mType="orgy_man_1" x="29" y="23" path="" />\n\t<mob id="10" mType="orgy_woman_2" x="30" y="24" path="" />\n\t<mob id="11" mType="orgy_woman_1" x="28" y="24" path="" />\n\t<mob id="12" mType="orgy_couple_2" x="1" y="21" path="" />\n\t<mob id="13" mType="orgy_couple_1" x="1" y="23" path="" />\n\t<mob id="14" mType="orgy_man_2" x="3" y="22" path="" />\n\t<mob id="15" mType="orgy_woman_3" x="9" y="20" path="" />\n\t<mob id="16" mType="orgy_man_1" x="16" y="21" path="" />\n\t<mob id="17" mType="orgy_woman_1" x="22" y="23" path="" />\n\t<mob id="18" mType="orgy_woman_2" x="10" y="23" path="" />\n\t<mob id="19" mType="orgy_man_2" x="23" y="23" path="" />\n\t<object mType="statue_m" x="26" y="13" />\n\t<object mType="urn1" x="7" y="15" />\n\t<object mType="tree" x="29" y="12" />\n\t<object mType="statue_f" x="13" y="13" />\n\t<object mType="tree" x="10" y="12" />\n\t<object mType="urn2" x="11" y="15" />\n\t<object mType="urn2" x="30" y="15" />\n\t<object mType="urn1" x="31" y="15" />\n\t<object mType="urn1" x="38" y="15" />\n\t<object mType="marsstatueleft" x="7" y="2" />\n\t<object mType="marsstatueright" x="2" y="2" />\n\t<object mType="marsstatueright" x="8" y="2" />\n\t<object mType="eaglecolumn" x="0" y="3" />\n\t<object mType="marsstatueleft" x="37" y="2" />\n\t<object mType="eaglecolumn" x="39" y="3" />\n\t<object mType="marsstatueleft" x="13" y="2" />\n\t<object mType="marsstatueright" x="14" y="2" />\n\t<object mType="marsstatueleft" x="19" y="2" />\n\t<object mType="marsstatueright" x="20" y="2" />\n\t<object mType="marsstatueright" x="26" y="2" />\n\t<object mType="marsstatueleft" x="25" y="2" />\n\t<object mType="marsstatueleft" x="31" y="2" />\n\t<object mType="marsstatueright" x="32" y="2" />\n</level>\n\t\t');
};
_global.orgyC extends xml_base;
var v1 = _global.orgyC.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20615 __Packages.garden3 {
#initclip
if (!garden3) {
_global.garden3 = function () {
super();
this.parseXML('\n<level name="garden3" width="19" height="13" set="garden" >\n\t<ground tiles="126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,0,0,0,0,0,111,111,110,111,111,0,0,0,0,111,0,0,0,0,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,161,244,244,244,244,244,316,244,244,244,244,244,317,244,244,244,244,244,244,244,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" />\n\t<exit dMap="garden2" x="0" y="2" dX="36" dY="2" />\n\t<exit dMap="garden2" x="0" y="3" dX="36" dY="3" />\n\t<exit dMap="garden2" x="0" y="4" dX="36" dY="4" />\n\t<exit dMap="garden2" x="0" y="5" dX="36" dY="5" />\n\t<exit dMap="garden2" x="0" y="6" dX="36" dY="6" />\n\t<exit dMap="garden2" x="0" y="7" dX="36" dY="7" />\n\t<exit dMap="garden2" x="0" y="8" dX="36" dY="8" />\n\t<exit dMap="garden4" x="18" y="2" dX="1" dY="2" />\n\t<exit dMap="garden4" x="18" y="3" dX="1" dY="3" />\n\t<exit dMap="garden4" x="18" y="4" dX="1" dY="4" />\n\t<exit dMap="garden4" x="18" y="5" dX="1" dY="5" />\n\t<exit dMap="garden4" x="18" y="6" dX="1" dY="6" />\n\t<exit dMap="garden4" x="18" y="7" dX="1" dY="7" />\n\t<exit dMap="garden4" x="18" y="8" dX="1" dY="8" />\n\t<waypoint id="0" x="7" y="2" />\n\t<waypoint id="1" x="4" y="2" />\n\t<waypoint id="2" x="4" y="8" />\n\t<waypoint id="3" x="11" y="8" />\n\t<waypoint id="4" x="11" y="2" />\n\t<waypoint id="5" x="8" y="2" />\n\t<waypoint id="6" x="6" y="4" />\n\t<waypoint id="7" x="6" y="8" />\n\t<waypoint id="8" x="14" y="2" />\n\t<waypoint id="9" x="17" y="2" />\n\t<waypoint id="10" x="17" y="8" />\n\t<waypoint id="11" x="14" y="8" />\n\t<mob id="0" mType="plebian_man_a" x="7" y="2" path="" />\n\t<mob id="1" mType="plebian_woman_a" x="11" y="8" path="3," />\n\t<mob id="2" mType="philosopher" x="6" y="4" path="6," />\n\t<mob id="3" mType="bourgeois_man_1a" x="14" y="2" path="8," />\n\t<object mType="statue_f" x="15" y="8" />\n\t<object mType="statue_m" x="9" y="8" />\n\t<object mType="statue_f" x="3" y="8" />\n</level>\n\t\t');
};
_global.garden3 extends xml_base;
var v1 = _global.garden3.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20616 __Packages.river7 {
#initclip
if (!river7) {
_global.river7 = function () {
super();
this.parseXML('\n<level name="river7" width="19" height="26" set="river" >\n\t<ground tiles="389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,270,269,270,269,270,269,270,269,270,269,270,269,270,270,288,434,431,432,433,290,289,290,289,290,289,290,289,461,462,290,289,290,290,307,392,389,390,391,309,308,309,308,309,308,309,308,477,478,309,308,309,309,325,406,403,404,405,327,326,327,326,327,326,327,326,502,326,327,326,327,327,339,420,417,418,419,341,340,341,340,341,340,341,340,341,340,341,340,341,360,361,434,431,432,433,363,390,391,362,363,390,391,272,273,274,275,276,269,269,270,270,269,270,269,374,404,159,160,161,162,163,291,292,293,294,295,289,289,290,290,289,290,289,417,418,173,174,175,176,177,311,312,313,314,315,308,308,309,309,308,309,308,431,432,187,188,189,190,191,328,329,330,331,332,326,326,327,327,326,327,326,389,390,199,200,201,202,203,343,344,345,346,347,340,340,341,341,340,341,340,403,404,204,205,206,207,208,282,283,284,285,286,403,362,363,406,403,362,363,417,418,212,213,214,215,216,301,302,303,304,305,417,373,374,420,417,373,374,431,432,226,227,228,220,221,222,302,303,304,305,431,432,433,434,431,432,433,389,390,240,241,242,234,235,236,609,284,285,286,389,390,391,392,389,390,391,403,7,251,252,253,245,246,247,610,303,304,305,403,7,405,406,6,404,7,417,9,261,262,263,264,257,258,611,284,285,286,417,9,419,420,8,418,9,41,41,42,266,267,268,4,301,302,303,304,481,41,41,41,41,41,41,41,35,36,84,41,40,41,87,470,471,472,473,511,512,513,0,0,33,35,35,1,103,104,105,36,0,0,487,488,489,490,528,529,530,0,33,106,1,1,601,602,1,1,46,569,570,470,471,472,473,548,549,550,33,106,1,1,1,606,607,1,1,46,586,587,487,488,489,490,491,556,557,58,1,1,1,1,1,1,1,600,46,569,570,571,572,573,574,575,565,564,58,1,1,1,1,600,1,1,1,46,586,587,588,589,590,591,592,565,565,58,1,1,1,1" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1" />\n\t<exit dMap="river8" x="18" y="8" dX="2" dY="9" />\n\t<exit dMap="river8" x="18" y="9" dX="2" dY="9" />\n\t<exit dMap="river8" x="18" y="10" dX="2" dY="9" />\n\t<exit dMap="river8" x="18" y="11" dX="2" dY="9" />\n\t<exit dMap="river8" x="18" y="12" dX="2" dY="9" />\n\t<exit dMap="river9" x="18" y="20" dX="2" dY="15" />\n\t<exit dMap="river9" x="18" y="21" dX="2" dY="15" />\n\t<exit dMap="river9" x="18" y="22" dX="2" dY="15" />\n\t<exit dMap="river9" x="18" y="23" dX="2" dY="15" />\n\t<exit dMap="river9" x="18" y="24" dX="2" dY="15" />\n\t<exit dMap="river9" x="18" y="25" dX="2" dY="15" />\n\t<exit dMap="river6" x="0" y="3" dX="35" dY="20" />\n\t<exit dMap="river6" x="0" y="4" dX="35" dY="20" />\n\t<exit dMap="river6" x="0" y="5" dX="35" dY="20" />\n\t<exit dMap="river6" x="0" y="6" dX="35" dY="20" />\n\t<exit dMap="river6" x="0" y="7" dX="35" dY="20" />\n\t<waypoint id="0" x="2" y="4" />\n\t<waypoint id="1" x="9" y="3" />\n\t<waypoint id="2" x="9" y="6" />\n\t<waypoint id="3" x="9" y="12" />\n\t<waypoint id="4" x="4" y="16" />\n\t<waypoint id="5" x="9" y="16" />\n\t<waypoint id="6" x="9" y="21" />\n\t<waypoint id="7" x="16" y="22" />\n\t<waypoint id="8" x="11" y="10" />\n\t<waypoint id="9" x="16" y="10" />\n\t<mob id="0" mType="bourgeois_man_1a" x="11" y="10" path="8,9" />\n\t<mob id="1" mType="plebian_man_a" x="2" y="4" path="0,1" />\n\t<mob id="2" mType="plebian_woman_a" x="9" y="6" path="2,3" />\n\t<mob id="3" mType="gladiator_2a" x="4" y="16" path="4,5" />\n\t<mob id="4" mType="bourgeois_man_2a" x="9" y="21" path="6,7" />\n\t<object mType="barrel" x="16" y="20" />\n\t<object mType="barrel" x="14" y="24" />\n\t<object mType="barrel" x="10" y="4" />\n\t<object mType="barrel" x="11" y="4" />\n\t<object mType="barrel" x="8" y="21" />\n\t<object mType="barrel" x="15" y="8" />\n\t<object mType="barrel" x="16" y="7" />\n\t<object mType="barrel" x="17" y="8" />\n\t<object mType="barrel" x="6" y="20" />\n\t<object mType="barrel" x="5" y="20" />\n\t<object mType="barrel" x="1" y="2" />\n\t<object mType="barrel" x="2" y="2" />\n\t<object mType="amphora" x="5" y="2" />\n\t<object mType="amphora" x="6" y="2" />\n\t<weapon mType="0" x="13" y="5" />\n</level>\n\t\t');
};
_global.river7 extends xml_base;
var v1 = _global.river7.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20617 __Packages.outskirts1 {
#initclip
if (!outskirts1) {
_global.outskirts1 = function () {
super();
this.parseXML('\n<level name="outskirts1" width="38" height="15" set="outskirts" >\n\t<ground tiles="36,37,38,39,207,37,39,38,38,37,39,38,37,38,39,207,37,38,37,39,38,207,37,37,39,38,37,39,207,37,37,38,38,39,37,38,39,134,86,81,82,83,256,81,83,82,82,81,83,82,81,82,83,256,81,82,81,83,82,256,81,81,83,82,81,83,256,81,81,82,82,83,81,82,83,85,86,0,0,0,0,0,0,0,8,9,0,228,229,230,231,232,233,234,235,236,237,238,8,9,0,0,0,0,0,8,9,0,0,0,0,0,0,85,136,0,0,0,0,0,0,0,52,53,4,277,278,279,280,281,282,283,284,285,286,287,52,53,0,0,0,0,0,52,53,0,0,0,1,7,3,135,173,0,0,0,0,0,0,0,0,0,0,319,320,321,322,323,324,325,326,327,328,329,330,0,0,0,0,0,0,0,0,0,0,0,0,51,0,3,0,0,0,0,0,0,0,0,0,0,0,350,351,352,353,354,355,356,357,358,359,360,361,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,0,0,0,0,0,0,0,0,0,0,0,376,377,378,379,380,381,382,383,384,385,386,387,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,273,273,274,273,274,273,274,273,274,273,95,96,95,96,95,96,95,96,95,96,95,96,95,96,274,273,274,273,274,273,274,273,274,97,98,0,8,9,315,315,316,315,316,315,316,315,316,315,145,146,145,146,145,146,145,146,145,146,145,146,145,146,316,315,316,315,316,315,316,315,316,147,318,0,52,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,303,303,303,304,544,208,0,0,0,0,0,0,0,0,0,0,4,42,3,3,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,428,428,428,428,428,428,169,0,0,0,0,0,0,0,0,7,4,0,86,0,0,52,53,0,0,0,0,0,0,0,0,0,0,0,0,0,1,313,314,428,428,428,427,427,169,0,0,0,0,0,0,0,0,51,0,1,302,207,205,206,207,208,0,0,0,209,128,206,305,206,128,206,210,304,304,207,210,211,211,211,206,128,211,128,206,206,305,208,0,0,0,209,305,305,339,256,254,255,256,257,0,0,0,258,172,255,342,255,172,255,259,341,341,256,259,260,260,260,255,172,260,172,255,255,342,257,0,0,0,258,342,342,0,0,0,1,0,257,0,0,0,258,7,0,0,0,0,0,0,0,8,9,0,0,1,0,0,0,0,3,3,0,0,257,0,0,0,258,0,3" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,0,1,0,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,0,0,1,1,0,1,1,1,0,1,0" />\n\t<exit dMap="outskirts3" x="33" y="13" dX="37" dY="3" />\n\t<exit dMap="outskirts3" x="32" y="13" dX="36" dY="3" />\n\t<exit dMap="outskirts3" x="34" y="13" dX="38" dY="3" />\n\t<exit dMap="outskirts3" x="6" y="13" dX="15" dY="3" />\n\t<exit dMap="outskirts3" x="7" y="13" dX="16" dY="3" />\n\t<exit dMap="outskirts3" x="8" y="13" dX="17" dY="3" />\n\t<exit dMap="outskirts0" x="0" y="8" dX="47" dY="8" />\n\t<exit dMap="outskirts0" x="0" y="7" dX="47" dY="7" />\n\t<exit dMap="outskirts0" x="0" y="6" dX="47" dY="6" />\n\t<exit dMap="outskirts0" x="0" y="5" dX="47" dY="5" />\n\t<exit dMap="outskirts0" x="0" y="4" dX="47" dY="4" />\n\t<waypoint id="0" x="3" y="7" />\n\t<waypoint id="1" x="17" y="2" />\n\t<waypoint id="2" x="21" y="7" />\n\t<waypoint id="3" x="33" y="7" />\n\t<mob id="0" mType="drunk" x="18" y="2" path="1" />\n\t<mob id="1" mType="rat" x="33" y="6" path="3,2,0,2,3" />\n\t<mob id="2" mType="plebian_woman_a" x="3" y="6" path="0,2,3,2,0" />\n\t<mob id="3" mType="plebian_man_a" x="21" y="6" path="2,1,2" />\n\t<mob id="4" mType="plebian_man_a" x="34" y="7" path="3,2,1" />\n\t<mob id="5" mType="drunk" x="26" y="2" path="3,0" />\n\t<mob id="6" mType="drunk" x="31" y="10" path="0,3" />\n\t<object mType="shack1" x="14" y="11" />\n\t<object mType="shack3" x="16" y="8" />\n\t<object mType="shack4" x="18" y="7" />\n\t<object mType="shack5" x="19" y="8" />\n\t<object mType="barrel" x="21" y="9" />\n\t<object mType="barrel" x="21" y="10" />\n\t<object mType="spit_meat" x="22" y="9" />\n\t<object mType="spit_cats" x="23" y="10" />\n\t<object mType="amphora" x="27" y="10" />\n\t<object mType="amphora" x="28" y="10" />\n\t<object mType="amphora" x="27" y="9" />\n\t<object mType="amphora" x="28" y="9" />\n\t<weapon mType="0" x="20" y="3" />\n</level>\n\t\t');
};
_global.outskirts1 extends xml_base;
var v1 = _global.outskirts1.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20618 __Packages.Game {
#initclip
if (!Game) {
_global.Game = function (root, firstRun) {
super('Game');
Game.singleton = this;
this.pFirstRun = firstRun;
this.pLevelDataMap = new Object();
this.pCurrentLevel = null;
this.pNewGameMessages = null;
this.mEnergyTimer = 0;
this.pMicrophone = null;
this.pGameRankBase = 0;
this.mStartTime = null;
this.mTimePassed = 0;
this.pPrevLevelData = null;
this.pMapsVisited = new Object();
this.pMaxGore = false;
this.pBossKillCountMap = new Object();
this.pUrnTakenMap = new Object();
this.pBossTouchMap = new Object();
this.pCaligulaStartPoint = new flash.geom.Point(0, 0);
this.pGameRoot = root.attachMovie('lib_game', 'gameroot', root.getNextHighestDepth());
this.pGameRoot.onEnterFrame = tinymantis.Delegate.create(this, this.update);
this.pGameUI = new GameUI(this.pGameRoot.cGameUI);
this.pSceneMap = new SceneMap(this.pGameRoot.cSceneNode);
var v5 = this.pGameRoot.cBorderRoot;
v5.attachMovie('lib_blackborder', 'border', v5.getNextHighestDepth());
this.pCamera = new GameCamera();
this.pCamera.setRoot(this.pSceneMap.getRoot(''));
this.pCamera.setMap(this.pSceneMap);
this.pCaligulaWeaponStates = new Object();
var v6 = CharacterInfo.singleton.getCharacterInfo('Caligula');
var v7 = v6.weapons;
var v8 = 0;
goto 6495;
for (;;) {
++v8;
label 6495:
if (v8 >= v7.length) break;
var v9 = new Object();
v9.attackData = new AttackData(v7[v8]);
v9.state = false;
this.pCaligulaWeaponStates[v9.attackData.key] = v9;
}
this.pInstructions = null;
this.gotoState('init');
this.gotoState('control');
this.pCaligulaHealth = 100;
this.pCaligulaEnergy = 0;
this.mNumKills = 0;
this.mNumVisitedWorlds = 0;
this.mSkeletonResurrected = 0;
this.mTimesKilledByBee = 0;
this.mRatsKilled = 0;
this.mCheated = false;
this.pDimMask = this.pGameRoot.cDimMask;
};
_global.Game extends tinymantis.GameObject;
var v1 = _global.Game.prototype;
v1.needShowDeathAwakeMessage = function () {
if (this.pNeedShowDeathAwakeMessage) {
this.pNeedShowDeathAwakeMessage = false;
return true;
}
return false;
};
v1.getLastSlainBossType = function () {
return this.pLastSlainBossType;
};
v1.resetLastSlainBossType = function () {
this.pLastSlainBossType = '';
};
v1.isBossTouched = function (bossType) {
return this.pBossTouchMap[bossType] == true;
};
v1.setBossTouched = function (bossType) {
org.flashdevelop.utils.FlashConnect.trace('setBossTouched: ' + bossType + ', ============================', 'Game::setBossTouched', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 172);
this.pBossTouchMap[bossType] = true;
};
v1.getLevelLocStr = function (locx, locy) {
return this.pCurrentLevel + ',' + locx + ',' + locy;
};
v1.setUrnTaken = function (locx, locy) {
var v4 = this.getLevelLocStr(locx, locy);
this.pUrnTakenMap[v4] = this.getTimePassed() + 60000;
};
v1.isUrnTaken = function (locx, locy) {
var v4 = this.getLevelLocStr(locx, locy);
if (this.pUrnTakenMap[v4] == undefined) {
return false;
}
return this.getTimePassed() < this.pUrnTakenMap[v4];
};
v1.setFadeinLetterBox = function () {
this.pFadeinLetterBox = true;
};
v1.isMaxGore = function () {
return this.pMaxGore;
};
v1.isInOrgyRoom = function () {
return this.pSceneMap.levelData.isOrgyRoom();
};
v1.getCaligulaHealth = function () {
return this.pCaligulaHealth;
};
v1.getCaligulaEnergy = function () {
return this.pCaligulaEnergy;
};
v1.getTimePassed = function () {
var v2 = this.mTimePassed;
if (this.mStartTime) {
var v3 = new Date();
v2 += v3.getTime() - this.mStartTime.getTime();
}
return v2;
};
v1.getMinutesPassed = function () {
var v2 = this.getTimePassed();
return Math.floor(v2 / 60000);
};
v1.getNumSkulls = function () {
var v2 = 0;
for (var mapname in this.pMapsVisited) {
var v3 = this.pMapsVisited[mapname];
if (v3.skull == true) {
++v2;
}
}
return v2;
};
v1.addGameRank = function (drank) {
this.pGameRankBase += drank;
this.getGameRank();
};
v1.getGameRank = function () {
var v2 = this.pGameRankBase;
var v3 = this.getMinutesPassed();
v2 += Math.floor(v3 / 10);
v2 += Math.floor(this.mNumKills / 50);
var v4 = this.pGameUI.getScore();
if (v4 > 1000000000) {
v2 += 4;
} else {
if (v4 > 1000000) {
v2 += 3;
} else {
if (v4 > 100000) {
v2 += 2;
} else {
if (v4 > 10000) {
v2 += 1;
}
}
}
}
if (this.mNumVisitedWorlds >= 7) {
v2 += 1;
}
if (this.pCaligula) {
v2 += this.pCaligula.getMaxoutWeaponCounts();
}
var v5 = 0;
goto 8243;
for (;;) {
++v5;
label 8243:
if (v5 >= Constant.BOSS_TYPES.length) break;
if (this.isBossDefeated(Constant.BOSS_TYPES[v5])) {
v2 += 1;
}
}
var v6 = this.getNumActivatedWeapons();
if (v6 >= 26) {
v2 += 3;
var v7 = this.getNumSkulls();
v2 += Math.floor(v7 / 3);
v2 += (this.pRound - 1) * 5;
v2 = Math.max(0, v2);
_root.gVerInfo = v2;
return v2;
}
if (v6 >= 16) {
v2 += 2;
var v7 = this.getNumSkulls();
v2 += Math.floor(v7 / 3);
v2 += (this.pRound - 1) * 5;
v2 = Math.max(0, v2);
_root.gVerInfo = v2;
return v2;
}
if (v6 >= 8) {
v2 += 1;
}
var v7 = this.getNumSkulls();
v2 += Math.floor(v7 / 3);
v2 += (this.pRound - 1) * 5;
v2 = Math.max(0, v2);
_root.gVerInfo = v2;
return v2;
};
v1.getRound = function () {
return this.pRound;
};
v1.getGladiatorChance = function () {
switch (this.getGameRank()) {
return 0.6;
case 0:
case 1:
return 0;
case 2:
case 3:
case 4:
return 0.01;
case 5:
case 6:
case 7:
case 8:
return 0.05;
case 9:
case 10:
case 11:
case 12:
return 0.1;
case 13:
case 14:
case 15:
return 0.33;
}
return 0.6;
};
v1.getMeatWineChance = function () {
switch (this.getGameRank()) {
return 0.5;
case 0:
case 1:
return 1;
case 2:
case 3:
case 4:
return 0.9;
case 5:
case 6:
case 7:
case 8:
return 0.8;
case 9:
case 10:
case 11:
case 12:
return 0.7;
case 13:
case 14:
case 15:
return 0.6;
}
return 0.5;
};
v1.addKill = function (char) {
if (char.getValue() > 0) {
++this.mNumKills;
var v3 = this.pSceneMap.levelData;
if (++v3.mNumKills == v3.getSkullKills()) {
}
}
};
v1.getPopScoreRoot = function () {
return this.pGameUI.getPopupRoot();
};
v1.continueGame = function () {
var v2 = Constant.getCookie();
if (v2.data.saved == 'yes') {
org.flashdevelop.utils.FlashConnect.trace('continueGame', 'Game::continueGame', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 404);
this.initLevel(Constant.DEFAULT_MAP, Constant.DEFAULT_TILE.x, Constant.DEFAULT_TILE.y);
var v3 = v2.data.caligula_weapons;
var v4 = 0;
goto 9750;
for (;;) {
++v4;
label 9750:
if (v4 >= v3.length) break;
this.earnWeapon(v3[v4]);
}
this.setStartWeapon(v2.data.caligula_weapon);
if (v2.data.maps_visited != undefined) {
this.pMapsVisited = v2.data.maps_visited;
}
if (v2.data.gamerank_base != undefined) {
var v5 = Math.floor(v2.data.gamerank_base / 2);
this.pGameRankBase = v5 - this.getGameRank();
}
if (v2.data.cheated != undefined) {
this.mCheated = v2.data.cheated;
}
if (v2.data.round != undefined) {
this.pRound = v2.data.round;
}
if (v2.data.bossKillCountMap != undefined) {
this.pBossKillCountMap = v2.data.bossKillCountMap;
} else {
this.pBossKillCountMap = new Object();
}
(this.getGameUI()).setScore(v2.data.score);
if (v2.data.kills != undefined) {
this.mNumKills = v2.data.kills;
}
} else {
this.initLevel(Constant.DEFAULT_MAP, Constant.DEFAULT_TILE.x, Constant.DEFAULT_TILE.y);
this.mCheated = false;
}
};
v1.getCacheWeaponKillMap = function () {
var v2 = Constant.getCookie();
var v3 = v2.data.weaponKills;
if (v3) {
return v3;
}
return new Object();
};
v1.isStatueBreakable = function (type) {
return this.getRound() > 1;
};
v1.showBossDefeatedEver = function (type) {
return this.isBossDefeated(type) || this.getRound() > 1;
};
v1.isBossDefeated = function (type) {
var v3 = Constant.getCookie();
var v4 = v3.data.defeatedBossMap;
if (v4 && v4[type] != undefined) {
return true;
}
return false;
};
v1.getDefeatedBossCount = function () {
var v2 = Constant.getCookie();
var v3 = v2.data.defeatedBossMap;
var v4 = 0;
for (var key in v3) {
++v4;
}
return v4;
};
v1.addDefeatedBoss = function (type) {
var v3 = Constant.getCookie();
var v4 = v3.data.defeatedBossMap;
if (v4 == null || v4 == undefined) {
v4 = new Object();
}
this.pLastSlainBossType = type;
v4[type] = true;
v3.data.defeatedBossMap = v4;
if (this.pBossKillCountMap[type] == undefined) {
this.pBossKillCountMap[type] = 1;
} else {
this.pBossKillCountMap[type] += 1;
}
this.saveGame((this.getGameUI()).getScore());
};
v1.getBossKillCount = function (type) {
if (this.pBossKillCountMap == null || this.pBossKillCountMap[type] == undefined) {
return 0;
}
return this.pBossKillCountMap[type];
};
v1.resetAllDefeatedBoss = function () {
this.pBossTouchMap = new Object();
var v2 = Constant.getCookie();
this.pLastSlainBossType = '';
v2.data.defeatedBossMap = new Object();
this.saveGame((this.getGameUI()).getScore());
};
v1.deathKilledGameOver = function () {
if (this.isInState('run', 0)) {
this.gotoState('winover');
}
};
v1.saveGame = function (score) {
org.flashdevelop.utils.FlashConnect.trace('saveGame', 'Game::saveGame', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 549);
for (var mapname in this.pLevelDataMap) {
var v3 = this.pLevelDataMap[mapname];
var v4 = new Object();
v4.tileset = v3.mTileset;
v4.skull = v3.mNumKills >= v3.getSkullKills();
this.pMapsVisited[mapname] = v4;
}
var v5 = Constant.getCookie();
v5.data.saved = 'yes';
v5.data.current_map = this.pSceneMap.levelData.mName;
v5.data.caligula_x = (this.pCaligula.getTile()).mI;
v5.data.caligula_y = (this.pCaligula.getTile()).mJ;
v5.data.caligula_health = this.pCaligula.health;
v5.data.caligula_energy = this.pCaligula.energy;
v5.data.caligula_weapon = this.pCaligula.currentAttack.key;
v5.data.gamerank_base = this.getGameRank();
v5.data.maps_visited = this.pMapsVisited;
v5.data.cheated = this.mCheated;
v5.data.weaponKills = this.pCaligula.getWeaponKillMap();
v5.data.round = this.pRound;
v5.data.bossKillCountMap = this.pBossKillCountMap;
v5.data.kills = this.mNumKills;
var v6 = this.pCaligula.getWeaponKillMap();
for (var key in v6) {
}
var v7 = new Array();
for (var key in this.pCaligulaWeaponStates) {
if (this.pCaligulaWeaponStates[key].state) {
v7.push(key);
}
}
v5.data.caligula_weapons = v7;
v5.data.score = score;
v5.flush();
};
v1.initLevel = function (map, startx, starty) {
this.enable_all_weapon(true);
this.setStartWeapon('D');
this.pStartMap = map;
this.pCaligulaStartPoint.x = startx;
this.pCaligulaStartPoint.y = starty;
};
v1.getNumActivatedWeapons = function () {
var v2 = 0;
for (var key in this.pCaligulaWeaponStates) {
if (this.pCaligulaWeaponStates[key].state) {
++v2;
}
}
return v2;
};
v1.getTotalWeapons = function () {
var v2 = 0;
for (var key in this.pCaligulaWeaponStates) {
++v2;
}
return v2;
};
v1.enable_all_weapon = function (enableManhood) {
this.earnWeapon('A');
this.earnWeapon('B');
this.earnWeapon('C');
this.earnWeapon('E');
this.earnWeapon('F');
this.earnWeapon('G');
this.earnWeapon('H');
this.earnWeapon('I');
this.earnWeapon('J');
this.earnWeapon('K');
this.earnWeapon('L');
if (enableManhood) {
this.earnWeapon('M');
}
this.earnWeapon('N');
this.earnWeapon('O');
this.earnWeapon('P');
this.earnWeapon('Q');
this.earnWeapon('R');
this.earnWeapon('S');
this.earnWeapon('T');
this.earnWeapon('U');
this.earnWeapon('V');
this.earnWeapon('W');
this.earnWeapon('X');
this.earnWeapon('Y');
this.earnWeapon('Z');
this.earnWeapon('D');
this.pStartNumWeapons = this.getNumActivatedWeapons();
};
v1.init_update = function () {
this.loadLevel(this.pStartMap, this.pCaligulaStartPoint.x, this.pCaligulaStartPoint.y);
this.pGameUI.setEnabled(false);
this.pStartNumWeapons = this.getNumActivatedWeapons();
};
v1.getStartNumWeapons = function () {
return this.pStartNumWeapons;
};
v1.earnWeapon = function (key) {
var v3 = this.pCaligulaWeaponStates[key];
if (v3.state == false) {
v3.state = true;
if (this.pCaligula) {
this.pCaligula.addAttackData(v3.attackData);
}
this.pGameUI.setWeaponButton(key, 'earn_key');
var v4 = 0;
goto 13139;
for (;;) {
++v4;
label 13139:
if (v4 >= this.pWeaponIcons.length) break;
var v5 = WeaponIcon(this.pWeaponIcons[v4]);
if (v5.getKey() == key) {
v5.recycle();
}
}
if (this.getNumActivatedWeapons() == 26) {
if (this.isInState('run', 0)) {
this.pGameUI.showWeaponMessage('found_allweapons', false, 0);
}
if (this.pCurrentLevel == 'forum0') {
(this.pSceneMap.getForumDoor()).setDoorOpen(true);
}
}
}
};
v1.getWeaponStates = function () {
return this.pCaligulaWeaponStates;
};
v1.getStartPoint = function () {
return this.pCaligulaStartPoint;
};
v1.setStartWeapon = function (w) {
this.earnWeapon(w);
this.pCaligulaStartWeapon = w;
};
v1.getStartWeapon = function () {
return this.pCaligulaStartWeapon;
};
v1.getCamera = function () {
return this.pCamera;
};
v1.getCharacters = function () {
return this.pCharacters;
};
v1.getThrowObjects = function () {
return this.pThrowObjects;
};
v1.getCaligula = function () {
return this.pCaligula;
};
v1.getGameUI = function () {
return this.pGameUI;
};
v1.getSceneMap = function () {
return this.pSceneMap;
};
v1.loadLevel = function (level, startI, startJ) {
if (this.pCaligula) {
this.pCaligula.setVespiarySound(false);
}
this.pPrevLevelData = this.getLevelData(this.pCurrentLevel);
_root.gExtraInfo = level;
this.pCurrentLevel = level;
this.pCaligulaStartPoint.x = startI;
this.pCaligulaStartPoint.y = startJ;
this.gotoState('recycle');
this.getLevelData(this.pCurrentLevel);
};
v1.getLevelData = function (level) {
if (level && level.length > 0) {
var v3 = this.pLevelDataMap[this.pCurrentLevel];
if (v3 == null || v3 == undefined) {
v3 = new LevelData(this.pCurrentLevel);
this.pLevelDataMap[this.pCurrentLevel] = v3;
}
v3.load();
return v3;
}
return null;
};
v1.getMapVisited = function (level) {
if (this.pMapsVisited[level] == undefined) {
return null;
}
return this.pMapsVisited[level];
};
v1.createCharacter = function (parent, type) {
var v4 = null;
if (type == 'Caligula') {
v4 = new Caligula(parent);
} else {
var v5 = CharacterInfo.singleton.getCharacterInfo(type);
switch (v5.ai) {
case 'plebs':
v4 = new Plebian(parent, v5.lib, type);
break;
case 'fighter':
v4 = new Gladiator(parent, v5.lib, type);
break;
case 'necromancer':
v4 = new Necromancer(parent, v5.lib, type);
break;
case 'boss':
v4 = new Boss(parent, v5.lib, type);
break;
case 'death':
v4 = new Death(parent, v5.lib, type);
break;
case 'skeleton':
v4 = new Skeleton(parent, v5.lib, type);
break;
case 'orgy':
v4 = new Orgy(parent, v5.lib, type);
break;
case 'deathRat':
v4 = new DeathRat(parent, v5.lib, type);
break;
case 'deadbody':
v4 = new Deadbody(parent, v5.lib, type);
}
}
if (v4) {
v4.initialize();
this.pCharacters.push(v4);
}
return v4;
};
v1.areAllNormalBossesDefeated = function () {
var v2 = 0;
goto 14785;
for (;;) {
++v2;
label 14785:
if (v2 >= Constant.BOSS_TYPES.length) break;
if (!this.isBossDefeated(Constant.BOSS_TYPES[v2])) {
return false;
}
}
return true;
};
v1.allowDeathAppear = function () {
return this.areAllNormalBossesDefeated();
};
v1.loadCharacters = function () {
ThrowObject.initPool(this.getCharNode());
var v2 = this.getCharNode();
this.pCaligula = Caligula(this.createCharacter(v2, 'Caligula'));
var v5 = this.pSceneMap.levelData.mMobs;
var v6 = this.allowDeathAppear() && !this.isBossDefeated('Death');
if (v6) {
var v7 = false;
var v4 = 0;
goto 15124;
for (;;) {
++v4;
label 15124:
if (v4 >= v5.length) break;
var v8 = v5[v4];
if (v8.type == 'Death') {
v7 = true;
} else {}
}
if (!v7) {
var v9 = Math.floor(Math.random() * v5.length);
var v10 = v5[v9];
v10.type = 'Death';
}
}
v4 = 0;
goto 15311;
for (;;) {
for (;;) {
for (;;) {
++v4;
label 15311:
if (v4 >= v5.length) break;
var v11 = v5[v4];
if (v11.type == 'Death') {
if (!(!v6 && !v11.debug)) break;
break;
}
if (!Constant.isBossType(v11.type)) break;
if (!(!v11.statue && this.isBossDefeated(v11.type))) break;
var v12 = NPC(this.createCharacter(v2, v11.type));
v12.loadData(v11);
}
}
}
var v13 = this.pSceneMap.levelData.mWeaponIcons;
v4 = 0;
goto 15601;
for (;;) {
++v4;
label 15601:
if (v4 >= v13.length) break;
var v14 = v13[v4];
var v15 = new WeaponIcon(v14.index);
if (this.pCaligulaWeaponStates[v15.getKey()].state == false) {
v15.initialize(v2, v14.i, v14.j);
this.pWeaponIcons.push(v15);
}
}
v13 = this.pSceneMap.levelData.mBreakableObjects;
v4 = 0;
goto 15813;
for (;;) {
++v4;
label 15813:
if (v4 >= v13.length) break;
var v16 = v13[v4];
var v17 = new BreakableObject(v2, 'obj_' + v16.type, v16.i, v16.j);
v17.fixCanwalkArray(this.pSceneMap.levelData.mWidth, this.pSceneMap.getCanWalkArray(), false);
this.pBreakableObjects.push(v17);
}
var v18 = this.pSceneMap.levelData.mPentagram;
if (v18) {
this.pPentagram = new Pentagram(v2, v18.mI, v18.mJ);
this.pPentagram.setExitInfo(v18.getExitMap(), (v18.getExitDestPoint()).x, (v18.getExitDestPoint()).y);
} else {
this.pPentagram = null;
}
};
v1.doPentagramTeleport = function () {
if (this.pPentagram) {
this.pPentagram.doTeleport();
}
};
v1.hasPentagram = function () {
return this.pPentagram != null;
};
v1.isPentagramFiring = function () {
if (this.pPentagram && this.pPentagram.isFiring()) {
return true;
}
return false;
};
v1.showPentagramFire = function () {
if (this.pPentagram) {
this.pPentagram.showFire();
}
};
v1.getBreakableObjects = function () {
return this.pBreakableObjects;
};
v1.__get__mCaligula = function () {
return this.pCaligula;
};
v1.hasActiveBoss = function (except, includeDeath) {
var v4 = this.getCharacters();
var v5 = 0;
goto 16517;
for (;;) {
for (;;) {
++v5;
label 16517:
if (v5 >= v4.length) break;
var v6 = v4[v5];
if (!(v6.getType() == 'Death' && !includeDeath)) break;
if (v6 != except && v6.isBoss(true)) {
return true;
}
}
}
return false;
};
v1.hasActiveBossLetterbox = function (except) {
var v3 = this.getCharacters();
var v4 = 0;
goto 16724;
for (;;) {
++v4;
label 16724:
if (v4 >= v3.length) break;
var v5 = v3[v4];
if (v5 != except && v5.isBoss(true)) {
var v6 = Boss(v5);
if (v6.showLetterBox()) {
return true;
}
}
}
return false;
};
v1.getCharNode = function () {
return this.pSceneMap.getRoot('chars');
};
v1.createThrowObject = function (owner, attackdata) {
var v4 = this.getCharNode();
var v5 = ThrowObject.getWeaponFromPool(owner, attackdata);
this.pThrowObjects.push(v5);
return v5;
};
v1.setLoadingStep = function (step) {};
v1.loaddata_enter = function () {
this.pThrowObjects = new Array();
this.pCharacters = new Array();
this.pWeaponIcons = new Array();
this.pBreakableObjects = new Array();
this.pCaligula = null;
org.flashdevelop.utils.FlashConnect.trace('loaddata enter : ' + this.pCurrentLevel, 'Game::loaddata_enter', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 1048);
this.setLoadingStep('load data:' + this.pCurrentLevel);
};
v1.loaddata_update = function () {
var v2 = this.getLevelData(this.pCurrentLevel);
if (v2.loaded) {
if (this.pSceneMap.levelData == null || v2.mTileset != this.pSceneMap.levelData.mTileset) {
if (!(v2.isOrgyRoom() || this.pSceneMap.levelData && (this.pSceneMap.levelData.isOrgyRoom() && v2.mTileset == 'forum'))) {
this.pGameRoot.cMapLoading.tileset = v2.mTileset;
this.pGameRoot.cMapLoading.gotoAndPlay(2);
}
if (this.pSceneMap.levelData && !v2.isOrgyRoom()) {
this.startMusic(v2);
}
org.flashdevelop.utils.FlashConnect.trace('load tileset : ' + this.pGameRoot.cMapLoading.tileset, 'Game::loaddata_update', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 1069);
}
if (!v2.isOrgyRoom() && v2.mName != 'forum0') {
Orgy.resetOrgyState();
}
this.pSceneMap.levelData = v2;
if (this.pSceneMap.tilesetLoaded) {
this.gotoState('loadmap');
} else {
(this.pSceneMap.getRoot('')).gotoAndPlay('loading');
this.gotoState('loadtileset');
}
}
};
v1.startMusic = function (levelData) {
if (levelData.mXMLName.indexOf('Lobby') == -1) {
Main.playMusic('fightToDeathLoop.wav');
} else {
Main.stopMusic();
}
};
v1.loadtileset_update = function () {
this.setLoadingStep('load tileset');
if (this.pSceneMap.tilesetLoaded || this.pSceneMap.loadTileset()) {
this.gotoState('loadmap');
}
};
v1.loadmap_enter = function () {
this.setLoadingStep('load map');
this.pGameRoot.cSceneNode._visible = false;
var v2 = new Array();
for (var mapname in this.pLevelDataMap) {
var v3 = this.pLevelDataMap[mapname];
if (tinymantis.Utils.arrayIndexOf(v2, v3.mTileset) < 0) {
v2.push(v3.mTileset);
}
}
this.mNumVisitedWorlds = v2.length;
};
v1.loadmap_update = function () {
if (this.pGameRoot.cMapLoading._currentframe < this.pGameRoot.cMapLoading._totalframes) {
var v2 = 3;
var v3 = 5;
if (this.pGameRoot.cMapLoading._currentframe > v2) {
var v4 = this.pSceneMap.getBytesLoaded() / this.pSceneMap.getBytesTotal();
if (v4 < 1 || this.pGameRoot.cMapLoading._currentframe < v3) {
var v5 = v2 + Math.round((v3 - v2) * v4);
v5 = Math.min(this.pGameRoot.cMapLoading._currentframe + 1, v5);
this.pGameRoot.cMapLoading.gotoAndPlay(v5);
}
}
} else {
if (this.pSceneMap.loaded) {
if (this.pFirstRun) {
this.pause();
} else {
this.gotoState('run');
}
if (this.pFadeinLetterBox) {
this.pGameUI.fadeinLetterBox();
this.pFadeinLetterBox = false;
}
this.pSceneMap.buildMap();
this.pSceneMap.buildObjects();
this.loadCharacters();
this.run_update();
this.run_update();
this.pDimMask._alpha = 100;
this.pCamera.initScreen(this.pCaligula);
}
}
};
v1.loadmap_exit = function () {
this.pGameRoot.cSceneNode._visible = true;
if (this.isInOrgyRoom()) {
this.pGameUI.showOrgyMessage(true);
Main.stopMusic();
}
};
v1.update_DimMask = function () {
if (this.pDimMask._visible) {
this.pDimMask._alpha -= 20;
if (this.pDimMask._alpha <= 0) {
this.pDimMask._visible = false;
}
}
};
v1.run_enter = function () {
if (this.pFirstRun) {
(this.getGameUI()).showBossMessage('gamestart');
} else {
if (this.getRound() > 1 && this.getDefeatedBossCount() == 0) {
if (this.pNeedShowGladiatorModeMessage) {
this.pGameUI.showBossMessage('gladiator_mode');
this.pNeedShowGladiatorModeMessage = false;
}
}
}
this.pFirstRun = false;
this.pGameUI.setEnabled(true);
this.pGameUI.gotoState('show');
this.continuePlayMusic();
this.mStartTime = new Date();
this.saveGame((this.getGameUI()).getScore());
tinymantis.SoundManager.sSingleton.sfxon = true;
this.pCaligula.playRagedSound(this.pCaligula.energy == this.pCaligula.energy_max);
if (this.pNextOrbTime == 0) {
this.pNextOrbTime = this.getTimePassed() + (1 + Math.random()) * 60000;
}
(this.getGameUI()).refreshUnselectedKeys();
if (!this.hasActiveBoss(null, false)) {
this.showPentagramFire();
}
};
v1.advanceNextOrbTime = function () {
if (this.pNextOrbTime > this.getTimePassed()) {
this.pNextOrbTime = this.getTimePassed() + 60000;
return true;
}
return false;
};
v1.run_update = function () {
try {
this.update_DimMask();
var v2 = 0;
goto 19761;
for (;;) {
++v2;
label 19761:
if (v2 >= this.pCharacters.length) break;
var v3 = Character(this.pCharacters[v2]);
v3.update();
if (v3.isDead()) {
this.pCharacters[v2] = this.pCharacters[this.pCharacters.length - 1];
this.pCharacters.pop();
--v2;
}
}
var v4 = 0;
goto 19954;
for (;;) {
++v4;
label 19954:
if (v4 >= this.pThrowObjects.length) break;
var v5 = ThrowObject(this.pThrowObjects[v4]);
v5.update();
if (v5.isDead()) {
v5.destroy();
this.pThrowObjects[v4] = this.pThrowObjects[this.pThrowObjects.length - 1];
this.pThrowObjects.pop();
--v4;
}
}
var v6 = 0;
goto 20162;
for (;;) {
++v6;
label 20162:
if (v6 >= this.pWeaponIcons.length) break;
var v7 = WeaponIcon(this.pWeaponIcons[v6]);
v7.update();
if (v7.isDead()) {
v7.destroy();
this.pWeaponIcons[v6] = this.pWeaponIcons[this.pWeaponIcons.length - 1];
this.pWeaponIcons.pop();
--v6;
}
}
if (this.pCaligula.health > 0) {
if (this.mEnergyTimer > 0) {
}
if (Constant.MICROPHONE) {
if (this.pMicrophone == null) {
this.pMicrophone = new tinymantis.GameMicrophone(this.pGameRoot.cSceneNode);
}
this.pMicrophone.update();
if (this.pCaligula.energy < this.pCaligula.energy_max && (this.pCaligula.health > 0 && this.pMicrophone.getNormalizedLevel() > 0.7)) {
this.pCaligula.energy += 0.5;
}
}
}
if (this.pPentagram) {
this.pPentagram.update(this.pCaligula);
}
this.pCamera.update();
this.pGameUI.update();
(this.pGameUI.getPopupRoot())._x = (this.pCamera.getRoot())._x;
(this.pGameUI.getPopupRoot())._y = (this.pCamera.getRoot())._y;
}
catch (v0) {
if (Error(v0) != null) {
var e = Error(v0);
org.flashdevelop.utils.FlashConnect.trace('Error: ' + e.name + ' ==========================================================', 'Game::run_update', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 1313);
org.flashdevelop.utils.FlashConnect.trace(e.message, 'Game::run_update', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 1314);
} else {
throw v0;
}
}
};
v1.run_exit = function () {
this.mTimePassed = this.getTimePassed();
this.mStartTime = null;
this.pGameUI.setEnabled(false);
this.pCaligulaHealth = this.pCaligula.health;
this.pCaligulaEnergy = this.pCaligula.energy;
this.setStartWeapon(this.pCaligula.currentAttack.key);
this.pGameUI.gotoState('hide');
this.gotoState('control');
this.pCaligula.playRagedSound(false);
tinymantis.SoundManager.sSingleton.sfxon = false;
};
v1.messages_enter = function () {
var v2 = new NewGameMessages(this.pGameRoot);
};
v1.setupMinimapBase = function () {
var v2 = this.pSceneMap.levelData;
if (v2.isOrgyRoom()) {
v2 = this.pPrevLevelData;
}
this.pMinimap.cMapLabel.gotoAndStop(v2.mTileset);
this.pMinimap.cMapBody.gotoAndStop(v2.mTileset);
};
v1.setupMinimapDetail = function () {
var v2 = this.pSceneMap.levelData;
if (v2.isOrgyRoom()) {
v2 = this.pPrevLevelData;
}
var v3 = this.pMinimap.cMapBody;
for (var mapname in this.pMapsVisited) {
var v4 = this.pMapsVisited[mapname];
org.flashdevelop.utils.FlashConnect.trace('minimap: ' + mapname, 'Game::setupMinimapDetail', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 1358);
if (v4.tileset == v2.mTileset) {
var v5 = 2;
if (v4.skull) {
v5 = 1;
}
var v6 = v3.body[mapname];
v6.gotoAndStop(v5);
if (v2.mName == mapname) {
v3.cCaligula._x = v6._x + v6._parent._x + v6._width / 2;
v3.cCaligula._y = v6._y + v6._parent._y + v6._height / 2;
}
}
}
};
v1.playMenuSound = function () {
Main.startSplashMusic();
};
v1.minimap_enter = function () {
this.pMinimap = this.pGameRoot.attachMovie('lib_minimap', 'minimap', this.pGameRoot.getNextHighestDepth());
this.pMinimap._x = Constant.GAME_WIDTH / 2;
this.pMinimap._y = Constant.GAME_HEIGHT / 2;
if (this.pCaligula.isInState('zampogna', 1) || this.pCaligula.isInState('ocarina', 1)) {
this.pCaligula.gotoState('think');
}
this.pCaligula.update();
this.pGameUI.gotoState('hide');
this.playMenuSound();
};
v1.minimap_update = function () {
this.pGameUI.update();
if (Key.isDown(Key.SPACE)) {
this.pMinimap.play();
}
};
v1.minimap_exit = function () {
this.pMinimap.removeMovieClip();
this.pMinimap = null;
this.startMusic(this.pSceneMap.levelData);
};
v1.pause_enter = function () {
if (this.pInstructions == null) {
this.pInstructions = this.pGameRoot.attachMovie('lib_instructions', 'instructions', this.pGameRoot.getNextHighestDepth());
this.pInstructions._x = Stage.width / 2;
this.pInstructions._y = Stage.height / 2;
}
this.pInstructions.gotoAndPlay(1);
if (this.pCaligula.isInState('zampogna', 1) || this.pCaligula.isInState('ocarina', 1)) {
this.pCaligula.gotoState('think');
}
this.pCaligula.update();
this.pGameUI.gotoState('hide');
this.playMenuSound();
};
v1.pause_update = function () {
this.update_DimMask();
this.pGameUI.update();
if (this.pInstructions && this.pInstructions._currentframe == 19) {
if (Key.isDown(Key.SPACE)) {
this.pInstructions.closeWindow();
}
}
};
v1.pause_exit = function () {
this.continuePlayMusic();
};
v1.continuePlayMusic = function () {
if (this.hasActiveBoss(null, true)) {
this.playBossMusic();
} else {
this.playCurrentTilesetMusic();
}
};
v1.playBossMusic = function () {
Main.playMusic('greatBattleLoop.wav');
};
v1.playCurrentTilesetMusic = function () {
this.startMusic(this.pSceneMap.levelData);
};
v1.recycle_enter = function () {
this.pGameUI.fadeoutLetterBox();
this.pDimMask._visible = true;
this.pDimMask._alpha = 0;
if (this.isInOrgyRoom()) {
this.pGameUI.showOrgyMessage(false);
}
};
v1.destroyAll = function () {
if (this.pCharacters) {
var v2 = 0;
goto 23250;
for (;;) {
++v2;
label 23250:
if (v2 >= this.pCharacters.length) break;
var v3 = this.pCharacters[v2];
v3.gotoState('recycle');
v3.update();
}
}
if (this.pCaligula) {
this.pCaligula.checkVespiarySound();
this.pCaligula = null;
}
if (this.pThrowObjects) {
var v4 = 0;
goto 23414;
for (;;) {
++v4;
label 23414:
if (v4 >= this.pThrowObjects.length) break;
this.pThrowObjects[v4].destroy();
}
}
this.pGameUI.clearScreen();
this.pSceneMap.clean();
};
v1.recycle_update = function () {
if (this.pDimMask._alpha < 100) {
this.pDimMask._alpha += 20;
this.pGameUI.update();
} else {
this.gotoState('loaddata');
this.destroyAll();
}
};
v1.winover_enter = function () {
this.pRound += 1;
this.resetAllDefeatedBoss();
var v2 = new WinOverScreen(_root);
};
v1.winover_update = function () {
if (Key.isDown(Key.SPACE)) {
if (WinOverScreen.singleton) {
WinOverScreen.singleton.onSpaceClick();
}
}
};
v1.winover_exit = function () {};
v1.winover2_enter = function () {
this.pGameUI.fadeoutLetterBox();
this.pDimMask._visible = true;
this.pDimMask._alpha = 0;
this.pGameRoot.timer = 0;
var v2 = 0;
goto 23984;
for (;;) {
++v2;
label 23984:
if (v2 >= this.pCharacters.length) break;
var v3 = this.pCharacters[v2];
if (v3.isBoss(false)) {
var v4 = Boss(v3);
if (v4.isRubbleStatue()) {
v4.playReverseRubbleAnimation();
}
}
}
};
v1.winover2_update = function () {
if (++this.pGameRoot.timer > 10) {
if (this.pDimMask._alpha < 100) {
this.pDimMask._alpha += 20;
this.pGameUI.update();
} else {
this.resetAllDefeatedBoss();
this.terminate();
Main.continueGame();
}
}
};
v1.winover2_exit = function () {};
v1.gameover_enter = function () {
this.saveGame(0);
Main.gameOverScreen();
};
v1.gameover_update = function () {
if ((this.getCaligula()).health <= 0) {
this.run_update();
}
};
v1.terminate = function () {
this.destroyAll();
this.pGameRoot.removeMovieClip();
this.pGameRoot = null;
};
v1.trigger_cheat = function () {
return Key.isDown(56) || Key.isDown(106);
};
v1.control_update = function () {
if (this.isInState('run', 0)) {
if (Key.isDown(Constant.KEY_HELP)) {
this.pause();
} else {
if (this.trigger_cheat()) {
this.gotoState('cheat');
}
}
}
};
v1.cheat_enter = function () {
org.flashdevelop.utils.FlashConnect.trace('in cheat mode', 'Game::cheat_enter', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 1614);
this.pCaligula.setInControl(false);
this.pCheatCode = '';
this.pGameRoot.onKeyUp = tinymantis.Delegate.create(this, this.onKeyUp);
Key.addListener(this.pGameRoot);
};
v1.onKeyUp = function () {
if (this.isInState('run', 0)) {
var v2 = Key.getCode();
switch (v2) {
case 56:
case 106:
if (this.pCheatCode.length) {
this.gotoState('control');
}
break;
default:
var v3 = tinymantis.Utils.getKeyCode('A');
var v4 = tinymantis.Utils.getKeyCode('Z');
if (v2 >= v3 && v2 <= v4) {
this.pCheatCode += String.fromCharCode(v2);
}
if (this.pCheatCode.length > 30) {
this.gotoState('control');
}
}
}
};
v1.cheat_exit = function () {
this.pGameRoot.onKeyUp = null;
Key.removeListener(this.pGameRoot);
this.pCaligula.setInControl(true);
this.pCheatCode = this.pCheatCode.toLowerCase();
org.flashdevelop.utils.FlashConnect.trace('========================= cheat : ' + this.pCheatCode, 'Game::cheat_exit', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/Game.as', 1656);
var v2 = true;
switch (this.pCheatCode) {
case 'salveo':
this.pCaligula.health = this.pCaligula.health_max;
break;
case 'validus':
this.pCaligula.maxoutAllWeapons();
break;
case 'haskapower':
var v3 = 0;
goto 25589;
for (;;) {
++v3;
label 25589:
if (v3 >= this.pCharacters.length) break;
var v4 = this.pCharacters[v3];
if (v4 != this.pCaligula && v4.health > 0) {
var v5 = NPC(v4);
v5.extremeDeath();
}
}
break;
default:
v2 = false;
}
if (v2) {
this.mCheated = true;
}
};
v1.pause = function () {
this.gotoState('pause');
};
_global.Game.initStateMachine = function () {
tinymantis.GameObject.buildStateGroup('Game', new Array('init', 'loaddata', 'loadtileset', 'loadmap', 'run', 'pause', 'minimap', 'messages', 'recycle', 'gameover', 'winover', 'winover2', 'none'), 0);
tinymantis.GameObject.buildStateGroup('Game', new Array('control', 'cheat'), 1);
};
v1.addProperty('mCaligula', v1.__get__mCaligula, function () {});
ASSetPropFlags(v1, null, 1);
v1.mTeleportIn = false;
v1.pRound = 1;
v1.pFadeinLetterBox = false;
v1.pNextOrbTime = 0;
v1.pLastSlainBossType = '';
v1.pNeedShowDeathAwakeMessage = true;
v1.pNeedShowGladiatorModeMessage = true;
}
#endinitclip
}
movieClip 20619 __Packages.Iaculum {
#initclip
if (!Iaculum) {
_global.Iaculum = function (weapon) {
super(weapon);
};
_global.Iaculum extends ThrowObject;
var v1 = _global.Iaculum.prototype;
v1.update = function () {
if (this.pDead) {
return undefined;
}
if (this.pMovieClip._currentframe == this.pMovieClip._totalframes) {
this.pDead = true;
} else {
var v2 = 0;
goto 515;
for (;;) {
++v2;
label 515:
if (v2 >= 3) break;
var v3 = this.pMovieClip['cHitArea' + v2];
if (v3 != undefined && v3._visible) {
var v4 = Game.singleton.getCharacters();
var v5 = 0;
goto 641;
for (;;) {
++v5;
label 641:
if (v5 >= v4.length) break;
var v6 = v4[v5];
if (!v6.isInState('hit', 0) && (v6.health > 0 && (v6.party != this.pOwner.party && v3.hitTest(v6.getMovieClip())))) {
if (v6.hit(this, this.getAttackDamage(v6), this.pAttackData.pushpower * this.getDirection())) {
if (v6.health <= 0) {
this.pOwner.addWeaponKill(this.pAttackData.key, 1, true);
}
v3._visible = false;
} else {}
}
}
if (v3._visible) {
var v7 = Game.singleton.getBreakableObjects();
var v8 = 0;
goto 1009;
for (;;) {
++v8;
label 1009:
if (v8 >= v7.length) break;
var v9 = v7[v8];
if (!v9.broken) {
if (v9.hit(null, v3)) {
v3._visible = false;
} else {}
}
}
}
}
}
}
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20620 __Packages.bathHouse10 {
#initclip
if (!bathHouse10) {
_global.bathHouse10 = function () {
super();
this.parseXML('\n<level name="bathHouse10" width="19" height="16" set="bathHouse" >\n\t<ground tiles="268,268,268,268,268,271,271,268,268,268,268,268,268,268,268,268,268,268,268,268,244,242,242,242,242,242,242,242,242,242,242,242,242,242,279,268,268,268,271,246,265,265,265,272,268,268,268,268,268,271,271,272,271,247,268,268,268,271,278,242,242,242,242,242,242,242,242,242,242,242,242,242,357,358,359,360,268,271,268,268,268,268,268,268,268,272,268,268,268,268,268,367,368,369,370,236,237,236,237,236,237,236,237,236,237,236,237,236,237,238,377,378,379,380,295,294,295,294,295,294,295,294,295,294,295,294,295,294,296,387,388,389,390,268,272,268,268,268,268,268,268,268,268,268,268,268,268,268,397,398,399,400,268,268,268,268,268,268,268,268,256,242,242,242,245,268,268,407,408,409,410,268,268,268,272,268,268,268,268,246,265,265,265,247,268,268,417,418,419,420,239,268,268,268,268,268,268,268,278,242,242,242,292,268,268,268,272,268,427,246,268,268,268,268,268,268,268,268,268,268,268,268,268,272,268,256,242,242,246,268,268,268,268,268,268,268,268,268,268,268,268,268,268,268,246,271,265,278,242,242,242,242,245,268,268,268,268,268,268,268,268,268,268,246,271,265,265,271,271,271,271,278,242,242,242,242,242,242,242,242,242,242,257,265,271,271,265,271,271,271,265,265,265,265,265,265,265,265,265,265,265,265,265,265" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,330,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,337,-1,339,340,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,347,348,349,350,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse9" x="14" y="5" dX="1" dY="17" />\n\t<exit dMap="bathHouse9" x="14" y="6" dX="1" dY="17" />\n\t<exit dMap="garden1" x="0" y="4" dX="16" dY="6" />\n\t<exit dMap="garden1" x="0" y="5" dX="16" dY="6" />\n\t<exit dMap="garden1" x="0" y="6" dX="16" dY="6" />\n\t<exit dMap="garden1" x="0" y="7" dX="16" dY="7" />\n\t<exit dMap="garden1" x="0" y="8" dX="16" dY="7" />\n\t<exit dMap="garden1" x="0" y="9" dX="16" dY="7" />\n\t<waypoint id="0" x="13" y="13" />\n\t<waypoint id="1" x="7" y="13" />\n\t<waypoint id="2" x="2" y="8" />\n\t<waypoint id="3" x="3" y="11" />\n\t<waypoint id="4" x="7" y="8" />\n\t<waypoint id="5" x="5" y="4" />\n\t<waypoint id="6" x="13" y="7" />\n\t<waypoint id="7" x="7" y="5" />\n\t<waypoint id="8" x="12" y="4" />\n\t<waypoint id="9" x="10" y="6" />\n\t<waypoint id="10" x="4" y="6" />\n\t<waypoint id="11" x="9" y="4" />\n\t<mob id="0" mType="plebian_man_a" x="15" y="9" path="6,5" />\n\t<mob id="1" mType="bourgeois_man_2a" x="10" y="6" path="9,10" />\n\t<mob id="2" mType="bourgeois_man_1a" x="6" y="4" path="7,8,11" />\n\t<mob id="3" mType="bourgeois_man_1a" x="2" y="8" path="2,3,4" />\n\t<mob id="4" mType="plebian_woman_a" x="7" y="13" path="0,1" />\n\t<object mType="tree" x="17" y="6" />\n\t<object mType="column_lg" x="0" y="1" />\n\t<object mType="column_lg" x="0" y="6" />\n\t<object mType="column_sm" x="2" y="7" />\n\t<object mType="column_sm" x="2" y="2" />\n\t<object mType="horsestatue" x="14" y="2" />\n\t<object mType="horsestatue" x="14" y="5" />\n\t<weapon mType="15" x="10" y="12" />\n</level>\n\t\t');
};
_global.bathHouse10 extends xml_base;
var v1 = _global.bathHouse10.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20621 __Packages.orgy2 {
#initclip
if (!orgy2) {
_global.orgy2 = function () {
super();
this.parseXML('\n<level name="orgy2" width="19" height="16" set="orgy" >\n\t<ground tiles="12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,112,112,112,112,123,112,112,112,112,112,112,112,112,112,112,123,112,112,112,0,0,0,118,127,119,118,0,0,0,0,0,0,118,117,127,1,2,3,0,0,0,0,0,118,0,58,59,60,61,0,0,0,0,119,21,22,23,0,0,0,0,0,0,0,79,80,81,82,0,0,0,0,0,0,118,119,0,0,0,0,0,0,0,100,101,102,103,0,0,0,0,0,118,119,118,0,0,0,0,0,0,0,113,114,115,116,0,0,0,0,120,121,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,124,125,118,126,14,15,16,17,18,19,14,15,16,17,18,19,14,15,16,17,18,19,14,34,35,36,37,38,39,34,35,36,37,38,39,34,35,36,37,38,39,34,51,52,53,54,55,56,51,52,53,54,55,56,51,52,53,54,55,56,51,72,73,74,75,76,77,72,73,74,75,76,77,72,73,74,75,76,77,72" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="bathHouse2" x="0" y="6" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="7" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="8" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="5" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="9" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="10" dX="23" dY="18" />\n\t<exit dMap="bathHouse2" x="0" y="11" dX="23" dY="18" />\n\t<mob id="0" mType="orgy_couple_2" x="11" y="10" path="" />\n\t<mob id="1" mType="orgy_couple_1" x="14" y="8" path="" />\n\t<mob id="2" mType="orgy_man_1" x="10" y="6" path="" />\n\t<mob id="3" mType="orgy_man_2" x="8" y="10" path="" />\n\t<mob id="4" mType="orgy_woman_1" x="7" y="10" path="" />\n\t<mob id="6" mType="orgy_woman_3" x="8" y="6" path="" />\n\t<object mType="urn2" x="11" y="5" />\n\t<object mType="urn1" x="9" y="5" />\n\t<object mType="urn1" x="12" y="5" />\n\t<weapon mType="12" x="5" y="9" />\n</level>\n\t\t');
};
_global.orgy2 extends xml_base;
var v1 = _global.orgy2.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20622 __Packages.XMLManager {
#initclip
if (!XMLManager) {
_global.XMLManager = function () {
this.pXMLMap.characters.xml = new xml_characters();
this.pXMLMap.bathHouse0.xml = new bathHouse0();
this.pXMLMap.bathHouse1.xml = new bathHouse1();
this.pXMLMap.bathHouse2.xml = new bathHouse2();
this.pXMLMap.bathHouse3.xml = new bathHouse3();
this.pXMLMap.bathHouse4.xml = new bathHouse4();
this.pXMLMap.bathHouse5.xml = new bathHouse5();
this.pXMLMap.bathHouse6.xml = new bathHouse6();
this.pXMLMap.bathHouse7.xml = new bathHouse7();
this.pXMLMap.bathHouse8.xml = new bathHouse8();
this.pXMLMap.bathHouse9.xml = new bathHouse9();
this.pXMLMap.bathHouse10.xml = new bathHouse10();
this.pXMLMap.catacombs0.xml = new catacombs0();
this.pXMLMap.catacombs1.xml = new catacombs1();
this.pXMLMap.catacombs2.xml = new catacombs2();
this.pXMLMap.catacombs3.xml = new catacombs3();
this.pXMLMap.catacombs4.xml = new catacombs4();
this.pXMLMap.catacombs5.xml = new catacombs5();
this.pXMLMap.catacombs6.xml = new catacombs6();
this.pXMLMap.catacombs7.xml = new catacombs7();
this.pXMLMap.catacombs8.xml = new catacombs8();
this.pXMLMap.catacombs9.xml = new catacombs9();
this.pXMLMap.catacombs10.xml = new catacombs10();
this.pXMLMap.forum0.xml = new forum0();
this.pXMLMap.forum1.xml = new forum1();
this.pXMLMap.forum2.xml = new forum2();
this.pXMLMap.forum3.xml = new forum3();
this.pXMLMap.forum4.xml = new forum4();
this.pXMLMap.forum5.xml = new forum5();
this.pXMLMap.forum6.xml = new forum6();
this.pXMLMap.forum7.xml = new forum7();
this.pXMLMap.forum8.xml = new forum8();
this.pXMLMap.forum9.xml = new forum9();
this.pXMLMap.forum10.xml = new forum10();
this.pXMLMap.forum11.xml = new forum11();
this.pXMLMap.forum12.xml = new forum12();
this.pXMLMap.forum13.xml = new forum13();
this.pXMLMap.forum14.xml = new forum14();
this.pXMLMap.forum15.xml = new forum15();
this.pXMLMap.forum16.xml = new forum16();
this.pXMLMap.forum17.xml = new forum17();
this.pXMLMap.forum18.xml = new forum18();
this.pXMLMap.forum19.xml = new forum19();
this.pXMLMap.forum20.xml = new forum20();
this.pXMLMap.forum21.xml = new forum21();
this.pXMLMap.forum22.xml = new forum22();
this.pXMLMap.garden0.xml = new garden0();
this.pXMLMap.garden1.xml = new garden1();
this.pXMLMap.garden2.xml = new garden2();
this.pXMLMap.garden3.xml = new garden3();
this.pXMLMap.garden4.xml = new garden4();
this.pXMLMap.garden5.xml = new garden5();
this.pXMLMap.garden6.xml = new garden6();
this.pXMLMap.garden7.xml = new garden7();
this.pXMLMap.garden8.xml = new garden8();
this.pXMLMap.garden9.xml = new garden9();
this.pXMLMap.garden10.xml = new garden10();
this.pXMLMap.garden11.xml = new garden11();
this.pXMLMap.garden12.xml = new garden12();
this.pXMLMap.garden13.xml = new garden13();
this.pXMLMap.garden14.xml = new garden14();
this.pXMLMap.garden15.xml = new garden15();
this.pXMLMap.market0.xml = new market0();
this.pXMLMap.market1.xml = new market1();
this.pXMLMap.market2.xml = new market2();
this.pXMLMap.market3.xml = new market3();
this.pXMLMap.market4.xml = new market4();
this.pXMLMap.market5.xml = new market5();
this.pXMLMap.market6.xml = new market6();
this.pXMLMap.market7.xml = new market7();
this.pXMLMap.market8.xml = new market8();
this.pXMLMap.market9.xml = new market9();
this.pXMLMap.mobslevel.xml = new mobslevel();
this.pXMLMap.orgy0.xml = new orgy0();
this.pXMLMap.orgy1.xml = new orgy1();
this.pXMLMap.orgy2.xml = new orgy2();
this.pXMLMap.orgyC.xml = new orgyC();
this.pXMLMap.outskirts0.xml = new outskirts0();
this.pXMLMap.outskirts1.xml = new outskirts1();
this.pXMLMap.outskirts2.xml = new outskirts2();
this.pXMLMap.outskirts3.xml = new outskirts3();
this.pXMLMap.outskirts4.xml = new outskirts4();
this.pXMLMap.outskirts5.xml = new outskirts5();
this.pXMLMap.outskirts6.xml = new outskirts6();
this.pXMLMap.outskirts7.xml = new outskirts7();
this.pXMLMap.outskirts8.xml = new outskirts8();
this.pXMLMap.outskirts9.xml = new outskirts9();
this.pXMLMap.outskirts10.xml = new outskirts10();
this.pXMLMap.outskirts11.xml = new outskirts11();
this.pXMLMap.outskirts12.xml = new outskirts12();
this.pXMLMap.outskirts13.xml = new outskirts13();
this.pXMLMap.outskirts14.xml = new outskirts14();
this.pXMLMap.river0.xml = new river0();
this.pXMLMap.river1.xml = new river1();
this.pXMLMap.river2.xml = new river2();
this.pXMLMap.river3.xml = new river3();
this.pXMLMap.river4.xml = new river4();
this.pXMLMap.river5.xml = new river5();
this.pXMLMap.river6.xml = new river6();
this.pXMLMap.river7.xml = new river7();
this.pXMLMap.river8.xml = new river8();
this.pXMLMap.river9.xml = new river9();
this.pXMLMap.river10.xml = new river10();
};
var v1 = _global.XMLManager.prototype;
_global.XMLManager.__get__singleton = function () {
if (XMLManager.sSingleton == null) {
XMLManager.sSingleton = new XMLManager();
}
return XMLManager.sSingleton;
};
v1.getXML = function (name) {
return this.pXMLMap[name];
};
_global.XMLManager.addProperty('singleton', _global.XMLManager.__get__singleton, function () {});
ASSetPropFlags(v1, null, 1);
_global.XMLManager.sSingleton = null;
v1.pXMLMap = new Object();
}
#endinitclip
}
movieClip 20623 __Packages.forum16 {
#initclip
if (!forum16) {
_global.forum16 = function () {
super();
this.parseXML('\n<level name="forum16" width="40" height="26" set="forum" >\n\t<ground tiles="0,496,547,547,547,537,0,482,528,12,11,12,11,12,11,12,483,484,471,472,0,0,0,12,11,212,213,214,215,216,217,12,483,484,11,12,11,12,11,12,0,0,0,0,0,0,0,542,528,12,11,12,11,12,11,12,483,484,471,472,0,0,0,12,11,247,248,249,250,251,252,12,183,185,186,187,188,189,190,192,0,0,0,0,0,0,0,0,528,12,11,12,11,12,11,12,483,484,0,0,0,0,0,12,281,283,284,285,286,287,288,290,219,220,221,222,223,224,225,227,0,0,0,0,0,0,0,0,528,468,469,469,469,469,470,12,167,169,170,171,172,173,174,176,318,320,321,322,323,324,325,327,254,255,256,257,258,259,260,262,0,468,547,547,547,470,0,518,528,481,518,483,484,519,482,12,203,204,205,206,207,208,209,210,355,357,358,359,360,361,362,364,291,292,293,294,295,296,297,299,0,481,0,0,0,482,0,482,528,534,537,12,11,534,537,12,238,239,240,241,242,243,244,245,376,377,378,379,380,381,382,384,328,329,330,331,332,333,334,336,0,544,547,547,547,537,0,482,498,12,11,12,11,12,11,498,273,274,275,276,277,278,279,280,407,408,409,410,411,412,413,415,365,366,367,368,369,370,371,373,0,0,0,0,0,0,0,482,503,12,11,12,11,12,11,503,310,311,312,313,314,315,316,317,473,474,475,476,477,478,479,480,442,443,444,445,446,447,448,449,0,0,0,0,0,0,0,482,528,12,11,12,11,12,11,12,399,400,401,402,403,404,405,406,486,487,488,489,488,489,490,491,461,464,463,404,493,469,469,470,0,0,0,0,0,0,0,482,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,534,547,547,537,0,0,0,0,0,0,0,482,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,483,212,213,214,215,216,0,468,469,469,469,497,0,482,528,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,183,185,186,187,188,189,190,192,11,247,248,249,250,251,0,481,0,0,0,517,0,482,528,12,11,12,11,12,11,12,127,128,129,130,131,132,133,134,135,136,219,220,221,222,223,224,225,227,281,283,284,285,286,287,0,496,547,547,547,537,0,482,528,12,11,12,11,12,11,12,157,158,159,160,161,162,163,164,165,166,254,255,256,257,258,259,260,262,318,320,321,322,323,324,0,0,0,0,0,0,0,517,528,12,11,12,11,12,11,12,193,194,195,196,197,198,199,200,201,202,291,292,293,294,295,296,297,299,355,357,358,359,360,361,0,0,0,0,0,0,0,517,528,12,11,12,11,12,11,12,228,229,230,231,232,233,234,235,236,237,328,329,330,331,332,333,334,336,376,377,378,379,380,381,469,469,469,469,469,469,469,537,528,12,11,12,11,12,11,12,374,264,265,266,267,268,269,270,271,375,365,366,367,368,369,370,371,373,407,408,409,410,411,412,514,513,514,513,514,513,514,513,552,12,11,12,11,12,11,12,394,400,395,303,304,305,306,396,394,402,442,443,444,445,446,447,448,449,473,474,475,476,477,478,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,428,394,402,429,11,11,12,461,462,463,462,463,462,463,466,486,487,488,489,488,489,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,0,0,11,12,11,12,11,12,11,12,11,12,0,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,0,12,11,12,12,11,0,0,11,12,11,12,11,12,0,12,0,0,0,0,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,0,0,0,0,0,0,12,11,12,212,213,214,215,216,217,11,12,11,127,128,129,130,131,132,133,134,135,136,12,11,12,11,0,0,0,0,12,11,12,11,0,0,0,0,0,0,483,484,281,247,248,249,250,251,252,11,483,484,157,158,159,160,161,162,163,164,165,166,12,127,128,129,130,131,132,133,134,135,136,167,169,170,171,172,173,174,176,11,281,283,284,285,286,287,288,290,12,11,193,194,195,196,197,198,199,200,201,202,12,157,158,159,160,161,162,163,164,165,166,203,204,205,206,207,208,209,210,11,318,320,321,322,323,324,325,327,483,484,228,229,230,231,232,233,234,235,236,237,167" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,211,-1,-1,-1,-1,-1,-1,218,-1,149,150,151,152,153,154,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,246,-1,-1,-1,-1,-1,-1,253,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,81,82,83,84,-1,-1,-1,-1,145,146,147,148,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,117,118,119,120,121,122,-1,-1,177,178,179,180,181,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,56,57,58,59,60,61,62,63,-1,-1,149,150,151,152,153,154,-1,211,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,91,92,93,94,95,96,97,98,99,100,-1,-1,-1,-1,-1,-1,-1,-1,246,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,78,79,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,145,146,147,148,-1,-1,-1,-1,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,177,178,179,180,181,182,-1,-1,-1,91,92,93,94,95,96,97,98,99,100,-1,55,56,57,58,59,60,61,62,63,-1,101,102,103,104,105,106,107,108,-1,211,-1,-1,-1,-1,-1,-1,218,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,64,91,92,93,94,95,96,97,98,99,100,137,138,139,140,141,142,143,144,-1,246,-1,-1,-1,-1,-1,-1,253,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<skyRegion x="4" y="21" w="6" h="3" />\n\t<skyRegion x="10" y="21" w="8" h="3" />\n\t<skyRegion x="22" y="18" w="5" h="6" />\n\t<skyRegion x="33" y="19" w="6" h="3" />\n\t<skyRegion x="39" y="22" w="1" h="3" />\n\t<skyRegion x="3" y="0" w="5" h="6" />\n\t<skyRegion x="8" y="12" w="8" h="3" />\n\t<skyRegion x="8" y="12" w="8" h="3" />\n\t<skyRegion x="19" y="8" w="6" h="3" />\n\t<skyRegion x="20" y="10" w="6" h="3" />\n\t<skyRegion x="20" y="9" w="6" h="3" />\n\t<skyRegion x="27" y="8" w="6" h="3" />\n\t<skyRegion x="37" y="6" w="3" h="6" />\n\t<exit dMap="forum15" x="0" y="17" dX="48" dY="4" />\n\t<exit dMap="forum15" x="0" y="18" dX="48" dY="4" />\n\t<exit dMap="forum15" x="0" y="19" dX="48" dY="4" />\n\t<exit dMap="forum15" x="0" y="20" dX="48" dY="5" />\n\t<exit dMap="forum15" x="0" y="21" dX="48" dY="5" />\n\t<exit dMap="forum15" x="0" y="22" dX="48" dY="6" />\n\t<exit dMap="forum15" x="0" y="23" dX="48" dY="6" />\n\t<exit dMap="forum17" x="39" y="18" dX="1" dY="7" />\n\t<exit dMap="forum17" x="39" y="19" dX="1" dY="8" />\n\t<exit dMap="forum17" x="39" y="20" dX="1" dY="9" />\n\t<exit dMap="forum17" x="39" y="21" dX="1" dY="10" />\n\t<exit dMap="forum17" x="39" y="22" dX="1" dY="11" />\n\t<exit dMap="forum19" x="8" y="0" dX="11" dY="10" />\n\t<exit dMap="forum19" x="9" y="0" dX="11" dY="10" />\n\t<exit dMap="forum19" x="10" y="0" dX="11" dY="10" />\n\t<exit dMap="forum19" x="11" y="0" dX="11" dY="10" />\n\t<exit dMap="forum19" x="12" y="0" dX="12" dY="10" />\n\t<exit dMap="forum19" x="13" y="0" dX="12" dY="10" />\n\t<exit dMap="forum19" x="14" y="0" dX="12" dY="10" />\n\t<exit dMap="forum19" x="15" y="0" dX="12" dY="10" />\n\t<exit dMap="forum19" x="16" y="0" dX="12" dY="10" />\n\t<exit dMap="forum19" x="17" y="0" dX="12" dY="10" />\n\t<exit dMap="forum19" x="18" y="0" dX="12" dY="10" />\n\t<exit dMap="forum22" x="0" y="1" dX="17" dY="10" />\n\t<exit dMap="forum22" x="0" y="2" dX="17" dY="10" />\n\t<exit dMap="forum22" x="0" y="3" dX="17" dY="10" />\n\t<exit dMap="forum22" x="0" y="4" dX="17" dY="10" />\n\t<exit dMap="forum22" x="0" y="0" dX="17" dY="10" />\n\t<waypoint id="0" x="11" y="13" />\n\t<waypoint id="1" x="4" y="20" />\n\t<waypoint id="2" x="36" y="19" />\n\t<waypoint id="3" x="32" y="9" />\n\t<mob id="0" mType="plebian_woman_a" x="11" y="12" path="1,2,0" />\n\t<mob id="1" mType="bourgeois_man_2a" x="5" y="18" path="1,2" />\n\t<mob id="2" mType="plebian_man_a" x="12" y="13" path="1,2,0" />\n\t<mob id="3" mType="bourgeois_man_2a" x="7" y="20" path="1,2" />\n\t<mob id="4" mType="bourgeois_man_2a" x="34" y="19" path="2,0" />\n\t<mob id="5" mType="bourgeois_man_2a" x="32" y="20" path="2,0" />\n\t<mob id="6" mType="plebian_man_a" x="30" y="8" path="3,0" />\n\t<mob id="7" mType="plebian_man_a" x="34" y="8" path="3,0" />\n\t<mob id="8" mType="plebian_man_a" x="33" y="9" path="3,0" />\n\t<object mType="tree" x="15" y="1" />\n\t<object mType="tree" x="8" y="1" />\n\t<object mType="statue_c" x="0" y="3" />\n\t<object mType="statue_c" x="6" y="3" />\n\t<object mType="statue_c" x="6" y="10" />\n\t<object mType="statue_c" x="0" y="10" />\n\t<object mType="amphora" x="35" y="7" />\n\t<object mType="amphora" x="35" y="8" />\n\t<object mType="urn1" x="6" y="0" />\n\t<object mType="urn2" x="4" y="4" />\n\t<object mType="urn2" x="2" y="4" />\n\t<object mType="urn2" x="2" y="11" />\n\t<object mType="urn2" x="4" y="11" />\n\t<object mType="tree" x="18" y="13" />\n\t<object mType="tree" x="23" y="13" />\n\t<weapon mType="5" x="25" y="9" />\n</level>\n\t\t');
};
_global.forum16 extends xml_base;
var v1 = _global.forum16.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20624 __Packages.garden5 {
#initclip
if (!garden5) {
_global.garden5 = function () {
super();
this.parseXML('\n<level name="garden5" width="19" height="13" set="garden" >\n\t<ground tiles="1,2,42,43,110,74,75,5,6,73,111,3,4,93,94,111,1,2,3,40,41,110,111,111,111,72,44,45,3,4,42,43,0,0,0,40,41,42,74,75,0,111,73,111,110,76,77,42,43,39,0,55,55,0,74,75,111,0,0,0,0,0,0,0,111,111,72,0,0,55,55,55,55,55,55,93,0,0,0,0,0,0,0,0,0,0,55,55,55,55,55,55,55,94,3,29,0,0,0,0,0,0,0,0,0,0,0,55,55,55,55,5,6,42,62,0,19,20,0,17,18,0,0,0,0,0,0,0,0,93,44,45,0,100,111,0,39,0,0,0,0,0,0,0,0,0,0,0,0,76,77,3,100,39,149,150,151,152,153,0,0,0,0,0,0,0,0,0,0,94,42,100,111,182,183,184,185,186,0,0,1,2,0,0,0,0,0,1,2,110,100,110,210,211,212,213,214,111,0,40,41,0,0,0,0,0,40,41,0,100,111,73,111,110,111,3,4,110,74,75,1,2,0,1,2,74,75,111,100,0,110,39,1,2,42,43,111,3,4,40,41,111,40,41,111,110,3" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="garden4" x="0" y="2" dX="36" dY="4" />\n\t<exit dMap="garden4" x="0" y="3" dX="36" dY="4" />\n\t<exit dMap="garden4" x="0" y="4" dX="36" dY="5" />\n\t<waypoint id="0" x="2" y="5" />\n\t<waypoint id="1" x="6" y="5" />\n\t<waypoint id="2" x="7" y="7" />\n\t<waypoint id="3" x="10" y="4" />\n\t<waypoint id="4" x="17" y="3" />\n\t<waypoint id="5" x="11" y="10" />\n\t<waypoint id="6" x="15" y="7" />\n\t<mob id="0" mType="plebian_woman_a" x="4" y="4" path="0,1" />\n\t<mob id="1" mType="philosopher" x="10" y="4" path="3,2,4" />\n\t<mob id="2" mType="senator_a" x="11" y="10" path="5" />\n\t<object mType="statue_c" x="13" y="1" />\n\t<object mType="statue_c" x="15" y="1" />\n\t<object mType="amphora" x="14" y="9" />\n\t<object mType="amphora" x="15" y="9" />\n\t<weapon mType="4" x="14" y="4" />\n</level>\n\t\t');
};
_global.garden5 extends xml_base;
var v1 = _global.garden5.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20625 __Packages.river9 {
#initclip
if (!river9) {
_global.river9 = function () {
super();
this.parseXML('\n<level name="river9" width="38" height="26" set="river" >\n\t<ground tiles="389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,403,404,405,406,403,404,168,169,170,171,172,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,417,418,419,420,417,418,182,183,184,185,186,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,431,432,433,434,431,432,194,195,196,197,198,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,166,167,434,431,432,433,434,431,432,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,180,181,392,389,390,391,392,389,390,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,405,406,403,404,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,389,390,391,392,389,390,391,392,389,390,391,392,389,390,166,167,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,391,392,389,390,403,404,405,406,403,404,405,406,403,404,405,406,403,404,180,181,403,404,405,406,403,404,405,406,168,169,170,171,172,404,405,406,403,404,405,406,403,404,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,417,418,419,420,182,183,184,185,186,418,419,420,417,418,419,420,417,418,86,86,86,86,42,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,431,432,433,434,194,195,196,197,198,432,433,434,431,432,39,41,87,87,0,0,0,0,84,86,86,86,42,404,404,404,404,417,405,417,419,405,404,404,405,418,418,417,417,404,417,404,404,404,404,39,87,87,88,0,0,0,0,0,565,0,0,0,0,0,84,86,86,42,404,417,417,404,405,405,419,404,417,405,405,419,417,417,405,404,404,39,87,88,0,0,0,581,582,0,0,0,0,0,0,0,0,0,0,0,0,84,87,42,417,404,417,417,417,417,417,404,405,404,4,405,404,39,87,88,0,0,0,0,0,0,0,0,0,0,0,0,0,581,582,0,0,0,48,49,50,84,42,404,404,404,404,404,404,390,391,392,4,404,39,88,0,0,0,0,0,565,0,0,0,0,35,36,0,0,0,0,0,0,0,0,59,60,61,0,84,85,86,42,419,419,390,391,392,419,39,41,88,0,0,0,0,0,0,33,35,35,35,35,1,103,104,36,0,0,0,0,0,0,70,71,72,0,0,60,0,84,42,419,404,405,406,39,88,0,0,581,582,0,0,0,33,106,1,1,1,1,1,1,1,103,104,105,105,35,36,0,0,0,0,0,565,0,0,0,84,42,39,41,42,63,0,0,0,60,581,582,33,35,106,1,1,1,1,600,600,1,1,1,1,1,1,1,46,0,0,0,0,0,0,0,0,0,0,52,63,60,54,63,0,0,0,0,0,33,106,1,1,1,1,1,1,1,603,1,1,1,1,1,1,1,46,0,581,582,0,0,0,0,60,0,231,232,233,60,231,232,233,0,0,0,0,58,1,1,1,1,1,601,602,603,608,601,602,1,1,1,1,1,103,104,36,0,0,0,60,60,60,0,231,232,233,0,231,232,233,0,60,0,0,58,1,1,1,1,1,606,607,608,1,606,607,1,1,1,1,1,1,1,103,104,105,36,60,60,0,60,0,52,63,60,54,63,0,0,0,33,35,106,1,1,1,1,604,605,1,1,1,601,602,600,604,605,1,1,1,1,1,1,1,103,36,60,565,0,0,52,74,76,78,63,0,60,33,106,600,600,1,603,600,604,605,600,601,602,600,606,607,1,1,601,602,603,600,604,605,1,601,602,46,60,60,60,568,52,390,391,392,63,0,565,58,1,1,601,602,608,601,602,1,1,606,607,1,1,600,1,1,606,607,608,1,1,600,600,606,607,46,60,581,582,585,52,404,405,406,63,0,60,58,1,1,606,607,1,606,607,600,1,604,605" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0" />\n\t<exit dMap="river10" x="37" y="12" dX="2" dY="28" />\n\t<exit dMap="river10" x="37" y="13" dX="2" dY="28" />\n\t<exit dMap="river10" x="37" y="14" dX="2" dY="29" />\n\t<exit dMap="river10" x="37" y="15" dX="2" dY="29" />\n\t<exit dMap="river10" x="37" y="16" dX="2" dY="30" />\n\t<exit dMap="river10" x="37" y="17" dX="2" dY="30" />\n\t<exit dMap="river10" x="37" y="19" dX="2" dY="34" />\n\t<exit dMap="river7" x="0" y="12" dX="16" dY="23" />\n\t<exit dMap="river7" x="0" y="13" dX="16" dY="23" />\n\t<exit dMap="river7" x="0" y="14" dX="16" dY="23" />\n\t<exit dMap="river7" x="0" y="15" dX="16" dY="23" />\n\t<exit dMap="river7" x="0" y="16" dX="16" dY="23" />\n\t<exit dMap="river7" x="0" y="17" dX="16" dY="23" />\n\t<exit dMap="river7" x="0" y="18" dX="16" dY="23" />\n\t<waypoint id="0" x="3" y="14" />\n\t<waypoint id="1" x="10" y="14" />\n\t<waypoint id="2" x="6" y="18" />\n\t<waypoint id="3" x="13" y="18" />\n\t<waypoint id="4" x="13" y="20" />\n\t<waypoint id="5" x="21" y="20" />\n\t<waypoint id="6" x="27" y="20" />\n\t<waypoint id="7" x="31" y="15" />\n\t<waypoint id="8" x="31" y="22" />\n\t<waypoint id="9" x="35" y="19" />\n\t<waypoint id="10" x="35" y="14" />\n\t<waypoint id="11" x="10" y="23" />\n\t<waypoint id="12" x="3" y="22" />\n\t<mob id="0" mType="bourgeois_man_2a" x="3" y="14" path="0,1" />\n\t<mob id="1" mType="plebian_man_a" x="6" y="18" path="2,3" />\n\t<mob id="2" mType="gladiator_2a" x="13" y="20" path="4,5,6,5" />\n\t<mob id="3" mType="plebian_woman_a" x="10" y="23" path="11,12" />\n\t<mob id="4" mType="bourgeois_man_1a" x="31" y="15" path="7,8" />\n\t<mob id="5" mType="plebian_woman_a" x="35" y="14" path="10,9" />\n\t<mob id="6" mType="plebian_man_a" x="5" y="20" path="12,6" />\n\t<mob id="7" mType="plebian_man_a" x="8" y="14" path="6,12" />\n\t<mob id="8" mType="plebian_woman_a" x="32" y="18" path="9,1" />\n\t<mob id="9" mType="bourgeois_man_2a" x="34" y="20" path="1,9" />\n\t<mob id="10" mType="bourgeois_man_1a" x="29" y="16" path="8,1" />\n\t<object mType="shack4" x="14" y="23" />\n\t<object mType="shack5" x="27" y="21" />\n\t<object mType="barrel" x="25" y="24" />\n\t<object mType="barrel" x="24" y="24" />\n\t<object mType="barrel" x="26" y="24" />\n\t<object mType="amphora" x="33" y="21" />\n\t<object mType="amphora" x="6" y="22" />\n\t<object mType="amphora" x="7" y="22" />\n\t<object mType="amphora" x="5" y="21" />\n\t<object mType="amphora" x="6" y="21" />\n\t<weapon mType="23" x="32" y="20" />\n</level>\n\t\t');
};
_global.river9 extends xml_base;
var v1 = _global.river9.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20626 __Packages.outskirts3 {
#initclip
if (!outskirts3) {
_global.outskirts3 = function () {
super();
this.parseXML('\n<level name="outskirts3" width="50" height="15" set="outskirts" >\n\t<ground tiles="125,132,37,39,212,37,39,132,132,39,37,37,132,39,134,0,0,0,0,36,211,131,131,38,211,131,211,38,38,131,211,131,38,210,38,40,0,0,0,125,132,304,304,207,207,206,131,206,305,40,169,176,81,83,261,81,83,176,176,83,81,81,176,83,85,0,0,0,0,86,260,175,175,82,260,175,260,82,82,175,260,175,5,6,82,135,0,0,0,169,176,341,341,256,256,255,175,255,342,85,136,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,136,0,228,229,230,231,232,233,234,235,236,237,238,49,50,8,9,0,0,0,136,0,8,9,0,0,0,0,0,0,85,97,98,0,0,0,0,0,0,0,0,0,7,0,0,85,0,0,0,0,0,0,277,278,279,280,281,282,283,284,285,286,287,99,100,52,53,0,0,0,0,0,52,53,0,0,0,0,0,0,85,187,188,0,0,0,0,0,0,0,0,0,51,0,0,135,0,0,0,0,0,0,319,320,321,322,323,324,325,326,327,328,329,149,150,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,85,275,276,0,0,0,0,0,0,0,228,229,230,231,232,233,234,235,236,237,238,239,350,351,352,353,354,355,356,357,358,359,360,361,0,228,229,230,231,232,233,234,235,236,237,238,239,0,0,3,135,275,276,0,0,0,0,0,0,0,277,278,279,280,281,282,283,284,285,286,287,288,376,377,378,379,380,381,382,383,384,385,386,387,0,277,278,279,280,281,282,283,284,285,286,287,288,0,0,0,3,317,318,0,0,0,0,0,0,0,319,320,321,322,323,324,325,326,327,328,329,330,402,403,404,405,406,407,408,409,410,411,412,413,0,319,320,321,322,323,324,325,326,327,328,329,330,0,0,0,0,536,537,539,0,0,0,0,0,0,350,351,352,353,354,355,356,357,358,359,360,361,414,415,416,417,418,558,559,560,561,562,424,425,0,350,351,352,353,354,355,356,357,358,359,360,361,0,0,0,0,86,572,574,426,0,0,0,0,0,376,377,378,379,380,381,382,383,384,385,386,387,93,94,95,96,98,191,192,193,194,195,0,151,152,376,377,378,379,380,381,382,383,384,385,7,387,0,0,0,0,86,426,426,426,95,96,0,0,0,402,403,404,405,406,407,408,409,410,411,412,413,271,426,426,429,188,240,241,242,243,244,1,189,190,402,403,404,405,406,407,408,409,410,411,51,413,8,9,8,9,86,426,426,426,145,146,0,0,0,414,415,416,417,418,419,420,421,422,423,424,425,313,315,316,426,318,289,290,291,292,293,0,226,227,414,415,416,417,418,419,420,421,422,423,424,425,52,53,52,53,302,211,303,211,303,305,211,303,305,211,303,305,206,205,206,126,205,303,305,303,211,305,303,212,211,212,211,305,211,211,211,211,211,211,303,211,212,211,304,211,212,211,211,212,211,212,211,303,303,211,339,260,340,260,340,342,260,340,342,260,340,342,255,254,255,170,254,340,342,340,260,342,340,261,260,261,260,342,260,260,260,260,260,260,340,260,261,260,341,260,261,260,260,261,260,261,260,340,340,260,4,0,0,8,9,1,0,0,0,0,0,0,4,0,4,7,0,0,151,152,0,8,9,0,0,0,0,0,0,0,0,0,7,5,6,1,0,0,0,0,0,0,0,0,0,8,9,0,7,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,1,0,1" />\n\t<skyRegion x="26" y="5" w="5" h="3" />\n\t<exit dMap="outskirts1" x="15" y="0" dX="6" dY="12" />\n\t<exit dMap="outskirts1" x="16" y="0" dX="7" dY="12" />\n\t<exit dMap="outskirts1" x="17" y="0" dX="7" dY="12" />\n\t<exit dMap="outskirts1" x="18" y="0" dX="8" dY="12" />\n\t<exit dMap="outskirts1" x="36" y="0" dX="32" dY="12" />\n\t<exit dMap="outskirts1" x="37" y="0" dX="33" dY="12" />\n\t<exit dMap="outskirts1" x="38" y="0" dX="34" dY="12" />\n\t<exit dMap="outskirts5" x="49" y="7" dX="1" dY="6" />\n\t<exit dMap="outskirts5" x="49" y="8" dX="1" dY="7" />\n\t<exit dMap="outskirts5" x="49" y="9" dX="1" dY="7" />\n\t<exit dMap="outskirts2" x="0" y="3" dX="47" dY="1" />\n\t<exit dMap="outskirts2" x="0" y="4" dX="47" dY="2" />\n\t<exit dMap="outskirts2" x="0" y="5" dX="47" dY="3" />\n\t<exit dMap="outskirts2" x="0" y="6" dX="47" dY="4" />\n\t<exit dMap="outskirts2" x="0" y="7" dX="47" dY="5" />\n\t<waypoint id="0" x="6" y="5" />\n\t<waypoint id="1" x="17" y="5" />\n\t<waypoint id="2" x="32" y="5" />\n\t<waypoint id="3" x="44" y="7" />\n\t<mob id="0" mType="plebian_man_a" x="44" y="6" path="3,2,1,0,1,2,3" />\n\t<mob id="1" mType="plebian_woman_a" x="45" y="7" path="3,2,1,2,3" />\n\t<mob id="2" mType="soldier_1a" x="32" y="4" path="2,1,0,1,2" />\n\t<mob id="3" mType="soldier_1c" x="17" y="4" path="1,2,3,2,1" />\n\t<mob id="4" mType="plebian_man_a" x="7" y="5" path="0,1,2,1,0" />\n\t<mob id="5" mType="rat" x="32" y="6" path="2,1,0,1,2,3,2" />\n\t<mob id="6" mType="drunk" x="3" y="2" path="0,3" />\n\t<mob id="8" mType="drunk" x="45" y="2" path="0,3" />\n\t<mob id="11" mType="soldier_1b" x="40" y="7" path="2,0,1" />\n\t<mob id="12" mType="soldier_1a" x="38" y="8" path="1,0,2" />\n\t<object mType="shack3" x="3" y="7" />\n\t<object mType="shack4" x="5" y="8" />\n\t<object mType="barrel" x="7" y="10" />\n\t<object mType="shack5" x="12" y="1" />\n\t<object mType="urn1" x="1" y="8" />\n\t<object mType="spit_pig" x="21" y="8" />\n\t<object mType="barrel" x="31" y="2" />\n\t<object mType="amphora" x="8" y="1" />\n\t<object mType="amphora" x="9" y="1" />\n</level>\n\t\t');
};
_global.outskirts3 extends xml_base;
var v1 = _global.outskirts3.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20627 __Packages.WaterEffect {
#initclip
if (!WaterEffect) {
_global.WaterEffect = function (snd, x, y) {
var v5 = (Game.singleton.getSceneMap()).getRoot('bloods');
this.pMovieClip = v5.attachMovie('lib_watereffect', 'water' + WaterEffect.sIndex, v5.getNextHighestDepth());
++WaterEffect.sIndex;
this.pMovieClip._x = x;
this.pMovieClip._y = y;
tinymantis.SoundManager.sSingleton.playSound(snd, false, 100);
this.pMovieClip.onEnterFrame = tinymantis.Delegate.create(this, this.update);
};
var v1 = _global.WaterEffect.prototype;
v1.update = function () {
if (this.pMovieClip._currentframe == this.pMovieClip._totalframes) {
this.pMovieClip.onEnterFrame = null;
this.pMovieClip.removeMovieClip();
}
};
ASSetPropFlags(v1, null, 1);
_global.WaterEffect.sIndex = 0;
}
#endinitclip
}
movieClip 20628 __Packages.forum18 {
#initclip
if (!forum18) {
_global.forum18 = function () {
super();
this.parseXML('\n<level name="forum18" width="19" height="17" set="forum" >\n\t<ground tiles="0,546,547,547,547,548,0,0,0,0,0,0,0,0,0,0,0,0,0,191,471,472,471,472,498,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,168,169,170,171,172,173,174,175,468,548,0,546,470,298,0,0,0,0,0,203,204,205,206,207,208,209,210,481,498,0,0,482,335,0,0,0,0,0,238,239,240,241,242,243,244,245,481,503,0,498,482,372,0,0,0,0,0,273,274,275,276,277,278,279,280,481,0,0,503,482,392,0,0,0,0,0,310,311,312,313,314,315,316,317,544,469,469,469,537,423,0,0,0,0,0,347,348,349,350,351,352,353,354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,514,513,514,513,514,513,514,513,514,513,514,513,514,513,514,513,514,513,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,12,11,127,128,129,130,131,132,133,134,135,136,12,11,12,11,12,11,12,12,11,157,158,159,160,161,162,163,164,165,166,12,11,12,11,12,11,12" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,64,65,66,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142,143,144,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,-1,-1,84,-1,91,92,93,94,95,96,97,98,99,100,-1,64,65,66,67,68,69,121,122,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,101,102,103,104,105,106,153,154,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,137,138,139,140,141,142" />\n\t<canWalk tiles="1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1" />\n\t<skyRegion x="6" y="0" w="8" h="3" />\n\t<skyRegion x="6" y="12" w="6" h="3" />\n\t<skyRegion x="13" y="14" w="6" h="3" />\n\t<exit dMap="forum17" x="0" y="8" dX="33" dY="7" />\n\t<exit dMap="forum17" x="0" y="9" dX="33" dY="8" />\n\t<exit dMap="forum17" x="0" y="10" dX="33" dY="9" />\n\t<exit dMap="forum17" x="0" y="11" dX="33" dY="10" />\n\t<exit dMap="forum17" x="0" y="12" dX="33" dY="11" />\n\t<exit dMap="forum17" x="0" y="13" dX="33" dY="12" />\n\t<exit dMap="forum17" x="0" y="14" dX="33" dY="12" />\n\t<exit dMap="bathHouse0" x="18" y="8" dX="1" dY="10" />\n\t<exit dMap="bathHouse0" x="18" y="9" dX="1" dY="10" />\n\t<exit dMap="bathHouse0" x="18" y="10" dX="1" dY="10" />\n\t<exit dMap="bathHouse0" x="18" y="11" dX="1" dY="10" />\n\t<exit dMap="bathHouse0" x="18" y="12" dX="1" dY="10" />\n\t<exit dMap="bathHouse0" x="18" y="13" dX="1" dY="10" />\n\t<exit dMap="bathHouse0" x="18" y="14" dX="1" dY="10" />\n\t<exit dMap="bathHouse0" x="18" y="15" dX="1" dY="10" />\n\t<exit dMap="forum17" x="0" y="15" dX="33" dY="12" />\n\t<exit dMap="forum17" x="0" y="16" dX="33" dY="12" />\n\t<waypoint id="0" x="1" y="3" />\n\t<waypoint id="1" x="5" y="3" />\n\t<waypoint id="2" x="2" y="9" />\n\t<waypoint id="3" x="17" y="11" />\n\t<waypoint id="4" x="2" y="13" />\n\t<waypoint id="5" x="15" y="9" />\n\t<mob id="0" mType="bourgeois_man_2a" x="5" y="3" path="1" />\n\t<mob id="1" mType="plebian_woman_a" x="1" y="3" path="0" />\n\t<mob id="2" mType="plebian_man_a" x="16" y="9" path="4,5,3" />\n\t<mob id="3" mType="plebian_man_a" x="8" y="10" path="2,5" />\n\t<mob id="4" mType="bourgeois_man_2a" x="15" y="12" path="5,3,4" />\n\t<mob id="5" mType="bourgeois_man_2a" x="4" y="11" path="5,2" />\n\t<object mType="column_lg" x="18" y="5" />\n\t<object mType="column_lg" x="18" y="10" />\n\t<object mType="column_sm" x="16" y="6" />\n\t<object mType="column_sm" x="16" y="11" />\n\t<object mType="amphora" x="2" y="1" />\n\t<object mType="amphora" x="3" y="1" />\n</level>\n\t\t');
};
_global.forum18 extends xml_base;
var v1 = _global.forum18.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20629 __Packages.garden7 {
#initclip
if (!garden7) {
_global.garden7 = function () {
super();
this.parseXML('\n<level name="garden7" width="38" height="13" set="garden" >\n\t<ground tiles="25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,127,0,0,0,0,100,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,159,0,0,0,0,62,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,192,0,0,0,0,100,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,100,40,41,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,0,0,0,0,100,74,75,0,0,0,0,0,0,0,0,0,0,0,0,0,40,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,3,4,0,0,0,110,0,111,0,0,0,0,0,0,0,55,55,55,55,55,94,93,0,93,0,0,0,0,0,0,0,0,0,100,0,0,0,0,42,43,73,0,111,111,111,110,110,111,0,0,0,55,55,55,55,55,55,55,55,55,55,55,0,93,0,17,18,0,19,20,0,100,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,126,127,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,158,159" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="garden4" x="33" y="0" dX="18" dY="8" />\n\t<exit dMap="garden4" x="34" y="0" dX="18" dY="8" />\n\t<exit dMap="garden4" x="35" y="0" dX="19" dY="8" />\n\t<exit dMap="garden4" x="36" y="0" dX="19" dY="8" />\n\t<exit dMap="garden6" x="0" y="2" dX="36" dY="2" />\n\t<exit dMap="garden6" x="0" y="5" dX="36" dY="5" />\n\t<exit dMap="garden6" x="0" y="6" dX="36" dY="6" />\n\t<exit dMap="garden6" x="0" y="7" dX="36" dY="7" />\n\t<exit dMap="garden6" x="0" y="8" dX="36" dY="8" />\n\t<exit dMap="garden6" x="0" y="9" dX="36" dY="9" />\n\t<exit dMap="garden6" x="0" y="10" dX="36" dY="10" />\n\t<waypoint id="0" x="7" y="10" />\n\t<waypoint id="1" x="7" y="8" />\n\t<waypoint id="2" x="5" y="8" />\n\t<waypoint id="3" x="14" y="10" />\n\t<waypoint id="4" x="14" y="8" />\n\t<waypoint id="5" x="10" y="8" />\n\t<waypoint id="6" x="10" y="9" />\n\t<waypoint id="7" x="15" y="3" />\n\t<waypoint id="8" x="16" y="3" />\n\t<waypoint id="9" x="17" y="10" />\n\t<waypoint id="10" x="27" y="10" />\n\t<waypoint id="11" x="30" y="10" />\n\t<waypoint id="12" x="30" y="5" />\n\t<waypoint id="13" x="36" y="5" />\n\t<waypoint id="14" x="34" y="8" />\n\t<waypoint id="15" x="5" y="3" />\n\t<mob id="0" mType="plebian_woman_a" x="7" y="10" path="0," />\n\t<mob id="1" mType="plebian_woman_a" x="14" y="10" path="3," />\n\t<mob id="2" mType="bourgeois_man_2a" x="15" y="3" path="7" />\n\t<mob id="3" mType="bourgeois_man_1a" x="16" y="3" path="8" />\n\t<mob id="4" mType="philosopher" x="17" y="10" path="9," />\n\t<mob id="5" mType="plebian_man_a" x="30" y="10" path="11," />\n\t<mob id="6" mType="philosopher" x="22" y="3" path="12,4,1" />\n\t<mob id="7" mType="philosopher" x="20" y="6" path="13,15" />\n\t<mob id="8" mType="philosopher" x="24" y="7" path="15,13" />\n\t<mob id="9" mType="philosopher" x="3" y="3" path="15,1,13" />\n\t<mob id="10" mType="bourgeois_man_1a" x="35" y="4" path="15,12" />\n\t<mob id="11" mType="bourgeois_man_1a" x="36" y="7" path="14,1" />\n\t<weapon mType="2" x="22" y="9" />\n</level>\n\t\t');
};
_global.garden7 extends xml_base;
var v1 = _global.garden7.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20630 __Packages.outskirts5 {
#initclip
if (!outskirts5) {
_global.outskirts5 = function () {
super();
this.parseXML('\n<level name="outskirts5" width="38" height="26" set="outskirts" >\n\t<ground tiles="36,210,304,305,304,127,303,304,305,304,131,303,304,305,211,211,131,304,305,304,305,303,304,305,211,212,207,304,305,304,304,303,304,305,37,39,37,40,86,259,341,342,341,171,340,341,342,341,175,340,341,342,260,260,175,341,342,341,342,340,341,342,260,261,256,341,342,341,341,3,341,342,81,83,81,258,136,8,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,52,53,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,8,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,0,258,0,0,0,52,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,3,258,273,274,274,273,274,273,274,273,274,273,274,273,274,274,273,274,273,274,273,274,273,274,273,274,97,98,0,151,152,0,0,0,0,0,0,3,0,258,315,316,316,315,316,315,316,315,316,315,316,315,316,316,315,316,315,316,315,316,315,316,315,316,147,148,0,189,190,0,0,0,0,0,0,0,1,258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,94,97,98,0,0,0,0,8,9,187,188,0,3,93,94,97,98,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,426,426,148,0,0,0,0,52,53,224,225,0,0,185,426,426,188,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,7,0,0,143,426,426,188,7,0,0,0,0,0,271,272,273,274,426,426,426,225,0,0,0,0,0,258,42,0,7,0,0,0,0,0,0,0,0,51,0,0,313,315,316,318,51,3,0,0,0,0,313,314,315,316,426,426,426,148,0,0,0,0,0,258,86,0,51,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,3,0,0,0,0,0,4,4,0,4,271,426,426,276,42,0,0,0,0,258,302,303,304,305,303,212,305,212,38,39,38,39,39,211,304,127,303,304,134,125,126,128,211,126,39,305,133,134,313,426,426,318,204,211,304,212,131,306,339,340,341,342,340,261,342,261,82,83,82,83,83,260,341,171,340,341,178,169,0,172,260,170,83,342,177,85,0,185,186,0,151,152,151,152,151,152,3,0,0,0,0,0,43,44,45,46,47,0,0,0,0,0,8,9,85,169,0,0,0,0,0,0,0,135,0,222,223,0,189,190,189,190,189,190,0,0,0,0,0,0,87,88,89,90,91,92,0,0,0,4,52,53,135,136,7,0,0,0,0,0,0,0,0,185,186,0,226,227,226,227,5,6,0,0,0,0,0,0,137,138,139,140,141,142,0,0,0,0,0,0,1,0,51,0,0,0,0,0,0,0,0,222,223,0,0,0,0,0,49,50,0,0,0,0,0,0,179,180,181,182,183,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,186,0,0,0,0,0,99,100,273,274,273,274,273,274,614,217,218,219,220,619,273,274,273,274,273,274,273,273,274,273,274,273,273,274,273,274,273,275,426,95,96,97,98,0,149,7,315,316,315,316,315,316,659,266,267,268,269,664,315,316,315,316,315,316,315,315,316,315,316,315,315,316,315,316,315,317,316,145,146,147,148,0,0,51,0,0,0,0,0,41,307,308,309,310,311,312,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,186,8,9,0,0,0,0,0,0,85,344,345,346,347,348,349,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,188,52,53,0,210,212,210,212,210,306,370,371,372,373,374,375,302,206,304,303,305,305,206,304,304,131,206,303,206,131,303,206,131,211,303,207,208,224,225,209,131,210,259,261,259,261,259,343,1,397,398,399,400,401,339,255,341,340,342,342,255,341,341,175,255,340,255,175,340,255,175,260,340,256,257,187,188,258,175,259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,136,224,225,135,0,0" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,0,0,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,1" />\n\t<exit dMap="outskirts4" x="0" y="14" dX="36" dY="3" />\n\t<exit dMap="outskirts4" x="0" y="16" dX="36" dY="3" />\n\t<exit dMap="outskirts4" x="0" y="17" dX="36" dY="4" />\n\t<exit dMap="outskirts4" x="0" y="18" dX="36" dY="5" />\n\t<exit dMap="outskirts4" x="0" y="19" dX="36" dY="5" />\n\t<exit dMap="outskirts4" x="0" y="20" dX="36" dY="6" />\n\t<exit dMap="outskirts4" x="0" y="21" dX="36" dY="6" />\n\t<exit dMap="outskirts4" x="0" y="22" dX="36" dY="7" />\n\t<exit dMap="outskirts3" x="0" y="3" dX="47" dY="7" />\n\t<exit dMap="outskirts3" x="0" y="4" dX="47" dY="7" />\n\t<exit dMap="outskirts3" x="0" y="5" dX="47" dY="7" />\n\t<exit dMap="outskirts3" x="0" y="6" dX="47" dY="8" />\n\t<exit dMap="outskirts3" x="0" y="7" dX="47" dY="8" />\n\t<exit dMap="outskirts3" x="0" y="8" dX="47" dY="8" />\n\t<exit dMap="outskirts3" x="0" y="9" dX="47" dY="9" />\n\t<exit dMap="outskirts3" x="0" y="10" dX="47" dY="9" />\n\t<exit dMap="outskirts6" x="33" y="24" dX="10" dY="2" />\n\t<exit dMap="outskirts6" x="34" y="24" dX="11" dY="2" />\n\t<waypoint id="0" x="3" y="6" />\n\t<waypoint id="1" x="22" y="6" />\n\t<waypoint id="2" x="29" y="10" />\n\t<waypoint id="3" x="29" y="20" />\n\t<waypoint id="4" x="3" y="19" />\n\t<mob id="0" mType="plebian_man_a" x="4" y="6" path="0,1,2,1,0" />\n\t<mob id="1" mType="plebian_woman_a" x="23" y="6" path="1,2,1" />\n\t<mob id="2" mType="plebian_man_a" x="30" y="10" path="1,2,3,2" />\n\t<mob id="3" mType="rat" x="22" y="7" path="0,1,2,3,4,3,2,1,0," />\n\t<mob id="4" mType="plebian_woman_a" x="29" y="11" path="2,3,4,3,2" />\n\t<mob id="5" mType="plebian_man_a" x="4" y="19" path="4,3,4" />\n\t<mob id="6" mType="soldier_1a" x="28" y="21" path="3,4,3" />\n\t<mob id="7" mType="drunk" x="10" y="5" path="0,1" />\n\t<mob id="8" mType="plebian_man_a" x="3" y="16" path="4,3,2" />\n\t<mob id="9" mType="soldier_1a" x="29" y="19" path="3,2,1,0,1,2,3" />\n\t<mob id="10" mType="plebian_man_a" x="11" y="20" path="4,3" />\n\t<mob id="11" mType="plebian_man_a" x="15" y="17" path="3,4" />\n\t<mob id="12" mType="plebian_woman_a" x="21" y="19" path="4,3" />\n\t<mob id="13" mType="plebian_man_a" x="7" y="3" path="1,0" />\n\t<mob id="14" mType="plebian_man_a" x="16" y="5" path="1,2" />\n\t<mob id="15" mType="plebian_man_a" x="13" y="4" path="0,1,2" />\n\t<mob id="16" mType="drunk" x="33" y="20" path="4,3" />\n\t<mob id="17" mType="plebian_woman_a" x="6" y="9" path="0,1,2" />\n\t<object mType="shack5" x="12" y="7" />\n\t<object mType="shack1" x="16" y="9" />\n\t<object mType="shack2" x="9" y="8" />\n\t<object mType="shack3" x="29" y="4" />\n\t<object mType="shack1" x="35" y="7" />\n\t<object mType="urn1" x="32" y="0" />\n\t<object mType="barrel" x="33" y="0" />\n\t<object mType="spit_pig" x="31" y="5" />\n\t<object mType="shack2" x="20" y="12" />\n\t<object mType="amphora" x="24" y="13" />\n\t<object mType="spit_meat" x="34" y="11" />\n\t<object mType="amphora" x="30" y="0" />\n\t<object mType="amphora" x="25" y="13" />\n\t<object mType="amphora" x="26" y="13" />\n\t<weapon mType="9" x="33" y="9" />\n</level>\n\t\t');
};
_global.outskirts5 extends xml_base;
var v1 = _global.outskirts5.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20631 __Packages.SceneMap {
#initclip
if (!SceneMap) {
_global.SceneMap = function (maproot) {
this.pRoot = maproot;
this.pTilesetLoaded = false;
this.pLevelData = null;
};
var v1 = _global.SceneMap.prototype;
_global.SceneMap.__get__TILE_SIZE = function () {
return SceneMap.sTileSize;
};
v1.clean = function () {
this.pRoot._x = 0;
this.pRoot._y = 0;
this.cleanNode('sky');
this.cleanNode('ground');
(this.getRoot('chars')).removeMovieClip();
(this.getRoot('bloods')).removeMovieClip();
Character.resetIndex();
};
v1.getRoot = function (type) {
switch (type) {
return this.pRoot;
case 'ground':
case 'sky':
if (this.pRoot[type] == undefined) {
return null;
}
return this.pRoot[type];
case 'bloods':
case 'chars':
var v3 = this.pRoot.chars;
if (v3 == undefined || v3 == null) {
return null;
}
var v4 = v3[type];
if (v4 == undefined || v4 == null) {
v4 = v3.createEmptyMovieClip('bloods', v3.getNextHighestDepth());
v4 = v3.createEmptyMovieClip('chars', v3.getNextHighestDepth());
}
return v3[type];
}
return this.pRoot;
};
v1.getSkullKills = function () {
return this.pLevelData.getSkullKills();
};
v1.getSkyRegion = function (x, y) {
return this.getSkyRegionFromTile(Math.floor(x / SceneMap.sTileSize), Math.floor(y / SceneMap.sTileSize));
};
v1.getSkyRegionFromTile = function (i, j) {
var v4 = this.pLevelData.mSkyRegions;
var v5 = 0;
goto 2418;
for (;;) {
++v5;
label 2418:
if (v5 >= v4.length) break;
if (v4[v5].hitTest(i, j)) {
return v4[v5];
}
}
return null;
};
v1.__get__levelData = function () {
return this.pLevelData;
};
v1.__set__levelData = function (ld) {
if (!ld.loaded) {
throw new Error('setLevelData(): unloaded levelData');
}
if (this.pLevelData == null || this.pLevelData.mTileset != ld.mTileset) {
this.pTilesetLoaded = false;
}
this.pLevelData = ld;
this.pCanWalk = this.pLevelData.mTiles.canWalk;
this.pLevelData.clearSkyRegionTiles();
this.pNeedControlNpcs = this.pLevelData.mNumKills < this.pLevelData.getSkullKills();
return this.__get__levelData();
};
v1.needControlNpcs = function () {
return this.pNeedControlNpcs;
};
v1.getCanWalkArray = function () {
return this.pCanWalk;
};
v1.__get__tilesetLoaded = function () {
return this.pTilesetLoaded;
};
v1.cleanNode = function (type) {
var v3 = this.getRoot(type);
for (var name in v3) {
if (typeof v3[name] == 'movieclip') {
v3[name].removeMovieClip();
if (v3[name] != undefined) {
org.flashdevelop.utils.FlashConnect.trace('xxxxxxxxxxxxxx fail to unload : ' + v3[name], 'SceneMap::cleanNode', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/SceneMap.as', 123);
}
}
}
};
v1.loadTileset = function () {
var v2 = this.getRoot('ground');
var v3 = this.getRoot('sky');
if (v2 == null || v3 == null) {
return false;
}
var v4 = 'zones/' + this.pLevelData.mTileset + '.swf';
if (_root.strBase != undefined) {
v4 = _root.strBase + v4;
}
v2._visible = false;
v3._visible = false;
v2.loadMovie(v4);
v3.loadMovie(v4);
org.flashdevelop.utils.FlashConnect.trace('load tileset : ' + v4, 'SceneMap::loadTileset', 'C:\\haska\\works\\thisispop\\caligulaII\\classes/SceneMap.as', 144);
return true;
};
v1.showLoadingProgress = function (bytesLoaded, bytesTotal) {
if (bytesTotal <= 0) {
_root.gExtraInfo = 0;
} else {
_root.gExtraInfo = Math.floor((bytesLoaded / bytesTotal) * 100);
}
};
v1.__get__loaded = function () {
if (!this.pTilesetLoaded) {
var v2 = this.getRoot('ground');
if (v2 == null || (v2.getBytesTotal() <= 0 || v2.getBytesLoaded() < v2.getBytesTotal())) {
if (v2) {
this.showLoadingProgress(v2.getBytesLoaded(), v2.getBytesTotal());
}
return false;
}
v2 = this.getRoot('sky');
if (v2 == null || (v2.getBytesTotal() <= 0 || v2.getBytesLoaded() < v2.getBytesTotal())) {
if (v2) {
this.showLoadingProgress(v2.getBytesLoaded(), v2.getBytesTotal());
}
return false;
}
}
this.pTilesetLoaded = true;
return true;
};
v1.getBytesTotal = function () {
return Math.max((this.getRoot('ground')).getBytesTotal(), (this.getRoot('sky')).getBytesTotal());
};
v1.getBytesLoaded = function () {
return Math.max((this.getRoot('ground')).getBytesLoaded(), (this.getRoot('sky')).getBytesLoaded());
};
v1.buildMap = function () {
this.buildLayer('ground');
this.buildLayer('sky');
this.buildTiles();
this.pPixelWidth = SceneMap.sTileSize * this.pLevelData.mWidth;
this.pPixelHeight = SceneMap.sTileSize * this.pLevelData.mHeight;
};
v1.buildObjects = function () {
var v2 = this.getRoot('chars');
var v3 = this.pLevelData.mObjects;
var v4 = 0;
goto 4171;
for (;;) {
++v4;
label 4171:
if (v4 >= v3.length) break;
var v5 = v3[v4];
var v6 = new TiledObject(v2, 'obj_' + v5.type, v5.i, v5.j);
v6.fixCanwalkArray(this.pLevelData.mWidth, this.pCanWalk, false);
}
this.pForumDoor = null;
if (this.levelData.mName == 'forum0') {
this.pForumDoor = new ForumDoor(v2, 10, 9);
this.pForumDoor.setDoorOpen(Game.singleton.getNumActivatedWeapons() >= 26);
}
};
v1.getForumDoor = function () {
return this.pForumDoor;
};
v1.getTileName = function (i, j) {
return '' + i + '-' + j;
};
v1.buildTiles = function () {
this.pTiles = new Array();
var v2 = 0;
goto 4543;
for (;;) {
++v2;
label 4543:
if (v2 >= this.pLevelData.mHeight) break;
var v3 = 0;
goto 4595;
for (;;) {
++v3;
label 4595:
if (v3 >= this.pLevelData.mWidth) break;
var v4 = new SceneTile(v3, v2);
if (this.pLevelData.isWaterTile(this.convertTileIndex(v3, v2))) {
v4.water = true;
}
this.pTiles.push(v4);
}
}
var v5 = 0;
goto 4751;
for (;;) {
++v5;
label 4751:
if (v5 >= this.pLevelData.mExits.length) break;
var v6 = this.pLevelData.mExits[v5];
var v7 = this.getTile(v6.x, v6.y);
if (v7) {
v7.setExit(v6.dMap, v6.dX, v6.dY);
}
}
};
v1.buildLayer = function (layername) {
var v3 = this.getRoot(layername);
v3._visible = true;
v3.cacheAsBitmap = true;
var v4 = new Array();
switch (this.pLevelData.mHueType) {
case 1:
v4 = v4.concat([1, 0, 0, 0, 0]);
v4 = v4.concat([0, 0, 1, 0, 0]);
v4 = v4.concat([0, 1, 0, 0, 0]);
v4 = v4.concat([0, 0, 0, 1, 0]);
break;
case 2:
v4 = v4.concat([0, 1, 0, 0, 0]);
v4 = v4.concat([1, 0, 0, 0, 0]);
v4 = v4.concat([0, 0, 1, 0, 0]);
v4 = v4.concat([0, 0, 0, 1, 0]);
break;
case 3:
v4 = v4.concat([0, 1, 0, 0, 0]);
v4 = v4.concat([0, 0, 1, 0, 0]);
v4 = v4.concat([1, 0, 0, 0, 0]);
v4 = v4.concat([0, 0, 0, 1, 0]);
break;
case 4:
v4 = v4.concat([0, 0, 1, 0, 0]);
v4 = v4.concat([1, 0, 0, 0, 0]);
v4 = v4.concat([0, 1, 0, 0, 0]);
v4 = v4.concat([0, 0, 0, 1, 0]);
break;
case 5:
v4 = v4.concat([0, 0, 1, 0, 0]);
v4 = v4.concat([0, 1, 0, 0, 0]);
v4 = v4.concat([1, 0, 0, 0, 0]);
v4 = v4.concat([0, 0, 0, 1, 0]);
break;
default:
v4 = null;
}
if (v4) {
v3.filters = [new flash.filters.ColorMatrixFilter(v4)];
}
var v5 = this.pLevelData.mTiles[layername];
var v6 = 0;
goto 6263;
for (;;) {
++v6;
label 6263:
if (v6 >= v5.length) break;
var v7 = v6 % this.pLevelData.mWidth;
var v8 = Math.floor(v6 / this.pLevelData.mWidth);
var v9 = v5[v6];
if (v9 >= 0) {
var v10 = v3.attachMovie('tileset', this.getTileName(v7, v8), v3.getNextHighestDepth());
v10.gotoAndStop(v9 + 1);
v10._x = v7 * SceneMap.sTileSize;
v10._y = v8 * SceneMap.sTileSize;
if (layername == 'sky') {
var v11 = this.getSkyRegionFromTile(v7, v8);
if (v11) {
v11.mTiles.push(v10);
}
}
}
}
};
v1.showUnwalkableTiles = function (vis) {
var v3 = 0;
goto 6614;
for (;;) {
++v3;
label 6614:
if (v3 >= this.pTiles.length) break;
var v4 = v3 % this.pLevelData.mWidth;
var v5 = Math.floor(v3 / this.pLevelData.mWidth);
if (!this.isTileWalkable(v4, v5)) {
if (vis) {
this.createDarkZone(v4, v5);
} else {
this.removeDarkZone(v4, v5);
}
}
}
};
v1.getTileClip = function (inI, inJ) {
var v4 = this.getRoot('ground');
var v5 = v4[this.getTileName(inI, inJ)];
if (v5 == undefined) {
return null;
}
return v5;
};
v1.showWaterTiles = function (vis) {
var v3 = 0;
goto 6930;
for (;;) {
++v3;
label 6930:
if (v3 >= this.pTiles.length) break;
var v4 = v3 % this.pLevelData.mWidth;
var v5 = Math.floor(v3 / this.pLevelData.mWidth);
if ((this.getTile(v4, v5)).water) {
if (vis) {
this.createDarkZone(v4, v5);
} else {
this.removeDarkZone(v4, v5);
}
}
}
};
v1.createDarkZone = function (inI, inJ) {
var v4 = (this.getRoot('bloods'))['rect' + inI + '_' + inJ];
if (v4 == undefined) {
v4 = (this.getRoot('bloods')).attachMovie('lib_black_rect', 'rect' + inI + '_' + inJ, (this.getRoot('bloods')).getNextHighestDepth());
v4._height = SceneMap.TILE_SIZE;
v4._width = v4._height;
v4._alpha = 50;
v4._x = inI * SceneMap.TILE_SIZE;
v4._y = inJ * SceneMap.TILE_SIZE;
}
};
v1.removeDarkZone = function (inI, inJ) {
var v4 = (this.getRoot('bloods'))['rect' + inI + '_' + inJ];
if (v4 != undefined) {
v4.removeMovieClip();
}
};
v1.getDepth = function (inx, iny) {
return Math.round((inx + iny * this.pPixelWidth) * 0.01);
};
v1.getRandomWalkableTile = function (centerI, centerJ, range) {
var v5 = null;
while (v5 == null) {
var v6 = Math.floor(Math.random() * range * 2) - range;
var v7 = range - Math.abs(v6);
var v8 = Math.floor(Math.random() * v7 * 2) - v7;
var v9 = centerI + v6;
var v10 = centerJ + v8;
if (this.isTileWalkable(v9, v10)) {
v5 = this.getTile(v9, v10);
}
}
return v5;
};
v1.getTileFromLocation = function (x, y) {
var v4 = Math.floor(x / SceneMap.sTileSize);
var v5 = Math.floor(y / SceneMap.sTileSize);
return this.getTile(v4, v5);
};
v1.getTile = function (i, j) {
var v4 = this.convertTileIndex(i, j);
if (v4 < 0) {
return null;
}
return this.pTiles[v4];
};
v1.convertTileIndex = function (i, j) {
if (i < 0 || (i >= this.pLevelData.mWidth || (j < 0 || j >= this.pLevelData.mHeight))) {
return -1;
}
return j * this.pLevelData.mWidth + i;
};
v1.isTileWalkable = function (i, j) {
var v4 = this.convertTileIndex(i, j);
if (v4 < 0 || this.pCanWalk[v4] == 0) {
return false;
}
return true;
};
v1.getTileCost = function (i, j) {
if (this.isTileWalkable(i, j)) {
return 1;
}
return 1000;
};
v1.getPixelWidth = function () {
return this.pPixelWidth;
};
v1.getPixelHeight = function () {
return this.pPixelHeight;
};
v1.addProperty('loaded', v1.__get__loaded, function () {});
v1.addProperty('levelData', v1.__get__levelData, v1.__set__levelData);
v1.addProperty('tilesetLoaded', v1.__get__tilesetLoaded, function () {});
_global.SceneMap.addProperty('TILE_SIZE', _global.SceneMap.__get__TILE_SIZE, function () {});
ASSetPropFlags(v1, null, 1);
_global.SceneMap.sTileSize = 40;
}
#endinitclip
}
movieClip 20632 __Packages.garden11 {
#initclip
if (!garden11) {
_global.garden11 = function () {
super();
this.parseXML('\n<level name="garden11" width="19" height="13" set="garden" >\n\t<ground tiles="27,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,29,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,62,98,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,100,55,55,55,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,100,55,55,55,55,0,0,0,0,0,0,0,0,0,5,6,0,42,43,100,29,55,0,0,0,0,0,0,0,0,0,0,0,44,45,0,0,0,100,62,0,0,0,0,0,0,0,0,0,0,0,0,76,77,0,0,0,100,95,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,95,73,0,0,0,0,0,0,0,0,0,0,0,149,150,151,152,153,100,95,0,39,0,73,0,72,0,0,0,0,0,0,182,183,184,185,186,100,95,39,72,73,0,39,0,0,0,0,0,0,0,210,211,212,213,214,100,122,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,127,154,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,159" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" />\n\t<exit dMap="garden10" x="0" y="2" dX="16" dY="2" />\n\t<exit dMap="garden10" x="0" y="3" dX="16" dY="3" />\n\t<exit dMap="garden10" x="0" y="4" dX="16" dY="3" />\n\t<waypoint id="0" x="12" y="6" />\n\t<waypoint id="1" x="15" y="3" />\n\t<waypoint id="2" x="4" y="10" />\n\t<waypoint id="3" x="12" y="10" />\n\t<waypoint id="4" x="17" y="7" />\n\t<waypoint id="5" x="7" y="2" />\n\t<waypoint id="6" x="7" y="9" />\n\t<mob id="0" mType="philosopher" x="12" y="6" path="0," />\n\t<mob id="1" mType="philosopher" x="4" y="10" path="2," />\n\t<mob id="2" mType="plebian_man_a" x="17" y="7" path="4" />\n\t<mob id="3" mType="philosopher" x="7" y="2" path="5," />\n\t<weapon mType="21" x="15" y="7" />\n</level>\n\t\t');
};
_global.garden11 extends xml_base;
var v1 = _global.garden11.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20633 __Packages.PopDamage {
#initclip
if (!PopDamage) {
_global.PopDamage = function (value, obj) {
super(value, 1, obj);
var v5 = [];
v5 = v5.concat([0.33, 0.33, 0.33, 0, 1]);
v5 = v5.concat([0, 0, 0, 0, 0]);
v5 = v5.concat([0, 0, 0, 0, 0]);
v5 = v5.concat([0, 0, 0, 1, 0]);
this.pMovieClip.filters = [new flash.filters.ColorMatrixFilter(v5)];
this.pMovieClip.cCombo._visible = false;
this.pMovieClip.cScore.cPlus.gotoAndStop(2);
this.pObject = obj;
this.pMovieClip._x = this.pObject.X;
this.pMovieClip._y = this.pObject.Y - this.pObject.clip._height * 0.9;
this.pShiftX = this.pMovieClip._x - this.pObject.X;
this.pShiftY = this.pMovieClip._y - this.pObject.Y;
};
_global.PopDamage extends PopScore;
var v1 = _global.PopDamage.prototype;
v1.terminate = function () {
this.pObject = null;
super.terminate();
};
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20634 __Packages.garden9 {
#initclip
if (!garden9) {
_global.garden9 = function () {
super();
this.parseXML('\n<level name="garden9" width="19" height="13" set="garden" >\n\t<ground tiles="123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,55,55,55,94,0,0,0,3,4,0,0,1,2,42,43,0,0,111,111,94,55,55,55,111,94,0,42,43,3,4,40,41,1,2,0,5,6,0,0,93,55,55,55,111,0,1,2,42,43,74,75,40,41,111,44,45,3,4,111,55,55,55,111,110,40,41,111,5" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,1,1,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0" />\n\t<exit dMap="garden8" x="0" y="2" dX="17" dY="2" />\n\t<exit dMap="garden8" x="0" y="3" dX="17" dY="2" />\n\t<exit dMap="garden8" x="0" y="4" dX="17" dY="3" />\n\t<exit dMap="garden8" x="0" y="5" dX="17" dY="3" />\n\t<exit dMap="garden8" x="0" y="6" dX="17" dY="4" />\n\t<exit dMap="garden8" x="0" y="7" dX="17" dY="4" />\n\t<exit dMap="garden8" x="0" y="8" dX="17" dY="5" />\n\t<exit dMap="garden8" x="0" y="9" dX="17" dY="5" />\n\t<exit dMap="garden10" x="18" y="2" dX="1" dY="13" />\n\t<exit dMap="garden10" x="18" y="3" dX="1" dY="13" />\n\t<exit dMap="garden10" x="18" y="4" dX="1" dY="14" />\n\t<exit dMap="garden10" x="18" y="5" dX="1" dY="14" />\n\t<exit dMap="garden10" x="18" y="6" dX="1" dY="15" />\n\t<exit dMap="garden10" x="18" y="7" dX="1" dY="15" />\n\t<exit dMap="garden10" x="18" y="8" dX="1" dY="16" />\n\t<exit dMap="garden10" x="18" y="9" dX="1" dY="17" />\n\t<exit dMap="forum5" x="10" y="11" dX="11" dY="5" />\n\t<exit dMap="forum5" x="11" y="11" dX="13" dY="5" />\n\t<exit dMap="forum5" x="12" y="11" dX="13" dY="5" />\n\t<waypoint id="0" x="6" y="6" />\n\t<waypoint id="1" x="14" y="6" />\n\t<waypoint id="2" x="5" y="4" />\n\t<waypoint id="3" x="16" y="4" />\n\t<waypoint id="4" x="4" y="3" />\n\t<waypoint id="5" x="4" y="9" />\n\t<waypoint id="6" x="10" y="9" />\n\t<mob id="0" mType="philosopher" x="6" y="6" path="0," />\n\t<mob id="1" mType="senator_a" x="5" y="4" path="2," />\n\t<mob id="2" mType="plebian_man_a" x="4" y="7" path="5,4" />\n\t<mob id="3" mType="philosopher" x="17" y="2" path="1,6,5" />\n\t<mob id="4" mType="philosopher" x="17" y="7" path="1,5" />\n\t<mob id="5" mType="philosopher" x="17" y="9" path="5,6,1" />\n\t<mob id="6" mType="senator_a" x="17" y="5" path="5,1" />\n\t<mob id="7" mType="bourgeois_man_1a" x="1" y="3" path="5,3" />\n\t<mob id="8" mType="bourgeois_man_1a" x="1" y="8" path="5,6,3" />\n\t<object mType="column_lg" x="8" y="8" />\n\t<object mType="column_lg" x="13" y="8" />\n\t<object mType="column_sm" x="14" y="9" />\n\t<object mType="column_sm" x="7" y="9" />\n</level>\n\t\t');
};
_global.garden9 extends xml_base;
var v1 = _global.garden9.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20635 __Packages.market0 {
#initclip
if (!market0) {
_global.market0 = function () {
super();
this.parseXML('\n<level name="market0" width="50" height="16" set="market" >\n\t<ground tiles="0,42,0,92,93,94,95,156,157,158,159,43,2,0,44,4,42,42,4,21,22,23,24,150,151,0,0,0,92,93,94,95,40,0,0,88,89,90,91,42,152,153,154,155,43,43,44,4,0,4,40,0,4,129,130,131,132,195,196,197,198,1,0,3,40,44,0,0,44,61,62,63,64,189,84,85,86,87,129,130,131,132,2,115,116,125,126,127,128,41,191,192,193,194,40,42,0,44,42,44,0,41,44,164,165,166,167,0,0,0,0,0,0,0,3,0,0,0,0,96,97,98,99,0,121,122,123,124,164,165,166,167,0,150,151,160,161,162,163,0,3,0,0,0,0,1,0,0,0,0,0,0,0,203,204,205,206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,157,158,159,203,204,205,206,0,189,190,199,200,201,202,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,196,197,198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,80,81,82,83,0,0,84,85,86,87,0,133,134,135,136,0,40,0,0,0,0,0,21,22,23,24,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,41,117,118,119,120,0,4,121,122,123,124,41,168,169,170,171,3,0,0,80,81,82,83,61,62,63,64,115,116,0,0,0,0,0,0,0,0,0,3,0,40,137,138,139,140,141,142,143,144,145,0,152,153,154,155,42,44,156,157,158,159,0,207,115,116,210,0,43,43,117,118,119,120,96,97,98,99,150,151,0,0,0,0,0,0,0,0,40,2,0,43,172,173,174,175,176,177,178,179,180,0,191,192,193,194,0,0,195,196,197,198,0,0,150,151,0,0,0,0,152,153,154,155,113,114,0,0,189,190,0,0,0,0,0,0,0,0,133,134,135,136,211,212,213,214,215,216,217,218,219,0,0,0,0,0,133,134,135,136,80,81,82,83,115,116,92,93,94,95,191,192,193,194,148,149,88,89,90,91,0,0,0,0,0,0,0,0,168,169,170,171,226,227,228,229,230,231,232,233,234,88,89,90,91,0,168,169,170,171,117,118,119,120,150,151,129,130,131,132,115,116,113,114,187,188,125,126,127,128,2,0,0,0,0,0,0,0,207,208,209,210,235,236,237,238,239,240,241,242,243,125,126,127,128,0,207,208,209,210,152,153,154,155,189,190,164,165,166,167,150,151,148,149,0,0,160,161,162,163,40,3,0,0,0,0,0,113,114,0,0,0,244,245,246,247,248,249,250,251,252" />\n\t<sky tiles="-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,9,10,11,12,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,25,26,27,28,29,30,31,32,33,-1,45,46,47,48,-1,-1,49,50,51,52,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,65,66,67,68,69,70,71,72,73,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,100,101,102,103,104,105,106,107,108,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,6,7,8,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13,14,15,16,-1,-1,-1,-1,-1,45,46,47,48,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,54,55,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,17,18,19,20,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,57,58,59,60,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,1" />\n\t<skyRegion x="38" y="14" w="4" h="2" />\n\t<skyRegion x="25" y="11" w="4" h="2" />\n\t<skyRegion x="19" y="8" w="4" h="2" />\n\t<skyRegion x="15" y="11" w="4" h="2" />\n\t<skyRegion x="9" y="11" w="4" h="2" />\n\t<skyRegion x="7" y="7" w="4" h="2" />\n\t<skyRegion x="1" y="7" w="4" h="2" />\n\t<skyRegion x="0" y="12" w="4" h="2" />\n\t<exit dMap="market3" x="31" y="15" dX="30" dY="2" />\n\t<exit dMap="market3" x="32" y="15" dX="31" dY="2" />\n\t<exit dMap="market3" x="33" y="15" dX="32" dY="2" />\n\t<exit dMap="market3" x="34" y="15" dX="33" dY="2" />\n\t<exit dMap="market3" x="35" y="15" dX="34" dY="2" />\n\t<exit dMap="market1" x="49" y="2" dX="1" dY="3" />\n\t<exit dMap="market1" x="49" y="3" dX="1" dY="4" />\n\t<exit dMap="market1" x="49" y="4" dX="1" dY="5" />\n\t<exit dMap="market1" x="49" y="5" dX="1" dY="6" />\n\t<exit dMap="market1" x="49" y="6" dX="1" dY="7" />\n\t<exit dMap="market1" x="49" y="7" dX="1" dY="8" />\n\t<exit dMap="market1" x="49" y="8" dX="1" dY="8" />\n\t<exit dMap="river0" x="0" y="2" dX="18" dY="8" />\n\t<exit dMap="river0" x="0" y="3" dX="18" dY="8" />\n\t<exit dMap="river0" x="0" y="4" dX="18" dY="8" />\n\t<exit dMap="river0" x="0" y="5" dX="18" dY="8" />\n\t<exit dMap="river0" x="0" y="6" dX="18" dY="8" />\n\t<exit dMap="river0" x="0" y="7" dX="18" dY="8" />\n\t<exit dMap="river0" x="0" y="8" dX="18" dY="8" />\n\t<exit dMap="river0" x="0" y="9" dX="18" dY="8" />\n\t<exit dMap="market1" x="49" y="9" dX="1" dY="8" />\n\t<waypoint id="0" x="3" y="7" />\n\t<waypoint id="1" x="5" y="4" />\n\t<waypoint id="2" x="8" y="3" />\n\t<waypoint id="3" x="14" y="3" />\n\t<waypoint id="4" x="11" y="8" />\n\t<waypoint id="5" x="17" y="8" />\n\t<waypoint id="6" x="15" y="6" />\n\t<waypoint id="7" x="17" y="4" />\n\t<waypoint id="8" x="21" y="3" />\n\t<waypoint id="9" x="24" y="8" />\n\t<waypoint id="10" x="25" y="5" />\n\t<waypoint id="11" x="30" y="4" />\n\t<waypoint id="12" x="34" y="4" />\n\t<waypoint id="13" x="42" y="3" />\n\t<waypoint id="14" x="47" y="3" />\n\t<waypoint id="15" x="45" y="6" />\n\t<waypoint id="16" x="35" y="11" />\n\t<waypoint id="17" x="30" y="11" />\n\t<waypoint id="18" x="30" y="7" />\n\t<mob id="0" mType="plebian_woman_a" x="25" y="5" path="10,11,12,18" />\n\t<mob id="1" mType="prostitute_a" x="35" y="11" path="16,17,18" />\n\t<mob id="2" mType="drunk" x="47" y="3" path="14,15,13,15" />\n\t<mob id="3" mType="bourgeois_man_1a" x="17" y="4" path="7,8,9,8" />\n\t<mob id="4" mType="prostitute_a" x="11" y="8" path="4,5,6" />\n\t<mob id="5" mType="drunk" x="3" y="7" path="0,1" />\n\t<mob id="6" mType="plebian_man_a" x="8" y="3" path="2,3" />\n\t<object mType="urn1" x="39" y="10" />\n\t<object mType="urn2" x="27" y="8" />\n\t<object mType="urn1" x="18" y="9" />\n\t<object mType="urn2" x="5" y="8" />\n\t<object mType="spit_cats" x="8" y="1" />\n\t<object mType="urn2" x="12" y="1" />\n\t<object mType="tent" x="16" y="0" />\n\t<object mType="spit_pig" x="41" y="1" />\n\t<object mType="urn2" x="44" y="2" />\n\t<object mType="column_lg" x="0" y="0" />\n\t<object mType="column_sm" x="2" y="6" />\n\t<object mType="column_lg" x="0" y="5" />\n\t<object mType="column_sm" x="2" y="1" />\n\t<object mType="amphora" x="23" y="2" />\n\t<object mType="amphora" x="22" y="2" />\n</level>\n\t\t');
};
_global.market0 extends xml_base;
var v1 = _global.market0.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20636 __Packages.outskirts7 {
#initclip
if (!outskirts7) {
_global.outskirts7 = function () {
super();
this.parseXML('\n<level name="outskirts7" width="19" height="13" set="outskirts" >\n\t<ground tiles="36,37,39,38,39,38,38,39,39,39,38,37,39,37,37,37,39,37,205,80,81,83,82,83,82,82,83,83,83,82,81,5,6,81,81,83,81,254,80,0,0,0,0,0,0,0,0,0,0,0,49,50,0,8,9,8,9,80,0,156,157,158,159,160,0,0,0,0,0,99,100,0,52,53,52,53,80,0,191,192,193,194,195,151,152,0,0,0,149,150,0,0,8,9,0,80,0,240,241,242,243,244,189,190,0,0,0,0,0,0,0,52,53,0,80,0,289,290,291,292,293,226,227,0,0,0,0,0,0,0,0,0,0,80,0,0,93,94,96,95,96,273,274,273,273,273,273,273,274,273,274,273,80,8,9,313,144,146,145,146,315,316,315,315,315,315,315,316,315,316,315,80,52,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,211,211,39,305,303,304,304,39,303,304,304,305,303,304,212,305,303,304,339,260,260,83,342,340,341,341,83,340,341,341,342,340,341,261,342,340,341,3,0,0,0,0,4,3,0,0,0,0,0,0,3,0,0,0,4,0" />\n\t<sky tiles="-1,-1,23,24,25,26,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,67,68,69,70,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,112,113,114,115,116,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" />\n\t<canWalk tiles="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,0,1" />\n\t<skyRegion x="2" y="0" w="5" h="3" />\n\t<exit dMap="outskirts6" x="18" y="1" dX="1" dY="14" />\n\t<exit dMap="outskirts6" x="18" y="4" dX="1" dY="15" />\n\t<exit dMap="outskirts6" x="18" y="5" dX="1" dY="15" />\n\t<exit dMap="outskirts6" x="18" y="6" dX="1" dY="19" />\n\t<exit dMap="outskirts6" x="18" y="7" dX="1" dY="20" />\n\t<exit dMap="outskirts6" x="18" y="8" dX="1" dY="20" />\n\t<exit dMap="outskirts6" x="18" y="9" dX="1" dY="21" />\n\t<waypoint id="0" x="9" y="7" />\n\t<mob id="0" mType="soldier_1a" x="9" y="6" path="0" />\n\t<mob id="1" mType="soldier_1a" x="10" y="7" path="0" />\n\t<mob id="2" mType="soldier_1b" x="9" y="8" path="0" />\n\t<mob id="3" mType="bourgeois_man_2a" x="8" y="7" path="0" />\n\t<weapon mType="20" x="3" y="7" />\n</level>\n\t\t');
};
_global.outskirts7 extends xml_base;
var v1 = _global.outskirts7.prototype;
ASSetPropFlags(v1, null, 1);
}
#endinitclip
}
movieClip 20637 __Packages.BloodPool {
#initclip
if (!BloodPool) {
_global.BloodPool = function (corpse) {
this.pCorpse = corpse;
this.pTimer = 0;
this.pMovieClip = null;
var v3 = (Game.singleton.getSceneMap()).getRoot('bloods');
switch (this.pCorpse.getType()) {
if (this.pCorpse.getType() !== 'Deadbody3') {
} else {
case 'Rat':
case 'Skeleton':
case 'DeathRat':
case 'Deadbody1':
break;
case 'Deadbody2':
}
default:
this.pMovieClip = v3.attachMovie('lib_blood_pool', 'blood' + BloodPool._sIndex, v3.getNextHighestDepth());
++BloodPool._sIndex;
}
if (this.pMovieClip) {
this.pMovieClip.onEnterFrame = tinymantis.Delegate.create(this, this.update);
this.pMovieClip._x = this.pCorpse.X;
this.pMovieClip._y = this.pCorpse.Y;
this.pMovieClip._xscale = this.pCorpse.getDirection() > 0 ? -100 : 100;
}
};
var v1 = _global.BloodPool.prototype;
v1.startBlood = function () {
this.pMovieClip.gotoAndPlay(2);
};
v1.update = function () {
++this.pTimer;
if (this.pTimer == 1) {
this.startBlood();
}
if (this.pCorpse) {
if (!this.pCorpse.isInState('death', 0)) {
this.pCorpse = null;
}
} else {
if (this.pMovieClip._alpha > 0) {
this.pMovieClip._alpha -= 5;
} else {
this.pMovieClip.onEnterFrame = null;
this.pMovieClip.removeMovieClip();
}
}
};
ASSetPropFlags(v1, null, 1);
_global.BloodPool._sIndex = 0;
}
#endinitclip
}
movieClip 20638 __Packages.Frisbee {
#initclip
if (!Frisbee) {
_global.Frisbee = function (weapon) {
super(weapon);
this.pSpeed = new flash.geom.Point();
this.pTimerToComeBack = 36;
this.pDSpeed = 1.5;
};
_global.Frisbee extends ThrowObject;
var v1 = _global.Frisbee.prototype;
v1.isUnique = function () {
return true;
};
v1.destroy = function () {
super.destroy();
this.pSoundChannel = tinymantis.SoundManager.sSingleton.stopSound(this.pSoundChannel);
};
v1.initialize = function (owner, attackdata) {
super.initialize(owner, attackdata);
this.pSpeed.x = owner.getDirection() * 30;
this.pSpeed.y = -14;
this.pTimer = 0;
this.pTimerToComeBack = attackdata.getNumber('duration');
this.pDSpeed = attackdata.getNumber('dspeed');
this.pSoundChannel = tinymantis.SoundManager.sSingleton.playSound('caligula_throw_hatchet.aif', true, 100);
};
v1.getDirection = function () {
var v3 = super.getDirection();
if (this.pTimer > this.pTimerToComeBack) {
v3 = -v3;
}
return v3;
};
v1.update = function () {
if (this.pDead) {
return undefined;
}
++this.pTimer;
var v2 = 50;
var v3 = new flash.geom.Point(this.pOwner.X - this.pX, this.pOwner.Y - v2 - this.pY);
this.pSpeed.y += 0.26;
if (this.pTimer < this.pTimerToComeBack) {
v3.normalize(this.pDSpeed);
this.pSpeed.x += v3.x;
this.pSpeed.y += v3.y;
this.pX = this.X + this.pSpeed.x;
this.pY = this.Y + this.pSpeed.y;
} else {
var v4 = v3.length;
var v5 = 1;
if (v4 > 30) {
v5 = 30 / v4;
}
this.pX += v3.x * v5;
this.pY += v3.y * v5;
}
this.pMovieClip._x = this.pX;
this.pMovieClip._y = this.pY;
this.updateDepth(this.pX, this.pY);
this.hit_update(this.pMovieClip, true);
if (this.pTimer > this.pTimerToComeBack && this.pMovieClip.hitTest(this.pOwner.getMovieClip())) {
this.pDead = true;
}
};
ASSetPropFlags(v1, null, 1);
v1.pSoundChannel = -1;
}
#endinitclip
}
frame 3 {
Main.main(this);
}