STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228140
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/39611662?noj=FRM39611662-19DC" width="1" height="1"></div>

Tanks City.swf

This is the info page for
Flash #25469

(Click the ID number above for more basic data on this flash file.)


Text
FunFlashGames.com is your best
source for free online games.
IF you want to play cool exciting
games you should visit
funflashgames.com

UP

DOWN

LEFT

RIGHT

CTRL

PLAYER 1 KEYBOARD

PLAYER 2 KEYBOARD

W

S

A

D

SPACE

year: 2026 , after 10 years of war
location: last surving city on earth
mission: kill all robo-tanks and save
humanity
"good luck captain / over "

<p align="justify"><font face="Bajoran" size="12" color="#ffffff" letterSpacing="0.000000" kerning="1">-</font></p>

1 player

1 player

2 players

2 players

about us

about us

HELp

HELP

<p align="center"><font face="Bajoran" size="70" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>TANKS CITY</b></font></p>

<p align="right"><font face="Bajoran" size="20" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>battle for the flag</b></font></p>

highscores

highscores

<p align="left"><font face="Atomic Clock Radio" size="12" color="#ffff00" letterSpacing="0.000000" kerning="0"><b>LIFES:</b></font></p>

0

0

<p align="left"><font face="Atomic Clock Radio" size="12" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>PLAYER 2</b></font></p>

<p align="left"><font face="Atomic Clock Radio" size="12" color="#00ffff" letterSpacing="0.000000" kerning="0"><b>LIFES:</b></font></p>

0

0

<p align="left"><font face="Atomic Clock Radio" size="12" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>PLAYER 1</b></font></p>

<p align="left"><font face="Atomic Clock Radio" size="12" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>LEVEL:</b></font></p>

0

<p align="left"><font face="Atomic Clock Radio" size="12" color="#ff9999" letterSpacing="0.000000" kerning="0"><b>ENEMIES:</b></font></p>

0

tanks city

your name here

send score

send score

-

player 1 score:

-

player 2 score:

GAME OVER

GAME WON

next mission

next mission

ActionScript [AS1/AS2]

Frame 1
stop(); fscommand ("showmenu", false); fscommand ("fullscreen", false); _quality = "BEST";
Instance of Symbol 49 MovieClip in Frame 1
on (release) { getURL ("http://www.funflashgames.com", "_blank"); }
Instance of Symbol 62 MovieClip in Frame 2
on (release) { getURL ("http://www.funflashgames.com", "_blank"); }
Instance of Symbol 62 MovieClip in Frame 14
on (release) { getURL ("http://www.funflashgames.com", "_blank"); }
Frame 16
function fc_volume() { _level0.Bsound.onPress = function () { if (mySoundObj.getVolume() == 0) { mySoundObj.setVolume(initialVolume); myBgSoundObj.setVolume(initialVolume); } else if (mySoundObj.getVolume() == initialVolume) { mySoundObj.setVolume(0); myBgSoundObj.setVolume(0); } fc_displayvolume(); }; } function fc_displayvolume() { if (mySoundObj.getVolume() == 0) { _level0.Bsound.gotoAndStop(2); } else if (mySoundObj.getVolume() == initialVolume) { _level0.Bsound.gotoAndStop(1); } } stop(); _global.GLOBAL_URL = url; _global.GLOBAL_GAME = game; _global.GLOBAL_SCORESURL = scoresurl; var initialVolume = 50; _level0.Mstartmenu.gotoAndPlay(90); _level0.Mstartmenu.Mtext.gotoAndStop(3); _level0.Bhighscores.onPress = function () { getURL (_global.GLOBAL_SCORESURL, "_blank"); }; _level0.Babout.onPress = function () { _level0.Mstartmenu.gotoAndPlay(2); _level0.Mstartmenu.Mtext.gotoAndStop(1); }; _level0.Binfo.onPress = function () { _level0.Mstartmenu.gotoAndPlay(31); _level0.Mstartmenu.Mtext.gotoAndStop(2); }; _level0.B1player.onPress = function () { nrPlayers = 1; gotoAndStop (17); }; _level0.B2player.onPress = function () { nrPlayers = 2; gotoAndStop (17); }; if (!mySoundObj) { _global.mySoundObj = new Sound(); mySoundObj.setVolume(initialVolume); _global.myBgSoundObj = new Sound(); myBgSoundObj.setVolume(initialVolume); } else { fc_displayvolume(); }
Frame 17
stop(); if (!nrPlayers) { nrPlayers = 1; } if (!myTanksGame) { var myTanksGame = new TanksGame(14, 17, 30, 15, 20, 20, nrPlayers, 4, 7, 4, 3); _global.__rootObject = myTanksGame; } myTanksGame.FcLoadMap(); myTanksGame.FcInitOthers(); fc_displayvolume(); fc_volume();
Frame 18
function fc_disablebuttons() { _level0.Msendscore.Bsendscore1.enabled = false; _level0.Msendscore.Bsendscore2.enabled = false; _level0.B1player.enabled = false; _level0.B2player.enabled = false; } function fc_enablebuttons(entry_scorebutton) { if (entry_scorebutton != false) { _level0.Msendscore.Bsendscore1.enabled = true; _level0.Msendscore.Bsendscore2.enabled = true; } else { _level0.Msendscore.Bsendscore1._alpha = 60; _level0.Msendscore.Bsendscore2._alpha = 60; } _level0.B1player.enabled = true; _level0.B2player.enabled = true; } stop(); _level0.Mstartmenu.gotoAndPlay(120); _level0.Mstartmenu.Mtext.gotoAndStop(4); _level0.Mstartmenu.Mtext.Ttext.text = "You failed your mission; the last surviving city was distroyed"; var myScore1 = myTanksGame.__playerFinalScore[1]; var myScore2 = myTanksGame.__playerFinalScore[2]; _level0.B1player.onPress = function () { nrPlayers = 1; gotoAndStop (17); }; _level0.B2player.onPress = function () { nrPlayers = 2; gotoAndStop (17); }; delete myTanksGame; _global.__rootObject;
Frame 19
function fc_disablebuttons() { _level0.Msendscore.Bsendscore1.enabled = false; _level0.Msendscore.Bsendscore2.enabled = false; _level0.B1player.enabled = false; _level0.B2player.enabled = false; } function fc_enablebuttons(entry_scorebutton) { if (entry_scorebutton != false) { _level0.Msendscore.Bsendscore1.enabled = true; _level0.Msendscore.Bsendscore2.enabled = true; } else { _level0.Msendscore.Bsendscore1._alpha = 60; _level0.Msendscore.Bsendscore2._alpha = 60; } _level0.B1player.enabled = true; _level0.B2player.enabled = true; } stop(); delete myTanksGame; _global.__rootObject; _level0.Mstartmenu.gotoAndStop(120); _level0.Mstartmenu.Mtext.gotoAndStop(4); _level0.Mstartmenu.Mtext.Ttext.text = "CONGRATULATIONS CAPTAIN! You've distroyed all robo-tanks and manage to save humanity. It was a good day after all..."; var myScore1 = myTanksGame.__playerFinalScore[1]; var myScore2 = myTanksGame.__playerFinalScore[2]; _level0.B1player.onPress = function () { nrPlayers = 1; gotoAndStop (17); }; _level0.B2player.onPress = function () { nrPlayers = 2; gotoAndStop (17); }; delete myTanksGame; _global.__rootObject;
Frame 20
stop(); _level0.Mstartmenu.gotoAndStop(120); _level0.Mstartmenu.Mtext.gotoAndStop(4); _level0.Mstartmenu.Mtext.Ttext.text = "You won a battle but the war it's not over yet. Proced to MISSION " + myTanksGame.Get_gameLevel(); _level0.Bnextlevel.onPress = function () { myTanksGame.FcGoNextLevel(); gotoAndStop (17); };
Symbol 20 MovieClip [attachMovie_teleport] Frame 13
this.removeMovieClip();
Symbol 24 MovieClip [attachMovie_smoke2] Frame 25
this.removeMovieClip();
Symbol 25 MovieClip [attachMovie_smoke1] Frame 25
this.removeMovieClip();
Symbol 29 MovieClip [attachMovie_tankcomputer] Frame 1
stop();
Symbol 33 MovieClip [attachMovie_tankplayer] Frame 1
stop();
Symbol 48 MovieClip Frame 20
stop(); _parent.play();
Symbol 49 MovieClip Frame 1
stop(); this.onEnterFrame = function () { perc = Math.round(100 * (_root.getBytesLoaded() / _root.getBytesTotal())); gotoAndStop(perc); };
Symbol 49 MovieClip Frame 100
stop(); delete this.onEnterFrame;
Symbol 49 MovieClip Frame 106
_parent.nextFrame();
Symbol 334 MovieClip [__Packages.TanksGame] Frame 0
class TanksGame { var __nrRows, __nrCols, __pieceSpacing, __borderSpacing, __xOffset, __yOffset, __playersInitialNumber, __computersInitialNumber, __computersMaxNumber, __computersTotalNumber, __computersKilledNumber, __gameMODE, __signalGameOver, __signalGameWon, __signalLevelCompleted, __playerSpeed, __computerSpeed, __xmlObject; function TanksGame (entry_rows, entry_cols, entry_piecespacing, entry_borderspacing, entry_xoffset, entry_yoffset, entry_initialplayers, entry_initialcomputers, entry_maxcomputers, entry_playerSpeed, entry_computerSpeed) { Set_nrRows(entry_rows); Set_nrCols(entry_cols); Set_pieceSpacing(entry_piecespacing); Set_borderSpacing(entry_borderspacing); Set_xOffset(entry_xoffset); Set_yOffset(entry_yoffset); Set_playersInitialNumber(entry_initialplayers); Set_computersInitialNumber(entry_initialcomputers); Set_computersMaxNumber(entry_maxcomputers); Set_playerSpeed(entry_playerSpeed); Set_computerSpeed(entry_computerSpeed); Set_playerTankAlive([0, 1, 1]); Set_playerFinalScore([0, 0, 0]); Set_gameMODE("game"); FcAttachPlaySound(_global.myBgSoundObj, "attachSound_bgsound", 0, 1000); FcOnEnterFrame(); } function Get_nrRows() { return(__nrRows); } function Get_nrCols() { return(__nrCols); } function Get_pieceSpacing() { return(__pieceSpacing); } function Get_borderSpacing() { return(__borderSpacing); } function Get_xOffset() { return(__xOffset); } function Get_yOffset() { return(__yOffset); } function Get_gameLevel() { return(__gameLevel); } function Get_playersInitialNumber() { return(__playersInitialNumber); } function Get_computersInitialNumber() { return(__computersInitialNumber); } function Get_computersInitialNumberIncrementValue() { return(__computersInitialNumberIncrementValue); } function Get_computersMaxNumber() { return(__computersMaxNumber); } function Get_computersMaxNumberIncrementValue() { return(__computersMaxNumberIncrementValue); } function Get_computersTotalNumber() { return(__computersTotalNumber); } function Get_computersKilledNumber() { return(__computersKilledNumber); } function Get_computerObjLength() { return(__computerObj.length); } function Get_itemsNumber() { return(__itemsItems.length); } function Get_bulletObjLength() { return(__bulletObj.length); } function Get_playerObjLength() { return(__playerObj.length); } function Get_cellDepth() { __cellDepth = __cellDepth + 1; return(__cellDepth); } function Get_bulletsNumber() { return(__bulletsNumber); } function Get_gameMODE() { return(__gameMODE); } function Get_signalGameOver() { return(__signalGameOver); } function Get_signalGameWon() { return(__signalGameWon); } function Get_signalLevelCompleted() { return(__signalLevelCompleted); } function Get_gameMaxLevels() { return(__gameMaxLevels); } function Get_initialPlayerLifes() { return(__initialPlayerLifes); } function Get_playerSpeed() { return(__playerSpeed); } function Get_computerSpeed() { return(__computerSpeed); } function Get_bulletsSpeed() { return(__bulletsSpeed); } function Set_nrRows(entry_value) { __nrRows = entry_value; } function Set_nrCols(entry_value) { __nrCols = entry_value; } function Set_pieceSpacing(entry_value) { __pieceSpacing = entry_value; } function Set_borderSpacing(entry_value) { __borderSpacing = entry_value; } function Set_xOffset(entry_value) { __xOffset = entry_value; } function Set_yOffset(entry_value) { __yOffset = entry_value; } function Set_gameLevel(entry_value) { __gameLevel = entry_value; } function Set_computersInitialNumber(entry_value) { __computersInitialNumber = entry_value; } function Set_computersMaxNumber(entry_value) { __computersMaxNumber = entry_value; } function Set_computersTotalNumber(entry_value) { if (entry_value <= Get_computersMaxNumber()) { __computersTotalNumber = entry_value; } } function Set_computersKilledNumber(entry_value) { __computersKilledNumber = entry_value; FcUpdateEnemiesLeft(); } function Set_playersInitialNumber(entry_value) { __playersInitialNumber = entry_value; } function Set_cellDepth(entry_value) { __cellDepth = entry_value; } function Set_bulletsNumber(entry_value) { __bulletsNumber = entry_value; } function Set_gameMODE(entry_value) { __gameMODE = entry_value; } function Set_signalGameOver(entry_value) { __signalGameOver = entry_value; } function Set_signalGameWon(entry_value) { __signalGameWon = entry_value; } function Set_signalLevelCompleted(entry_value) { __signalLevelCompleted = entry_value; } function Set_playerTankAlive(entry_value) { __playerTankAlive = entry_value; } function Set_computerSpeed(entry_value) { __computerSpeed = entry_value; } function Set_playerSpeed(entry_value) { __playerSpeed = entry_value; } function Set_playerFinalScore(entry_value) { __playerFinalScore = entry_value; } function Check_signalGameOver() { if (Get_signalGameOver() == true) { FcAttachPlaySound(_global.mySoundObj, "attachSound_gamelost", 0, 1); FcEndGame(_global.myBgSoundObj, "attachsound_bgsound"); Set_signalGameOver(false); Set_gameMODE("gameover"); _level0.gotoAndStop("gameover"); } } function Check_signalGameWon() { if (Get_signalGameWon() == true) { FcAttachPlaySound(_global.mySoundObj, "attachSound_gamewon", 0, 1); FcEndGame(_global.myBgSoundObj, "attachsound_bgsound"); Set_signalGameWon(false); Set_gameMODE("gamewon"); _level0.gotoAndStop("gamewon"); } } function Check_signalLevelCompleted() { if (Get_signalLevelCompleted() == true) { Set_signalLevelCompleted(false); if (!FcTestGameWon()) { FcAttachPlaySound(_global.mySoundObj, "attachSound_levelcompleted", 0, 1); FcRemoveUnwantedContent(); Set_gameMODE("nextlevel"); _level0.gotoAndStop("nextlevel"); } else { Set_signalGameWon(true); } } } function FcInitOthers() { Set_computersTotalNumber(Get_computersInitialNumber()); Set_computersKilledNumber(0); FcUpdateLevel(); } function FcLoadMap() { var _local3 = []; _local3[1] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\" item=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\" item=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/></row><row><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\" item=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row></map>"; _local3[2] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\" item=\"2\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\" item=\"4\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row></map>"; _local3[3] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\" item=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\" item=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\" item=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row></map>"; _local3[4] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\" item=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row></map>"; _local3[5] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\" item=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\" item=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"4\"/><cell type=\"5\"/><cell type=\"1\" item=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"4\"/></row><row><cell type=\"4\"/><cell type=\"5\"/><cell type=\"1\" item=\"4\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"4\"/></row><row><cell type=\"4\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"4\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row></map>"; _local3[6] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\" item=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/></row></map>"; _local3[7] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\" item=\"4\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\" item=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\" item=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/></row></map>"; _local3[8] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\" item=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row></map>"; _local3[9] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\" item=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\" item=\"5\"/><cell type=\"1\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/></row></map>"; _local3[10] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\" item=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\" item=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"1\" item=\"4\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/></row></map>"; _local3[11] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\" item=\"5\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/></row><row><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\" item=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/></row><row><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\" item=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row></map>"; _local3[12] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\" item=\"2\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\" item=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"10\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row></map>"; _local3[13] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\" item=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"1\" item=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"10\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/></row></map>"; _local3[14] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"4\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\" item=\"4\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row></map>"; _local3[15] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"1\" item=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\" item=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"1\" item=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/></row></map>"; _local3[16] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"1\" item=\"5\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\" item=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row></map>"; _local3[17] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\" item=\"4\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/></row></map>"; _local3[18] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"1\" item=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\"/></row><row><cell type=\"1\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\" item=\"4\"/></row><row><cell type=\"1\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/></row></map>"; _local3[19] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/></row><row><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/></row><row><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\" item=\"3\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"1\" item=\"4\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"5\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"5\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row></map>"; _local3[20] = "<map><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"3\"/></row><row><cell type=\"4\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\" item=\"2\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"4\"/></row><row><cell type=\"4\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"4\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/></row><row><cell type=\"3\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"1\" item=\"4\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"3\"/></row><row><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"4\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"5\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"2\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"2\"/></row><row><cell type=\"4\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"5\"/><cell type=\"3\"/><cell type=\"2\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"2\"/><cell type=\"3\"/><cell type=\"5\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"4\"/></row><row><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"3\"/><cell type=\"10\"/><cell type=\"3\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/><cell type=\"1\"/></row></map>"; __xmlObject = new XML(_local3[Get_gameLevel()]); __xmlObject.ignoreWhite = true; _global.__rootObject.FcGenerateMap(); _global.__rootObject.FcGenerateMapBorder(); _global.__rootObject.FcPositionPlayer(); _global.__rootObject.FcPositionComputer(); } function FcGenerateMap() { var _local13 = __xmlObject.firstChild; var _local12 = []; _local12 = _local13.childNodes; var _local4 = 0; while (_local4 < Get_nrRows()) { var _local8 = []; _local8 = _local12[_local4].childNodes; var _local2 = 0; while (_local2 < Get_nrCols()) { var _local7 = _local8[_local2].attributes.type; var _local5 = _local8[_local2].attributes.item; var _local9 = Get_cellDepth(); if (_local7 == 2) { _local9 = _local9 + 10000; } var _local10 = (("myMovie_" + _local4) + "_") + _local2; var _local6 = _level0.Mclip.duplicateMovieClip(_local10, _local9); _local6._x = Get_xOffset() + (_local2 * Get_pieceSpacing()); _local6._y = Get_yOffset() + (_local4 * Get_pieceSpacing()); _local6.cellType = _local7; _local6.gotoAndStop(_local7); if (_local5 != undefined) { _local9 = Get_cellDepth(); var _local11 = (("myItem_" + _local4) + "_") + _local2; var _local3 = _level0.Mitem.duplicateMovieClip(_local11, _local9); _local3._x = Get_xOffset() + (_local2 * Get_pieceSpacing()); _local3._y = Get_yOffset() + (_local4 * Get_pieceSpacing()); _local3.itemType = _local5; _local3.gotoAndStop(_local5); __itemsItems.push(_local3); __itemsType.push(_local5); } _local2++; } _local4++; } _level0.Mbgitems._x = Get_xOffset(); _level0.Mbgitems._y = Get_yOffset(); _level0.Mbgitems._width = _local2 * Get_pieceSpacing(); _level0.Mbgitems._height = _local4 * Get_pieceSpacing(); delete __xmlObject; } function FcRemoveMap() { var i = 0; while (i < Get_nrRows()) { var u = 0; while (u < Get_nrCols()) { eval ((("myMovie_" + i) + "_") + u).removeMovieClip(); eval ((("myItem_" + i) + "_") + u).removeMovieClip(); u++; } i++; } } function FcGenerateMapBorder() { var _local3 = -1; while (_local3 < ((2 * Get_nrRows()) + 1)) { var _local2 = -1; while (_local2 < ((2 * Get_nrCols()) + 1)) { if ((((_local3 == -1) || (_local2 == -1)) || (_local3 == (2 * Get_nrRows()))) || (_local2 == (2 * Get_nrCols()))) { var _local5 = (("myMovie_" + _local3) + "_") + _local2; var _local4 = _level0.Mborder.duplicateMovieClip(_local5, Get_cellDepth()); _local4._x = Get_xOffset() + (_local2 * Get_borderSpacing()); _local4._y = Get_yOffset() + (_local3 * Get_borderSpacing()); } _local2++; } _local3++; } } function FcRemoveMapBorder() { var i = -1; while (i < ((2 * Get_nrRows()) + 1)) { var u = -1; while (u < ((2 * Get_nrCols()) + 1)) { eval ((("myMovie_" + i) + "_") + u).removeMovieClip(); u++; } i++; } } function FcPositionPlayer() { var _local2 = 1; while (_local2 <= Get_playersInitialNumber()) { trace((("i=" + _local2) + "----") + __playerTankAlive[_local2]); if (__playerTankAlive[_local2] == 1) { var _local3 = __playerObj[_local2].Get_lifes(); if ((_local3 == undefined) || (_local3 == 0)) { _local3 = Get_initialPlayerLifes(); } __playerObj[_local2] = new TanksPlayer(__playersInitialPosition[_local2][0], __playersInitialPosition[_local2][1], Get_pieceSpacing(), Get_xOffset(), Get_yOffset(), ("PLAYER" + _local2) + "attachMovie_tank", "player", _local2, _local3); __playerTank[_local2] = __playerObj[_local2].FcInitPlayer("attachMovie_tankplayer", Get_cellDepth(), Get_playerSpeed()); FcAttachPlayTeleport("attachMovie_teleport", __playerTank[_local2]); FcInitPoints(__playerObj[_local2]); FcUpdateLifes(__playerObj[_local2], 0); } _local2++; } } function FcPositionPlayerAgain(entry_objreference, entry_id) { if (__playerTankAlive[entry_objreference.Get_tankId()] == 1) { entry_objreference.Get_playerReference().removeMovieClip(); __playerObj[entry_id].__xMovePosition = 0; __playerObj[entry_id].__yMovePosition = 0; entry_objreference.Set_positionRow(__playersInitialPosition[entry_id][0]); entry_objreference.Set_positionColumn(__playersInitialPosition[entry_id][1]); __playerTank[entry_id] = entry_objreference.FcInitPlayer("attachMovie_tankplayer", Get_cellDepth(), Get_playerSpeed()); FcAttachPlayTeleport("attachMovie_teleport", __playerTank[entry_id]); } } function FcRemovePlayers() { var _local2 = Get_playersInitialNumber(); while (_local2 > 0) { __playerFinalScore[_local2] = __playerObj[_local2].Get_points(); __playerTank[_local2].removeMovieClip(); __playerObj.splice(_local2, 1); __playerTank.splice(_local2, 1); _local2--; } } function FcPositionBullet(entry_objreference) { var _local4 = Get_bulletObjLength(); FcAttachPlaySound(_global.mySoundObj, "attachSound_fire", 0, 1); __bulletObj[_local4] = new TanksBullet(Get_pieceSpacing(), Get_xOffset(), Get_yOffset(), entry_objreference.Get_dirx(), entry_objreference.Get_diry(), entry_objreference.Get_positionRow(), entry_objreference.Get_positionColumn(), "NEWattachMovie_bullet" + getTimer(), entry_objreference); __bulletBullet[_local4] = __bulletObj[_local4].FcInitBullet("attachMovie_bullet", Get_cellDepth(), Get_bulletsSpeed()); __bulletFrom[_local4] = entry_objreference.Get_tankType(); } function FcRemoveBullets() { var _local2 = 0; while (_local2 <= Get_bulletObjLength()) { __bulletBullet[_local2].removeMovieClip(); _local2++; } delete __bulletObj; delete __bulletBullet; delete __bulletFrom; } function FcPositionComputer() { var _local2 = 1; while (_local2 <= Get_computersInitialNumber()) { __computerObj[_local2] = new TanksPlayer(0, _local2, Get_pieceSpacing(), Get_xOffset(), Get_yOffset(), ("COMPUTER" + _local2) + "attachMovie_tank", "computer"); __computerTank[_local2] = __computerObj[_local2].FcInitPlayer("attachMovie_tankcomputer", Get_cellDepth(), Get_computerSpeed()); FcAttachPlayTeleport("attachMovie_teleport", __computerTank[_local2]); _local2++; } } function FcPositionNewComputer() { if (Get_computersTotalNumber() < Get_computersMaxNumber()) { var _local2 = Get_computerObjLength(); __computerObj[_local2] = new TanksPlayer(0, 10, Get_pieceSpacing(), Get_xOffset(), Get_yOffset(), ("COMPUTER" + getTimer()) + "attachMovie_tank", "computer"); __computerTank[_local2] = __computerObj[_local2].FcInitPlayer("attachMovie_tankcomputer", Get_cellDepth(), Get_computerSpeed()); FcAttachPlayTeleport("attachMovie_teleport", __computerTank[_local2]); Set_computersTotalNumber(Get_computersTotalNumber() + 1); } } function FcRemoveComputers() { trace(__computerObj.length + " : computer obj length - beofre removing computers left on screen"); var _local2 = Get_computerObjLength(); while (_local2 > 0) { __computerTank[_local2].removeMovieClip(); __computerObj.splice(_local2, 1); __computerTank.splice(_local2, 1); _local2--; } trace(__computerObj.length + " : computer obj length after removing the computers left on screen"); } function FcDetectKeys() { var _local5 = Key.isDown(37); var _local10 = Key.isDown(39); var _local7 = Key.isDown(38); var _local11 = Key.isDown(40); var _local3 = Key.isDown(17); if (_local10) { __playerObj[1].FcMovePlayer(1, 0); } else if (_local5) { __playerObj[1].FcMovePlayer(-1, 0); } else if (_local7) { __playerObj[1].FcMovePlayer(0, -1); } else if (_local11) { __playerObj[1].FcMovePlayer(0, 1); } else if (_local3 && (getTimer() > Number(__playerObj[1].Get_lastShot() + __playerObj[1].Get_shootSpeed()))) { __playerObj[1].Set_lastShot(getTimer()); Set_bulletsNumber(Get_bulletsNumber() + 1); FcPositionBullet(__playerObj[1]); } var _local4 = Key.isDown(65); var _local8 = Key.isDown(68); var _local6 = Key.isDown(87); var _local9 = Key.isDown(83); var _local2 = Key.isDown(32); if (_local8) { __playerObj[2].FcMovePlayer(1, 0); } else if (_local4) { __playerObj[2].FcMovePlayer(-1, 0); } else if (_local6) { __playerObj[2].FcMovePlayer(0, -1); } else if (_local9) { __playerObj[2].FcMovePlayer(0, 1); } else if (_local2 && (getTimer() > Number(__playerObj[2].Get_lastShot() + __playerObj[2].Get_shootSpeed()))) { __playerObj[2].Set_lastShot(getTimer()); Set_bulletsNumber(Get_bulletsNumber() + 1); FcPositionBullet(__playerObj[2]); } FcEnemyBrain(); FcBulletsBrain(); FcItemsBrain(); } function FcEnemyBrain() { var _local2 = 1; while (_local2 < Get_computerObjLength()) { __computerObj[_local2].FcReturnPlayerCorners((__computerObj[_local2].Get_xMovePosition() - __computerObj[_local2].Get_xOffset()) + (__computerObj[_local2].Get_speed() * __computerObj[_local2].Get_computerMoveX()), (__computerObj[_local2].Get_yMovePosition() - __computerObj[_local2].Get_yOffset()) + (__computerObj[_local2].Get_speed() * __computerObj[_local2].Get_computerMoveY())); if ((((((__computerObj[_local2].Get_positiondownleft() == 1) || (__computerObj[_local2].Get_positiondownleft() == 2)) && ((__computerObj[_local2].Get_positionupleft() == 1) || (__computerObj[_local2].Get_positionupleft() == 2))) && ((__computerObj[_local2].Get_positiondownright() == 1) || (__computerObj[_local2].Get_positiondownright() == 2))) && ((__computerObj[_local2].Get_positionupright() == 1) || (__computerObj[_local2].Get_positionupright() == 2))) && (random(100) > __computerObj[_local2].Get_computerMoveTurning())) { __computerObj[_local2].FcMovePlayer(__computerObj[_local2].Get_computerMoveX(), __computerObj[_local2].Get_computerMoveY()); if (getTimer() > Number(__computerObj[_local2].Get_lastShot() + __computerObj[_local2].Get_shootSpeed2())) { __computerObj[_local2].Set_lastShot(getTimer()); __computerObj[_local2].Set_shootSpeed2((random(3) * 1000) + 2000); Set_bulletsNumber(Get_bulletsNumber() + 1); FcPositionBullet(__computerObj[_local2]); } } else if (__computerObj[_local2].Get_computerMoveX() == 0) { __computerObj[_local2].Set_computerMoveX((random(2) * 2) - 1); __computerObj[_local2].Set_computerMoveY(0); __computerObj[_local2].FcReturnPlayerCorners((__computerObj[_local2].Get_xMovePosition() - __computerObj[_local2].Get_xOffset()) + (__computerObj[_local2].Get_speed() * __computerObj[_local2].Get_computerMoveX()), (__computerObj[_local2].Get_yMovePosition() - __computerObj[_local2].Get_yOffset()) + (__computerObj[_local2].Get_speed() * __computerObj[_local2].Get_computerMoveY())); if ((((!__computerObj[_local2].Get_positiondownleft()) || (!__computerObj[_local2].Get_positionupleft())) || (!__computerObj[_local2].Get_positiondownright())) || (!__computerObj[_local2].Get_positionupright())) { __computerObj[_local2].Set_computerMoveX(-__computerObj[_local2].Get_computerMoveX()); } } else { __computerObj[_local2].Set_computerMoveX(0); __computerObj[_local2].Set_computerMoveY((random(2) * 2) - 1); __computerObj[_local2].FcReturnPlayerCorners((__computerObj[_local2].Get_xMovePosition() - __computerObj[_local2].Get_xOffset()) + (__computerObj[_local2].Get_speed() * __computerObj[_local2].Get_computerMoveX()), (__computerObj[_local2].Get_yMovePosition() - __computerObj[_local2].Get_yOffset()) + (__computerObj[_local2].Get_speed() * __computerObj[_local2].Get_computerMoveY())); if ((((!__computerObj[_local2].Get_positiondownleft()) || (!__computerObj[_local2].Get_positionupleft())) || (!__computerObj[_local2].Get_positiondownright())) || (!__computerObj[_local2].Get_positionupright())) { __computerObj[_local2].Set_computerMoveX(-__computerObj[_local2].Get_computerMoveY()); } } _local2++; } } function FcBulletsBrain() { var i = Get_bulletObjLength(); while (i >= 0) { __bulletObj[i].FcReturnBulletCorners((__bulletObj[i].Get_xMovePosition() - __bulletObj[i].Get_xOffset()) + (__bulletObj[i].Get_speed() * __bulletObj[i].Get_dirx()), (__bulletObj[i].Get_yMovePosition() - __bulletObj[i].Get_yOffset()) + (__bulletObj[i].Get_speed() * __bulletObj[i].Get_diry())); if ((((((__bulletObj[i].Get_positiondownleft() == 1) || (__bulletObj[i].Get_positiondownleft() == 2)) || (__bulletObj[i].Get_positiondownleft() == 4)) && (((__bulletObj[i].Get_positionupleft() == 1) || (__bulletObj[i].Get_positionupleft() == 2)) || (__bulletObj[i].Get_positionupleft() == 4))) && (((__bulletObj[i].Get_positiondownright() == 1) || (__bulletObj[i].Get_positiondownright() == 2)) || (__bulletObj[i].Get_positiondownright() == 4))) && (((__bulletObj[i].Get_positionupright() == 1) || (__bulletObj[i].Get_positionupright() == 2)) || (__bulletObj[i].Get_positionupright() == 4))) { __bulletObj[i].FcMoveBullet(__bulletObj[i].Get_dirx(), __bulletObj[i].Get_diry()); } else { __bulletObj[i].Set_xMovePosition(__bulletObj[i].Get_dirx() * __bulletObj[i].Get_speed()); __bulletObj[i].Set_yMovePosition(__bulletObj[i].Get_diry() * __bulletObj[i].Get_speed()); __bulletObj[i].Set_xMovePosition(__bulletObj[i].Get_dirx() * __bulletObj[i].Get_speed()); __bulletObj[i].Set_yMovePosition(__bulletObj[i].Get_diry() * __bulletObj[i].Get_speed()); __bulletObj[i].Set_positionColumn(Math.floor((__bulletObj[i].Get_xMovePosition() - __bulletObj[i].Get_xOffset()) / __bulletObj[i].Get_pieceSpacing())); __bulletObj[i].Set_positionRow(Math.floor((__bulletObj[i].Get_yMovePosition() - __bulletObj[i].Get_yOffset()) / __bulletObj[i].Get_pieceSpacing())); var cellName = ((("myMovie_" + __bulletObj[i].Get_positionRow()) + "_") + __bulletObj[i].Get_positionColumn()); if (eval (cellName).cellType == 3) { FcAttachPlaySound(_global.mySoundObj, "attachSound_woodexplode", 0, 1); FcUpdatePoints(__bulletObj[i].Get_parentObjReference(), __pointsArray[0]); var cellType = 1; eval (cellName).cellType = cellType; eval (cellName).gotoAndStop(cellType); eval (cellName).Mcell1.gotoAndStop(2); } else if (eval (cellName).cellType == 5) { FcAttachPlaySound(_global.mySoundObj, "attachSound_armorexplode", 0, 1); } else if (eval (cellName).cellType == 10) { Set_signalGameOver(true); eval (cellName).Mcell10.gotoAndStop(2); } __bulletBullet[i].removeMovieClip(); __bulletObj.splice(i, 1); __bulletBullet.splice(i, 1); } var j = Get_computerObjLength(); while (j > 0) { if (__bulletBullet[i].hitTest(__computerTank[j]) && (__bulletFrom[i] != "computer")) { FcAttachPlaySound(_global.mySoundObj, "attachSound_tankexplode" + (random(3) + 1), 0, 1); FcAttachPlaySmoke("attachMovie_smoke" + (random(2) + 1), __bulletBullet[i]); FcUpdatePoints(__bulletObj[i].Get_parentObjReference(), __pointsArray[2]); __bulletBullet[i].removeMovieClip(); __bulletObj.splice(i, 1); __bulletBullet.splice(i, 1); __bulletFrom.splice(i, 1); __computerTank[j].removeMovieClip(); __computerObj.splice(j, 1); __computerTank.splice(j, 1); Set_computersKilledNumber(Get_computersKilledNumber() + 1); FcPositionNewComputer(); FcTestLevelCompleted(); } j--; } var k = Get_playerObjLength(); while (k > 0) { if (__bulletBullet[i].hitTest(__playerTank[k]) && (__bulletFrom[i] == "computer")) { FcAttachPlaySound(_global.mySoundObj, "attachSound_tankexplode" + (random(3) + 1), 0, 1); FcAttachPlaySmoke("attachMovie_smoke" + (random(2) + 1), __bulletBullet[i]); __bulletBullet[i].removeMovieClip(); __bulletObj.splice(i, 1); __bulletBullet.splice(i, 1); __bulletFrom.splice(i, 1); FcUpdateLifes(__playerObj[k], -1); FcPositionPlayerAgain(__playerObj[k], k); FcTestGameOver(); } k--; } i--; } } function FcItemsBrain() { var _local3 = Get_playerObjLength(); while (_local3 > 0) { var _local4 = Get_itemsNumber(); while (_local4 >= 0) { if (__playerTank[_local3].hitTest(__itemsItems[_local4])) { FcAttachPlaySound(_global.mySoundObj, "attachSound_item", 0, 1); if (__itemsType[_local4] == 2) { FcUpdatePoints(__playerObj[_local3], __pointsArray[1], _local3); } else if (__itemsType[_local4] == 3) { FcUpdatePoints(__playerObj[_local3], __pointsArray[3], _local3); FcChangeBoxes([12, 12, 12, 13, 13], [7, 8, 9, 7, 9], [5, 5, 5, 3, 3]); } else if (__itemsType[_local4] == 4) { FcUpdatePoints(__playerObj[_local3], __pointsArray[3], _local3); FcChangeBoxes([12, 12, 12, 13, 13], [7, 8, 9, 7, 9], [1, 1, 1, 1, 1]); } else if (__itemsType[_local4] == 5) { FcUpdatePoints(__playerObj[_local3], __pointsArray[3], _local3); FcUpdateLifes(__playerObj[_local3], 1, _local3); } __itemsItems[_local4].removeMovieClip(); __itemsItems.splice(_local4, 1); __itemsType.splice(_local4, 1); } _local4--; } _local3--; } } function FcOnEnterFrame() { _level0.onEnterFrame = function () { if (_global.__rootObject.Get_gameMODE() == "game") { _global.__rootObject.watch("__signalGameOver", _global.__rootObject.Check_signalGameOver()); _global.__rootObject.watch("__signalGameWon", _global.__rootObject.Check_signalGameWon()); _global.__rootObject.watch("__signalLevelCompleted", _global.__rootObject.Check_signalLevelCompleted()); } _global.__rootObject.FcDetectKeys(); }; } function FcChangeBoxes(entry_row, entry_column, entry_value) { var i = 0; while (i < entry_row.length) { var cellName = ((("myMovie_" + entry_row[i]) + "_") + entry_column[i]); var cellType = entry_value[i]; eval (cellName).cellType = cellType; eval (cellName).gotoAndStop(cellType); i++; } } function FcUpdatePoints(entry_referenceobj, entry_addpoints) { entry_referenceobj.Set_points(entry_addpoints); eval ("_level0.Mmenu.Mplayer" + entry_referenceobj.Get_tankId()).Tpoints.text = entry_referenceobj.Get_points(); } function FcInitPoints(entry_referenceobj) { entry_referenceobj.Set_points(Number(__playerFinalScore[entry_referenceobj.Get_tankId()])); eval ("_level0.Mmenu.Mplayer" + entry_referenceobj.Get_tankId()).Tpoints.text = entry_referenceobj.Get_points(); } function FcUpdateLifes(entry_referenceobj, entry_addlifes) { entry_referenceobj.Set_lifes(entry_addlifes); eval ("_level0.Mmenu.Mplayer" + entry_referenceobj.Get_tankId()).Tlifes.text = entry_referenceobj.Get_lifes(); if (entry_referenceobj.Get_lifes() <= 0) { __playerTank[entry_referenceobj.Get_tankId()].removeMovieClip(); __playerTankAlive[entry_referenceobj.Get_tankId()] = 0; } } function FcUpdateEnemiesLeft() { var _local2 = Get_computersMaxNumber() - Get_computersKilledNumber(); if (_local2 < 10) { _local2 = "0" + _local2; } _level0.Mmenu.Mgamemenu.Tenemiesleft.text = _local2; } function FcUpdateLevel() { var _local2 = Get_gameLevel(); if (_local2 < 10) { _local2 = "0" + _local2; } _level0.Mmenu.Mgamemenu.Tlevel.text = _local2; } function FcTestGameOver() { var _local3 = false; var _local2 = 1; while (_local2 < Get_playerObjLength()) { if (__playerObj[_local2].Get_lifes() > 0) { _local3 = true; } _local2++; } if (_local3 == false) { Set_signalGameOver(true); return(true); } } function FcTestGameWon() { if (Get_gameLevel() > Get_gameMaxLevels()) { Set_signalGameWon(true); return(true); } return(false); } function FcTestLevelCompleted() { if (Get_computerObjLength() == 1) { Set_signalLevelCompleted(true); Set_gameLevel(Get_gameLevel() + 1); Set_computersInitialNumber(Get_computersInitialNumber() + Get_computersInitialNumberIncrementValue()); Set_computersMaxNumber(Get_computersMaxNumber() + Get_computersMaxNumberIncrementValue()); return(true); } } function FcGoNextLevel() { Set_gameMODE("game"); } function FcAttachPlaySound(entry_soundObj, entry_linkage, entry_playstart, entry_loop) { entry_soundObj.attachSound(entry_linkage); entry_soundObj.start(entry_playstart, entry_loop); } function FcEndGame(entry_soundObj, entry_linkage) { _global.myBgSoundObj.stop(entry_linkage); delete _level.onEnterFrame; FcRemoveUnwantedContent(); } function FcAttachPlaySmoke(entry_attach, entry_referencemc) { var mySmoke = _level0.attachMovie(entry_attach, "NEWattachMovie_smoke", 50000); with (mySmoke) { _x = entry_referencemc._x; _y = entry_referencemc._y; } } function FcAttachPlayTeleport(entry_attach, entry_referencemc) { var myTeleport = _level0.attachMovie(entry_attach, "NEWattachMovie_teleport", 50001); with (myTeleport) { _x = entry_referencemc._x; _y = entry_referencemc._y; } } function FcRemoveUnwantedContent() { _level0.NEWattachMovie_smoke.removeMovieClip(); _level0.NEWattachMovie_teleport.removeMovieClip(); FcRemoveMap(); FcRemoveMapBorder(); FcRemovePlayers(); FcRemoveBullets(); FcRemoveComputers(); } var __gameLevel = 1; var __gameMaxLevels = 20; var __cellDepth = 100; var __pointsArray = [100, 15000, 3000, 5000]; var __initialPlayerLifes = 3; var __bulletsSpeed = 16; var __playersInitialPosition = [[], [13, 6], [13, 10]]; var __playerObj = []; var __playerTank = []; var __playerTankAlive = []; var __computersInitialNumberIncrementValue = 2; var __computersMaxNumberIncrementValue = 3; var __computerObj = []; var __computerTank = []; var __bulletsNumber = 0; var __bulletObj = []; var __bulletBullet = []; var __bulletFrom = []; var __itemsItems = []; var __itemsType = []; var __playerFinalScore = []; }
Symbol 335 MovieClip [__Packages.TanksPlayer] Frame 0
class TanksPlayer { var __positionRow, __positionColumn, __pieceSpacing, __xStartPosition, __yStartPosition, __xTempPosition, __yTempPosition, __xOffset, __yOffset, __attachName, __speed, __widthValue, __heightValue, __playerReference, __positionupleft, __positionupright, __positiondownleft, __positiondownright, __dirx, __diry, __tankType, __tankId, __lifes; function TanksPlayer (entry_row, entry_column, entry_piecespacing, entry_xoffset, entry_yoffset, entry_NEWattach, entry_tankType, entry_tankId, entry_lifes) { Set_positionRow(entry_row); Set_positionColumn(entry_column); Set_pieceSpacing(entry_piecespacing); Set_xOffset(entry_xoffset); Set_yOffset(entry_yoffset); Set_attachName(entry_NEWattach); Set_tankType(entry_tankType); Set_tankId(entry_tankId); Set_lifes2(entry_lifes); Set_xStartPosition(); Set_yStartPosition(); } function Get_positionRow() { return(__positionRow); } function Get_positionColumn() { return(__positionColumn); } function Get_pieceSpacing() { return(__pieceSpacing); } function Get_xStartPosition() { return(__xStartPosition); } function Get_yStartPosition() { return(__yStartPosition); } function Get_xMovePosition() { return(__xMovePosition); } function Get_yMovePosition() { return(__yMovePosition); } function Get_xTempPosition() { return(__xTempPosition); } function Get_yTempPosition() { return(__yTempPosition); } function Get_xOffset() { return(__xOffset); } function Get_yOffset() { return(__yOffset); } function Get_attachName() { return(__attachName); } function Get_speed() { return(__speed); } function Get_widthValue() { return(__widthValue); } function Get_heightValue() { return(__heightValue); } function Get_playerReference() { return(__playerReference); } function Get_positionupleft() { return(__positionupleft); } function Get_positionupright() { return(__positionupright); } function Get_positiondownleft() { return(__positiondownleft); } function Get_positiondownright() { return(__positiondownright); } function Get_computerMoveX() { return(__computerMoveX); } function Get_computerMoveY() { return(__computerMoveY); } function Get_computerMoveTurning() { return(__computerMoveTurning); } function Get_dirx() { return(__dirx); } function Get_diry() { return(__diry); } function Get_shootSpeed() { return(__shootSpeed); } function Get_shootSpeed2() { return(__shootSpeed2); } function Get_lastShot() { return(__lastShot); } function Get_tankType() { return(__tankType); } function Get_tankId() { return(__tankId); } function Get_points() { if (__points < 0) { __points = 0; } return(__points); } function Get_lifes() { if (__lifes < 0) { __lifes = 0; } return(__lifes); } function Set_positionRow(entry_value) { __positionRow = entry_value; } function Set_positionColumn(entry_value) { __positionColumn = entry_value; } function Set_pieceSpacing(entry_value) { __pieceSpacing = entry_value; } function Set_xStartPosition() { __xStartPosition = (Get_yOffset() + (Get_positionColumn() * Get_pieceSpacing())) + (Get_pieceSpacing() / 2); } function Set_yStartPosition() { __yStartPosition = (Get_xOffset() + (Get_positionRow() * Get_pieceSpacing())) + (Get_pieceSpacing() / 2); } function Set_xMovePosition(entry_value) { __xMovePosition = __xMovePosition + entry_value; } function Set_yMovePosition(entry_value) { __yMovePosition = __yMovePosition + entry_value; } function Set_xTempPosition(entry_value) { __xTempPosition = entry_value; } function Set_yTempPosition(entry_value) { __yTempPosition = entry_value; } function Set_xOffset(entry_value) { __xOffset = entry_value; } function Set_yOffset(entry_value) { __yOffset = entry_value; } function Set_attachName(entry_value) { __attachName = entry_value; } function Set_speed(entry_value) { __speed = entry_value; } function Set_widthValue() { __widthValue = Get_playerReference()._width / 2; } function Set_heightValue() { __heightValue = Get_playerReference()._height / 2; } function Set_playerReference(entry_value) { __playerReference = entry_value; } function Set_positionupleft(entry_value) { __positionupleft = entry_value; } function Set_positionupright(entry_value) { __positionupright = entry_value; } function Set_positiondownleft(entry_value) { __positiondownleft = entry_value; } function Set_positiondownright(entry_value) { __positiondownright = entry_value; } function Set_computerMoveX(entry_value) { __computerMoveX = entry_value; } function Set_computerMoveY(entry_value) { __computerMoveY = entry_value; } function Set_computerMoveTurning(entry_value) { __computerMoveTurning = entry_value; } function Set_dirx(entry_value) { __dirx = entry_value; } function Set_diry(entry_value) { __diry = entry_value; } function Set_shootSpeed(entry_value) { __shootSpeed = entry_value; } function Set_shootSpeed2(entry_value) { __shootSpeed2 = entry_value; } function Set_lastShot(entry_value) { __lastShot = entry_value; } function Set_tankType(entry_value) { __tankType = entry_value; } function Set_tankId(entry_value) { __tankId = entry_value; } function Set_points(entry_value) { if (entry_value > 0) { __points = __points + entry_value; } else { __points = 0; } } function Set_lifes(entry_value) { __lifes = __lifes + entry_value; } function Set_lifes2(entry_value) { __lifes = entry_value; } function FcInitPlayer(entry_attach, entry_depth, entry_speed) { var _local2 = _level0.attachMovie(entry_attach, Get_attachName(), entry_depth); _local2._x = Get_xStartPosition(); _local2._y = Get_yStartPosition(); Set_xMovePosition(Get_xStartPosition()); Set_yMovePosition(Get_yStartPosition()); Set_playerReference(_local2); Set_widthValue(); Set_heightValue(); Set_speed(entry_speed); return(_local2); } function FcMovePlayer(entry_dirx, entry_diry) { Set_dirx(entry_dirx); Set_diry(entry_diry); FcReturnPlayerCorners(Get_xMovePosition() - Get_xOffset(), (Get_yMovePosition() - Get_xOffset()) + (Get_speed() * entry_diry)); if (entry_diry == -1) { if (((Get_positionupleft() == 1) || (Get_positionupleft() == 2)) && ((Get_positionupright() == 1) || (Get_positionupright() == 2))) { Set_yMovePosition(entry_diry * Get_speed()); } } if (entry_diry == 1) { if (((Get_positiondownleft() == 1) || (Get_positiondownleft() == 2)) && ((Get_positiondownright() == 1) || (Get_positiondownright() == 2))) { Set_yMovePosition(entry_diry * Get_speed()); } } FcReturnPlayerCorners((Get_xMovePosition() - Get_xOffset()) + (Get_speed() * entry_dirx), Get_yMovePosition() - Get_xOffset()); if (entry_dirx == -1) { if (((Get_positiondownleft() == 1) || (Get_positiondownleft() == 2)) && ((Get_positionupleft() == 1) || (Get_positionupleft() == 2))) { Set_xMovePosition(entry_dirx * Get_speed()); } } if (entry_dirx == 1) { if (((Get_positionupright() == 1) || (Get_positionupright() == 2)) && ((Get_positiondownright() == 1) || (Get_positiondownright() == 2))) { Set_xMovePosition(entry_dirx * Get_speed()); } } Get_playerReference().gotoAndStop((entry_dirx + (entry_diry * 2)) + 3); Get_playerReference()._x = Get_xMovePosition(); Get_playerReference()._y = Get_yMovePosition(); Set_positionColumn(Math.floor((Get_xMovePosition() - Get_xOffset()) / Get_pieceSpacing())); Set_positionRow(Math.floor((Get_yMovePosition() - Get_yOffset()) / Get_pieceSpacing())); } function FcReturnPlayerCorners(entry_x, entry_y) { var downY = Math.floor(((entry_y + Get_heightValue()) - 1) / Get_pieceSpacing()); var upY = Math.floor((entry_y - Get_heightValue()) / Get_pieceSpacing()); var leftX = Math.floor((entry_x - Get_widthValue()) / Get_pieceSpacing()); var rightX = Math.floor(((entry_x + Get_widthValue()) - 1) / Get_pieceSpacing()); Set_positionupleft(eval ((("myMovie_" + upY) + "_") + leftX).cellType); Set_positiondownleft(eval ((("myMovie_" + downY) + "_") + leftX).cellType); Set_positionupright(eval ((("myMovie_" + upY) + "_") + rightX).cellType); Set_positiondownright(eval ((("myMovie_" + downY) + "_") + rightX).cellType); } var __xMovePosition = 0; var __yMovePosition = 0; var __points = 0; var __computerMoveX = 1; var __computerMoveY = 0; var __computerMoveTurning = 3; var __shootSpeed = 1000; var __shootSpeed2 = 2000; var __lastShot = getTimer(); }
Symbol 336 MovieClip [__Packages.TanksBullet] Frame 0
class TanksBullet { var __dirx, __diry, __xStartPosition, __yStartPosition, __positionRow, __positionColumn, __pieceSpacing, __xOffset, __yOffset, __widthValue, __heightValue, __bulletReference, __positionupleft, __positionupright, __positiondownleft, __positiondownright, __attachName, __parentObjReference; function TanksBullet (entry_piecespacing, entry_xoffset, entry_yoffset, entry_playerdirx, entry_playerdiry, entry_playerrow, entry_playercolumn, entry_NEWattach, entry_parentobjreference) { Set_dirx(entry_playerdirx); Set_diry(entry_playerdiry); Set_positionRow(entry_playerrow); Set_positionColumn(entry_playercolumn); Set_pieceSpacing(entry_piecespacing); Set_xOffset(entry_xoffset); Set_yOffset(entry_yoffset); Set_attachName(entry_NEWattach); Set_parentObjReference(entry_parentobjreference); Set_xStartPosition(); Set_yStartPosition(); } function Get_dirx() { return(__dirx); } function Get_diry() { return(__diry); } function Get_xStartPosition() { return(__xStartPosition); } function Get_yStartPosition() { return(__yStartPosition); } function Get_xMovePosition() { return(__xMovePosition); } function Get_yMovePosition() { return(__yMovePosition); } function Get_positionRow() { return(__positionRow); } function Get_positionColumn() { return(__positionColumn); } function Get_pieceSpacing() { return(__pieceSpacing); } function Get_xOffset() { return(__xOffset); } function Get_yOffset() { return(__yOffset); } function Get_widthValue() { return(__widthValue); } function Get_heightValue() { return(__heightValue); } function Get_bulletReference() { return(__bulletReference); } function Get_positionupleft() { return(__positionupleft); } function Get_positionupright() { return(__positionupright); } function Get_positiondownleft() { return(__positiondownleft); } function Get_positiondownright() { return(__positiondownright); } function Get_attachName() { return(__attachName); } function Get_speed() { return(__speed); } function Get_parentObjReference() { return(__parentObjReference); } function Set_dirx(entry_value) { __dirx = entry_value; } function Set_diry(entry_value) { __diry = entry_value; } function Set_xStartPosition() { __xStartPosition = Get_parentObjReference().Get_xMovePosition(); } function Set_yStartPosition() { __yStartPosition = Get_parentObjReference().Get_yMovePosition(); } function Set_xMovePosition(entry_value) { __xMovePosition = __xMovePosition + entry_value; } function Set_yMovePosition(entry_value) { __yMovePosition = __yMovePosition + entry_value; } function Set_positionRow(entry_value) { __positionRow = entry_value; } function Set_positionColumn(entry_value) { __positionColumn = entry_value; } function Set_pieceSpacing(entry_value) { __pieceSpacing = entry_value; } function Set_xOffset(entry_value) { __xOffset = entry_value; } function Set_yOffset(entry_value) { __yOffset = entry_value; } function Set_widthValue() { __widthValue = Get_bulletReference()._width / 2; } function Set_heightValue() { __heightValue = Get_bulletReference()._height / 2; } function Set_bulletReference(entry_value) { __bulletReference = entry_value; } function Set_positionupleft(entry_value) { __positionupleft = entry_value; } function Set_positionupright(entry_value) { __positionupright = entry_value; } function Set_positiondownleft(entry_value) { __positiondownleft = entry_value; } function Set_positiondownright(entry_value) { __positiondownright = entry_value; } function Set_attachName(entry_value) { __attachName = entry_value; } function Set_speed(entry_value) { __speed = entry_value; } function Set_parentObjReference(entry_value) { __parentObjReference = entry_value; } function FcInitBullet(entry_attach, entry_depth, entry_speed) { var _local2 = _level0.attachMovie(entry_attach, Get_attachName(), entry_depth); _local2._x = Get_xStartPosition(); _local2._y = Get_yStartPosition(); Set_xMovePosition(Get_xStartPosition()); Set_yMovePosition(Get_yStartPosition()); Set_bulletReference(_local2); Set_widthValue(); Set_heightValue(); Set_speed(entry_speed); return(_local2); } function FcMoveBullet(entry_dirx, entry_diry) { Set_xMovePosition(entry_dirx * Get_speed()); Set_yMovePosition(entry_diry * Get_speed()); Set_dirx(entry_dirx); Set_diry(entry_diry); Get_bulletReference().gotoAndStop((entry_dirx + (entry_diry * 2)) + 3); Get_bulletReference()._x = Get_xMovePosition(); Get_bulletReference()._y = Get_yMovePosition(); Set_positionColumn(Math.floor((Get_xMovePosition() - Get_xOffset()) / Get_pieceSpacing())); Set_positionRow(Math.floor((Get_yMovePosition() - Get_yOffset()) / Get_pieceSpacing())); } function FcReturnBulletCorners(entry_x, entry_y) { var downY = Math.floor(((entry_y + Get_heightValue()) - 1) / Get_pieceSpacing()); var upY = Math.floor((entry_y - Get_heightValue()) / Get_pieceSpacing()); var leftX = Math.floor((entry_x - Get_widthValue()) / Get_pieceSpacing()); var rightX = Math.floor(((entry_x + Get_widthValue()) - 1) / Get_pieceSpacing()); Set_positionupleft(eval ((("myMovie_" + upY) + "_") + leftX).cellType); Set_positiondownleft(eval ((("myMovie_" + downY) + "_") + leftX).cellType); Set_positionupright(eval ((("myMovie_" + upY) + "_") + rightX).cellType); Set_positiondownright(eval ((("myMovie_" + downY) + "_") + rightX).cellType); } var __xMovePosition = 0; var __yMovePosition = 0; var __speed = 5; }
Symbol 62 MovieClip Frame 1
play();
Symbol 62 MovieClip Frame 86
stop(); _parent.play();
Symbol 97 MovieClip Frame 1
stop();
Instance of Symbol 77 MovieClip in Symbol 97 MovieClip Frame 1
on (release) { getURL ("http://www.funflashgames.com", "_blank"); }
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 30
stop();
Symbol 98 MovieClip Frame 60
stop();
Symbol 98 MovieClip Frame 90
stop();
Symbol 98 MovieClip Frame 120
stop();
Symbol 130 Button
on (release) { getURL ("http://www.funflashgames.com", "_blank"); }
Symbol 133 Button
on (release) { getURL ("http://www.funflashgames.com", "_blank"); }
Symbol 136 Button
on (release) { getURL ("http://www.funflashgames.com/pages/FreeContent.htm", "_blank"); }
Symbol 185 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 2
stop();
Symbol 319 MovieClip Frame 8
gotoAndPlay (1);
Symbol 319 MovieClip Frame 16
gotoAndPlay (9);
Symbol 328 MovieClip Frame 1
stop(); if (_parent.myScore1 <= 0) { gotoAndStop (2); } Tendscore1.text = _parent.myScore1; Bsendscore1.onPress = function () { if ((Musername1.Ttext.text != "your name here") && (Musername1.Ttext.text != "")) { _global.GLOBAL_USER = Musername1.Ttext.text; fc_disablebuttons(); var _local4 = new LoadVars(); _local4.onLoad = function (success) { if (success) { _parent.fc_enablebuttons(false); getURL (_global.GLOBAL_SCORESURL, "_blank"); if (_parent.myScore2 > 0) { gotoAndStop (2); } else { gotoAndStop (3); } } else { _parent.fc_enablebuttons(false); } }; var _local3 = new LoadVars(); _local3.game = _global.GLOBAL_GAME; _local3.user = _global.GLOBAL_USER; _local3.password = "vGyH834K"; _local3.scores = _parent.myScore1; _local3.sendAndLoad(_global.GLOBAL_URL, _local4, "GET"); } else { Musername1.gotoAndPlay(9); } };
Symbol 328 MovieClip Frame 2
stop(); if (_parent.myScore2 <= 0) { gotoAndStop (32); } Tendscore2.text = _parent.myScore2; Bsendscore2.onPress = function () { if ((Musername2.Ttext.text != "your name here") && (Musername2.Ttext.text != "")) { _global.GLOBAL_USER = Musername2.Ttext.text; fc_disablebuttons(); var _local4 = new LoadVars(); _local4.onLoad = function (success) { if (success) { _parent.fc_enablebuttons(false); getURL (_global.GLOBAL_SCORESURL, "_blank"); gotoAndStop (3); } else { _parent.fc_enablebuttons(false); } }; var _local3 = new LoadVars(); _local3.game = _global.GLOBAL_GAME; _local3.user = _global.GLOBAL_USER; _local3.password = "vGyH834K"; _local3.scores = _parent.myScore2; _local3.sendAndLoad(_global.GLOBAL_URL, _local4, "GET"); } else { Musername2.gotoAndPlay(9); } };
Symbol 328 MovieClip Frame 3
stop();

Library Items

Symbol 1 Sound [attachSound_gamewon]
Symbol 2 Sound [attachSound_item]
Symbol 3 Sound [attachSound_fire]
Symbol 4 Sound [attachSound_woodexplode]
Symbol 5 Sound [attachSound_tankexplode1]
Symbol 6 Sound [attachSound_gamelost]
Symbol 7 Sound [attachSound_tankexplode2]
Symbol 8 Sound [attachSound_tankexplode3]
Symbol 9 Sound [attachSound_levelcompleted]
Symbol 10 Sound [attachSound_armorexplode]
Symbol 11 Sound [attachSound_bgsound]
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:19
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:19
Symbol 16 GraphicUsed by:19
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:19
Symbol 19 MovieClipUses:13 15 16 18Used by:20
Symbol 20 MovieClip [attachMovie_teleport]Uses:19
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClipUses:22Used by:24 25
Symbol 24 MovieClip [attachMovie_smoke2]Uses:23
Symbol 25 MovieClip [attachMovie_smoke1]Uses:23
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 MovieClip [attachMovie_tankcomputer]Uses:28
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClip [attachMovie_tankplayer]Uses:32
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClip [attachMovie_bullet]Uses:34
Symbol 36 GraphicUsed by:49
Symbol 37 GraphicUsed by:49
Symbol 38 GraphicUsed by:49
Symbol 39 GraphicUsed by:49 62
Symbol 40 GraphicUsed by:49 62  Timeline
Symbol 41 GraphicUsed by:49 62  Timeline
Symbol 42 GraphicUsed by:49 62  Timeline
Symbol 43 GraphicUsed by:49 62  Timeline
Symbol 44 GraphicUsed by:49 62
Symbol 45 GraphicUsed by:49 62  Timeline
Symbol 46 GraphicUsed by:49 62
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:36 37 38 39 40 41 42 43 44 45 46 48Used by:Timeline
Symbol 334 MovieClip [__Packages.TanksGame]
Symbol 335 MovieClip [__Packages.TanksPlayer]
Symbol 336 MovieClip [__Packages.TanksBullet]
Symbol 50 GraphicUsed by:62
Symbol 51 GraphicUsed by:62
Symbol 52 GraphicUsed by:62  Timeline
Symbol 53 SoundUsed by:62
Symbol 54 GraphicUsed by:62
Symbol 55 GraphicUsed by:62
Symbol 56 GraphicUsed by:62
Symbol 57 GraphicUsed by:62
Symbol 58 GraphicUsed by:62
Symbol 59 GraphicUsed by:62
Symbol 60 GraphicUsed by:62
Symbol 61 SoundUsed by:62
Symbol 62 MovieClipUses:50 51 52 53 43 54 44 45 55 46 39 40 41 42 56 57 58 59 60 61Used by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 BitmapUsed by:65 137
Symbol 65 GraphicUses:64Used by:66
Symbol 66 MovieClipUses:65Used by:98
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:98
Symbol 69 GraphicUsed by:98
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:98
Symbol 72 BitmapUsed by:73 99 101 320
Symbol 73 GraphicUses:72Used by:97
Symbol 74 FontUsed by:75 95 96
Symbol 75 TextUses:74Used by:97
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:97
Symbol 78 GraphicUsed by:93
Symbol 79 FontUsed by:80 81 82 83 84 85 86 87 88 89 90 91
Symbol 80 TextUses:79Used by:92
Symbol 81 TextUses:79Used by:92
Symbol 82 TextUses:79Used by:92
Symbol 83 TextUses:79Used by:92
Symbol 84 TextUses:79Used by:92
Symbol 85 TextUses:79Used by:92
Symbol 86 TextUses:79Used by:92
Symbol 87 TextUses:79Used by:92
Symbol 88 TextUses:79Used by:92
Symbol 89 TextUses:79Used by:92
Symbol 90 TextUses:79Used by:92
Symbol 91 TextUses:79Used by:92
Symbol 92 MovieClipUses:80 81 82 83 84 85 86 87 88 89 90 91Used by:93
Symbol 93 MovieClipUses:78 92Used by:97
Symbol 94 FontUsed by:95 96 100 102 104 105 107 108 110 111 113 114 116 117 179 315 321 322 324 325 326 327 329 330 331 332
Symbol 95 TextUses:74 94Used by:97
Symbol 96 EditableTextUses:74 94Used by:97
Symbol 97 MovieClipUses:73 75 77 93 95 96Used by:98
Symbol 98 MovieClipUses:66 68 69 71 97Used by:Timeline
Symbol 99 GraphicUses:72Used by:103 106 109 112 118
Symbol 100 TextUses:94Used by:103
Symbol 101 GraphicUses:72Used by:103 106 109 112 118 323 333
Symbol 102 TextUses:94Used by:103
Symbol 103 ButtonUses:99 100 101 102Used by:Timeline
Symbol 104 TextUses:94Used by:106
Symbol 105 TextUses:94Used by:106
Symbol 106 ButtonUses:99 104 101 105Used by:Timeline
Symbol 107 TextUses:94Used by:109
Symbol 108 TextUses:94Used by:109
Symbol 109 ButtonUses:99 107 101 108Used by:Timeline
Symbol 110 TextUses:94Used by:112
Symbol 111 TextUses:94Used by:112
Symbol 112 ButtonUses:99 110 101 111Used by:Timeline
Symbol 113 EditableTextUses:94Used by:115 313
Symbol 114 EditableTextUses:94Used by:115 313
Symbol 115 ButtonUses:113 114Used by:Timeline
Symbol 116 TextUses:94Used by:118
Symbol 117 TextUses:94Used by:118
Symbol 118 ButtonUses:99 116 101 117Used by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 ButtonUses:129Used by:Timeline
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 ButtonUses:131 132Used by:Timeline
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 ButtonUses:134 135Used by:Timeline
Symbol 137 GraphicUses:64Used by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:145
Symbol 140 FontUsed by:141 142 143 144 147 148 149 150 175 176 177 178
Symbol 141 EditableTextUses:140Used by:145
Symbol 142 EditableTextUses:140Used by:145
Symbol 143 EditableTextUses:140Used by:145
Symbol 144 EditableTextUses:140Used by:145
Symbol 145 MovieClipUses:139 141 142 143 144Used by:181
Symbol 146 GraphicUsed by:151
Symbol 147 EditableTextUses:140Used by:151
Symbol 148 EditableTextUses:140Used by:151
Symbol 149 EditableTextUses:140Used by:151
Symbol 150 EditableTextUses:140Used by:151
Symbol 151 MovieClipUses:146 147 148 149 150Used by:181
Symbol 152 GraphicUsed by:173
Symbol 153 GraphicUsed by:172
Symbol 154 GraphicUsed by:172
Symbol 155 GraphicUsed by:172
Symbol 156 GraphicUsed by:172
Symbol 157 GraphicUsed by:172
Symbol 158 GraphicUsed by:172
Symbol 159 GraphicUsed by:172
Symbol 160 GraphicUsed by:172
Symbol 161 GraphicUsed by:172
Symbol 162 GraphicUsed by:172
Symbol 163 GraphicUsed by:172
Symbol 164 GraphicUsed by:172
Symbol 165 GraphicUsed by:172
Symbol 166 GraphicUsed by:172
Symbol 167 GraphicUsed by:172
Symbol 168 GraphicUsed by:172
Symbol 169 GraphicUsed by:172
Symbol 170 GraphicUsed by:172
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171Used by:173
Symbol 173 MovieClipUses:152 172Used by:181
Symbol 174 GraphicUsed by:180
Symbol 175 EditableTextUses:140Used by:180
Symbol 176 EditableTextUses:140Used by:180
Symbol 177 EditableTextUses:140Used by:180
Symbol 178 EditableTextUses:140Used by:180
Symbol 179 TextUses:94Used by:180
Symbol 180 MovieClipUses:174 175 176 177 178 179Used by:181
Symbol 181 MovieClipUses:145 151 173 180Used by:Timeline
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:184
Symbol 184 MovieClipUses:183Used by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:220
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:220
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:192
Symbol 192 MovieClipUses:191Used by:220
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:195
Symbol 195 MovieClipUses:194Used by:220
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:198
Symbol 198 MovieClipUses:197Used by:220
Symbol 199 GraphicUsed by:218
Symbol 200 GraphicUsed by:218
Symbol 201 GraphicUsed by:218
Symbol 202 GraphicUsed by:218
Symbol 203 GraphicUsed by:218
Symbol 204 GraphicUsed by:218
Symbol 205 GraphicUsed by:218
Symbol 206 GraphicUsed by:218
Symbol 207 GraphicUsed by:218
Symbol 208 GraphicUsed by:218
Symbol 209 GraphicUsed by:218
Symbol 210 GraphicUsed by:218
Symbol 211 GraphicUsed by:218
Symbol 212 GraphicUsed by:218
Symbol 213 GraphicUsed by:218
Symbol 214 GraphicUsed by:218
Symbol 215 GraphicUsed by:218
Symbol 216 GraphicUsed by:218
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217Used by:219
Symbol 219 MovieClipUses:218Used by:220
Symbol 220 MovieClipUses:187 189 192 195 198 219Used by:Timeline
Symbol 221 BitmapUsed by:222
Symbol 222 GraphicUses:221Used by:223
Symbol 223 MovieClipUses:222Used by:Timeline
Symbol 224 GraphicUsed by:243
Symbol 225 GraphicUsed by:243
Symbol 226 GraphicUsed by:243
Symbol 227 GraphicUsed by:243
Symbol 228 GraphicUsed by:243
Symbol 229 GraphicUsed by:243
Symbol 230 GraphicUsed by:243
Symbol 231 GraphicUsed by:243
Symbol 232 GraphicUsed by:243
Symbol 233 GraphicUsed by:243
Symbol 234 GraphicUsed by:243
Symbol 235 GraphicUsed by:243
Symbol 236 GraphicUsed by:243
Symbol 237 GraphicUsed by:243
Symbol 238 GraphicUsed by:243
Symbol 239 GraphicUsed by:243
Symbol 240 GraphicUsed by:243
Symbol 241 GraphicUsed by:243
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242Used by:307
Symbol 244 GraphicUsed by:263
Symbol 245 GraphicUsed by:263
Symbol 246 GraphicUsed by:263
Symbol 247 GraphicUsed by:263
Symbol 248 GraphicUsed by:263
Symbol 249 GraphicUsed by:263
Symbol 250 GraphicUsed by:263
Symbol 251 GraphicUsed by:263
Symbol 252 GraphicUsed by:263
Symbol 253 GraphicUsed by:263
Symbol 254 GraphicUsed by:263
Symbol 255 GraphicUsed by:263
Symbol 256 GraphicUsed by:263
Symbol 257 GraphicUsed by:263
Symbol 258 GraphicUsed by:263
Symbol 259 GraphicUsed by:263
Symbol 260 GraphicUsed by:263
Symbol 261 GraphicUsed by:263
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262Used by:307
Symbol 264 GraphicUsed by:284
Symbol 265 GraphicUsed by:284
Symbol 266 GraphicUsed by:284
Symbol 267 GraphicUsed by:284
Symbol 268 GraphicUsed by:284
Symbol 269 GraphicUsed by:284
Symbol 270 GraphicUsed by:284
Symbol 271 GraphicUsed by:284
Symbol 272 GraphicUsed by:284
Symbol 273 GraphicUsed by:284
Symbol 274 GraphicUsed by:284
Symbol 275 GraphicUsed by:284
Symbol 276 GraphicUsed by:284
Symbol 277 GraphicUsed by:284
Symbol 278 GraphicUsed by:284
Symbol 279 GraphicUsed by:284
Symbol 280 GraphicUsed by:284
Symbol 281 GraphicUsed by:284
Symbol 282 GraphicUsed by:284
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283Used by:307
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:307
Symbol 287 GraphicUsed by:306
Symbol 288 GraphicUsed by:306
Symbol 289 GraphicUsed by:306
Symbol 290 GraphicUsed by:306
Symbol 291 GraphicUsed by:306
Symbol 292 GraphicUsed by:306
Symbol 293 GraphicUsed by:306
Symbol 294 GraphicUsed by:306
Symbol 295 GraphicUsed by:306
Symbol 296 GraphicUsed by:306
Symbol 297 GraphicUsed by:306
Symbol 298 GraphicUsed by:306
Symbol 299 GraphicUsed by:306
Symbol 300 GraphicUsed by:306
Symbol 301 GraphicUsed by:306
Symbol 302 GraphicUsed by:306
Symbol 303 GraphicUsed by:306
Symbol 304 GraphicUsed by:306
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305Used by:307
Symbol 307 MovieClipUses:243 263 284 286 306Used by:Timeline
Symbol 308 GraphicUsed by:312
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:312
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:308 310 311Used by:Timeline
Symbol 313 MovieClipUses:113 114Used by:Timeline
Symbol 314 GraphicUsed by:319
Symbol 315 EditableTextUses:94Used by:319
Symbol 316 GraphicUsed by:319
Symbol 317 GraphicUsed by:319
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:314 315 316 317 318Used by:328
Symbol 320 GraphicUses:72Used by:323 333
Symbol 321 TextUses:94Used by:323
Symbol 322 TextUses:94Used by:323
Symbol 323 ButtonUses:320 321 101 322Used by:328
Symbol 324 EditableTextUses:94Used by:328
Symbol 325 TextUses:94Used by:328
Symbol 326 EditableTextUses:94Used by:328
Symbol 327 TextUses:94Used by:328
Symbol 328 MovieClipUses:319 323 324 325 326 327Used by:Timeline
Symbol 329 TextUses:94Used by:Timeline
Symbol 330 TextUses:94Used by:Timeline
Symbol 331 TextUses:94Used by:333
Symbol 332 TextUses:94Used by:333
Symbol 333 ButtonUses:320 331 101 332Used by:Timeline

Instance Names

"Mstartmenu"Frame 16Symbol 98 MovieClip
"B1player"Frame 16Symbol 103 Button
"B2player"Frame 16Symbol 106 Button
"Babout"Frame 16Symbol 109 Button
"Binfo"Frame 16Symbol 112 Button
"Bhighscores"Frame 16Symbol 118 Button
"Mmenu"Frame 17Symbol 181 MovieClip
"Mbgitems"Frame 17Symbol 185 MovieClip
"Mclip"Frame 17Symbol 220 MovieClip
"Mborder"Frame 17Symbol 223 MovieClip
"Mitem"Frame 17Symbol 307 MovieClip
"Bsound"Frame 17Symbol 312 MovieClip
"Mstartmenu"Frame 18Symbol 98 MovieClip
"B1player"Frame 18Symbol 103 Button
"B2player"Frame 18Symbol 106 Button
"Msendscore"Frame 18Symbol 328 MovieClip
"Mstartmenu"Frame 19Symbol 98 MovieClip
"B1player"Frame 19Symbol 103 Button
"B2player"Frame 19Symbol 106 Button
"Msendscore"Frame 19Symbol 328 MovieClip
"Mstartmenu"Frame 20Symbol 98 MovieClip
"Bnextlevel"Frame 20Symbol 333 Button
"char"Symbol 29 MovieClip [attachMovie_tankcomputer] Frame 1Symbol 28 MovieClip
"char"Symbol 33 MovieClip [attachMovie_tankplayer] Frame 1Symbol 32 MovieClip
"Ttext"Symbol 97 MovieClip Frame 4Symbol 96 EditableText
"Mtext"Symbol 98 MovieClip Frame 2Symbol 97 MovieClip
"Tlifes"Symbol 145 MovieClip Frame 1Symbol 142 EditableText
"Tpoints"Symbol 145 MovieClip Frame 1Symbol 143 EditableText
"Tlifes"Symbol 151 MovieClip Frame 1Symbol 148 EditableText
"Tpoints"Symbol 151 MovieClip Frame 1Symbol 149 EditableText
"Tlevel"Symbol 180 MovieClip Frame 1Symbol 176 EditableText
"Tenemiesleft"Symbol 180 MovieClip Frame 1Symbol 178 EditableText
"Mplayer2"Symbol 181 MovieClip Frame 1Symbol 145 MovieClip
"Mplayer1"Symbol 181 MovieClip Frame 1Symbol 151 MovieClip
"Mgamemenu"Symbol 181 MovieClip Frame 1Symbol 180 MovieClip
"Mcell1"Symbol 220 MovieClip Frame 1Symbol 187 MovieClip
"Mcell2"Symbol 220 MovieClip Frame 2Symbol 189 MovieClip
"Mcell3"Symbol 220 MovieClip Frame 3Symbol 192 MovieClip
"Mcell4"Symbol 220 MovieClip Frame 4Symbol 195 MovieClip
"Mcell5"Symbol 220 MovieClip Frame 5Symbol 198 MovieClip
"Mcell10"Symbol 220 MovieClip Frame 10Symbol 219 MovieClip
"Ttext"Symbol 319 MovieClip Frame 1Symbol 315 EditableText
"Musername1"Symbol 328 MovieClip Frame 1Symbol 319 MovieClip
"Bsendscore1"Symbol 328 MovieClip Frame 1Symbol 323 Button
"Tendscore1"Symbol 328 MovieClip Frame 1Symbol 324 EditableText
"Musername2"Symbol 328 MovieClip Frame 2Symbol 319 MovieClip
"Bsendscore2"Symbol 328 MovieClip Frame 2Symbol 323 Button
"Tendscore2"Symbol 328 MovieClip Frame 2Symbol 326 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "attachSound_gamewon"
ExportAssets (56)Timeline Frame 1Symbol 2 as "attachSound_item"
ExportAssets (56)Timeline Frame 1Symbol 3 as "attachSound_fire"
ExportAssets (56)Timeline Frame 1Symbol 4 as "attachSound_woodexplode"
ExportAssets (56)Timeline Frame 1Symbol 5 as "attachSound_tankexplode1"
ExportAssets (56)Timeline Frame 1Symbol 6 as "attachSound_gamelost"
ExportAssets (56)Timeline Frame 1Symbol 7 as "attachSound_tankexplode2"
ExportAssets (56)Timeline Frame 1Symbol 8 as "attachSound_tankexplode3"
ExportAssets (56)Timeline Frame 1Symbol 9 as "attachSound_levelcompleted"
ExportAssets (56)Timeline Frame 1Symbol 10 as "attachSound_armorexplode"
ExportAssets (56)Timeline Frame 1Symbol 11 as "attachSound_bgsound"
ExportAssets (56)Timeline Frame 1Symbol 20 as "attachMovie_teleport"
ExportAssets (56)Timeline Frame 1Symbol 24 as "attachMovie_smoke2"
ExportAssets (56)Timeline Frame 1Symbol 25 as "attachMovie_smoke1"
ExportAssets (56)Timeline Frame 1Symbol 29 as "attachMovie_tankcomputer"
ExportAssets (56)Timeline Frame 1Symbol 33 as "attachMovie_tankplayer"
ExportAssets (56)Timeline Frame 1Symbol 35 as "attachMovie_bullet"
ExportAssets (56)Timeline Frame 1Symbol 334 as "__Packages.TanksGame"
ExportAssets (56)Timeline Frame 1Symbol 335 as "__Packages.TanksPlayer"
ExportAssets (56)Timeline Frame 1Symbol 336 as "__Packages.TanksBullet"

Labels

"gameover"Frame 18
"gamewon"Frame 19
"nextlevel"Frame 20




http://swfchan.com/6/25469/info.shtml
Created: 23/5 -2019 17:07:51 Last modified: 23/5 -2019 17:07:51 Server time: 19/05 -2024 06:03:08