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

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

Deconstructor.swf

This is the info page for
Flash #67606

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


Text
*

*

[TEXTS BOX]

9999

55

00:00

10

<p align="center"></p>

<p align="center"></p>

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 6
stop();
Frame 14
stop(); var DeconstructorSOTmp = SharedObject.getLocal(Define.NAME_RECORDSET); var tempValue = DeconstructorSOTmp.data.levelData.difficultySetted; if (isNaN(tempValue)) { instButtonSkipIntro._visible = false; } else { instButtonSkipIntro._visible = true; }
Frame 23
var mySoundTmp = new Sound(); stop(); var DeconstructorSOTmp = SharedObject.getLocal(Define.NAME_RECORDSET); var tempValue = DeconstructorSOTmp.data.levelData.difficultySetted; if (isNaN(tempValue)) { instButtonSkipIntro._visible = false; } else { instButtonSkipIntro._visible = true; }
Frame 30
var gIsSurvivalMode = false; var gSoundIsFinished = true; nmSounds = new Array(); nmSoundsBackground = new Array(); nmSoundEnabled = true; nmPreviousSoundLoaded = -1; nmCurrentSoundLoaded = 0; nmCurrentSoundPlayer = -1; var gVoiceCounter = Define.SOUND_ITEM_MACHINEGUN; loadGameSound = function (nindex) { var _local2 = new Sound(); nmPreviousSoundLoaded = nmCurrentSoundLoaded; switch (nindex) { case Define.SOUND_MENU_MELODY : _local2.attachSound("MENU_MELODY"); break; case Define.SOUNDS_SELECCION : _local2.attachSound("SELECTION"); break; case Define.SOUND_SHOOT_BAZOOKA : _local2.attachSound("SHOOT_BAZOOKA"); break; case Define.SOUND_SHOOT_FIRE : _local2.attachSound("SHOOT_FIRE"); break; case Define.SOUND_SHOOT_GUN : _local2.attachSound("SHOOT_GUN"); break; case Define.SOUND_SHOOT_MACHINEGUN : _local2.attachSound("SHOOT_MACHINEGUN"); break; case Define.SOUND_DAMAGE_PROTAGONIST : _local2.attachSound("DAMAGE_PROTAGONIST"); break; case Define.SOUND_DEATH_VEHICLES : _local2.attachSound("DEATH_VEHICLES"); break; case Define.SOUND_DEATH_HUMAN : _local2.attachSound("DEATH_HUMAN"); break; case Define.SOUND_DESTRUCTION_BUILDING : _local2.attachSound("DESTRUCTION_BUILDING"); break; case Define.SOUND_GAME_OVER : _local2.attachSound("GAME_OVER"); break; case Define.SOUND_FIN_LEVEL1 : _local2.attachSound("FIN_LEVEL1"); break; case Define.SOUND_FIN_LEVEL2 : _local2.attachSound("FIN_LEVEL2"); break; case Define.SOUND_FIN_LEVEL3 : _local2.attachSound("FIN_LEVEL3"); break; case Define.SOUND_FIN_LEVEL4 : _local2.attachSound("FIN_LEVEL4"); break; case Define.SOUND_FIN_LEVEL5 : _local2.attachSound("FIN_LEVEL5"); break; case Define.SOUND_FIN_LEVEL6 : _local2.attachSound("FIN_LEVEL6"); break; case Define.SOUND_FIN_LEVEL7 : _local2.attachSound("FIN_LEVEL7"); break; case Define.SOUND_INI_LEVEL1 : _local2.attachSound("INI_LEVEL1"); break; case Define.SOUND_INI_LEVEL2 : _local2.attachSound("INI_LEVEL2"); break; case Define.SOUND_INI_LEVEL3 : _local2.attachSound("INI_LEVEL3"); break; case Define.SOUND_INI_LEVEL4 : _local2.attachSound("INI_LEVEL4"); break; case Define.SOUND_INI_LEVEL5 : _local2.attachSound("INI_LEVEL5"); break; case Define.SOUND_INI_LEVEL6 : _local2.attachSound("INI_LEVEL6"); break; case Define.SOUND_INI_LEVEL7 : _local2.attachSound("INI_LEVEL7"); break; case Define.SOUND_ITEM_BAZOKA : _local2.attachSound("ITEM_BAZOKA"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_LANZALLAMAS : _local2.attachSound("ITEM_LANZALLAMAS"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_LIFE : _local2.attachSound("ITEM_LIFE"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_MACHINEGUN : _local2.attachSound("ITEM_MACHINEGUN"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_SPEEDUP : _local2.attachSound("ITEM_SPEEDUP"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_SHIELD : _local2.attachSound("ITEM_SHIELD"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_SUPERBOMB1 : _local2.attachSound("ITEM_SUPERBOMB1"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_SUPERBOMB2 : _local2.attachSound("ITEM_SUPERBOMB2"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_SUPERBOMB3 : _local2.attachSound("ITEM_SUPERBOMB3"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_ITEM_SUPERBOMB4 : _local2.attachSound("ITEM_SUPERBOMB4"); _local2.onSoundComplete = function () { _root.gSoundIsFinished = true; }; break; case Define.SOUND_SUPER_BOMB1 : _local2.attachSound("SUPER_BOMB1"); break; case Define.SOUND_SUPER_BOMB2 : _local2.attachSound("SUPER_BOMB2"); break; case Define.SOUND_SUPER_BOMB3 : _local2.attachSound("SUPER_BOMB3"); break; case Define.SOUND_SUPER_BOMB4 : _local2.attachSound("SUPER_BOMB4"); } _root.nmCurrentSoundLoaded = _root.nmCurrentSoundLoaded + 1; nmSounds.push(_local2); }; getSoundIdentificator = function (nindex) { switch (nindex) { case Define.SOUND_MENU_MELODY : return("MENU_MELODY"); case Define.SOUNDS_SELECCION : return("SELECTION"); case Define.SOUND_SHOOT_BAZOOKA : return("SHOOT_BAZOOKA"); case Define.SOUND_SHOOT_FIRE : return("SHOOT_FIRE"); case Define.SOUND_SHOOT_GUN : return("SHOOT_GUN"); case Define.SOUND_SHOOT_MACHINEGUN : return("SHOOT_MACHINEGUN"); case Define.SOUND_DAMAGE_PROTAGONIST : return("DAMAGE_PROTAGONIST"); case Define.SOUND_DEATH_VEHICLES : return("DEATH_VEHICLES"); case Define.SOUND_DEATH_HUMAN : return("DEATH_HUMAN"); case Define.SOUND_DESTRUCTION_BUILDING : return("DESTRUCTION_BUILDING"); case Define.SOUND_GAME_OVER : return("GAME_OVER"); case Define.SOUND_FIN_LEVEL1 : return("FIN_LEVEL1"); case Define.SOUND_FIN_LEVEL2 : return("FIN_LEVEL2"); case Define.SOUND_FIN_LEVEL3 : return("FIN_LEVEL3"); case Define.SOUND_FIN_LEVEL4 : return("FIN_LEVEL4"); case Define.SOUND_FIN_LEVEL5 : return("FIN_LEVEL5"); case Define.SOUND_FIN_LEVEL6 : return("FIN_LEVEL6"); case Define.SOUND_FIN_LEVEL7 : return("FIN_LEVEL7"); case Define.SOUND_INI_LEVEL1 : return("INI_LEVEL1"); case Define.SOUND_INI_LEVEL2 : return("INI_LEVEL2"); case Define.SOUND_INI_LEVEL3 : return("INI_LEVEL3"); case Define.SOUND_INI_LEVEL4 : return("INI_LEVEL4"); case Define.SOUND_INI_LEVEL5 : return("INI_LEVEL5"); case Define.SOUND_INI_LEVEL6 : return("INI_LEVEL6"); case Define.SOUND_INI_LEVEL7 : return("INI_LEVEL7"); case Define.SOUND_ITEM_BAZOKA : return("ITEM_BAZOKA"); case Define.SOUND_ITEM_LANZALLAMAS : return("ITEM_LANZALLAMAS"); case Define.SOUND_ITEM_LIFE : return("ITEM_LIFE"); case Define.SOUND_ITEM_MACHINEGUN : return("ITEM_MACHINEGUN"); case Define.SOUND_ITEM_SPEEDUP : return("ITEM_SPEEDUP"); case Define.SOUND_ITEM_SUPERBOMB1 : return("ITEM_SUPERBOMB1"); case Define.SOUND_ITEM_SUPERBOMB2 : return("ITEM_SUPERBOMB2"); case Define.SOUND_ITEM_SUPERBOMB3 : return("ITEM_SUPERBOMB3"); case Define.SOUND_ITEM_SUPERBOMB4 : return("ITEM_SUPERBOMB4"); case Define.SOUND_SUPER_BOMB1 : return("SUPER_BOMB1"); case Define.SOUND_SUPER_BOMB2 : return("SUPER_BOMB2"); case Define.SOUND_SUPER_BOMB3 : return("SUPER_BOMB3"); case Define.SOUND_SUPER_BOMB4 : return("SUPER_BOMB4"); } return("nulo"); }; stopGameSounds = function () { var _local1 = 0; while (_local1 < nmSounds.length) { nmSounds[_local1].stop(getSoundIdentificator(_local1)); _local1++; } }; playGameSound = function (nindex, iter) { if (gSoundIsFinished) { nmCurrentSoundPlayer = nindex; if (nmSoundEnabled == true) { nmSounds[nindex].start(0, iter); } } }; playGameSoundIndependently = function (nindex, iter) { nmCurrentSoundPlayer = nindex; if (nmSoundEnabled == true) { nmSounds[nindex].start(0, iter); } }; playGameSoundStops = function (nindex, iter) { gSoundIsFinished = true; nmCurrentSoundPlayer = nindex; if (nmSoundEnabled == true) { stopGameSounds(); nmSounds[nindex].start(0, iter); } }; playGameSoundStops_AndWaitToFinish = function (nindex, iter) { if (gSoundIsFinished) { gSoundIsFinished = false; nmCurrentSoundPlayer = nindex; if (nmSoundEnabled == true) { stopGameSounds(); nmSounds[nindex].start(0, iter); } } }; loadGameSoundBackground = function (nindex) { var _local1 = new Sound(); switch (nindex) { case Define.SOUND_BACKGROUND_A : _local1.attachSound("BACKGROUND_A"); break; case Define.SOUND_BACKGROUND_B : _local1.attachSound("BACKGROUND_B"); break; case Define.SOUND_BACKGROUND_C : _local1.attachSound("BACKGROUND_C"); } nmSoundsBackground.push(_local1); }; stopGameSoundsBackground = function () { var _local1 = 0; while (_local1 < nmSoundsBackground.length) { nmSoundsBackground[_local1].stop(); _local1++; } }; playGameSoundBackground = function (nindex, iter) { if (nmSoundEnabled == true) { nmSoundsBackground[nindex].start(0, 1000); } }; var giTotalLevelsDeconstructor = Define.TOTAL_NUMBER_OF_LEVELS; var gGameHasBeenCompleted = 0; loadGameData = function () { gListLevelStarsScore_Easy = new Array(giTotalLevelsDeconstructor); gListLevelTimeScore_Easy = new Array(giTotalLevelsDeconstructor); gListLevelStarsScore = new Array(giTotalLevelsDeconstructor); gListLevelTimeScore = new Array(giTotalLevelsDeconstructor); gListLevelStarsScore_Hard = new Array(giTotalLevelsDeconstructor); gListLevelTimeScore_Hard = new Array(giTotalLevelsDeconstructor); gListLevelStarsScore_Crazy = new Array(giTotalLevelsDeconstructor); gListLevelTimeScore_Crazy = new Array(giTotalLevelsDeconstructor); gListLevelStarsScore_JamesBond007 = new Array(giTotalLevelsDeconstructor); gListLevelTimeScore_JamesBond007 = new Array(giTotalLevelsDeconstructor); var _local1 = 0; while (_local1 < giTotalLevelsDeconstructor) { gListLevelStarsScore_Easy[_local1] = -1; gListLevelTimeScore_Easy[_local1] = -1; gListLevelStarsScore[_local1] = -1; gListLevelTimeScore[_local1] = -1; gListLevelStarsScore_Hard[_local1] = -1; gListLevelTimeScore_Hard[_local1] = -1; gListLevelStarsScore_Crazy[_local1] = -1; gListLevelTimeScore_Crazy[_local1] = -1; gListLevelStarsScore_JamesBond007[_local1] = -1; gListLevelTimeScore_JamesBond007[_local1] = -1; _local1++; } nmTotalLevelDone_Easy = 0; nmTotalLevelDone = 0; nmTotalLevelDone_Hard = 0; nmTotalLevelDone_Crazy = 0; nmTotalLevelDone_JamesBond007 = 0; var _local2 = SharedObject.getLocal(nmRecordStoreName); nmDifficultySetted = _local2.data.levelData.difficultySetted; if (isNaN(nmDifficultySetted)) { nmDifficultySetted = 1; } else if ((nmDifficultySetted < 0) || (nmDifficultySetted > 4)) { nmDifficultySetted = 1; } gGameHasBeenCompleted = _local2.data.levelData.gameHasBeenCompleted; if (isNaN(gGameHasBeenCompleted)) { gGameHasBeenCompleted = 0; } _local1 = 0; while (_local1 < giTotalLevelsDeconstructor) { gListLevelStarsScore_Easy[_local1] = _local2.data.levelData.gListLevelStarsScore_Easy[_local1]; gListLevelTimeScore_Easy[_local1] = _local2.data.levelData.gListLevelTimeScore_Easy[_local1]; gListLevelStarsScore[_local1] = _local2.data.levelData.gListLevelStarsScore[_local1]; gListLevelTimeScore[_local1] = _local2.data.levelData.gListLevelTimeScore[_local1]; gListLevelStarsScore_Hard[_local1] = _local2.data.levelData.gListLevelStarsScore_Hard[_local1]; gListLevelTimeScore_Hard[_local1] = _local2.data.levelData.gListLevelTimeScore_Hard[_local1]; gListLevelStarsScore_Crazy[_local1] = _local2.data.levelData.gListLevelStarsScore_Crazy[_local1]; gListLevelTimeScore_Crazy[_local1] = _local2.data.levelData.gListLevelTimeScore_Crazy[_local1]; gListLevelStarsScore_JamesBond007[_local1] = _local2.data.levelData.gListLevelStarsScore_JamesBond007[_local1]; gListLevelTimeScore_JamesBond007[_local1] = _local2.data.levelData.gListLevelTimeScore_JamesBond007[_local1]; if (!isNaN(gListLevelStarsScore_Easy[_local1])) { nmTotalLevelDone_Easy++; } if (!isNaN(gListLevelStarsScore[_local1])) { nmTotalLevelDone++; } if (!isNaN(gListLevelStarsScore_Hard[_local1])) { nmTotalLevelDone_Hard++; } if (!isNaN(gListLevelStarsScore_Crazy[_local1])) { nmTotalLevelDone_Crazy++; } if (!isNaN(gListLevelStarsScore_JamesBond007[_local1])) { nmTotalLevelDone_JamesBond007++; } _local1++; } if (nmTotalLevelDone_Easy >= giTotalLevelsDeconstructor) { nmTotalLevelDone_Easy = giTotalLevelsDeconstructor - 1; } if (nmTotalLevelDone >= giTotalLevelsDeconstructor) { nmTotalLevelDone = giTotalLevelsDeconstructor - 1; } if (nmTotalLevelDone_Hard >= giTotalLevelsDeconstructor) { nmTotalLevelDone_Hard = giTotalLevelsDeconstructor - 1; } if (nmTotalLevelDone_Crazy >= giTotalLevelsDeconstructor) { nmTotalLevelDone_Crazy = giTotalLevelsDeconstructor - 1; } if (nmTotalLevelDone_JamesBond007 >= giTotalLevelsDeconstructor) { nmTotalLevelDone_JamesBond007 = giTotalLevelsDeconstructor - 1; } }; saveGameData = function () { var _local1 = new Object(); _local1.difficultySetted = nmDifficultySetted; _local1.gameHasBeenCompleted = gGameHasBeenCompleted; _local1.gListLevelStarsScore_Easy = gListLevelStarsScore_Easy; _local1.gListLevelTimeScore_Easy = gListLevelTimeScore_Easy; _local1.gListLevelStarsScore = gListLevelStarsScore; _local1.gListLevelTimeScore = gListLevelTimeScore; _local1.gListLevelStarsScore_Hard = gListLevelStarsScore_Hard; _local1.gListLevelTimeScore_Hard = gListLevelTimeScore_Hard; _local1.gListLevelStarsScore_Crazy = gListLevelStarsScore_Crazy; _local1.gListLevelTimeScore_Crazy = gListLevelTimeScore_Crazy; _local1.gListLevelStarsScore_JamesBond007 = gListLevelStarsScore_JamesBond007; _local1.gListLevelTimeScore_JamesBond007 = gListLevelTimeScore_JamesBond007; var _local2 = SharedObject.getLocal(nmRecordStoreName); _local2.data.levelData = _local1; _local2.flush(); }; saveGameDataLevel = function (p_totalTime, p_totalKills) { switch (_root.nmDifficultySetted) { case 0 : if ((!isNaN(listLevelScore_Easy[gCurrentLevel])) && (listLevelScore_Easy[gCurrentLevel] != -1)) { if (gListLevelTimeScore_Easy[gCurrentLevel] > p_totalTime) { gListLevelTimeScore_Easy[gCurrentLevel] = p_totalTime; } if (gListLevelStarsScore_Easy[gCurrentLevel] < p_totalKills) { gListLevelStarsScore_Easy[gCurrentLevel] = p_totalKills; } } else { gListLevelTimeScore_Easy[gCurrentLevel] = p_totalTime; gListLevelStarsScore_Easy[gCurrentLevel] = p_totalKills; } break; case 1 : if ((!isNaN(listLevelScore[gCurrentLevel])) && (listLevelScore[gCurrentLevel] != -1)) { if (gListLevelTimeScore[gCurrentLevel] > p_totalTime) { gListLevelTimeScore[gCurrentLevel] = p_totalTime; } if (gListLevelStarsScore[gCurrentLevel] < p_totalKills) { gListLevelStarsScore[gCurrentLevel] = p_totalKills; } } else { gListLevelTimeScore[gCurrentLevel] = p_totalTime; gListLevelStarsScore[gCurrentLevel] = p_totalKills; } break; case 2 : if ((!isNaN(listLevelScore_Hard[gCurrentLevel])) && (listLevelScore_Hard[gCurrentLevel] != -1)) { if (gListLevelTimeScore_Hard[gCurrentLevel] > p_totalTime) { gListLevelTimeScore_Hard[gCurrentLevel] = p_totalTime; } if (gListLevelStarsScore_Hard[gCurrentLevel] < p_totalKills) { gListLevelStarsScore_Hard[gCurrentLevel] = p_totalKills; } } else { gListLevelTimeScore_Hard[gCurrentLevel] = p_totalTime; gListLevelStarsScore_Hard[gCurrentLevel] = p_totalKills; } break; case 3 : if ((!isNaN(listLevelScore_Crazy[gCurrentLevel])) && (listLevelScore_Crazy[gCurrentLevel] != -1)) { if (gListLevelTimeScore_Crazy[gCurrentLevel] > p_totalTime) { gListLevelTimeScore_Crazy[gCurrentLevel] = p_totalTime; } if (gListLevelStarsScore_Crazy[gCurrentLevel] < p_totalKills) { gListLevelStarsScore_Crazy[gCurrentLevel] = p_totalKills; } } else { gListLevelTimeScore_Crazy[gCurrentLevel] = p_totalTime; gListLevelStarsScore_Crazy[gCurrentLevel] = p_totalKills; } break; case 4 : if ((!isNaN(listLevelScore_JamesBond007[gCurrentLevel])) && (listLevelScore_JamesBond007[gCurrentLevel] != -1)) { if (gListLevelTimeScore_JamesBond007[gCurrentLevel] > p_totalTime) { gListLevelTimeScore_JamesBond007[gCurrentLevel] = p_totalTime; } if (gListLevelStarsScore_JamesBond007[gCurrentLevel] < p_totalKills) { gListLevelStarsScore_JamesBond007[gCurrentLevel] = p_totalKills; } } else { gListLevelTimeScore_JamesBond007[gCurrentLevel] = p_totalTime; gListLevelStarsScore_JamesBond007[gCurrentLevel] = p_totalKills; } } }; changeGameState = function (newState) { gGeneralIterator = 0; gLastState = gState; gState = newState; if (Define.DEBUG_STATES_MAIN) { switch (gState) { case Define.STATEGENERAL_MENU : trace("_root.gState=Define.STATEGENERAL_MENU"); break; case Define.STATEGENERAL_PAUSE : trace("_root.gState=Define.STATEGENERAL_PAUSE"); break; case Define.STATEGENERAL_GAME : trace("_root.gState=Define.STATEGENERAL_GAME"); break; case Define.STATEGENERAL_RESULT : trace("_root.gState=Define.STATEGENERAL_RESULT"); } } }; mainGeneralLogic = function () { _root.onEnterFrame = function () { switch (gState) { case Define.STATEGENERAL_MENU : break; case Define.STATEGENERAL_PAUSE : if (gGeneralIterator < 10) { gGeneralIterator++; } switch (gGeneralIterator) { case 1 : instClipMenuGame._visible = true; instClipMenuGame.gotoAndPlay("pause"); _root.instGame.changeGeneralGameState(Define.STATE_GAME_PAUSE); break; case 2 : gGeneralIterator = 1; break; default : _root.instGame.changeGeneralGameState(_root.instGame.gLastStateGame); instClipMenuGame.gotoAndStop("vacio"); instClipMenuGame._visible = false; changeGameState(Define.STATEGENERAL_GAME); gGeneralIterator = 6; } break; case Define.STATEGENERAL_GAME : if (gGeneralIterator < 10) { gGeneralIterator++; } switch (gGeneralIterator) { case 1 : instClipMenuResultGame._visible = true; instClipMenuResultGame.gotoAndStop("loading"); break; case 2 : _root.instGame.freeGame(); if (instClipMenuGame._visible) { instClipMenuGame.gotoAndStop("vacio"); instClipMenuGame._visible = false; } nmInitialTime = new Date().getTime(); break; case 3 : _root.instGame.initGame(gCurrentLevel); } break; case Define.STATEGENERAL_RESULT : gGeneralIterator++; switch (gGeneralIterator) { case 1 : instClipMenuResultGame._visible = true; if (gIsSurvivalMode == true) { instClipMenuResultGame.gotoAndPlay("highscore"); } else if (_root.instGame.gProtagonist._life > 0) { saveGameDataLevel(); instClipMenuResultGame.gotoAndPlay("victory"); } else { instClipMenuResultGame.gotoAndPlay("lose"); } break; case 2 : break; } } }; }; initGameStart = function (numberLevelToLoad) { changeGameState(Define.STATEGENERAL_GAME); gCurrentLevel = numberLevelToLoad; if (gCurrentLevel > 0) { _root.stopGameSounds(); } }; nmRecordStoreName = Define.NAME_RECORDSET; instClipMenuResultGame.gotoAndStop("parar"); instClipMenuResultGame._visible = false; instClipPresentationLevel.gotoAndStop("vacio"); instClipPresentationLevel._visible = false; instLabelEndGame._visible = false; instMovieIntro.gotoAndStop(1); instMovieIntro._visible = false; var gListLevelStarsScore_Easy = new Array(); var gListLevelTimeScore_Easy = new Array(); var gListLevelStarsScore = new Array(); var gListLevelTimeScore = new Array(); var gListLevelStarsScore_Hard = new Array(); var gListLevelTimeScore_Hard = new Array(); var gListLevelStarsScore_Crazy = new Array(); var gListLevelTimeScore_Crazy = new Array(); var gListLevelStarsScore_JamesBond007 = new Array(); var gListLevelTimeScore_JamesBond007 = new Array(); var nmLevelToShow = 0; var nmTotalLevelDone_Easy = 0; var nmTotalLevelDone = 0; var nmTotalLevelDone_Hard = 0; var nmTotalLevelDone_Crazy = 0; var nmTotalLevelDone_JamesBond007 = 0; var nmInitialTime; var timeDoneInCurrentLevel; var gCurrentLevel = 0; var gGeneralIterator = 0; var gState; var gLastState; var nmDifficultySetted = 1; changeGameState(Define.STATEGENERAL_MENU); loadGameData(); mainGeneralLogic(); var gQualitySetted = 2; _root._quality = "HIGH"; loadGameSound(Define.SOUND_MENU_MELODY); loadGameSound(Define.SOUNDS_SELECCION); loadGameSound(Define.SOUND_SHOOT_BAZOOKA); loadGameSound(Define.SOUND_SHOOT_FIRE); loadGameSound(Define.SOUND_SHOOT_GUN); loadGameSound(Define.SOUND_SHOOT_MACHINEGUN); loadGameSound(Define.SOUND_DAMAGE_PROTAGONIST); loadGameSound(Define.SOUND_DEATH_VEHICLES); loadGameSound(Define.SOUND_DEATH_HUMAN); loadGameSound(Define.SOUND_DESTRUCTION_BUILDING); loadGameSound(Define.SOUND_GAME_OVER); loadGameSound(Define.SOUND_INI_LEVEL1); loadGameSound(Define.SOUND_FIN_LEVEL1); loadGameSound(Define.SOUND_INI_LEVEL2); loadGameSound(Define.SOUND_FIN_LEVEL2); loadGameSound(Define.SOUND_INI_LEVEL3); loadGameSound(Define.SOUND_FIN_LEVEL3); loadGameSound(Define.SOUND_INI_LEVEL4); loadGameSound(Define.SOUND_FIN_LEVEL4); loadGameSound(Define.SOUND_INI_LEVEL5); loadGameSound(Define.SOUND_FIN_LEVEL5); loadGameSound(Define.SOUND_INI_LEVEL6); loadGameSound(Define.SOUND_FIN_LEVEL6); loadGameSound(Define.SOUND_INI_LEVEL7); loadGameSound(Define.SOUND_FIN_LEVEL7); loadGameSound(Define.SOUND_ITEM_MACHINEGUN); loadGameSound(Define.SOUND_ITEM_BAZOKA); loadGameSound(Define.SOUND_ITEM_LANZALLAMAS); loadGameSound(Define.SOUND_ITEM_LIFE); loadGameSound(Define.SOUND_ITEM_SPEEDUP); loadGameSound(Define.SOUND_ITEM_SHIELD); loadGameSound(Define.SOUND_ITEM_SUPERBOMB1); loadGameSound(Define.SOUND_ITEM_SUPERBOMB2); loadGameSound(Define.SOUND_ITEM_SUPERBOMB3); loadGameSound(Define.SOUND_ITEM_SUPERBOMB4); loadGameSound(Define.SOUND_SUPER_BOMB1); loadGameSound(Define.SOUND_SUPER_BOMB2); loadGameSound(Define.SOUND_SUPER_BOMB3); loadGameSound(Define.SOUND_SUPER_BOMB4); loadGameSoundBackground(Define.SOUND_BACKGROUND_A); loadGameSoundBackground(Define.SOUND_BACKGROUND_B); loadGameSoundBackground(Define.SOUND_BACKGROUND_C); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); stop();
Symbol 476 MovieClip [e-low] Frame 1
this.w = 10;
Symbol 482 MovieClip [g-low] Frame 1
this.w = 10;
Symbol 485 MovieClip [h-low] Frame 1
this.w = 10;
Symbol 488 MovieClip [i-low] Frame 1
this.w = 4;
Symbol 503 MovieClip [n-low] Frame 1
this.w = 9;
Symbol 506 MovieClip [o-low] Frame 1
this.w = 10;
Symbol 518 MovieClip [s-low] Frame 1
this.w = 10;
Symbol 521 MovieClip [t-low] Frame 1
this.w = 7;
Symbol 629 MovieClip [t-up] Frame 1
this.w = 14;
Symbol 669 MovieClip Frame 1
dabox._visible = false; _parent.coolTxt(this, this.datxt, 0, 0, this.wid, this.speed, this.bol); if (this.but) { this.onRollOver = function () { clearInterval(this.holder.myInt); _parent.coolTxt(this, this.datxt, 0, 0, this.wid, 0, true); }; this.onRollOut = function () { clearInterval(this.holder.myInt); _parent.coolTxt(this, this.datxt, 0, 0, this.wid, 0, this.bol); }; }
Symbol 670 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 670 MovieClip Frame 1
onClipEvent (load) { this.speed = 100; this.datxt = "PLAY"; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { _root.play(); }; }
Symbol 671 MovieClip [loadingPressButtonIniMovie] Frame 1
stop();
Symbol 671 MovieClip [loadingPressButtonIniMovie] Frame 2
stop();
Symbol 678 MovieClip Frame 1
dabox._visible = false; _parent.coolTxt(this, this.datxt, 0, 0, this.wid, this.speed, this.bol); if (this.but) { this.onRollOver = function () { clearInterval(this.holder.myInt); _parent.coolTxt(this, this.datxt, 0, 0, this.wid, 0, true); }; this.onRollOut = function () { clearInterval(this.holder.myInt); _parent.coolTxt(this, this.datxt, 0, 0, this.wid, 0, this.bol); }; }
Symbol 679 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 679 MovieClip Frame 1
onClipEvent (load) { this.speed = 50; this.datxt = "A long time ago... a really long time ago.. when the Earth had the right conditions to harbor life, aliens used it to create their own species. The result shattered their expectations: their creation spun wildly out of control and now threatens to spread to the universe like a virus. IT'S TIME TO END THIS EXPERIMENT!"; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 680 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (load) { this.speed = 100; this.datxt = "NEXT >>"; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { _parent._parent.nextFrame(); }; }
Symbol 681 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 681 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "1. USE THE ARROW KEYS OR (A,W,S,D) TO MOVE AND THE SPACE BAR TO THROW SUPER ATTACK"; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 682 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "2. USE THE MOUSE TO POINT AND SHOOT."; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 683 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 683 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "3. DESTROY ALL THE BUILDINGS IN THE LEVEL!"; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 684 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 684 MovieClip Frame 1
onClipEvent (load) { this.speed = 100; this.datxt = "<< BACK"; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { _parent._parent.prevFrame(); }; }
Symbol 734 MovieClip [gameclipItem] Frame 1
stop();
Symbol 734 MovieClip [gameclipItem] Frame 14
stop();
Symbol 734 MovieClip [gameclipItem] Frame 15
stop();
Symbol 734 MovieClip [gameclipItem] Frame 29
stop();
Symbol 734 MovieClip [gameclipItem] Frame 30
stop();
Symbol 734 MovieClip [gameclipItem] Frame 44
stop();
Symbol 734 MovieClip [gameclipItem] Frame 45
stop();
Symbol 734 MovieClip [gameclipItem] Frame 59
stop();
Symbol 734 MovieClip [gameclipItem] Frame 60
stop();
Symbol 734 MovieClip [gameclipItem] Frame 74
stop();
Symbol 734 MovieClip [gameclipItem] Frame 75
stop();
Symbol 734 MovieClip [gameclipItem] Frame 90
stop();
Symbol 734 MovieClip [gameclipItem] Frame 91
stop();
Symbol 734 MovieClip [gameclipItem] Frame 106
stop();
Symbol 735 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 735 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Recover 50% of life"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 736 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 736 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Machine gun: Fast fire&medium power"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 737 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 737 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Rocket launcher: Slow fire&high power"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 738 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 738 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Flamethrowers: Fast fire&high power"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 739 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 739 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Speed Up: Time goes faster"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 740 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 740 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Shield: Protects you for a few seconds"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 741 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 741 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Super Attack: With 4 stars you will blow everything up!"; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 742 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 742 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Enjoy finishing \" Experiment: Planet Earth\""; this.wid = 550; this.bol = true; this.but = true; }
Symbol 743 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 2
stop();
Symbol 743 MovieClip Frame 3
instGameclipItem1.gotoAndPlay("item_life"); instGameclipItem2.gotoAndPlay("item_metralleta"); instGameclipItem3.gotoAndPlay("item_bazoka"); instGameclipItem4.gotoAndPlay("item_fire"); instGameclipItem5.gotoAndPlay("item_fast"); instGameclipItem6.gotoAndPlay("item_slow"); instGameclipItem7.gotoAndPlay("item_super"); stop();
Symbol 743 MovieClip Frame 4
stop();
Symbol 744 MovieClip [cargador] Frame 1
kabiertos = int(_root.getBytesLoaded() / 1024); ktotal = int(_root.getBytesTotal() / 1024); porcentaje = int((kabiertos * 100) / ktotal); instLoadingBarProgress.instLoadingPressButtonIniMovie.instText.text = ("LOADING " + porcentaje) + "%"; instLoadingBarProgress.instMaskLoadingBarProgress.gotoAndStop(50 - Math.floor(porcentaje / 2)); if (kabiertos >= ktotal) { instLoadingBarProgress.instLoadingPressButtonIniMovie.gotoAndStop(2); }
Symbol 2218 MovieClip [__Packages.Define] Frame 0
class Define { function Define () { } static function getDirection(posOrigin, posDestination) { var _local4; var _local3; if ((posOrigin.x == posDestination.x) && (posOrigin.y == posDestination.y)) { return(DIRECTION_NONE); } _local4 = posOrigin.x - posDestination.x; _local3 = posOrigin.y - posDestination.y; if (Math.abs(_local4) > Math.abs(_local3)) { if (_local4 > 0) { return(DIRECTION_LEFT); } return(DIRECTION_RIGHT); } if (_local3 > 0) { return(DIRECTION_UP); } return(DIRECTION_DOWN); } static function getDirectionPlus(posOrigin, posDestination) { var _local2 = posOrigin.x - posDestination.x; var _local1 = posOrigin.y - posDestination.y; if (_local2 == 0) { if (_local1 > 0) { return(DIRECTION_UP); } return(DIRECTION_DOWN); } if (_local1 == 0) { if (_local2 > 0) { return(DIRECTION_LEFT); } return(DIRECTION_RIGHT); } if (_local2 > 0) { if (_local1 > 0) { return(DIRECTION_UP_LEFT); } return(DIRECTION_DOWN_LEFT); } if (_local1 > 0) { return(DIRECTION_UP_RIGHT); } return(DIRECTION_DOWN_RIGHT); } static function getDirectionOpposite(direccion) { switch (direccion) { case DIRECTION_UP : return(DIRECTION_DOWN); case DIRECTION_DOWN : return(DIRECTION_UP); case DIRECTION_RIGHT : return(DIRECTION_LEFT); case DIRECTION_LEFT : return(DIRECTION_RIGHT); case DIRECTION_UP_LEFT : return(DIRECTION_DOWN_RIGHT); case DIRECTION_UP_RIGHT : return(DIRECTION_DOWN_LEFT); case DIRECTION_DOWN_LEFT : return(DIRECTION_UP_RIGHT); case DIRECTION_DOWN_RIGHT : return(DIRECTION_UP_LEFT); } return(DIRECTION_NONE); } static function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } static function incrementAngle(p_yaw, p_incr) { return(p_yaw + p_incr); } static function getRadians(valueGrad) { return((valueGrad * Math.PI) / 180); } static function getGrados(valueRad) { return((valueRad * 180) / Math.PI); } static function movePointYaw(pos, yaw, stepLength) { var _local1 = new flash.geom.Point(pos.x, pos.y); _local1.x = _local1.x + (stepLength * Math.cos(yaw)); _local1.y = _local1.y + (stepLength * Math.sin(yaw)); return(_local1); } static function distancePoint(posA, posB) { return(flash.geom.Point.distance(posA, posB)); } static function moveDirection(posMove, directionMove, stepLength) { var _local1 = new flash.geom.Point(posMove.x, posMove.y); switch (directionMove) { case DIRECTION_LEFT : _local1.x = _local1.x - stepLength; break; case DIRECTION_RIGHT : _local1.x = _local1.x + stepLength; break; case DIRECTION_UP : _local1.y = _local1.y - stepLength; break; case DIRECTION_DOWN : _local1.y = _local1.y + stepLength; break; case DIRECTION_UP_LEFT : _local1.x = _local1.x - stepLength; _local1.y = _local1.y - stepLength; break; case DIRECTION_UP_RIGHT : _local1.x = _local1.x + stepLength; _local1.y = _local1.y - stepLength; break; case DIRECTION_DOWN_LEFT : _local1.x = _local1.x - stepLength; _local1.y = _local1.y + stepLength; break; case DIRECTION_DOWN_RIGHT : _local1.x = _local1.x + stepLength; _local1.y = _local1.y + stepLength; } return(_local1); } static function moveDirectionPlus(posMove, directionMove, stepLength, stepXDif, stepYDif) { var _local1 = new flash.geom.Point(posMove.x, posMove.y); switch (directionMove) { case DIRECTION_LEFT : if (stepXDif > stepLength) { _local1.x = _local1.x - stepLength; } else { _local1.x = _local1.x - stepXDif; } break; case DIRECTION_RIGHT : if (stepXDif > stepLength) { _local1.x = _local1.x + stepLength; } else { _local1.x = _local1.x + stepXDif; } break; case DIRECTION_UP : if (stepYDif > stepLength) { _local1.y = _local1.y - stepLength; } else { _local1.y = _local1.y - stepYDif; } break; case DIRECTION_DOWN : if (stepYDif > stepLength) { _local1.y = _local1.y + stepLength; } else { _local1.y = _local1.y + stepYDif; } break; case DIRECTION_UP_LEFT : if (stepXDif > stepLength) { _local1.x = _local1.x - stepLength; } else { _local1.x = _local1.x - stepXDif; } if (stepYDif > stepLength) { _local1.y = _local1.y - stepLength; } else { _local1.y = _local1.y - stepYDif; } break; case DIRECTION_UP_RIGHT : if (stepXDif > stepLength) { _local1.x = _local1.x + stepLength; } else { _local1.x = _local1.x + stepXDif; } if (stepYDif > stepLength) { _local1.y = _local1.y - stepLength; } else { _local1.y = _local1.y - stepYDif; } break; case DIRECTION_DOWN_LEFT : if (stepXDif > stepLength) { _local1.x = _local1.x - stepLength; } else { _local1.x = _local1.x - stepXDif; } if (stepYDif > stepLength) { _local1.y = _local1.y + stepLength; } else { _local1.y = _local1.y + stepYDif; } break; case DIRECTION_DOWN_RIGHT : if (stepXDif > stepLength) { _local1.x = _local1.x + stepLength; } else { _local1.x = _local1.x + stepXDif; } if (stepYDif > stepLength) { _local1.y = _local1.y + stepLength; } else { _local1.y = _local1.y + stepYDif; } } return(_local1); } static function getOrientationToPoint(p_posOrigin, p_posGoal) { return(Math.atan2(p_posGoal.y - p_posOrigin.y, p_posGoal.x - p_posOrigin.x)); } static function moveYaw(p_pos, p_yaw, p_stepLength) { return(new flash.geom.Point(p_pos.x + (p_stepLength * Math.cos(p_yaw)), p_pos.y + (p_stepLength * Math.sin(p_yaw)))); } static function isInsideBox(p_pos, p_x_origin, p_y_origin, p_x_end, p_y_end) { return((((p_pos.x > p_x_origin) && (p_pos.y > p_y_origin)) && (p_pos.x < p_x_end)) && (p_pos.y < p_y_end)); } static function askDirectionPoint(p_pos, p_yaw, p_objetive) { var _local4 = new Array(p_pos.x, 0, p_pos.y); var _local8 = new Array(p_pos.x + Math.cos(p_yaw), 0, p_pos.y + Math.sin(p_yaw)); var _local7 = new Array(p_pos.x, 1, p_pos.y); var _local3 = new Array(0, 0, 0); var _local2 = new Array(0, 0, 0); var _local1 = new Array(0, 0, 0); _local3[0] = _local8[0] - _local4[0]; _local3[1] = _local8[1] - _local4[1]; _local3[2] = _local8[2] - _local4[2]; _local2[0] = _local7[0] - _local4[0]; _local2[1] = _local7[1] - _local4[1]; _local2[2] = _local7[2] - _local4[2]; _local1[0] = (_local3[1] * _local2[2]) - (_local3[2] * _local2[1]); _local1[1] = (_local3[2] * _local2[0]) - (_local3[0] * _local2[2]); _local1[2] = (_local3[0] * _local2[1]) - (_local3[1] * _local2[0]); var _local5 = Math.sqrt(((_local1[0] * _local1[0]) + (_local1[1] * _local1[1])) + (_local1[2] * _local1[2])); if (_local5 == 0) { _local1[0] = 0; _local1[1] = 0; _local1[2] = 0; } else { _local1[0] = _local1[0] / _local5; _local1[1] = _local1[1] / _local5; _local1[2] = _local1[2] / _local5; } var _local9 = -(((_local1[0] * _local4[0]) + (_local1[1] * _local4[1])) + (_local1[2] * _local4[2])); return(((p_objetive.x * _local1[0]) + (p_objetive.y * _local1[2])) + _local9); } static function getDistancePlanePoint(p_pos, p_yaw, p_objetive) { var _local4 = new Array(p_pos.x, 0, p_pos.y); var _local8 = new Array(p_pos.x + Math.cos(p_yaw + (Math.PI/2)), 0, p_pos.y + Math.sin(p_yaw + (Math.PI/2))); var _local7 = new Array(p_pos.x, 1, p_pos.y); var _local3 = new Array(0, 0, 0); var _local2 = new Array(0, 0, 0); var _local1 = new Array(0, 0, 0); _local3[0] = _local8[0] - _local4[0]; _local3[1] = _local8[1] - _local4[1]; _local3[2] = _local8[2] - _local4[2]; _local2[0] = _local7[0] - _local4[0]; _local2[1] = _local7[1] - _local4[1]; _local2[2] = _local7[2] - _local4[2]; _local1[0] = (_local3[1] * _local2[2]) - (_local3[2] * _local2[1]); _local1[1] = (_local3[2] * _local2[0]) - (_local3[0] * _local2[2]); _local1[2] = (_local3[0] * _local2[1]) - (_local3[1] * _local2[0]); var _local5 = Math.sqrt(((_local1[0] * _local1[0]) + (_local1[1] * _local1[1])) + (_local1[2] * _local1[2])); if (_local5 == 0) { _local1[0] = 0; _local1[1] = 0; _local1[2] = 0; } else { _local1[0] = _local1[0] / _local5; _local1[1] = _local1[1] / _local5; _local1[2] = _local1[2] / _local5; } var _local9 = -(((_local1[0] * _local4[0]) + (_local1[1] * _local4[1])) + (_local1[2] * _local4[2])); return(Math.abs(((p_objetive.x * _local1[0]) + (p_objetive.y * _local1[2])) + _local9)); } static function logicAlineation(yaw, pos, goal) { var _local8 = new Array(Math.cos(yaw), Math.sin(yaw)); var _local1 = new Array(goal.x - pos.x, goal.y - pos.y); var _local2 = Math.sqrt((_local1[0] * _local1[0]) + (_local1[1] * _local1[1])); if (_local2 == 0) { _local1[0] = 0; _local1[1] = 0; } else { _local1[0] = _local1[0] / _local2; _local1[1] = _local1[1] / _local2; } var _local6 = (_local8[0] * _local1[0]) + (_local8[1] * _local1[1]); var _local3 = 0.4; if (_local6 > 0.9) { _local3 = 1 - _local6; } var _local5 = askDirectionPoint(pos, yaw, goal); var _local4 = yaw; if (_local5 > 0) { _local4 = _local4 + _local3; } else { _local4 = _local4 - _local3; } return(new flash.geom.Point(_local4, _local5)); } static function setMovieClipAlineation(gameClipObject, yaw) { gameClipObject._rotation = (yaw * 180) / Math.PI; } static function setUpYawToPoint(posOrigin, posGoal) { var _local2 = posGoal.x - posOrigin.x; var _local1 = posGoal.y - posOrigin.y; return(Math.atan2(_local1, _local2)); } static function getDedicatedName(index) { switch (index) { case 0 : return("CARLOS MU."); case 1 : return("XAVIER MI."); case 2 : return("ROBERTO GR."); case 3 : return("DAVID LU."); case 4 : return("LUIS AL."); case 5 : return("MANUEL LE."); case 6 : return("PEDRO PU."); case 7 : return("JAVIER GO."); case 8 : return("FEDE RU."); case 9 : return("MARICARMEN"); case 10 : return("PIEDAD GA."); case 11 : return("MARIO RE."); case 12 : return("RAQUEL NO."); case 13 : return("RAQUEL OR."); case 14 : return("MAR"); case 15 : return("CARLOS DE."); case 16 : return("JUAN ANTONIO"); case 17 : return("VICENS NO."); case 18 : return("LOLI AG."); case 19 : return("VICTOR"); case 20 : return("SONIA"); case 21 : return("OSCAR"); case 22 : return("KARLOS"); } } static function getDay(p_day) { switch (p_day) { case 0 : return("IN THE SMALL CITY"); case 1 : return("CLEANING SMALL CITY"); case 2 : return("SUNNY BEACH"); case 3 : return("THE PALMS MUST BE FREE"); case 4 : return("IN THE BIG CITY"); case 5 : return("BIG CITY OF RATS"); case 6 : return("THE NATURE MUST WIN!!!"); case 7 : return("SURVIVAL!!!"); } } static function getDifficultyText(p_diff) { switch (p_diff) { case 0 : return("DIFFICULTY EASY"); case 1 : return("DIFFICULTY NORMAL"); case 2 : return("DIFFICULTY HARD"); case 3 : return("DIFFICULTY CRAZY"); } } static function getVoice(p_voice) { switch (p_voice) { case SOUND_INI_LEVEL1 : return("Begin Level 1"); case SOUND_FIN_LEVEL1 : return("End Level 1"); case SOUND_INI_LEVEL2 : return("Begin Level 2"); case SOUND_FIN_LEVEL2 : return("End Level 2"); case SOUND_INI_LEVEL3 : return("Begin Level 3"); case SOUND_FIN_LEVEL3 : return("End Level 3"); case SOUND_INI_LEVEL4 : return("Begin Level 4"); case SOUND_FIN_LEVEL4 : return("End Level 4"); case SOUND_INI_LEVEL5 : return("Begin Level 5"); case SOUND_FIN_LEVEL5 : return("End Level 5"); case SOUND_INI_LEVEL6 : return("Begin Level 6"); case SOUND_FIN_LEVEL6 : return("End Level 6"); case SOUND_INI_LEVEL7 : return("Begin Level 7"); case SOUND_FIN_LEVEL7 : return("End Level 7"); case SOUND_ITEM_MACHINEGUN : return("Item gunshot\nBY\n<a href=\"http://www.xraybookco.com/\">Johnny Brewton</a>"); case SOUND_ITEM_BAZOKA : return("Item bazooka\nBY\n<a href=\"http://www.swishsource.com/\">DJ SnowFlake</a>"); case SOUND_ITEM_LANZALLAMAS : return("Item fireflame\nBY\n<a href=\"http://www.swishsource.com/\">DJ SnowFlake</a>"); case SOUND_ITEM_LIFE : return("Item life\nBY\n<a href=\"http://www.flashkit.com/soundfx/Cartoon/skd-skd-8606/index.php\"> skd</a>"); case SOUND_ITEM_SPEEDUP : return("Item speed up\nBY\n<a href=\"http://www.flashkit.com/soundfx/Cartoon/quick_le-Public_D-410/index.php\">Public Domain</a>"); case SOUND_ITEM_SHIELD : return("Item shield\nBY\n<a href=\"http://www.xkrew.com/\">xk</a>"); case SOUND_ITEM_SUPERBOMB1 : return("1 star\nBY\n<a href=\"http://www.freewebs.com/dragonball_english/\">zamorak93</a>"); case SOUND_ITEM_SUPERBOMB2 : return("2 stars"); case SOUND_ITEM_SUPERBOMB3 : return("3 stars"); case SOUND_ITEM_SUPERBOMB4 : return("4 stars"); } } static var ENABLE_XML_FILE_INTEGRATED = true; static var ENABLE_EXTRA_GREAT_SOUNDS = false; static var NAME_RECORDSET = "DeconstructorAo"; static var NORMAL_FRAME_RATE = 20; static var SLOW_FRAME_RATE = 19; static var FAST_FRAME_RATE = 2; static var FRAME_RATE_OF_THE_GAME = 16; static var MINI_MAPT_WIDTH = 96; static var MINI_MAPT_HEIGHT = 96; static var TOTAL_TIME_SLOW_DOWN = 10000; static var TOTAL_TIME_FAST_UP = 10000; static var DISTANCE_HIT_FOR_ENEMY_COLLISION_WITH_PLAYER = 30; static var DISTANCE_HIT_SHOOT_PLAYER = 25; static var DISTANCE_HIT_SHOOT_ENEMY = 35; static var NUMBER_HITS_BUILDING = 10; static var TOTAL_NUMBER_OF_SHOOTS = 36; static var TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER = 11; static var TOTAL_NUMBER_OF_ITEMS = 10; static var TOTAL_NUMBER_OF_ENEMIES = 15; static var TOTAL_NUMBER_OF_NPCS = 15; static var TOTAL_NUMBER_OF_LEVELS = 7; static var STATEGENERAL_MENU = 0; static var STATEGENERAL_PAUSE = 1; static var STATEGENERAL_GAME = 2; static var STATEGENERAL_RESULT = 3; static var DEBUG_STATES_MAIN = false; static var DEBUG_GENERAL = false; static var DEBUG_XML_LOAD = false; static var DEBUG_MAKE_BUILDING = false; static var DEBUG_PROTAGONIST = false; static var DEBUG_SHOOT = false; static var DEBUG_ITEM = false; static var DEBUG_ENEMY = false; static var DEBUG_NPC = false; static var STATE_GAME_PRE_LOADING = 0; static var STATE_GAME_LOADING = 1; static var STATE_GAME_PRESENTATION = 2; static var STATE_GAME_RUN = 3; static var STATE_GAME_VICTORY = 4; static var STATE_GAME_LOSE = 5; static var STATE_GAME_PAUSE = 6; static var DIRECTION_LEFT = 0; static var DIRECTION_RIGHT = 1; static var DIRECTION_UP = 2; static var DIRECTION_DOWN = 3; static var DIRECTION_UP_LEFT = 4; static var DIRECTION_UP_RIGHT = 5; static var DIRECTION_DOWN_LEFT = 6; static var DIRECTION_DOWN_RIGHT = 7; static var DIRECTION_NONE = -1; static var CLASS_PROTAGONIST = 0; static var CLASS_ENEMY_TYPE = 1; static var CLASS_ITEM = 2; static var CLASS_SHOOT = 3; static var CLASS_NPC = 4; static var OBJ_PROTAGONIST = 0; static var OBJ_ENEMY_TYPE_BASIC = 1; static var OBJ_ENEMY_TYPE_MEDIUM = 2; static var OBJ_ENEMY_TYPE_BAZOKA = 3; static var OBJ_ENEMY_TYPE_GENERAL = 4; static var OBJ_ENEMY_TYPE_MOTORBIKE = 5; static var OBJ_ENEMY_TYPE_TANK = 6; static var OBJ_ENEMY_TYPE_CHOPTER = 7; static var OBJ_ITEM_LIFE = 8; static var OBJ_ITEM_METRALLETA = 9; static var OBJ_ITEM_FAST = 10; static var OBJ_ITEM_SUPER = 11; static var OBJ_ITEM_BAZOKA = 12; static var OBJ_ITEM_SLOW = 13; static var OBJ_ITEM_LANZALLAMAS = 14; static var OBJ_SHOOT_NORMAL = 15; static var OBJ_SHOOT_METRALLETA = 16; static var OBJ_SHOOT_BAZOKA = 17; static var OBJ_SHOOT_LANZALLAMAS = 18; static var OBJ_SHOOT_SUPER = 19; static var OBJ_NPC_CAR_1 = 20; static var OBJ_NPC_CAR_2 = 21; static var OBJ_NPC_CAR_3 = 22; static var OBJ_NPC_HUMAN_1 = 23; static var OBJ_NPC_HUMAN_2 = 24; static var OBJ_NPC_HUMAN_3 = 25; static var LAYER_NPC_CAR = 100; static var LAYER_NPC_HUMAN = 200; static var LAYER_ITEM = 1000; static var LAYER_ENEMY_TYPE = 2000; static var LAYER_ENEMY_MOTORBIKE = 2200; static var LAYER_ENEMY_TANK = 2400; static var LAYER_ENEMY_CHOPTER = 2600; static var LAYER_PROTAGONIST = 3000; static var LAYER_SHOOT = 4000; static var LAYER_MIRILLA = 5000; static var SPEED_PROTAGONIST = 7; static var LIFE_PROTAGONIST = 400; static var LIFE_ENEMY_TYPE_BASIC = 10; static var LIFE_ENEMY_TYPE_MEDIUM = 15; static var LIFE_ENEMY_TYPE_BAZOKA = 20; static var LIFE_ENEMY_TYPE_GENERAL = 20; static var LIFE_ENEMY_TYPE_MOTORBIKE = 30; static var LIFE_ENEMY_TYPE_TANK = 50; static var LIFE_ENEMY_TYPE_CHOPTER = 30; static var DAMAGE_PLAYER_SHOOT_NORMAL = 5; static var DAMAGE_PLAYER_SHOOT_METRALLETA = 10; static var DAMAGE_PLAYER_SHOOT_BAZOKA = 20; static var DAMAGE_PLAYER_SHOOT_LANZALLAMAS = 10; static var DAMAGE_ENEMY_SHOOT_NORMAL = 4; static var DAMAGE_ENEMY_SHOOT_METRALLETA = 8; static var DAMAGE_ENEMY_SHOOT_BAZOKA = 15; static var DAMAGE_ENEMY_SHOOT_LANZALLAMAS = 8; static var SOUND_MENU_MELODY = 0; static var SOUNDS_SELECCION = 1; static var SOUND_SHOOT_BAZOOKA = 2; static var SOUND_SHOOT_FIRE = 3; static var SOUND_SHOOT_GUN = 4; static var SOUND_SHOOT_MACHINEGUN = 5; static var SOUND_DAMAGE_PROTAGONIST = 6; static var SOUND_DEATH_VEHICLES = 7; static var SOUND_DEATH_HUMAN = 8; static var SOUND_DESTRUCTION_BUILDING = 9; static var SOUND_GAME_OVER = 10; static var SOUND_INI_LEVEL1 = 11; static var SOUND_FIN_LEVEL1 = 12; static var SOUND_INI_LEVEL2 = 13; static var SOUND_FIN_LEVEL2 = 14; static var SOUND_INI_LEVEL3 = 15; static var SOUND_FIN_LEVEL3 = 16; static var SOUND_INI_LEVEL4 = 17; static var SOUND_FIN_LEVEL4 = 18; static var SOUND_INI_LEVEL5 = 19; static var SOUND_FIN_LEVEL5 = 20; static var SOUND_INI_LEVEL6 = 21; static var SOUND_FIN_LEVEL6 = 22; static var SOUND_INI_LEVEL7 = 23; static var SOUND_FIN_LEVEL7 = 24; static var SOUND_ITEM_MACHINEGUN = 25; static var SOUND_ITEM_BAZOKA = 26; static var SOUND_ITEM_LANZALLAMAS = 27; static var SOUND_ITEM_LIFE = 28; static var SOUND_ITEM_SPEEDUP = 29; static var SOUND_ITEM_SHIELD = 30; static var SOUND_ITEM_SUPERBOMB1 = 31; static var SOUND_ITEM_SUPERBOMB2 = 32; static var SOUND_ITEM_SUPERBOMB3 = 33; static var SOUND_ITEM_SUPERBOMB4 = 34; static var SOUND_SUPER_BOMB1 = 35; static var SOUND_SUPER_BOMB2 = 36; static var SOUND_SUPER_BOMB3 = 37; static var SOUND_SUPER_BOMB4 = 38; static var SOUND_BACKGROUND_A = 0; static var SOUND_BACKGROUND_B = 1; static var SOUND_BACKGROUND_C = 2; static var TOTAL_NAMES_AVAILABLE = 22; }
Symbol 2219 MovieClip [__Packages.cObject] Frame 0
class cObject { var _gWorld, _clip, _myName, _active, _type, _pos, _posInitial, _posLast, _yaw, _stepLength, _timeAcum, _impact, _animation, _clase, _lastState, _state, _iterator, _life, _onFire, _onFireTypeOfShoot, _onFireNumberOfShoots, _initialLifes, _belongs, _damage, _stateAlineation, _id, _waypoint, _iteratorVisibility, _iteratorToShoot, _isVisibleProtagonist, _nameDedicated, _distanceToShoot, _regionWaypoint, _behaviour, _yawFixed; function cObject (gWorld, clip, myName) { _gWorld = gWorld; _clip = clip; _myName = myName; _active = false; _clip._visible = false; } function init(type, pos, yaw, stepLength) { _type = type; _pos = new flash.geom.Point(pos.x, pos.y); _posInitial = new flash.geom.Point(pos.x, pos.y); _posLast = new flash.geom.Point(pos.x, pos.y); _yaw = yaw; _stepLength = stepLength; _timeAcum = 0; _impact = 0; _animation = -1; setActiveElement(); _clip._x = _pos.x; _clip._y = _pos.y; } function changeAnimation(p_nameAnimation, p_typeAnimation, p_mode) { if (_animation != p_typeAnimation) { _animation = p_typeAnimation; if (p_mode == 0) { _clip.gotoAndPlay(p_nameAnimation); } else { _clip.gotoAndStop(p_nameAnimation); } } } function freeResources() { _active = false; _clip._visible = false; _clip.removeMovieClip(); switch (_clase) { case Define.CLASS_PROTAGONIST : break; case Define.CLASS_ENEMY_TYPE : break; case Define.CLASS_ITEM : break; case Define.CLASS_SHOOT : break; case Define.CLASS_NPC : } } function changeState(newstate) { _lastState = _state; _state = newstate; _iterator = 0; _timeAcum = 0; } function testClipColision(p_clip, p_damage) { if (_active == true) { if (_life > 0) { if (p_clip.hitTest(_clip)) { _impact = _impact + p_damage; return(true); } } } } function desactiveElement() { if (_active == true) { _active = false; _clip._visible = false; } } function setActiveElement() { _active = true; _clip._visible = true; } function logic() { if (!_active) { if (_clip._visible) { _clip._visible = false; } return(false); } switch (_clase) { case Define.CLASS_PROTAGONIST : if (Define.DEBUG_PROTAGONIST) { trace("cObject.logic: CLASS PROTAGONIST"); } logicProtagonist(); break; case Define.CLASS_ENEMY_TYPE : logicEnemy(); break; case Define.CLASS_ITEM : logicItem(); break; case Define.CLASS_SHOOT : logicShoot(); break; case Define.CLASS_NPC : logicNPC(); } _clip._x = _pos.x; _clip._y = _pos.y; return(true); } function initProtagonist(type, pos, yaw, stepLength) { if (Define.DEBUG_PROTAGONIST) { trace("attachGameMovie: PROTAGONIST MOVIE ATTACHED"); } init(type, pos, yaw, stepLength); _clip.instGameClipShield._visible = false; _clase = Define.CLASS_PROTAGONIST; _onFire = false; _onFireTypeOfShoot = Define.OBJ_SHOOT_NORMAL; _onFireNumberOfShoots = 0; switch (_root.instGame.nmCurrentLevel) { case 0 : _pos.x = 530; _pos.y = 550; _life = 20; break; case 1 : _pos.x = 550; _pos.y = 550; _life = 30; break; case 2 : _pos.x = 550; _pos.y = 1400; _life = 35; break; case 3 : _pos.x = 100; _pos.y = 770; _life = 45; break; case 4 : _pos.x = 220; _pos.y = 550; _life = 45; break; case 5 : _pos.x = 650; _pos.y = 220; _life = 45; break; case 6 : _pos.x = 1090; _pos.y = 1090; _life = 70; break; case 7 : _pos.x = 1040; _pos.y = 1150; _life = 60; break; default : _pos.x = pos.x; _pos.y = pos.y; _life = 60; } _posInitial.x = pos.x; _posInitial.y = pos.y; _posLast.x = pos.x; _posLast.y = pos.y; if (_root.nmDifficultySetted != 4) { var _local4 = Math.floor(((_root.nmDifficultySetted - 1) * _life) / 4); _life = _life - _local4; _initialLifes = _life; } else { _life = 2; _initialLifes = _life; } changeState(STATE_PROTAGONIST_PRESENTATION); _clip.gotoAndPlay("protagonist_victory"); } function keyBoardInputMovement() { _posInitial.x = _pos.x; _posInitial.y = _pos.y; if (Key.isDown(39) || (Key.isDown(68))) { _posInitial.x = _posInitial.x + _stepLength; } if (Key.isDown(38) || (Key.isDown(87))) { _posInitial.y = _posInitial.y - _stepLength; } if (Key.isDown(37) || (Key.isDown(65))) { _posInitial.x = _posInitial.x - _stepLength; } if (Key.isDown(40) || (Key.isDown(83))) { _posInitial.y = _posInitial.y + _stepLength; } if (Key.isDown(32)) { if (_root.instGame.gNumberTotalSuperBomb > 0) { _root.instGame.exploteAllShoots(); _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_SUPER, _pos, _yaw, _stepLength * 2.5, _root.instGame.gNumberTotalSuperBomb, 0, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER); _root.instGame.gNumberTotalSuperBomb = 0; _root.instGame.logicInterfaceSuperBomb(); } } if ((_posInitial.x != _pos.x) || (_posInitial.y != _pos.y)) { var _local3 = ((((_posInitial.x - 20) < 0) || ((_posInitial.y - 40) < 0)) || ((_posInitial.x + 20) > _gWorld._iWidthWorldComplete)) || ((_posInitial.y + 20) > _gWorld._iHeightWorldComplete); if ((_gWorld.isCollision(_posInitial) == false) && (_local3 == false)) { _posLast.x = _pos.x; _posLast.y = _pos.y; _pos.x = _posInitial.x; _pos.y = _posInitial.y; if (_animation != ANIMATION_PROTAGONIST_WALK) { changeAnimation("protagonist_walk" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_WALK, 0); } } else { _clip.gotoAndPlay(""); if (_animation != ANIMATION_PROTAGONIST_QUIET) { changeAnimation("protagonist_quiet" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_QUIET, 0); } } } else if (_animation != ANIMATION_PROTAGONIST_QUIET) { changeAnimation("protagonist_quiet" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_QUIET, 0); } } function getAnimWeaponCarried() { switch (_onFireTypeOfShoot) { case Define.OBJ_SHOOT_METRALLETA : return("_metralladora"); case Define.OBJ_SHOOT_BAZOKA : return("_bazoka"); case Define.OBJ_SHOOT_LANZALLAMAS : return("_fire"); } return(""); } function logicProtagonist() { if (_impact > 0) { _life = _life - _impact; _impact = 0; _root.playGameSound(Define.SOUND_DAMAGE_PROTAGONIST, 1); if (_life <= 0) { if (_animation != ANIMATION_PROTAGONIST_DEATH) { changeAnimation("protagonist_death", ANIMATION_PROTAGONIST_DEATH, 0); } changeState(STATE_PROTAGONIST_LOSE); } _root.instGame.logicInterfacePlayer(); } switch (_state) { case STATE_PROTAGONIST_PRESENTATION : if (_iterator < 10) { _iterator++; } if (_iterator < 3) { if (_animation != ANIMATION_PROTAGONIST_VICTORY) { changeAnimation("protagonist_victory", ANIMATION_PROTAGONIST_VICTORY, 0); } } if (Key.isDown(32)) { changeState(STATE_PROTAGONIST_RUN); } break; case STATE_PROTAGONIST_RUN : keyBoardInputMovement(); var _local3 = new flash.geom.Point(_pos.x - _gWorld._myCamera.x, _pos.y - _gWorld._myCamera.y); var _local4 = new flash.geom.Point(_root.instGame.gMirilla.pos.x - _gWorld._myCamera.x, _root.instGame.gMirilla.pos.y - _gWorld._myCamera.y); _yaw = Define.setUpYawToPoint(_local3, _local4); Define.setMovieClipAlineation(_clip, _yaw); if (_iterator < 20) { _iterator++; } if (_onFire) { switch (_onFireTypeOfShoot) { case Define.OBJ_SHOOT_NORMAL : if (_iterator > 5) { _iterator = 0; if (_root.instGame.insertShootAvailable(Define.OBJ_SHOOT_NORMAL, _pos, _yaw, _stepLength * 2.5, SHOOT_FROM_PROTAGONIST, 0, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER - 1)) { _root.playGameSound(Define.SOUND_SHOOT_GUN, 1); } } break; case Define.OBJ_SHOOT_METRALLETA : if (_onFireNumberOfShoots > 0) { if (_iterator > 3) { _iterator = 0; _onFireNumberOfShoots--; if (_root.instGame.insertShootAvailable(Define.OBJ_SHOOT_METRALLETA, _pos, _yaw, _stepLength * 3.5, SHOOT_FROM_PROTAGONIST, 0, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER - 1)) { _root.playGameSound(Define.SOUND_SHOOT_MACHINEGUN, 1); } _root.instGame.logicInterfaceUpdateWeapon(_onFireNumberOfShoots, 0); } } else { _onFireTypeOfShoot = Define.OBJ_SHOOT_NORMAL; switch (_animation) { case ANIMATION_PROTAGONIST_WALK : _animation = -1; changeAnimation("protagonist_walk" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_WALK, 0); break; case ANIMATION_PROTAGONIST_QUIET : _animation = -1; changeAnimation("protagonist_quiet" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_QUIET, 0); } } break; case Define.OBJ_SHOOT_BAZOKA : if (_onFireNumberOfShoots > 0) { if (_iterator > 8) { _iterator = 0; _onFireNumberOfShoots--; if (_root.instGame.insertShootAvailable(Define.OBJ_SHOOT_BAZOKA, _pos, _yaw, _stepLength * 2.5, SHOOT_FROM_PROTAGONIST, 0, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER - 1)) { _root.playGameSound(Define.SOUND_SHOOT_BAZOOKA, 1); } _root.instGame.logicInterfaceUpdateWeapon(_onFireNumberOfShoots, 1); } } else { _onFireTypeOfShoot = Define.OBJ_SHOOT_NORMAL; switch (_animation) { case ANIMATION_PROTAGONIST_WALK : _animation = -1; changeAnimation("protagonist_walk" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_WALK, 0); break; case ANIMATION_PROTAGONIST_QUIET : _animation = -1; changeAnimation("protagonist_quiet" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_QUIET, 0); } } break; case Define.OBJ_SHOOT_LANZALLAMAS : if (_onFireNumberOfShoots > 0) { if (_iterator > 4) { _iterator = 0; _onFireNumberOfShoots--; if (_root.instGame.insertShootAvailable(Define.OBJ_SHOOT_LANZALLAMAS, _pos, _yaw, _stepLength * 2, SHOOT_FROM_PROTAGONIST, 0, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER - 1)) { _root.playGameSound(Define.SOUND_SHOOT_FIRE, 1); } _root.instGame.logicInterfaceUpdateWeapon(_onFireNumberOfShoots, 2); } } else { _onFireTypeOfShoot = Define.OBJ_SHOOT_NORMAL; switch (_animation) { case ANIMATION_PROTAGONIST_WALK : _animation = -1; changeAnimation("protagonist_walk" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_WALK, 0); break; case ANIMATION_PROTAGONIST_QUIET : _animation = -1; changeAnimation("protagonist_quiet" + getAnimWeaponCarried(), ANIMATION_PROTAGONIST_QUIET, 0); } } } } break; case STATE_PROTAGONIST_WIN : if (_iterator < 10) { _iterator++; } if (_iterator < 3) { if (_animation != ANIMATION_PROTAGONIST_VICTORY) { changeAnimation("protagonist_victory", ANIMATION_PROTAGONIST_VICTORY, 0); } _clip.gotoAndStop("protagonist_victory"); } if (Key.isDown(32)) { changeState(-1); } break; case STATE_PROTAGONIST_LOSE : if (_iterator < 10) { _iterator++; } if (_iterator < 3) { _clip.gotoAndStop("protagonist_death"); } if (Key.isDown(32)) { changeState(-1); } break; } } function initShoot(type, pos, yaw, stepLength, belongs) { if (Define.DEBUG_SHOOT) { trace("attachGameMovie: SHOOT MOVIE INITED"); } init(type, pos, yaw, stepLength); Define.setMovieClipAlineation(_clip, _yaw); _belongs = belongs; _clase = Define.CLASS_SHOOT; changeState(STATE_SHOOT_RUN); switch (_type) { case Define.OBJ_SHOOT_NORMAL : if (_belongs == SHOOT_FROM_PROTAGONIST) { _damage = Define.DAMAGE_PLAYER_SHOOT_NORMAL; _clip.gotoAndStop("shoot_normal_player"); } else { _damage = Define.DAMAGE_ENEMY_SHOOT_NORMAL; _clip.gotoAndStop("shoot_normal_enemy"); } break; case Define.OBJ_SHOOT_METRALLETA : if (_belongs == SHOOT_FROM_PROTAGONIST) { _damage = Define.DAMAGE_PLAYER_SHOOT_METRALLETA; _clip.gotoAndStop("shoot_fire_player"); } else { _damage = Define.DAMAGE_ENEMY_SHOOT_METRALLETA; _clip.gotoAndStop("shoot_metralla_enemy"); } break; case Define.OBJ_SHOOT_BAZOKA : if (_belongs == SHOOT_FROM_PROTAGONIST) { _damage = Define.DAMAGE_PLAYER_SHOOT_BAZOKA; _clip.gotoAndStop("shoot_bazoka_player"); } else { _damage = Define.DAMAGE_ENEMY_SHOOT_BAZOKA; _clip.gotoAndStop("shoot_bazoka_enemy"); } break; case Define.OBJ_SHOOT_LANZALLAMAS : if (_belongs == SHOOT_FROM_PROTAGONIST) { _damage = Define.DAMAGE_PLAYER_SHOOT_LANZALLAMAS; _clip.gotoAndStop("shoot_metralla_player"); } else { _damage = Define.DAMAGE_ENEMY_SHOOT_LANZALLAMAS; _clip.gotoAndStop("shoot_fire_enemy"); } break; case Define.OBJ_SHOOT_SUPER : _clip._rotation = 0; switch (_belongs) { case 1 : _root.playGameSoundStops(Define.SOUND_SUPER_BOMB1, 1); break; case 2 : _root.playGameSoundStops(Define.SOUND_SUPER_BOMB2, 1); break; case 3 : _root.playGameSoundStops(Define.SOUND_SUPER_BOMB3, 1); break; case 4 : _root.playGameSoundStops(Define.SOUND_SUPER_BOMB1, 1); _root.playGameSoundIndependently(Define.SOUND_FIN_LEVEL2, 1); } changeState(STATE_SHOOT_EXPLOSION); } _clip._visible = true; } function logicShoot() { if (_impact == 110) { _impact = 0; changeState(STATE_SHOOT_EXPLOSION); } switch (_state) { case STATE_SHOOT_RUN : if (Define.DEBUG_SHOOT) { trace((((((((((("cObject.logicShoot:(" + _pos.x) + ",") + _pos.y) + ")(") + _clip._x) + ",") + _clip._y) + ");yaw=") + _yaw) + ";stepLength=") + _stepLength); } _pos = Define.movePointYaw(_pos, _yaw, _stepLength); if (_iterator < 6) { _iterator++; if (_belongs == SHOOT_FROM_PROTAGONIST) { if (_iterator < 4) { switch (_type) { case Define.OBJ_SHOOT_NORMAL : _stateAlineation = 1; break; case Define.OBJ_SHOOT_METRALLETA : _stateAlineation = 2; break; case Define.OBJ_SHOOT_BAZOKA : _stateAlineation = 3; break; case Define.OBJ_SHOOT_LANZALLAMAS : _stateAlineation = 3; } } } else { switch (_type) { case Define.OBJ_SHOOT_NORMAL : _stateAlineation = 4; break; case Define.OBJ_SHOOT_METRALLETA : _stateAlineation = 2; break; case Define.OBJ_SHOOT_BAZOKA : _stateAlineation = 5; break; case Define.OBJ_SHOOT_LANZALLAMAS : _stateAlineation = 3; } } if (_iterator < _stateAlineation) { _clip._visible = false; } else if (!_clip._visible) { _clip._visible = true; } } if (_belongs == SHOOT_FROM_PROTAGONIST) { if (_root.instGame.testImpactEnemy(_pos, _damage) == true) { changeState(STATE_SHOOT_EXPLOSION); return(undefined); } if (_gWorld.isInsideScreen(_pos) == false) { changeState(STATE_SHOOT_NULL); return(undefined); } } else { var _local4 = _root.instGame.gProtagonist; var _local6 = Define.distancePoint(_pos, _local4._pos); if (_local4._clip.instGameClipShield._visible) { if (_local6 <= (Define.DISTANCE_HIT_SHOOT_PLAYER << 2)) { if (_local4._active) { changeState(STATE_SHOOT_EXPLOSION); return(undefined); } } } else if (_local6 <= Define.DISTANCE_HIT_SHOOT_PLAYER) { if (_local4._active) { _local4._impact = _local4._impact + _damage; changeState(STATE_SHOOT_EXPLOSION); return(undefined); } } } if (_gWorld.isCollision(_pos) == true) { _root.instGame.buildingTestColision(_gWorld.getPointMatrix(_pos), _damage); changeState(STATE_SHOOT_EXPLOSION); return(undefined); } _clip._x = _pos.x; _clip._y = _pos.y; break; case STATE_SHOOT_EXPLOSION : _timeAcum = _timeAcum + _root.instGame.gTimeDif; if (_timeAcum > 4000) { desactiveElement(); changeState(STATE_SHOOT_NULL); } _iterator++; if (_iterator == 1) { switch (_type) { case Define.OBJ_SHOOT_NORMAL : if (_belongs == SHOOT_FROM_PROTAGONIST) { _clip.gotoAndPlay("explosion_normal"); } else { _clip.gotoAndPlay("explosion_normal_enemy"); } break; case Define.OBJ_SHOOT_METRALLETA : if (_belongs == SHOOT_FROM_PROTAGONIST) { _clip.gotoAndPlay("explosion_fire"); } else { _clip.gotoAndPlay("explosion_metralla_enemy"); } break; case Define.OBJ_SHOOT_BAZOKA : if (_belongs == SHOOT_FROM_PROTAGONIST) { _clip.gotoAndPlay("explosion_bazoka"); } else { _clip.gotoAndPlay("explosion_bazoka_enemy"); } break; case Define.OBJ_SHOOT_LANZALLAMAS : if (_belongs == SHOOT_FROM_PROTAGONIST) { _clip.gotoAndPlay("explosion_metralla"); } else { _clip.gotoAndPlay("explosion_fire_enemy"); } break; case Define.OBJ_SHOOT_SUPER : if (_belongs > 4) { _belongs = 4; } _clip.gotoAndPlay("explosion_super" + _belongs); } } if (_type == Define.OBJ_SHOOT_SUPER) { if (_timeAcum < 500) { var _local5 = _gWorld.getPointMatrix(_pos); var _local3 = 4; switch (_belongs) { case 1 : _local3 = 2; break; case 2 : _local3 = 3; break; case 3 : _local3 = 4; break; case 4 : _local3 = 5; } _local5.x = _local5.x - _local3; _local5.y = _local5.y - _local3; _root.instGame.buildingTestDestruction(_local5, _local3 * 2, _local3 * 2); _root.instGame.testImpactEnemyByClip(_clip, 100); } } if (_clip._visible == false) { desactiveElement(); changeState(STATE_SHOOT_NULL); } break; case STATE_SHOOT_NULL : desactiveElement(); } } function initItem(type, pos) { if (Define.DEBUG_ITEM) { trace("attachGameMovie: ITEM MOVIE INITED"); } init(type, pos, 0, 0); _clase = Define.CLASS_ITEM; _timeAcum = 0; changeState(STATE_ITEM_RUN); switch (_type) { case Define.OBJ_ITEM_LIFE : _clip.gotoAndPlay("item_life"); break; case Define.OBJ_ITEM_METRALLETA : _clip.gotoAndPlay("item_metralleta"); break; case Define.OBJ_ITEM_BAZOKA : _clip.gotoAndPlay("item_bazoka"); break; case Define.OBJ_ITEM_LANZALLAMAS : _clip.gotoAndPlay("item_fire"); break; case Define.OBJ_ITEM_SLOW : _clip.gotoAndPlay("item_slow"); break; case Define.OBJ_ITEM_FAST : _clip.gotoAndPlay("item_fast"); break; case Define.OBJ_ITEM_SUPER : _clip.gotoAndPlay("item_super"); } _clip._visible = true; } function applyItem() { switch (_type) { case Define.OBJ_ITEM_LIFE : _root.instGame.gProtagonist._life = _root.instGame.gProtagonist._life + (_root.instGame.gProtagonist._initialLifes / 2); if (_root.instGame.gProtagonist._life > _root.instGame.gProtagonist._initialLifes) { _root.instGame.gProtagonist._life = _root.instGame.gProtagonist._initialLifes; } _root.instGame.logicInterfacePlayer(); _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_LIFE, 1); break; case Define.OBJ_ITEM_METRALLETA : if (_root.instGame.gProtagonist._onFireTypeOfShoot != Define.OBJ_SHOOT_METRALLETA) { _root.instGame.gProtagonist._onFireNumberOfShoots = 0; } _root.instGame.gProtagonist._onFireNumberOfShoots = _root.instGame.gProtagonist._onFireNumberOfShoots + 40; _root.instGame.gProtagonist._onFireTypeOfShoot = Define.OBJ_SHOOT_METRALLETA; _root.instGame.logicInterfaceUpdateWeapon(_root.instGame.gProtagonist._onFireNumberOfShoots, 0); _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_MACHINEGUN, 1); switch (_root.instGame.gProtagonist._animation) { case ANIMATION_PROTAGONIST_WALK : _root.instGame.gProtagonist._animation = -1; _root.instGame.gProtagonist.changeAnimation("protagonist_walk" + _root.instGame.gProtagonist.getAnimWeaponCarried(), ANIMATION_PROTAGONIST_WALK, 0); break; case ANIMATION_PROTAGONIST_QUIET : _root.instGame.gProtagonist._animation = -1; _root.instGame.gProtagonist.changeAnimation("protagonist_quiet" + _root.instGame.gProtagonist.getAnimWeaponCarried(), ANIMATION_PROTAGONIST_QUIET, 0); } break; case Define.OBJ_ITEM_BAZOKA : if (_root.instGame.gProtagonist._onFireTypeOfShoot != Define.OBJ_SHOOT_BAZOKA) { _root.instGame.gProtagonist._onFireNumberOfShoots = 0; } _root.instGame.gProtagonist._onFireNumberOfShoots = _root.instGame.gProtagonist._onFireNumberOfShoots + 20; _root.instGame.gProtagonist._onFireTypeOfShoot = Define.OBJ_SHOOT_BAZOKA; _root.instGame.logicInterfaceUpdateWeapon(_root.instGame.gProtagonist._onFireNumberOfShoots, 1); _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_BAZOKA, 1); switch (_root.instGame.gProtagonist._animation) { case ANIMATION_PROTAGONIST_WALK : _root.instGame.gProtagonist._animation = -1; _root.instGame.gProtagonist.changeAnimation("protagonist_walk" + _root.instGame.gProtagonist.getAnimWeaponCarried(), ANIMATION_PROTAGONIST_WALK, 0); break; case ANIMATION_PROTAGONIST_QUIET : _root.instGame.gProtagonist._animation = -1; _root.instGame.gProtagonist.changeAnimation("protagonist_quiet" + _root.instGame.gProtagonist.getAnimWeaponCarried(), ANIMATION_PROTAGONIST_QUIET, 0); } break; case Define.OBJ_ITEM_LANZALLAMAS : if (_root.instGame.gProtagonist._onFireTypeOfShoot != Define.OBJ_SHOOT_LANZALLAMAS) { _root.instGame.gProtagonist._onFireNumberOfShoots = 0; } _root.instGame.gProtagonist._onFireNumberOfShoots = _root.instGame.gProtagonist._onFireNumberOfShoots + 55; _root.instGame.gProtagonist._onFireTypeOfShoot = Define.OBJ_SHOOT_LANZALLAMAS; _root.instGame.logicInterfaceUpdateWeapon(_root.instGame.gProtagonist._onFireNumberOfShoots, 2); _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_LANZALLAMAS, 1); switch (_root.instGame.gProtagonist._animation) { case ANIMATION_PROTAGONIST_WALK : _root.instGame.gProtagonist._animation = -1; _root.instGame.gProtagonist.changeAnimation("protagonist_walk" + _root.instGame.gProtagonist.getAnimWeaponCarried(), ANIMATION_PROTAGONIST_WALK, 0); break; case ANIMATION_PROTAGONIST_QUIET : _root.instGame.gProtagonist._animation = -1; _root.instGame.gProtagonist.changeAnimation("protagonist_quiet" + _root.instGame.gProtagonist.getAnimWeaponCarried(), ANIMATION_PROTAGONIST_QUIET, 0); } break; case Define.OBJ_ITEM_SLOW : switch (_root.nmDifficultySetted) { case 0 : _root.instGame.gTimeacumFramerate = Define.TOTAL_TIME_SLOW_DOWN + 5000; break; case 1 : _root.instGame.gTimeacumFramerate = Define.TOTAL_TIME_SLOW_DOWN; break; case 2 : _root.instGame.gTimeacumFramerate = Define.TOTAL_TIME_SLOW_DOWN - 5000; break; default : _root.instGame.gTimeacumFramerate = Define.TOTAL_TIME_SLOW_DOWN - 8000; } _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_SHIELD, 1); _root.instGame.changeFrameRate(Define.SLOW_FRAME_RATE); _root.instGame.gProtagonist._clip.instGameClipShield._alpha = 100; _root.instGame.gProtagonist._clip.instGameClipShield._visible = true; _root.instGame.gBarCurrentTimeFast = 100000 /* 0x0186A0 */; _root.instGame.logicInterfaceSpeedTime(2, Define.TOTAL_TIME_SLOW_DOWN); break; case Define.OBJ_ITEM_FAST : _root.instGame.gProtagonist._clip.instGameClipShield._visible = false; _root.instGame.gProtagonist._clip.instGameClipShield._alpha = 100; _root.instGame.gTimeacumFramerate = Define.TOTAL_TIME_FAST_UP; _root.instGame.changeFrameRate(Define.FAST_FRAME_RATE); _root.instGame.gBarCurrentTimeFast = 100000 /* 0x0186A0 */; _root.instGame.logicInterfaceSpeedTime(1, Define.TOTAL_TIME_FAST_UP); _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_SPEEDUP, 1); break; case Define.OBJ_ITEM_SUPER : _root.instGame.gNumberTotalSuperBomb = _root.instGame.gNumberTotalSuperBomb + 1; if (_root.instGame.gNumberTotalSuperBomb > 4) { _root.instGame.gNumberTotalSuperBomb = 4; } _root.gSoundIsFinished = true; if (Define.ENABLE_EXTRA_GREAT_SOUNDS) { switch (_root.instGame.gNumberTotalSuperBomb) { case 1 : _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_SUPERBOMB1, 1); break; case 2 : _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_SUPERBOMB2, 1); break; case 3 : _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_SUPERBOMB3, 1); break; case 4 : _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_SUPERBOMB4, 1); } } else { _root.playGameSoundStops_AndWaitToFinish(Define.SOUND_ITEM_SUPERBOMB1, 1); } _root.instGame.logicInterfaceSuperBomb(); } } function logicItem() { switch (_state) { case STATE_ITEM_RUN : _timeAcum = _timeAcum + _root.instGame.gTimeDif; var _local3 = Define.distancePoint(_root.instGame.gProtagonist._pos, _pos); if (_local3 < ((_clip._width + _clip._height) >> 1)) { applyItem(); changeState(STATE_ITEM_NULL); } if (_timeAcum > 10000) { changeState(STATE_ITEM_EXIT); } break; case STATE_ITEM_EXIT : _timeAcum = _timeAcum + _root.instGame.gTimeDif; _iterator++; if ((_iterator % 10) < 5) { _clip._visible = false; } else { _clip._visible = true; } _local3 = Define.distancePoint(_root.instGame.gProtagonist._pos, _pos); if (_local3 < ((_clip._width + _clip._height) >> 1)) { applyItem(); changeState(STATE_ITEM_NULL); } if (_timeAcum > 3000) { changeState(STATE_ITEM_NULL); } break; case STATE_ITEM_NULL : desactiveElement(); } } function initEnemy(id, type, pos, yaw, stepLength) { if (Define.DEBUG_ENEMY) { trace("attachGameMovie: ENEMY MOVIE ATTACHED"); } init(type, pos, yaw, stepLength); _id = id; _clase = Define.CLASS_ENEMY_TYPE; _waypoint = new flash.geom.Point(-1, -1); _iteratorVisibility = _id; _iteratorToShoot = 0; _isVisibleProtagonist = isVisiblePoint(_root.instGame.gProtagonist._pos); _stepLength = _stepLength - Define.randRange(0, Math.floor(_stepLength / 3)); _nameDedicated = Define.getDedicatedName(Define.randRange(0, Define.TOTAL_NAMES_AVAILABLE)); switch (_type) { case Define.OBJ_ENEMY_TYPE_BASIC : _distanceToShoot = _gWorld._blockSizeX + Define.randRange(0, _gWorld._blockSizeX * 3); _life = Define.LIFE_ENEMY_TYPE_BASIC; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_ENEMY_TYPE); break; case Define.OBJ_ENEMY_TYPE_MEDIUM : _distanceToShoot = (_gWorld._blockSizeX * 2) + Define.randRange(0, _gWorld._blockSizeX); _life = Define.LIFE_ENEMY_TYPE_MEDIUM; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_ENEMY_TYPE); break; case Define.OBJ_ENEMY_TYPE_BAZOKA : _distanceToShoot = (_gWorld._blockSizeX * 2) + Define.randRange(0, _gWorld._blockSizeX); _life = Define.LIFE_ENEMY_TYPE_BAZOKA; _regionWaypoint = Define.randRange(0, 7); _behaviour = Define.randRange(0, 10); _clip.swapDepths(_id + Define.LAYER_ENEMY_TYPE); break; case Define.OBJ_ENEMY_TYPE_GENERAL : _distanceToShoot = (_gWorld._blockSizeX * 2) + Define.randRange(0, _gWorld._blockSizeX); _life = Define.LIFE_ENEMY_TYPE_GENERAL; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_ENEMY_TYPE); break; case Define.OBJ_ENEMY_TYPE_MOTORBIKE : _distanceToShoot = (_gWorld._blockSizeX * 3) + Define.randRange(0, _gWorld._blockSizeX); _life = Define.LIFE_ENEMY_TYPE_MOTORBIKE; _regionWaypoint = 8; _clip.swapDepths(_id + Define.LAYER_ENEMY_MOTORBIKE); _behaviour = BEHAVIOUR_GO_FOR_THE_PLAYER; break; case Define.OBJ_ENEMY_TYPE_TANK : _distanceToShoot = (_gWorld._blockSizeX * 2) + Define.randRange(0, _gWorld._blockSizeX); _life = Define.LIFE_ENEMY_TYPE_TANK; _regionWaypoint = 8; _clip.swapDepths(_id + Define.LAYER_ENEMY_TANK); break; case Define.OBJ_ENEMY_TYPE_CHOPTER : _distanceToShoot = (_gWorld._blockSizeX * 4) + Define.randRange(0, _gWorld._blockSizeX); _life = Define.LIFE_ENEMY_TYPE_CHOPTER; _regionWaypoint = 8; _clip.swapDepths(_id + Define.LAYER_ENEMY_CHOPTER); _behaviour = BEHAVIOUR_GO_FOR_THE_PLAYER; _isVisibleProtagonist = true; } _initialLifes = _life; changeState(STATE_ENEMY_RUN); } function getEnemyNameAnimation(p_animation) { var _local2; switch (_type) { case Define.OBJ_ENEMY_TYPE_BASIC : _local2 = "soldier_normal_"; break; case Define.OBJ_ENEMY_TYPE_MEDIUM : _local2 = "soldier_medium_"; break; case Define.OBJ_ENEMY_TYPE_BAZOKA : _local2 = "soldier_high_"; break; case Define.OBJ_ENEMY_TYPE_GENERAL : _local2 = "soldier_general_"; break; case Define.OBJ_ENEMY_TYPE_MOTORBIKE : _local2 = "vehicle_motorbike_"; break; case Define.OBJ_ENEMY_TYPE_TANK : _local2 = "vehicle_tank_"; break; case Define.OBJ_ENEMY_TYPE_CHOPTER : _local2 = "vehicle_chopter_"; break; case Define.OBJ_NPC_CAR_1 : _local2 = "npc_car1_"; break; case Define.OBJ_NPC_CAR_2 : _local2 = "npc_car2_"; break; case Define.OBJ_NPC_CAR_3 : _local2 = "npc_car3_"; break; case Define.OBJ_NPC_HUMAN_1 : _local2 = "npc_human1_"; break; case Define.OBJ_NPC_HUMAN_2 : _local2 = "npc_human2_"; break; case Define.OBJ_NPC_HUMAN_3 : _local2 = "npc_human3_"; } switch (p_animation) { case ANIMATION_ENEMY_QUIET : _local2 = _local2 + "quiet"; break; case ANIMATION_ENEMY_WALK : _local2 = _local2 + "walk"; break; case ANIMATION_ENEMY_DEATH : _local2 = _local2 + "death"; } return(_local2); } function isVisiblePoint(p_pos) { var _local3 = Define.setUpYawToPoint(_pos, p_pos); var _local2 = new flash.geom.Point(_pos.x, _pos.y); do { _local2 = Define.moveYaw(_local2, _local3, _stepLength); if (_gWorld.isCollision(_local2) == true) { return(false); } } while (Define.distancePoint(_local2, p_pos) > (_stepLength << 1)); return(true); } function logicBehaviourEnemy_FollowWaypoint(p_pos) { var _local3; if ((_waypoint.x == -1) && (_waypoint.y == -1)) { _isVisibleProtagonist = isVisiblePoint(p_pos); if (_isVisibleProtagonist == true) { return(undefined); } var _local5 = _gWorld.accionBuscarCamino(_pos.x >> _gWorld._blockPotenceSizeX, _pos.y >> _gWorld._blockPotenceSizeY, p_pos.x >> _gWorld._blockPotenceSizeX, p_pos.y >> _gWorld._blockPotenceSizeY); var _local2 = new flash.geom.Point(_pos.x >> _gWorld._blockPotenceSizeX, _pos.y >> _gWorld._blockPotenceSizeY); _local2 = Define.moveDirection(_local2, _local5, 1); _local2.x = (_local2.x << _gWorld._blockPotenceSizeX) + (_gWorld._blockSizeX >> 1); _local2.y = (_local2.y << _gWorld._blockPotenceSizeY) + (_gWorld._blockSizeY >> 1); switch (_regionWaypoint) { case 0 : _local2.x = _local2.x - (_gWorld._blockSizeX >> 2); _local2.y = _local2.y - (_gWorld._blockSizeY >> 2); break; case 1 : _local2.y = _local2.y - (_gWorld._blockSizeY >> 2); break; case 2 : _local2.x = _local2.x + (_gWorld._blockSizeX >> 2); _local2.y = _local2.y - (_gWorld._blockSizeY >> 2); break; case 3 : _local2.x = _local2.x - (_gWorld._blockSizeX >> 2); break; case 4 : _local2.x = _local2.x + (_gWorld._blockSizeX >> 2); break; case 5 : _local2.x = _local2.x - (_gWorld._blockSizeX >> 2); _local2.y = _local2.y + (_gWorld._blockSizeY >> 2); break; case 6 : _local2.y = _local2.y + (_gWorld._blockSizeY >> 2); break; case 7 : _local2.x = _local2.x + (_gWorld._blockSizeX >> 2); _local2.y = _local2.y + (_gWorld._blockSizeY >> 2); break; } _waypoint.x = _local2.x; _waypoint.y = _local2.y; _local3 = Define.logicAlineation(_yaw, _pos, _waypoint); _stateAlineation = _local3.y; } else if (_stateAlineation != 0) { _local3 = Define.logicAlineation(_yaw, _pos, _waypoint); _yaw = _local3.x; Define.setMovieClipAlineation(_clip, _yaw); _pos = Define.moveYaw(_pos, _yaw, _stepLength); if (Math.abs(_local3.y) < (_stepLength << 1)) { _stateAlineation = 0; } } else { _local3 = Define.logicAlineation(_yaw, _pos, _waypoint); _yaw = _local3.x; _pos = Define.moveYaw(_pos, _yaw, _stepLength); Define.setMovieClipAlineation(_clip, _yaw); if (Define.distancePoint(_pos, _waypoint) <= (_stepLength << 2)) { _waypoint.x = -1; _waypoint.y = -1; } } } function logicBehaviourEnemy() { var _local4; var _local9 = -1; var _local5 = _root.instGame.gProtagonist; if (_isVisibleProtagonist == false) { if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } logicBehaviourEnemy_FollowWaypoint(_local5._pos); } else { _iteratorVisibility++; if (_iteratorVisibility > Define.TOTAL_NUMBER_OF_ENEMIES) { _iteratorVisibility = 0; if (_type != Define.OBJ_ENEMY_TYPE_CHOPTER) { _isVisibleProtagonist = isVisiblePoint(_local5._pos); } else { _isVisibleProtagonist = true; } } var _local3 = Define.distancePoint(_pos, _local5._pos); if (_local3 < Define.DISTANCE_HIT_FOR_ENEMY_COLLISION_WITH_PLAYER) { _impact = _life + 1; return(undefined); } switch (_type) { case Define.OBJ_ENEMY_TYPE_BASIC : _local4 = Define.logicAlineation(_yaw, _pos, _local5._pos); _yaw = _local4.x; Define.setMovieClipAlineation(_clip, _yaw); if (_local3 > _distanceToShoot) { if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } _pos = Define.moveYaw(_pos, _yaw, _stepLength); _iteratorToShoot++; if (_iteratorToShoot > 50) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_NORMAL, _pos, _yaw, _stepLength * 1.5, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } else { if (_animation != ANIMATION_ENEMY_QUIET) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_QUIET), ANIMATION_ENEMY_QUIET, 0); } _iteratorToShoot++; if (_iteratorToShoot > 35) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_NORMAL, _pos, _yaw, _stepLength * 1.5, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } break; case Define.OBJ_ENEMY_TYPE_MEDIUM : _local4 = Define.logicAlineation(_yaw, _pos, _local5._pos); _yaw = _local4.x; Define.setMovieClipAlineation(_clip, _yaw); if (_local3 > _distanceToShoot) { if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } _pos = Define.moveYaw(_pos, _yaw, _stepLength); _iteratorToShoot++; if (_iteratorToShoot > 40) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_METRALLETA, _pos, _yaw, _stepLength * 2.5, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } else { if (_local3 < (_distanceToShoot - (_stepLength << 2))) { if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } var _local6 = Define.moveYaw(_pos, _yaw + Math.PI, _stepLength); var _local8 = ((((_local6.x - 20) < 0) || ((_local6.y - 20) < 0)) || ((_local6.x + 20) > _gWorld._iWidthWorldComplete)) || ((_local6.y + 20) > _gWorld._iHeightWorldComplete); if ((_gWorld.isCollision(_local6) == false) && (_local8 == false)) { _pos.x = _local6.x; _pos.y = _local6.y; } } else if (_animation != ANIMATION_ENEMY_QUIET) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_QUIET), ANIMATION_ENEMY_QUIET, 0); } _iteratorToShoot++; if (_iteratorToShoot > 30) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_METRALLETA, _pos, _yaw, _stepLength * 2.5, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } break; case Define.OBJ_ENEMY_TYPE_BAZOKA : _local4 = Define.logicAlineation(_yaw, _pos, _local5._pos); _yaw = _local4.x; Define.setMovieClipAlineation(_clip, _yaw); if (_local3 > _distanceToShoot) { if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } _pos = Define.moveYaw(_pos, _yaw, _stepLength); _iteratorToShoot++; if (_iteratorToShoot > 60) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_BAZOKA, _pos, _yaw, _stepLength * 1.29, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } else { if (_local3 < (_distanceToShoot - (_stepLength << 2))) { if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } var _local7; if (_behaviour < 5) { _local7 = -1; } else { _local7 = 1; } var _local6 = Define.moveYaw(_pos, _yaw + _local7, _stepLength); _local6 = Define.moveYaw(_local6, _yaw + Math.PI, _stepLength); var _local8 = ((((_local6.x - 20) < 0) || ((_local6.y - 20) < 0)) || ((_local6.x + 20) > _gWorld._iWidthWorldComplete)) || ((_local6.y + 20) > _gWorld._iHeightWorldComplete); if ((_gWorld.isCollision(_local6) == false) && (_local8 == false)) { _pos.x = _local6.x; _pos.y = _local6.y; } else { _behaviour = _behaviour + 5; _behaviour = _behaviour % 10; } _local4 = Define.logicAlineation(_yaw, _pos, _local5._pos); _yaw = _local4.x; Define.setMovieClipAlineation(_clip, _yaw); } else if (_animation != ANIMATION_ENEMY_QUIET) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_QUIET), ANIMATION_ENEMY_QUIET, 0); } _iteratorToShoot++; if (_iteratorToShoot > 40) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_BAZOKA, _pos, _yaw, _stepLength * 1.29, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } break; case Define.OBJ_ENEMY_TYPE_GENERAL : _local4 = Define.logicAlineation(_yaw, _pos, _local5._pos); _yaw = _local4.x; Define.setMovieClipAlineation(_clip, _yaw); if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } _pos = Define.moveYaw(_pos, _yaw, _stepLength); if (_local3 > _distanceToShoot) { _iteratorToShoot++; if (_iteratorToShoot > 40) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_NORMAL, _pos, _yaw, _stepLength * 2.8, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } else { _iteratorToShoot++; if (_iteratorToShoot > 20) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_NORMAL, _pos, _yaw, _stepLength * 2.8, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } break; case Define.OBJ_ENEMY_TYPE_MOTORBIKE : switch (_behaviour) { case BEHAVIOUR_GO_FOR_THE_PLAYER : _local4 = Define.logicAlineation(_yaw, _pos, _local5._pos); _yaw = _local4.x; Define.setMovieClipAlineation(_clip, _yaw); if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } _pos = Define.moveYaw(_pos, _yaw, _stepLength); if ((_local3 > (_distanceToShoot >> 1)) && (_local3 < _distanceToShoot)) { _iteratorToShoot++; if (_iteratorToShoot > 10) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_LANZALLAMAS, _pos, _yaw, _stepLength * 1.5, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } if (_local3 < (_distanceToShoot >> 1)) { _behaviour = BEHAVIOUR_AWAY_FROM_PLAYER; _yawFixed = _yaw; } break; case BEHAVIOUR_AWAY_FROM_PLAYER : _yaw = _yawFixed; Define.setMovieClipAlineation(_clip, _yaw); if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } var _local6 = Define.moveYaw(_pos, _yaw, _stepLength); var _local8 = ((((_local6.x - 20) < 0) || ((_local6.y - 20) < 0)) || ((_local6.x + 20) > _gWorld._iWidthWorldComplete)) || ((_local6.y + 20) > _gWorld._iHeightWorldComplete); if ((_gWorld.isCollision(_local6) == false) && (_local8 == false)) { _pos.x = _local6.x; _pos.y = _local6.y; } else { _behaviour = BEHAVIOUR_GO_FOR_THE_PLAYER; } if (_local3 <= _distanceToShoot) { break; } _behaviour = BEHAVIOUR_GO_FOR_THE_PLAYER; } break; case Define.OBJ_ENEMY_TYPE_TANK : _local4 = Define.logicAlineation(_yaw, _pos, _local5._pos); _yaw = _local4.x; Define.setMovieClipAlineation(_clip, _yaw); if (_local3 > _distanceToShoot) { if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } _pos = Define.moveYaw(_pos, _yaw, _stepLength); _iteratorToShoot++; if (_iteratorToShoot > 45) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_BAZOKA, _pos, _yaw, _stepLength * 2, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } else { if (_animation != ANIMATION_ENEMY_QUIET) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_QUIET), ANIMATION_ENEMY_QUIET, 0); } _iteratorToShoot++; if (_iteratorToShoot > 30) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_BAZOKA, _pos, _yaw, _stepLength * 2, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } break; case Define.OBJ_ENEMY_TYPE_CHOPTER : switch (_behaviour) { case BEHAVIOUR_GO_FOR_THE_PLAYER : _local4 = Define.logicAlineation(_yaw, _pos, _local5._pos); _yaw = _local4.x; Define.setMovieClipAlineation(_clip, _yaw); if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } _pos = Define.moveYaw(_pos, _yaw, _stepLength); if ((_local3 > (_distanceToShoot >> 1)) && (_local3 < _distanceToShoot)) { _iteratorToShoot++; if (_iteratorToShoot > 10) { _iteratorToShoot = 0; _root.instGame.insertShootAvailable(Define.OBJ_SHOOT_METRALLETA, _pos, _yaw, _stepLength * 1.7, SHOOT_FROM_ENEMY, Define.TOTAL_NUMBER_OF_SHOOTS_FOR_PLAYER, _root.instGame.gLimitOfTheNumberOfTotalShoots); } } if (_local3 < (_distanceToShoot >> 1)) { _behaviour = BEHAVIOUR_AWAY_FROM_PLAYER; _yawFixed = _yaw; } break; case BEHAVIOUR_AWAY_FROM_PLAYER : _yaw = _yawFixed; Define.setMovieClipAlineation(_clip, _yaw); if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } _pos = Define.moveYaw(_pos, _yaw, _stepLength); if (_local3 <= _distanceToShoot) { break; } _behaviour = BEHAVIOUR_GO_FOR_THE_PLAYER; } } } } function logicEnemy() { if (_impact > 0) { _life = _life - _impact; _impact = 0; if (_life <= 0) { _root.playGameSound(Define.SOUND_DEATH_VEHICLES, 1); changeState(STATE_ENEMY_DEATH); _root.instGame.logicInterfaceUpdateKills(); _life = 0; } } switch (_state) { case STATE_ENEMY_RUN : if (_iterator < 10) { _iterator++; } logicBehaviourEnemy(); break; case STATE_ENEMY_DEATH : _timeAcum = _timeAcum + _root.instGame.gTimeDif; if (_timeAcum > 5000) { desactiveElement(); changeState(-1); } if (_iterator < 10) { _iterator++; } if (_iterator < 3) { _animation = ANIMATION_ENEMY_DEATH; _clip.gotoAndPlay(getEnemyNameAnimation(ANIMATION_ENEMY_DEATH)); } if (_clip._visible == false) { var _local4 = 4; switch (_root.instGame.nmCurrentLevel) { case 0 : case 1 : case 2 : _local4 = 4; break; default : _local4 = 6; } if (Define.randRange(0, 10) > _local4) { var _local3 = Define.randRange(0, 6); switch (_root.instGame.nmCurrentLevel) { case 0 : if (_local3 > 1) { _local3 = -1; } break; case 1 : if (_local3 > 3) { _local3 = -1; } break; case 2 : if (_local3 > 4) { _local3 = -1; } break; case 3 : if (_local3 > 5) { _local3 = -1; } break; } if (_local3 == 2) { _local3 = -1; if (Define.randRange(0, 10) > 7) { _local3 = 2; } } if (_local3 != -1) { _root.instGame.insertItemAvailable(Define.OBJ_ITEM_LIFE + _local3, _pos); } } desactiveElement(); changeState(-1); } break; default : desactiveElement(); } } function initNPC(id, type, pos, yaw, stepLength) { if (Define.DEBUG_NPC) { trace("attachGameMovie: NPC MOVIE ATTACHED"); } init(type, pos, yaw, stepLength); _id = id; _clase = Define.CLASS_NPC; _waypoint = new flash.geom.Point(-1, -1); _iteratorVisibility = _id; _iteratorToShoot = 0; _isVisibleProtagonist = isVisiblePoint(_root.instGame.gProtagonist._pos); _stepLength = _stepLength - Define.randRange(0, Math.floor(_stepLength / 3)); _nameDedicated = Define.getDedicatedName(Define.randRange(0, Define.TOTAL_NAMES_AVAILABLE)); _behaviour = 0; switch (_type) { case Define.OBJ_NPC_CAR_1 : _distanceToShoot = _gWorld._blockSizeX + (Define.randRange(0, _gWorld._blockSizeX) / 2); _life = 15; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_NPC_CAR); break; case Define.OBJ_NPC_CAR_2 : _distanceToShoot = _gWorld._blockSizeX + (Define.randRange(0, _gWorld._blockSizeX) / 2); _life = 15; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_NPC_CAR); break; case Define.OBJ_NPC_CAR_3 : _distanceToShoot = _gWorld._blockSizeX + (Define.randRange(0, _gWorld._blockSizeX) / 2); _life = 15; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_NPC_CAR); break; case Define.OBJ_NPC_HUMAN_1 : _distanceToShoot = (_gWorld._blockSizeX / 2) + (Define.randRange(0, _gWorld._blockSizeX) / 2); _life = 5; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_NPC_HUMAN); break; case Define.OBJ_NPC_HUMAN_2 : _distanceToShoot = (_gWorld._blockSizeX / 2) + (Define.randRange(0, _gWorld._blockSizeX) / 2); _life = 5; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_NPC_HUMAN); break; case Define.OBJ_NPC_HUMAN_3 : _distanceToShoot = (_gWorld._blockSizeX / 2) + (Define.randRange(0, _gWorld._blockSizeX) / 2); _life = 5; _regionWaypoint = Define.randRange(0, 7); _clip.swapDepths(_id + Define.LAYER_NPC_HUMAN); } _initialLifes = _life; changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_QUIET), ANIMATION_ENEMY_QUIET, 0); changeState(STATE_NPC_RUN); } function logicBehaviourNPC() { var _local7; var _local8 = -1; var _local4 = _root.instGame.gProtagonist; var _local3 = Define.distancePoint(_pos, _local4._pos); if (_local3 < ((_clip._width + _local4._clip._width) >> 1)) { _impact = _life + 1; return(undefined); } if (_isVisibleProtagonist == false) { if (_animation != ANIMATION_ENEMY_QUIET) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_QUIET), ANIMATION_ENEMY_QUIET, 0); } logicBehaviourEnemy_FollowWaypoint(_local4._pos); } else { _iteratorVisibility++; if (_iteratorVisibility > Define.TOTAL_NUMBER_OF_NPCS) { _iteratorVisibility = 0; _isVisibleProtagonist = isVisiblePoint(_local4._pos); } if ((_local3 > (_distanceToShoot << 2)) && (_behaviour == 0)) { _yaw = Define.setUpYawToPoint(_pos, _local4._pos); Define.setMovieClipAlineation(_clip, _yaw); var _local5 = Define.moveYaw(_pos, _yaw, _stepLength); if (_gWorld.isCollision(_local5) == false) { _pos.x = _local5.x; _pos.y = _local5.y; } _local3 = Define.distancePoint(_pos, _local4._pos); if (_local3 <= (_distanceToShoot << 2)) { _behaviour = 1; switch (Define.randRange(0, 3)) { case 0 : _yaw = Define.getRadians(0); break; case 1 : _yaw = Define.getRadians(90); break; case 2 : _yaw = Define.getRadians(180); break; case 3 : _yaw = Define.getRadians(270); } Define.setMovieClipAlineation(_clip, _yaw); } } else { if (_local3 > (_distanceToShoot << 4)) { _behaviour = 0; } if (_local3 > _distanceToShoot) { if (_animation != ANIMATION_ENEMY_QUIET) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_QUIET), ANIMATION_ENEMY_QUIET, 0); } var _local5 = Define.moveYaw(_pos, _yaw, _stepLength); if (_gWorld.isCollision(_local5) == false) { _pos.x = _local5.x; _pos.y = _local5.y; } else { switch (Define.randRange(0, 3)) { case 0 : _yaw = Define.getRadians(0); break; case 1 : _yaw = Define.getRadians(90); break; case 2 : _yaw = Define.getRadians(180); break; case 3 : _yaw = Define.getRadians(270); } Define.setMovieClipAlineation(_clip, _yaw); } } else { if (_animation != ANIMATION_ENEMY_WALK) { changeAnimation(getEnemyNameAnimation(ANIMATION_ENEMY_WALK), ANIMATION_ENEMY_WALK, 0); } var _local6 = Define.getRadians(180); _local7 = Define.logicAlineation(_yaw, _pos, _local4._pos); _yaw = _local7.x; Define.setMovieClipAlineation(_clip, _yaw + _local6); var _local5 = Define.moveYaw(_pos, _yaw + _local6, _stepLength); if (_gWorld.isCollision(_local5) == false) { _pos.x = _local5.x; _pos.y = _local5.y; } _local3 = Define.distancePoint(_pos, _local4._pos); if (_local3 > _distanceToShoot) { switch (Define.randRange(0, 3)) { case 0 : _yaw = Define.getRadians(0); break; case 1 : _yaw = Define.getRadians(90); break; case 2 : _yaw = Define.getRadians(180); break; case 3 : _yaw = Define.getRadians(270); } Define.setMovieClipAlineation(_clip, _yaw); } } } } } function logicNPC() { if (_impact > 0) { _life = _life - _impact; _impact = 0; if (_life <= 0) { if (_type <= Define.OBJ_NPC_CAR_3) { _root.playGameSound(Define.SOUND_DEATH_VEHICLES, 1); } else { _root.playGameSound(Define.SOUND_DEATH_HUMAN, 1); } changeState(STATE_NPC_DESTROY); _life = 0; } } switch (_state) { case STATE_NPC_RUN : if (_iterator < 10) { _iterator++; } logicBehaviourNPC(); break; case STATE_NPC_FEAR : break; case STATE_NPC_DESTROY : _timeAcum = _timeAcum + _root.instGame.gTimeDif; if (_timeAcum > 5000) { desactiveElement(); changeState(-1); return(undefined); } if (_iterator < 10) { _iterator++; } if (_iterator == 1) { _animation = ANIMATION_ENEMY_DEATH; _clip.gotoAndPlay(getEnemyNameAnimation(ANIMATION_ENEMY_DEATH)); } if (_clip._visible == false) { var _local4 = 4; _local4 = 6; if (Define.randRange(0, 10) > _local4) { var _local3 = Define.randRange(0, 6); switch (_root.instGame.nmCurrentLevel) { case 0 : if (_local3 > 1) { _local3 = -1; } break; case 1 : if (_local3 > 3) { _local3 = -1; } break; case 2 : if (_local3 > 4) { _local3 = -1; } break; case 3 : if (_local3 > 5) { _local3 = -1; } break; } if (_local3 == 2) { _local3 = -1; if (Define.randRange(0, 10) > 7) { _local3 = 2; } } if (_local3 != -1) { _root.instGame.insertItemAvailable(Define.OBJ_ITEM_LIFE + _local3, _pos); } } desactiveElement(); changeState(-1); } break; default : desactiveElement(); } } static var STATE_PROTAGONIST_PRESENTATION = 0; static var STATE_PROTAGONIST_RUN = 1; static var STATE_PROTAGONIST_WIN = 2; static var STATE_PROTAGONIST_LOSE = 3; static var ANIMATION_PROTAGONIST_QUIET = 0; static var ANIMATION_PROTAGONIST_WALK = 1; static var ANIMATION_PROTAGONIST_VICTORY = 2; static var ANIMATION_PROTAGONIST_DEATH = 3; static var STATE_SHOOT_RUN = 0; static var STATE_SHOOT_EXPLOSION = 1; static var STATE_SHOOT_NULL = 2; static var SHOOT_FROM_PROTAGONIST = 1; static var SHOOT_FROM_ENEMY = 2; static var STATE_ITEM_RUN = 0; static var STATE_ITEM_EXIT = 1; static var STATE_ITEM_NULL = 2; static var STATE_ENEMY_RUN = 0; static var STATE_ENEMY_DEATH = 1; static var ANIMATION_ENEMY_QUIET = 0; static var ANIMATION_ENEMY_WALK = 1; static var ANIMATION_ENEMY_DEATH = 2; static var BEHAVIOUR_GO_FOR_THE_PLAYER = 0; static var BEHAVIOUR_AWAY_FROM_PLAYER = 1; static var STATE_NPC_RUN = 1; static var STATE_NPC_FEAR = 2; static var STATE_NPC_DESTROY = 3; }
Symbol 2220 MovieClip [__Packages.Worldmap] Frame 0
class Worldmap { var _game, _world, _state, _matrixLevel, _currentLevel, _myCamera, _myLastCamera, _screenSize, _screenWidthDiv2, _screenHeightDiv2, _iFrontierXLow, _iFrontierYLow, _modeOfTiles, _docxml, _widthMatrix, _heightMatrix, _blockSizeX, _blockPotenceSizeX, _blockSizeY, _blockPotenceSizeY, _iFrontierXHigh, _iFrontierYHigh, _iWidthWorldComplete, _iHeightWorldComplete, _bitmapDataTileMap, _bitmapDataGlobalMap, _bitmapDataDust, _matrizAI, _totalCellMatriz, _iterator, _stepEarthquake; function Worldmap (game, world, currentLevel, myCamera, screenSize, modeOfTiles) { _game = game; _world = world; _state = STATE_NORMAL; _matrixLevel = new Array(); _currentLevel = currentLevel; _myCamera = new flash.geom.Point(myCamera.x, myCamera.y); _myLastCamera = new flash.geom.Point(myCamera.x, myCamera.y); _screenSize = new flash.geom.Point(screenSize.x, screenSize.y); _screenWidthDiv2 = _screenSize.x / 2; _screenHeightDiv2 = _screenSize.y / 2; _iFrontierXLow = _screenWidthDiv2; _iFrontierYLow = _screenHeightDiv2; _modeOfTiles = modeOfTiles; if (Define.ENABLE_XML_FILE_INTEGRATED) { var _local20 = new String(cXml.XML_LEVELS[currentLevel]); _docxml = new XML(_local20); _docxml.ignoreWhite = true; var _local12; var _local15; var _local17; var _local16; var _local14; var _local13; var _local25; var _local26; var _local5 = 0; while (_local5 < _docxml.firstChild.childNodes.length) { if (Define.DEBUG_XML_LOAD) { if (_local5 != 6) { trace((("Propiedad(" + _local5) + ")=") + _docxml.firstChild.childNodes[_local5].attributes.name); } } var _local3 = _docxml.firstChild.childNodes[_local5].firstChild.nodeValue; if (Define.DEBUG_XML_LOAD) { trace((("Dato(" + _local5) + ")=") + _local3); } switch (_local5) { case 0 : _widthMatrix = new Number(_local3); break; case 1 : _heightMatrix = new Number(_local3); break; case 2 : _blockSizeX = new Number(_local3); _blockPotenceSizeX = 7; break; case 3 : _blockSizeY = new Number(_local3); _blockPotenceSizeY = 7; break; case 4 : _local12 = _local3.split(","); break; case 5 : _local15 = _local3.split(","); break; case 6 : _local17 = _local3.split(","); break; case 7 : _local16 = _local3.split(","); break; case 8 : _local14 = _local3.split(","); break; case 9 : _local13 = _local3.split(","); } _local5++; } var _local18 = Number(_widthMatrix) * Number(_heightMatrix); _matrixLevel = new Array(_local18); var _local4 = 1; while (_local4 <= _local18) { var _local9 = new Number(_local12[_local4]); var _local11 = new Number(_local15[_local4]); var _local7 = new Number(_local17[_local4]); var _local10 = new Number(_local16[_local4]); var _local8 = new Number(_local14[_local4]); var _local6 = new Number(_local13[_local4]); _matrixLevel[_local4 - 1] = [Number(_local9), Number(_local11), Number(_local7), Number(_local10), Number(_local8), Number(_local6)]; _local4++; } _iFrontierXHigh = (_widthMatrix * _blockSizeX) - _iFrontierXLow; _iFrontierYHigh = (_heightMatrix * _blockSizeY) - _iFrontierYLow; _iWidthWorldComplete = _widthMatrix * _blockSizeX; _iHeightWorldComplete = _heightMatrix * _blockSizeY; switch (_root.gCurrentLevel) { case 0 : case 1 : buildBoardBitmapData("tilemap1"); break; case 2 : case 3 : buildBoardBitmapData("tilemap2"); break; case 4 : buildBoardBitmapData("tilemap4"); break; default : buildBoardBitmapData("tilemap3"); } } else { _docxml = new XML(); _docxml.ignoreWhite = true; _docxml.onLoad = function () { var _local11; var _local14; var _local16; var _local15; var _local13; var _local12; var _local18; var _local19; var _local4 = 0; while (_local4 < _root.instGame.gWorld._docxml.firstChild.childNodes.length) { if (Define.DEBUG_XML_LOAD) { if (_local4 != 6) { trace((("Propiedad(" + _local4) + ")=") + _root.instGame.gWorld._docxml.firstChild.childNodes[_local4].attributes.name); } } var _local2 = _root.instGame.gWorld._docxml.firstChild.childNodes[_local4].firstChild.nodeValue; if (Define.DEBUG_XML_LOAD) { trace((("Dato(" + _local4) + ")=") + _local2); } switch (_local4) { case 0 : _root.instGame.gWorld._widthMatrix = new Number(_local2); break; case 1 : _root.instGame.gWorld._heightMatrix = new Number(_local2); break; case 2 : _root.instGame.gWorld._blockSizeX = new Number(_local2); _root.instGame.gWorld._blockPotenceSizeX = 7; break; case 3 : _root.instGame.gWorld._blockSizeY = new Number(_local2); _root.instGame.gWorld._blockPotenceSizeY = 7; break; case 4 : _local11 = _local2.split(","); break; case 5 : _local14 = _local2.split(","); break; case 6 : _local16 = _local2.split(","); break; case 7 : _local15 = _local2.split(","); break; case 8 : _local13 = _local2.split(","); break; case 9 : _local12 = _local2.split(","); } _local4++; } var _local17 = Number(_root.instGame.gWorld._widthMatrix) * Number(_root.instGame.gWorld._heightMatrix); _root.instGame.gWorld._matrixLevel = new Array(_local17); var _local3 = 1; while (_local3 <= _local17) { var _local8 = new Number(_local11[_local3]); var _local10 = new Number(_local14[_local3]); var _local6 = new Number(_local16[_local3]); var _local9 = new Number(_local15[_local3]); var _local7 = new Number(_local13[_local3]); var _local5 = new Number(_local12[_local3]); _root.instGame.gWorld._matrixLevel[_local3 - 1] = [Number(_local8), Number(_local10), Number(_local6), Number(_local9), Number(_local7), Number(_local5)]; _local3++; } _root.instGame.gWorld._iFrontierXHigh = (_root.instGame.gWorld._widthMatrix * _root.instGame.gWorld._blockSizeX) - _root.instGame.gWorld._iFrontierXLow; _root.instGame.gWorld._iFrontierYHigh = (_root.instGame.gWorld._heightMatrix * _root.instGame.gWorld._blockSizeY) - _root.instGame.gWorld._iFrontierYLow; _root.instGame.gWorld._iWidthWorldComplete = _root.instGame.gWorld._widthMatrix * _root.instGame.gWorld._blockSizeX; _root.instGame.gWorld._iHeightWorldComplete = _root.instGame.gWorld._heightMatrix * _root.instGame.gWorld._blockSizeY; switch (_root.gCurrentLevel) { case 0 : case 1 : _root.instGame.gWorld.buildBoardBitmapData("tilemap1"); break; case 2 : case 3 : _root.instGame.gWorld.buildBoardBitmapData("tilemap2"); break; case 4 : _root.instGame.gWorld.buildBoardBitmapData("tilemap4"); break; default : _root.instGame.gWorld.buildBoardBitmapData("tilemap3"); } _root.instGame.changeGeneralGameState(Define.STATE_GAME_LOADING); }; _docxml.load(("levelsdec/level" + (_currentLevel + 1)) + ".xml"); } } function freeWorld() { _world.removeMovieClip(); _matrixLevel.splice(0, _matrixLevel.length); _bitmapDataTileMap.dispose(); _bitmapDataGlobalMap.dispose(); _bitmapDataDust.dispose(); } function changeCamera(px, py) { _myLastCamera.x = _myCamera.x; _myLastCamera.y = _myCamera.y; _myCamera.x = px; _myCamera.y = py; switch (_modeOfTiles) { case 0 : case 1 : if (Math.abs(px) < _iFrontierXLow) { _myCamera.x = _iFrontierXLow; } if (Math.abs(py) < _iFrontierYLow) { _myCamera.y = _iFrontierYLow; } if (Math.abs(px) > _iFrontierXHigh) { _myCamera.x = _iFrontierXHigh; } if (Math.abs(py) > _iFrontierYHigh) { _myCamera.y = _iFrontierYHigh; } _world._x = (-_myCamera.x) + _screenWidthDiv2; _world._y = (-_myCamera.y) + _screenHeightDiv2; break; default : if (px < _iFrontierXLow) { _myCamera.x = _iFrontierXLow; } if (py < _iFrontierYLow) { _myCamera.y = _iFrontierYLow; } if (px > _iFrontierXHigh) { _myCamera.x = _iFrontierXHigh; } if (py > _iFrontierYHigh) { _myCamera.y = _iFrontierYHigh; } _world._x = _myCamera.x + _screenWidthDiv2; _world._y = _myCamera.y + _screenHeightDiv2; } } function getPointMatrix(pos) { var _local2 = new flash.geom.Point(pos.x >> _blockPotenceSizeX, pos.y >> _blockPotenceSizeY); return(_local2); } function getContent(p_pos, p_layer) { if (p_pos.x < 0) { return(-1); } if (p_pos.y < 0) { return(-1); } if (p_pos.x >= _widthMatrix) { return(-1); } if (p_pos.y >= _heightMatrix) { return(-1); } return(_matrixLevel[(p_pos.x * _heightMatrix) + p_pos.y][p_layer]); } function getContent2(p_pos_x, p_pos_y, p_layer) { if (p_pos_x < 0) { return(-1); } if (p_pos_y < 0) { return(-1); } if (p_pos_x >= _widthMatrix) { return(-1); } if (p_pos_y >= _heightMatrix) { return(-1); } return(_matrixLevel[(p_pos_x * _heightMatrix) + p_pos_y][p_layer]); } function setContent(p_pos, p_layer, p_cell) { if (p_pos.x < 0) { return(undefined); } if (p_pos.y < 0) { return(undefined); } if (p_pos.x >= _widthMatrix) { return(undefined); } if (p_pos.y >= _heightMatrix) { return(undefined); } _matrixLevel[(p_pos.x * _heightMatrix) + p_pos.y][p_layer] = p_cell; } function getMaximumLayerValue(p_pos) { var _local2 = (p_pos.x * _heightMatrix) + p_pos.y; if (_matrixLevel[_local2][5] > 0) { return(4); } if (_matrixLevel[_local2][4] > 0) { return(3); } if (_matrixLevel[_local2][3] > 0) { return(2); } if (_matrixLevel[_local2][2] > 0) { return(1); } if (_matrixLevel[_local2][1] > 0) { return(0); } return(-1); } function isCollision(posTest) { var _local4; var _local3; var _local5 = Math.floor(posTest.x >> _blockPotenceSizeX); var _local6 = Math.floor(posTest.y >> _blockPotenceSizeY); var _local7 = _matrixLevel[(_local5 * _heightMatrix) + _local6][0]; switch (_local7) { case COLISION_TYPE_EMPTY : return(false); case COLISION_TYPE_1 : return(true); case COLISION_TYPE_2 : _local4 = posTest.x - (_local5 * _blockSizeX); _local3 = _blockSizeY - (posTest.y - (_local6 * _blockSizeY)); if (testColisionDiagonal(315, _local4, _local3)) { return(true); } return(false); case COLISION_TYPE_3 : _local4 = posTest.x - (_local5 * _blockSizeX); _local3 = _blockSizeY - (posTest.y - (_local6 * _blockSizeY)); if (testColisionDiagonal(225, _local4, _local3)) { return(true); } return(false); case COLISION_TYPE_4 : _local4 = posTest.x - (_local5 * _blockSizeX); _local3 = _blockSizeY - (posTest.y - (_local6 * _blockSizeY)); if (testColisionDiagonal(45, _local4, _local3)) { return(true); } return(false); case COLISION_TYPE_5 : _local4 = posTest.x - (_local5 * _blockSizeX); _local3 = _blockSizeY - (posTest.y - (_local6 * _blockSizeY)); if (testColisionDiagonal(135, _local4, _local3)) { return(true); } return(false); } return(true); } function testColisionDiagonal(grad, posTest_x, posTest_y) { var _local2 = 0; switch (grad) { case 45 : _local2 = (((-_blockSizeY) * posTest_x) + ((-_blockSizeX) * posTest_y)) + (_blockSizeX * _blockSizeY); break; case 135 : _local2 = (_blockSizeY * posTest_x) + ((-_blockSizeX) * posTest_y); break; case 225 : _local2 = ((_blockSizeY * posTest_x) + (_blockSizeX * posTest_y)) - (_blockSizeX * _blockSizeY); break; case 315 : _local2 = ((-_blockSizeY) * posTest_x) + (_blockSizeX * posTest_y); } return(_local2 > 0); } function renderCellDust(renderCasilla, posCellScreen) { var _local3 = Math.floor(renderCasilla / 3); var _local2 = Math.floor(renderCasilla % 3); _bitmapDataGlobalMap.copyPixels(_bitmapDataDust, new flash.geom.Rectangle(_local3 * _blockSizeX, _local2 * _blockSizeY, _blockSizeX, _blockSizeY), posCellScreen, _bitmapDataDust, new flash.geom.Point(0, 0), true); } function renderCell(i, j, posCellScreen, layer) { var _local4 = (i * _heightMatrix) + j; var _local3; if (layer == -1) { var _local2 = _matrixLevel[_local4][5]; if (_local2 == -1) { _local2 = _matrixLevel[_local4][4]; } if (_local2 == 0) { _local2 = _matrixLevel[_local4][3]; } if (_local2 == 0) { _local2 = _matrixLevel[_local4][2]; } if (_local2 == 0) { _local2 = _matrixLevel[_local4][1]; } _local3 = _local2; } else { _local3 = 0; if (_matrixLevel[_local4][layer + 1] > 0) { _local3 = _matrixLevel[_local4][layer + 1]; } } if (_local3 > 0) { _local3 = _local3 - 1; var _local7 = Math.floor(_local3 / 3); var _local6 = Math.floor(_local3 % 3); _bitmapDataGlobalMap.copyPixels(_bitmapDataTileMap, new flash.geom.Rectangle(_local7 * _blockSizeX, _local6 * _blockSizeY, _blockSizeX, _blockSizeY), posCellScreen, _bitmapDataTileMap, new flash.geom.Point(0, 0), true); } } function getDirectionDestination(origin, destination) { var _local2 = getPointMatrix(origin); var _local3 = getPointMatrix(destination); var _local4 = (_local2.x * _heightMatrix) + _local2.y; var _local5 = (_local3.x * _heightMatrix) + _local3.y; return(0); } function buildBoardBitmapData(linkageId) { _bitmapDataTileMap = flash.display.BitmapData.loadBitmap(linkageId); _bitmapDataDust = flash.display.BitmapData.loadBitmap("dust"); _bitmapDataGlobalMap = new flash.display.BitmapData(_blockSizeX * _widthMatrix, _blockSizeY * _heightMatrix, true); var _local3 = 0; while (_local3 < _widthMatrix) { var _local2 = 0; while (_local2 < _heightMatrix) { renderCell(_local3, _local2, new flash.geom.Point(_local3 << _blockPotenceSizeX, _local2 << _blockPotenceSizeY), 0); renderCell(_local3, _local2, new flash.geom.Point(_local3 << _blockPotenceSizeX, _local2 << _blockPotenceSizeY), 1); renderCell(_local3, _local2, new flash.geom.Point(_local3 << _blockPotenceSizeX, _local2 << _blockPotenceSizeY), 2); renderCell(_local3, _local2, new flash.geom.Point(_local3 << _blockPotenceSizeX, _local2 << _blockPotenceSizeY), 3); renderCell(_local3, _local2, new flash.geom.Point(_local3 << _blockPotenceSizeX, _local2 << _blockPotenceSizeY), 4); _local2++; } _local3++; } _world.attachBitmap(_bitmapDataGlobalMap, 0); } function getScreenPoint(ppos) { var _local2 = new flash.geom.Point(ppos.x, ppos.y); _local2.x = _local2.x - _myCamera.x; _local2.y = _local2.y - _myCamera.y; _local2.x = _local2.x + (_screenSize.x >> 1); _local2.y = _local2.y + (_screenSize.y >> 1); return(_local2); } function getWorldPoint(ppos) { var _local2 = new flash.geom.Point(ppos.x, ppos.y); _local2.x = _local2.x + _myCamera.x; _local2.y = _local2.y + _myCamera.y; _local2.x = _local2.x - (_screenSize.x >> 1); _local2.y = _local2.y - (_screenSize.y >> 1); return(_local2); } function setElementScreenPoint(p_clip, p_pos) { var _local2 = getScreenPoint(p_pos); p_clip._x = _local2.x; p_clip._y = _local2.y; } function isInsideScreen(p_pos) { var _local2 = (p_pos.x - _myCamera.x) + (_screenSize.x >> 1); var _local3 = (p_pos.y - _myCamera.y) + (_screenSize.y >> 1); return((((_local2 > 0) && (_local3 > 0)) && (_local2 < _screenSize.x)) && (_local3 < _screenSize.y)); } function initAI() { var _local2; _matrizAI = new Array(); _totalCellMatriz = _widthMatrix * _heightMatrix; _local2 = 0; while (_local2 < _totalCellMatriz) { _matrizAI.push([-1, -1, Define.DIRECTION_NONE, -1, 1000000, -1]); _local2++; } } function accionCalcularDireccionCoordenadas(x_o, y_o, x_d, y_d) { if (y_o > y_d) { return(Define.DIRECTION_UP); } if (y_o < y_d) { return(Define.DIRECTION_DOWN); } if (x_o < x_d) { return(Define.DIRECTION_RIGHT); } if (x_o > x_d) { return(Define.DIRECTION_LEFT); } return(Define.DIRECTION_NONE); } function accionDistanciaCoordenadas(x_o, y_o, x_d, y_d) { return(Math.abs(x_o - x_d) + Math.abs(y_o - y_d)); } function accionHijoCorrecto(pos_x, pos_y, tamanyo_matriz) { var _local6; var _local2; if ((pos_x < 0) || (pos_x >= _widthMatrix)) { return(0); } if ((pos_y < 0) || (pos_y >= _heightMatrix)) { return(0); } _local6 = getContent2(pos_x, pos_y, 0); if (_local6 != COLISION_TYPE_EMPTY) { return(0); } _local2 = 0; while (_local2 <= tamanyo_matriz) { if ((_matrizAI[_local2][0] == pos_x) && (_matrizAI[_local2][1] == pos_y)) { return(0); } _local2++; } return(1); } function accionBuscarCamino(x_ori, y_ori, x_des, y_des) { var _local3; var _local6; var _local11; var _local7; var _local5; var _local4; var _local2; var _local12; var _local8; _local3 = 0; while (_local3 < _totalCellMatriz) { _matrizAI[_local3][0] = -1; _matrizAI[_local3][1] = -1; _matrizAI[_local3][2] = Define.DIRECTION_NONE; _matrizAI[_local3][3] = -1; _matrizAI[_local3][4] = 1000000 /* 0x0F4240 */; _matrizAI[_local3][5] = -1; _local3++; } _local2 = 0; _matrizAI[_local2][0] = x_ori; _matrizAI[_local2][1] = y_ori; _matrizAI[_local2][2] = 1; _matrizAI[_local2][3] = Define.DIRECTION_NONE; if ((x_des == Define.DIRECTION_NONE) && (y_des == Define.DIRECTION_NONE)) { _matrizAI[_local2][4] = 0; } else { _matrizAI[_local2][4] = accionDistanciaCoordenadas(x_ori, y_ori, x_des, y_des); } _matrizAI[_local2][5] = -1; _local3 = 0; do { _local11 = 0; if (_local2 > (_totalCellMatriz - 10)) { return(Define.DIRECTION_NONE); } _local12 = 1000000 /* 0x0F4240 */; _local3 = -1; _local6 = 0; while (_local6 <= _local2) { if (_matrizAI[_local6][2] == 1) { if (_matrizAI[_local6][4] < _local12) { _local3 = _local6; _local12 = _matrizAI[_local6][4]; } } _local6++; } if (_local3 == -1) { return(Define.DIRECTION_NONE); } _local8 = _local3; if ((_matrizAI[_local3][0] == x_des) && (_matrizAI[_local3][1] == y_des)) { return(_matrizAI[_local8][3]); } _matrizAI[_local8][2] = 0; _local5 = _matrizAI[_local3][0]; _local4 = _matrizAI[_local3][1] + 1; if (accionHijoCorrecto(_local5, _local4, _local2) == 1) { if (_matrizAI[_local8][3] == Define.DIRECTION_NONE) { _local7 = Define.DIRECTION_DOWN; } else { _local7 = _matrizAI[_local8][3]; } _local2++; _matrizAI[_local2][0] = _local5; _matrizAI[_local2][1] = _local4; _matrizAI[_local2][2] = 1; _matrizAI[_local2][3] = _local7; if ((x_des == Define.DIRECTION_NONE) && (y_des == Define.DIRECTION_NONE)) { _matrizAI[_local2][4] = 0; } else { _matrizAI[_local2][4] = accionDistanciaCoordenadas(_local5, _local4, x_des, y_des); } _matrizAI[_local2][5] = _local3; _local11++; } _local5 = _matrizAI[_local3][0]; _local4 = _matrizAI[_local3][1] - 1; if (accionHijoCorrecto(_local5, _local4, _local2) == 1) { if (_matrizAI[_local8][3] == Define.DIRECTION_NONE) { _local7 = Define.DIRECTION_UP; } else { _local7 = _matrizAI[_local8][3]; } _local2++; _matrizAI[_local2][0] = _local5; _matrizAI[_local2][1] = _local4; _matrizAI[_local2][2] = 1; _matrizAI[_local2][3] = _local7; if ((x_des == Define.DIRECTION_NONE) && (y_des == Define.DIRECTION_NONE)) { _matrizAI[_local2][4] = 0; } else { _matrizAI[_local2][4] = accionDistanciaCoordenadas(_local5, _local4, x_des, y_des); } _matrizAI[_local2][5] = _local3; _local11++; } _local5 = _matrizAI[_local3][0] - 1; _local4 = _matrizAI[_local3][1]; if (accionHijoCorrecto(_local5, _local4, _local2) == 1) { if (_matrizAI[_local8][3] == Define.DIRECTION_NONE) { _local7 = Define.DIRECTION_LEFT; } else { _local7 = _matrizAI[_local8][3]; } _local2++; _matrizAI[_local2][0] = _local5; _matrizAI[_local2][1] = _local4; _matrizAI[_local2][2] = 1; _matrizAI[_local2][3] = _local7; if ((x_des == Define.DIRECTION_NONE) && (y_des == Define.DIRECTION_NONE)) { _matrizAI[_local2][4] = 0; } else { _matrizAI[_local2][4] = accionDistanciaCoordenadas(_local5, _local4, x_des, y_des); } _matrizAI[_local2][5] = _local3; _local11++; } _local5 = _matrizAI[_local3][0] + 1; _local4 = _matrizAI[_local3][1]; if (accionHijoCorrecto(_local5, _local4, _local2) == 1) { if (_matrizAI[_local8][3] == Define.DIRECTION_NONE) { _local7 = Define.DIRECTION_RIGHT; } else { _local7 = _matrizAI[_local8][3]; } _local2++; _matrizAI[_local2][0] = _local5; _matrizAI[_local2][1] = _local4; _matrizAI[_local2][2] = 1; _matrizAI[_local2][3] = _local7; if ((x_des == Define.DIRECTION_NONE) && (y_des == Define.DIRECTION_NONE)) { _matrizAI[_local2][4] = 0; } else { _matrizAI[_local2][4] = accionDistanciaCoordenadas(_local5, _local4, x_des, y_des); } _matrizAI[_local2][5] = _local3; _local11++; } } while (true); } function logic() { switch (_state) { case STATE_NORMAL : _iterator = 0; break; case STATE_EARTHQUAKE : _iterator++; switch (Math.floor((_iterator % 8) / 4)) { case 0 : changeCamera(_myCamera.x, _myCamera.y + _stepEarthquake); break; case 1 : changeCamera(_myCamera.x, _myCamera.y - _stepEarthquake); } } } static var COLISION_TYPE_EMPTY = 0; static var COLISION_TYPE_1 = 1; static var COLISION_TYPE_2 = 2; static var COLISION_TYPE_3 = 3; static var COLISION_TYPE_4 = 4; static var COLISION_TYPE_5 = 5; static var STATE_NORMAL = 0; static var STATE_EARTHQUAKE = 1; }
Symbol 2221 MovieClip [__Packages.cXml] Frame 0
class cXml { function cXml () { } static var XML_LEVELS = ["<level><par name=\"matrixwidth\">8</par><par name=\"matrixheight\">8</par><par name=\"blocksizex\">128</par><par name=\"blocksizey\">128</par><par name=\"colision\">,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0</par><par name=\"render\">,2,3,3,3,3,3,3,2,4,5,5,4,4,5,5,4,4,5,5,4,4,5,5,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5,5,4,4,5,5,4,4,5,5,4,4,5,5,4,2,3,3,3,3,3,3,2</par><par name=\"render1\">,0,0,0,0,0,0,0,0,0,37,39,0,0,37,39,0,0,43,45,0,0,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,39,0,0,37,39,0,0,43,45,0,0,43,45,0,0,0,0,0,0,0,0,0</par><par name=\"render2\">,0,0,0,0,0,0,0,0,0,28,30,0,0,28,30,0,0,34,36,0,0,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,30,0,0,28,30,0,0,34,36,0,0,34,36,0,0,0,0,0,0,0,0,0</par><par name=\"render3\">,0,0,0,0,0,0,0,0,0,19,21,0,0,19,21,0,0,25,27,0,0,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,21,0,0,19,21,0,0,25,27,0,0,25,27,0,0,0,0,0,0,0,0,0</par><par name=\"render4\">,0,0,0,0,0,0,0,0,0,10,12,0,0,10,12,0,0,16,18,0,0,16,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,12,0,0,10,12,0,0,16,18,0,0,16,18,0,0,0,0,0,0,0,0,0</par></level>", "<level><par name=\"matrixwidth\">12</par><par name=\"matrixheight\">9</par><par name=\"blocksizex\">128</par><par name=\"blocksizey\">128</par><par name=\"colision\">,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,1,0,1,1,1,0</par><par name=\"render\">,4,3,3,3,3,3,3,3,4,4,5,5,4,4,5,5,5,4,4,5,5,4,4,5,5,5,4,4,5,5,4,4,5,5,5,4,4,3,2,3,4,3,3,3,4,4,5,4,5,4,3,3,3,4,4,3,2,3,4,4,5,5,4,4,5,4,5,4,4,5,5,4,4,3,2,3,4,3,3,3,4,4,5,4,5,4,3,3,3,4,4,3,2,3,4,5,5,5,4,4,5,4,5,4,5,5,5,4</par><par name=\"render1\">,0,0,0,0,0,0,0,0,0,0,37,39,0,0,37,38,39,0,0,40,42,0,0,40,41,42,0,0,43,45,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,9,0,9,0,0,0,0,0,0,0,0,0,0,0,37,39,0,0,9,0,9,0,0,43,45,0,0,0,0,0,0,0,0,0,0,0,9,0,9,0,0,0,0,0,0,0,0,0,0,37,38,39,0,0,9,0,9,0,43,44,45,0</par><par name=\"render2\">,0,0,0,0,0,0,0,0,0,0,28,30,0,0,28,29,30,0,0,31,33,0,0,31,32,33,0,0,34,36,0,0,34,35,36,0,0,0,0,0,0,0,0,0,0,0,8,0,8,0,0,0,0,0,0,0,0,0,0,0,28,30,0,0,8,0,8,0,0,34,36,0,0,0,0,0,0,0,0,0,0,0,8,0,8,0,0,0,0,0,0,0,0,0,0,28,29,30,0,0,8,0,8,0,34,35,36,0</par><par name=\"render3\">,0,0,0,0,0,0,0,0,0,0,19,21,0,0,19,20,21,0,0,22,24,0,0,22,23,24,0,0,25,27,0,0,25,26,27,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,0,0,0,0,0,19,21,0,0,7,0,7,0,0,25,27,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,0,0,0,0,0,0,0,0,0,19,20,21,0,0,7,0,7,0,25,26,27,0</par><par name=\"render4\">,0,0,0,0,0,0,0,0,0,0,10,12,0,0,10,11,12,0,0,13,15,0,0,13,14,15,0,0,16,0,0,0,16,17,18,0,0,0,0,0,0,0,0,0,0,0,6,0,6,0,0,0,0,0,0,0,0,0,0,0,10,12,0,0,6,0,6,0,0,16,18,0,0,0,0,0,0,0,0,0,0,0,6,0,6,0,0,0,0,0,0,0,0,0,0,10,11,12,0,0,6,0,6,0,16,17,18,0</par></level>", "<level><par name=\"matrixwidth\">10</par><par name=\"matrixheight\">15</par><par name=\"blocksizex\">128</par><par name=\"blocksizey\">128</par><par name=\"colision\">,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render\">,1,1,2,2,1,1,1,2,4,2,1,1,1,1,1,1,1,2,2,1,4,1,2,1,2,4,4,4,4,1,4,4,2,2,1,1,1,2,1,2,4,4,4,4,1,4,4,2,2,4,4,4,2,3,2,3,3,3,3,3,4,4,2,2,4,4,4,2,4,2,3,3,3,3,3,4,4,2,2,4,4,4,2,3,2,3,3,3,3,3,4,4,2,2,1,1,1,2,1,2,4,4,4,4,1,1,1,2,2,1,4,1,2,1,2,4,4,4,4,1,1,1,2,2,1,1,1,2,4,2,1,1,1,1,1,1,1,2,2,1,1,1,2,1,2,1,1,1,1,1</par><par name=\"render1\">,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,40,41,41,42,0,40,42,0,0,0,0,0,0,0,0,46,47,47,48,0,43,45,0,0,40,41,42,0,0,0,0,0,0,0,0,43,45,0,0,43,44,45,0,8,0,0,0,0,0,0,43,45,0,0,46,47,48,0,0,0,0,0,0,0,0,46,48,0,0,0,0,0,0,0,0,40,41,41,42,0,0,0,0,0,0,8,0,0,0,0,46,47,47,48,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render2\">,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,31,32,32,33,0,31,33,0,0,0,0,0,0,0,0,37,38,38,39,0,34,36,0,0,31,32,33,0,0,0,0,0,0,0,0,34,36,0,0,34,35,36,0,7,0,0,0,0,0,0,34,36,0,0,37,38,39,0,0,0,0,0,0,0,0,37,39,0,0,0,0,0,0,0,0,31,32,32,33,0,0,0,0,0,0,7,0,0,0,0,37,38,38,39,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render3\">,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,22,23,23,24,0,22,24,0,0,0,0,0,0,0,0,28,29,29,30,0,25,27,0,0,22,23,24,0,0,0,0,0,0,0,0,25,27,0,0,25,26,27,0,6,0,0,0,0,0,0,25,27,0,0,28,29,30,0,0,0,0,0,0,0,0,28,30,0,0,0,0,0,0,0,0,22,23,23,24,0,0,0,0,0,0,6,0,0,0,0,28,29,29,30,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render4\">,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,13,14,14,15,0,13,15,0,0,0,0,0,0,0,0,19,20,20,21,0,16,18,0,0,13,14,15,0,0,0,0,0,0,0,0,16,18,0,0,16,17,18,0,5,0,0,0,0,0,0,16,18,0,0,19,20,21,0,0,0,0,0,0,0,0,19,21,0,0,0,0,0,0,0,0,13,14,14,15,0,0,0,0,0,0,5,0,0,0,0,19,20,20,21,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par></level>", "<level><par name=\"matrixwidth\">20</par><par name=\"matrixheight\">12</par><par name=\"blocksizex\">128</par><par name=\"blocksizey\">128</par><par name=\"colision\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1</par><par name=\"render\">,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,4,4,4,4,2,2,4,4,4,4,1,1,4,4,4,4,2,2,4,4,4,4,1,1,4,4,4,4,2,2,4,4,4,4,1,3,3,3,3,3,2,2,3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,4,4,4,1,1,2,2,1,1,4,4,4,4,4,4,1,4,2,2,4,1,4,4,4,4,4,4,1,1,2,2,1,1,4,4,4,4,4,4,1,1,2,2,1,1,4,4,4,4,4,4,1,4,2,2,4,1,4,4,4,3,3,3,3,3,2,2,3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,1,1,1,1,4,2,2,4,1,1,1,1,4,4,4,1,1,2,2,1,1,4,4,4,4,4,4,1,1,2,2,1,1,4,4,4,4,4,4,1,4,2,2,4,1,4,4,4,4,4,4,1,1,2,2,1,1,4,4,4,4,4,4,1,1,2,2,1,1,4,4,4</par><par name=\"render1\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,41,41,42,0,0,40,41,41,42,0,0,43,44,44,45,0,0,43,44,44,45,0,0,46,47,47,48,0,0,46,47,47,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,41,42,0,0,0,0,0,0,40,41,42,43,44,45,0,12,0,0,8,0,43,44,45,43,44,45,0,0,0,0,0,0,43,44,45,43,44,45,0,0,0,0,0,0,43,44,45,46,47,48,0,8,0,0,12,0,46,47,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,8,0,0,0,0,40,41,42,0,0,0,0,0,0,40,41,42,43,44,45,0,0,0,0,0,0,43,44,45,43,44,45,0,8,0,0,12,0,43,44,45,43,44,45,0,0,0,0,0,0,43,44,45,46,47,48,0,0,0,0,0,0,46,47,48</par><par name=\"render2\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,32,32,33,0,0,31,32,32,33,0,0,34,35,35,36,0,0,34,35,35,36,0,0,37,38,38,39,0,0,37,38,38,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,32,33,0,0,0,0,0,0,31,32,33,34,35,36,0,11,0,0,7,0,34,35,36,34,35,36,0,0,0,0,0,0,34,35,36,34,35,36,0,0,0,0,0,0,34,35,36,37,38,39,0,7,0,0,11,0,37,38,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,7,0,0,0,0,31,32,33,0,0,0,0,0,0,31,32,33,34,35,36,0,0,0,0,0,0,34,35,36,34,35,36,0,7,0,0,11,0,34,35,36,34,35,36,0,0,0,0,0,0,34,35,36,37,38,39,0,0,0,0,0,0,37,38,39</par><par name=\"render3\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,23,23,24,0,0,22,23,23,24,0,0,25,26,26,27,0,0,25,26,26,27,0,0,28,29,29,30,0,0,28,29,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,23,24,0,0,0,0,0,0,22,23,24,25,26,27,0,10,0,0,6,0,25,26,27,25,26,27,0,0,0,0,0,0,25,26,27,25,26,27,0,0,0,0,0,0,25,26,27,28,29,30,0,6,0,0,10,0,28,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,6,0,0,0,0,22,23,24,0,0,0,0,0,0,22,23,24,25,26,27,0,0,0,0,0,0,25,26,27,25,26,27,0,6,0,0,10,0,25,26,27,25,26,27,0,0,0,0,0,0,25,26,27,28,29,30,0,0,0,0,0,0,28,29,30</par><par name=\"render4\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,14,14,15,0,0,13,14,14,15,0,0,16,17,17,18,0,0,16,17,17,18,0,0,19,20,20,21,0,0,19,20,20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,14,15,0,0,0,0,0,0,13,14,15,16,17,18,0,9,0,0,5,0,16,17,18,16,17,18,0,0,0,0,0,0,16,17,18,16,17,18,0,0,0,0,0,0,16,17,18,19,20,21,0,5,0,0,9,0,19,20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,5,0,0,0,0,13,14,15,0,0,0,0,0,0,13,14,15,16,17,18,0,0,0,0,0,0,16,17,18,16,17,18,0,5,0,0,9,0,16,17,18,16,17,18,0,0,0,0,0,0,16,17,18,19,20,21,0,0,0,0,0,0,19,20,21</par></level>", "<level><par name=\"matrixwidth\">20</par><par name=\"matrixheight\">9</par><par name=\"blocksizex\">128</par><par name=\"blocksizey\">128</par><par name=\"colision\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0</par><par name=\"render\">,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,5,5,5,5,5,5,5,1,1,5,6,6,6,6,6,5,1,1,5,5,5,5,5,5,5,1,1,1,1,2,2,2,1,1,1,5,1,1,2,2,2,1,1,5,1,6,1,2,2,2,1,6,1,1,1,5,2,2,2,5,1,1,1,1,1,6,2,6,1,1,1,1,1,1,2,2,2,1,1,1,1,5,6,2,2,2,6,5,1,1,5,6,2,2,2,6,5,1,1,5,6,2,2,2,6,5,1,1,5,6,2,2,2,6,5,1,1,1,1,2,2,2,1,1,1,1,1,1,5,5,5,1,1,1,1,1,1,5,6,5,1,1,1,1,1,1,5,5,5,1,1,1</par><par name=\"render1\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,47,47,47,47,48,0,0,49,50,50,50,50,50,51,0,0,52,53,53,53,53,53,54,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,14,0,14,0,0,0,0,0,14,0,0,0,14,0,0,0,14,0,0,0,0,0,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,46,48,0,0,0,46,48,0,0,49,51,0,0,0,49,51,0,0,49,51,0,0,0,49,51,0,0,52,54,0,0,0,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,82,83,84,0,0,0,0,0,0,85,86,87,0,0,0,0,0,0,88,89,90,0,0,0</par><par name=\"render2\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,38,38,38,38,38,39,0,0,40,41,41,41,41,41,42,0,0,43,44,44,44,44,44,45,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,13,0,13,0,0,0,0,0,13,0,0,0,13,0,0,0,13,0,0,0,0,0,13,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,37,39,0,0,0,37,39,0,0,40,42,0,0,0,40,42,0,0,40,42,0,0,0,40,42,0,0,43,45,0,0,0,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,73,74,75,0,0,0,0,0,0,76,77,78,0,0,0,0,0,0,79,80,81,0,0,0</par><par name=\"render3\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,29,29,29,29,29,30,0,0,31,32,32,32,32,32,33,0,0,34,35,35,35,35,35,36,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,12,0,12,0,0,0,0,0,12,0,0,0,12,0,0,0,12,0,0,0,0,0,12,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,28,30,0,0,0,28,30,0,0,31,33,0,0,0,31,33,0,0,31,33,0,0,0,31,33,0,0,34,36,0,0,0,34,36,0,0,0,0,0,0,0,0,0,0,0,0,0,64,65,66,0,0,0,0,0,0,67,68,69,0,0,0,0,0,0,70,71,72,0,0,0</par><par name=\"render4\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,20,20,20,20,20,21,0,0,22,23,23,23,23,23,24,0,0,25,26,26,26,26,26,27,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,11,0,11,0,0,0,0,0,11,0,0,0,11,0,0,0,11,0,0,0,0,0,11,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,19,21,0,0,0,19,21,0,0,22,24,0,0,0,22,24,0,0,22,24,0,0,0,22,24,0,0,25,27,0,0,0,25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,55,56,57,0,0,0,0,0,0,58,59,60,0,0,0,0,0,0,61,62,63,0,0,0</par></level>", "<level><par name=\"matrixwidth\">10</par><par name=\"matrixheight\">20</par><par name=\"blocksizex\">128</par><par name=\"blocksizey\">128</par><par name=\"colision\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,1,0,1,0,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,1,0,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render\">,3,3,3,3,3,3,3,4,3,3,3,3,3,3,3,3,3,3,3,3,1,1,5,5,5,5,2,2,5,1,6,1,5,2,1,1,1,1,1,2,1,1,5,6,6,5,2,2,1,5,1,5,1,2,5,5,5,5,5,2,1,1,5,5,5,5,2,2,5,1,6,1,5,2,5,6,6,6,5,2,3,3,3,3,3,3,2,2,1,5,1,5,1,2,5,6,6,6,5,2,3,3,3,3,3,3,2,2,5,1,6,1,5,2,5,6,6,6,5,2,1,1,5,5,5,5,2,2,1,5,1,5,1,2,5,6,6,6,5,2,1,1,5,6,6,5,2,2,5,1,6,1,5,2,5,5,5,5,5,2,1,1,5,5,5,5,2,2,1,5,1,5,1,2,1,1,1,1,1,2,3,3,3,3,3,3,3,4,3,3,3,3,3,3,3,3,3,3,3,3</par><par name=\"render1\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,47,48,0,0,10,0,10,0,10,0,0,0,0,0,0,0,0,0,49,50,50,51,0,0,0,14,0,14,0,0,46,47,47,47,48,0,0,0,52,53,53,54,0,0,10,0,10,0,10,0,49,50,50,50,51,0,0,0,0,0,0,0,0,0,0,14,0,14,0,0,49,50,50,50,51,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,49,50,50,50,51,0,0,0,46,47,47,48,0,0,0,14,0,14,0,0,49,50,50,50,51,0,0,0,49,50,50,51,0,0,10,0,10,0,10,0,52,53,53,53,54,0,0,0,52,53,53,54,0,0,0,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render2\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,38,38,39,0,0,9,0,9,0,9,0,0,0,0,0,0,0,0,0,40,41,41,42,0,0,0,13,0,13,0,0,37,38,38,38,39,0,0,0,43,44,44,45,0,0,9,0,9,0,9,0,40,41,41,41,42,0,0,0,0,0,0,0,0,0,0,13,0,13,0,0,40,41,41,41,42,0,0,0,0,0,0,0,0,0,9,0,9,0,9,0,40,41,41,41,42,0,0,0,37,38,38,39,0,0,0,13,0,13,0,0,40,41,41,41,42,0,0,0,40,41,41,42,0,0,9,0,9,0,9,0,43,44,44,44,45,0,0,0,43,44,44,45,0,0,0,13,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render3\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,29,29,30,0,0,8,0,8,0,8,0,0,0,0,0,0,0,0,0,31,32,32,33,0,0,0,12,0,12,0,0,28,29,29,29,30,0,0,0,34,35,35,36,0,0,8,0,8,0,8,0,31,32,32,32,33,0,0,0,0,0,0,0,0,0,0,12,0,12,0,0,31,32,32,32,33,0,0,0,0,0,0,0,0,0,8,0,8,0,8,0,31,32,32,32,33,0,0,0,28,29,29,30,0,0,0,12,0,12,0,0,31,32,32,32,33,0,0,0,31,32,32,33,0,0,8,0,8,0,8,0,34,35,35,35,36,0,0,0,34,35,35,36,0,0,0,12,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render4\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,20,20,21,0,0,7,0,7,0,7,0,0,0,0,0,0,0,0,0,22,23,23,24,0,0,0,11,0,11,0,0,19,20,20,20,21,0,0,0,25,26,26,27,0,0,7,0,7,0,7,0,22,23,23,23,24,0,0,0,0,0,0,0,0,0,0,11,0,11,0,0,22,23,23,23,24,0,0,0,0,0,0,0,0,0,7,0,7,0,7,0,22,23,23,23,24,0,0,0,19,20,20,21,0,0,0,11,0,11,0,0,22,23,23,23,24,0,0,0,22,23,23,24,0,0,7,0,7,0,7,0,25,26,26,26,27,0,0,0,25,26,26,27,0,0,0,11,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par></level>", "<level><par name=\"matrixwidth\">18</par><par name=\"matrixheight\">18</par><par name=\"blocksizex\">128</par><par name=\"blocksizey\">128</par><par name=\"colision\">,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,1,1,0,1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,1,1,1,1,0,1,0,1,1,0,1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0</par><par name=\"render\">,1,1,2,5,6,6,6,6,6,6,6,6,6,5,1,1,1,1,1,1,2,5,5,5,5,5,5,5,5,5,5,5,1,1,1,1,3,3,4,3,3,3,3,3,3,3,3,3,3,3,4,3,3,3,5,5,2,5,1,5,5,2,5,5,1,5,5,1,2,5,5,5,6,5,2,1,1,6,6,2,6,6,1,6,6,1,2,5,6,5,6,5,2,1,1,1,1,2,1,2,1,1,1,1,2,5,6,5,6,5,2,5,6,1,6,2,5,2,6,1,6,5,2,5,6,5,6,5,2,5,6,1,1,2,1,2,1,1,6,5,2,5,6,5,6,5,2,1,1,1,5,2,4,2,5,1,1,1,2,5,6,5,6,5,2,5,6,1,1,2,1,2,1,1,6,5,2,5,6,5,6,5,2,5,6,1,6,2,5,2,6,1,6,5,2,5,6,5,6,5,2,1,1,1,1,2,1,2,1,1,1,1,2,5,6,5,6,5,2,1,1,6,6,2,6,6,1,6,6,1,2,5,6,5,6,5,2,5,1,5,5,2,5,5,1,5,5,1,2,5,6,5,6,5,4,3,3,3,3,3,3,3,3,3,3,3,4,5,5,5,5,5,2,5,5,5,5,5,5,5,5,5,5,5,2,1,1,1,1,1,2,5,6,6,6,6,6,6,6,6,6,5,2,1,1,1,1,1,2,5,5,5,5,5,5,5,5,5,5,5,2,1,1,1</par><par name=\"render1\">,0,0,0,46,47,47,47,47,47,47,47,47,47,48,0,0,0,0,0,0,0,52,53,53,53,53,53,53,53,53,53,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,48,0,10,0,46,48,0,46,48,0,46,48,0,0,46,47,48,49,51,0,0,0,52,54,0,52,54,0,52,54,0,0,49,50,51,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,49,50,51,49,51,0,46,48,0,14,0,18,0,14,0,46,48,0,49,50,51,49,51,0,52,54,0,0,0,0,0,0,0,52,54,0,49,50,51,49,51,0,0,0,0,18,0,0,0,18,0,0,0,0,49,50,51,49,51,0,46,48,0,0,0,0,0,0,0,46,48,0,49,50,51,49,51,0,52,54,0,14,0,18,0,14,0,52,54,0,49,50,51,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,49,50,51,49,51,0,0,0,46,48,0,46,48,0,46,48,0,0,49,50,51,49,51,0,10,0,52,54,0,52,54,0,52,54,0,0,49,50,51,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,54,52,0,0,46,47,47,47,47,47,47,47,47,47,48,0,0,0,0,0,0,0,49,50,50,50,50,50,50,50,50,50,51,0,0,0,0,0,0,0,52,53,53,53,53,53,53,53,53,53,54,0,0,0,0</par><par name=\"render2\">,0,0,0,37,38,38,38,38,38,38,38,38,38,39,0,0,0,0,0,0,0,43,44,44,44,44,44,44,44,44,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,39,0,9,0,37,39,0,37,39,0,37,39,0,0,37,38,39,40,42,0,0,0,43,45,0,43,45,0,43,45,0,0,40,41,42,40,42,0,0,0,0,0,0,0,0,0,0,0,0,0,40,41,42,40,42,0,37,39,0,13,0,17,0,13,0,37,39,0,40,41,42,40,42,0,43,45,0,0,0,0,0,0,0,43,45,0,40,41,42,40,42,0,0,0,0,17,0,0,0,17,0,0,0,0,40,41,42,40,42,0,37,39,0,0,0,0,0,0,0,37,39,0,40,41,42,40,42,0,43,45,0,13,0,17,0,13,0,43,45,0,40,41,42,40,42,0,0,0,0,0,0,0,0,0,0,0,0,0,40,41,42,40,42,0,0,0,37,39,0,37,39,0,37,39,0,0,40,41,42,40,42,0,9,0,43,45,0,43,45,0,43,45,0,0,40,41,42,40,42,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,43,45,0,37,38,38,38,38,38,38,38,38,38,39,0,0,0,0,0,0,0,40,41,41,41,41,41,41,41,41,41,42,0,0,0,0,0,0,0,43,44,44,44,44,44,44,44,44,44,45,0,0,0,0</par><par name=\"render3\">,0,0,0,28,29,29,29,29,29,29,29,29,29,30,0,0,0,0,0,0,0,34,35,35,35,35,35,35,35,35,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,30,0,8,0,28,30,0,28,30,0,28,30,0,0,28,29,30,31,33,0,0,0,34,36,0,34,36,0,34,36,0,0,31,32,33,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,31,32,33,31,33,0,28,30,0,12,0,16,0,12,0,28,30,0,31,32,33,31,33,0,34,36,0,0,0,0,0,0,0,34,36,0,31,32,33,31,33,0,0,0,0,16,0,0,0,16,0,0,0,0,31,32,33,31,33,0,28,30,0,0,0,0,0,0,0,28,30,0,31,32,33,31,33,0,34,36,0,12,0,16,0,12,0,34,36,0,31,32,33,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,31,32,33,31,33,0,0,0,28,30,0,28,30,0,28,30,0,0,31,32,33,31,33,0,8,0,34,36,0,34,36,0,34,36,0,0,31,32,33,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,34,35,36,34,36,0,28,29,29,29,29,29,29,29,29,29,30,0,0,0,0,0,0,0,31,32,32,32,32,32,32,32,32,32,33,0,0,0,0,0,0,0,34,35,35,35,35,35,35,35,35,35,36,0,0,0,0</par><par name=\"render4\">,0,0,0,19,20,20,20,20,20,20,20,20,20,21,0,0,0,0,0,0,0,25,26,26,26,26,26,26,26,26,26,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,21,0,7,0,19,21,0,19,21,0,19,21,0,0,19,20,21,22,24,0,0,0,25,27,0,25,27,0,25,27,0,0,22,23,24,22,24,0,0,0,0,0,0,0,0,0,0,0,0,0,22,23,24,22,24,0,19,21,0,11,0,15,0,11,0,19,21,0,22,23,24,22,24,0,25,27,0,0,0,0,0,0,0,25,27,0,22,23,24,22,24,0,0,0,0,15,0,0,0,15,0,0,0,0,22,23,24,22,24,0,19,21,0,0,0,0,0,0,0,19,21,0,22,23,24,22,24,0,25,27,0,11,0,15,0,11,0,25,27,0,22,23,24,22,24,0,0,0,0,0,0,0,0,0,0,0,0,0,22,23,24,22,24,0,0,0,19,21,0,19,21,0,19,21,0,0,22,23,24,22,24,0,7,0,25,27,0,25,27,0,25,27,0,0,22,23,24,22,24,0,0,0,0,0,0,0,0,0,0,0,0,0,25,26,27,25,27,0,19,20,20,20,20,20,20,20,20,20,21,0,0,0,0,0,0,0,22,23,23,23,23,23,23,23,23,23,24,0,0,0,0,0,0,0,25,26,26,26,26,26,26,26,26,26,27,0,0,0,0</par></level>", "<level><par name=\"matrixwidth\">16</par><par name=\"matrixheight\">16</par><par name=\"blocksizex\">128</par><par name=\"blocksizey\">128</par><par name=\"colision\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render\">,3,3,3,3,3,3,3,3,4,4,3,3,3,3,3,3,5,1,5,1,5,1,6,6,2,2,6,6,1,1,5,1,1,1,1,1,1,1,6,6,2,2,6,6,1,1,1,1,1,5,1,5,1,1,6,6,2,2,6,6,1,5,1,5,3,3,3,3,3,3,3,3,4,4,3,3,3,3,3,3,1,1,6,6,6,6,6,6,2,2,5,5,5,5,5,1,1,1,5,5,5,5,5,5,2,2,6,6,6,6,6,1,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,3,1,1,6,6,6,6,6,6,2,2,5,5,5,5,5,1,1,1,5,5,5,5,5,5,2,2,6,6,6,6,6,1,3,3,3,3,3,3,3,3,4,4,3,3,3,3,3,3,5,1,5,1,5,1,6,6,2,2,6,6,1,5,1,5,1,1,1,1,1,1,6,6,2,2,6,6,1,1,1,1,1,5,1,5,1,1,6,6,2,2,6,6,1,1,5,1,3,3,3,3,3,3,3,3,4,4,3,3,3,3,3,3</par><par name=\"render1\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,14,0,14,0,46,48,0,0,46,48,0,0,14,0,0,0,0,0,0,0,49,51,0,0,49,51,0,0,0,0,0,14,0,14,0,0,52,54,0,0,52,54,0,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,47,47,47,48,0,0,46,47,47,47,48,0,0,0,52,53,53,53,53,54,0,0,52,53,53,53,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,47,47,47,48,0,0,46,47,47,47,48,0,0,0,52,53,53,53,53,54,0,0,52,53,53,53,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,46,48,0,0,46,48,0,18,0,18,0,0,0,0,0,0,49,51,0,0,49,51,0,0,0,0,0,10,0,10,0,0,52,54,0,0,52,54,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render2\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,13,0,13,0,37,39,0,0,37,39,0,0,13,0,0,0,0,0,0,0,40,42,0,0,40,42,0,0,0,0,0,13,0,13,0,0,43,45,0,0,43,45,0,13,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,38,38,38,38,39,0,0,37,38,38,38,39,0,0,0,43,44,44,44,44,45,0,0,43,44,44,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,38,38,38,38,39,0,0,37,38,38,38,39,0,0,0,43,44,44,44,44,45,0,0,43,44,44,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,9,0,9,0,37,39,0,0,37,39,0,17,0,17,0,0,0,0,0,0,40,42,0,0,40,42,0,0,0,0,0,9,0,9,0,0,43,45,0,0,43,45,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render3\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,12,0,12,0,28,30,0,0,28,30,0,0,12,0,0,0,0,0,0,0,31,33,0,0,31,33,0,0,0,0,0,12,0,12,0,0,34,36,0,0,34,36,0,12,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,29,29,29,29,30,0,0,28,29,29,29,30,0,0,0,34,35,35,35,35,36,0,0,34,35,35,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,29,29,29,29,30,0,0,28,29,29,29,30,0,0,0,34,35,35,35,35,36,0,0,34,35,35,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,8,0,8,0,28,30,0,0,28,30,0,16,0,16,0,0,0,0,0,0,31,33,0,0,31,33,0,0,0,0,0,8,0,8,0,0,34,36,0,0,34,36,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par><par name=\"render4\">,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,11,0,11,0,19,21,0,0,19,21,0,0,11,0,0,0,0,0,0,0,22,24,0,0,22,24,0,0,0,0,0,11,0,11,0,0,25,27,0,0,25,27,0,11,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,20,20,20,20,21,0,0,19,20,20,20,21,0,0,0,25,26,26,26,26,27,0,0,25,26,26,26,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,20,20,20,20,21,0,0,19,20,20,20,21,0,0,0,25,26,26,26,26,27,0,0,25,26,26,26,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7,0,7,0,19,21,0,0,19,21,0,15,0,15,0,0,0,0,0,0,22,24,0,0,22,24,0,0,0,0,0,7,0,7,0,0,25,27,0,0,25,27,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</par></level>"]; }
Symbol 2222 MovieClip [__Packages.cBuilding] Frame 0
class cBuilding { var _gWorld, _state, _pos, _impact, _iterator, _xBuildRemember, _yBuildRemember, _iRemember, _matrixBlocks, _iconMapArray, _iconMap; function cBuilding (p_gWorld, p_pos) { _gWorld = p_gWorld; _state = STATE_NORMAL; _pos = new flash.geom.Point(-1, -1); _impact = -1; _iterator = 0; _xBuildRemember = -1; _yBuildRemember = -1; _iRemember = -1; _matrixBlocks = new Array(); _iconMapArray = new Array(); makeSeed(p_pos); if (Define.DEBUG_MAKE_BUILDING) { trace(("+++ TOTAL BLOCKS BUILDING (" + _matrixBlocks.length) + ")"); var _local2 = 0; while (_local2 < _matrixBlocks.length) { var _local5 = _matrixBlocks[_local2][0]; var _local6 = _matrixBlocks[_local2][1]; var _local3 = _matrixBlocks[_local2][2]; var _local4 = _matrixBlocks[_local2][3]; var _local7 = _matrixBlocks[_local2][4]; trace((((((((("(x,y)=(" + _local5) + ",") + _local6) + ");levelLayer=") + _local3) + ";Life=") + _local4) + "; impact=") + _local7); _local2++; } } } function freeResources() { _matrixBlocks.splice(0, _matrixBlocks.length); var _local2 = 0; while (_local2 < _iconMapArray.length) { _iconMapArray[_local2].removeMovieClip(); _local2++; } _iconMapArray.splice(0, _iconMapArray.length); _iconMap.removeMovieClip(); } function getSizeBuilding() { var _local6 = new flash.geom.Point(1000, 1000); var _local5 = new flash.geom.Point(-1000, -1000); var _local4 = 0; while (_local4 < _matrixBlocks.length) { var _local2 = _matrixBlocks[_local4][0]; var _local3 = _matrixBlocks[_local4][1]; if (_local2 < _local6.x) { _local6.x = _local2; } if (_local3 < _local6.y) { _local6.y = _local3; } if (_local2 > _local5.x) { _local5.x = _local2; } if (_local3 > _local5.y) { _local5.y = _local3; } _local4++; } _local5.x = ((_local5.x - _local6.x) + 1) * _gWorld._blockSizeX; _local5.y = ((_local5.y - _local6.y) + 1) * _gWorld._blockSizeY; return(_local5); } function makeSeed(p_pos) { var _local3 = _gWorld.getContent(p_pos, 0); if ((_local3 != Worldmap.COLISION_TYPE_EMPTY) && (_local3 != -1)) { var _local4 = isInside(p_pos); if (_local4 < 0) { _matrixBlocks.push([p_pos.x, p_pos.y, _gWorld.getMaximumLayerValue(p_pos), Define.NUMBER_HITS_BUILDING, 0]); makeSeed(new flash.geom.Point(p_pos.x + 1, p_pos.y)); makeSeed(new flash.geom.Point(p_pos.x, p_pos.y + 1)); makeSeed(new flash.geom.Point(p_pos.x - 1, p_pos.y)); makeSeed(new flash.geom.Point(p_pos.x, p_pos.y - 1)); } } } function isInside(p_pos) { var _local2 = 0; while (_local2 < _matrixBlocks.length) { var _local3 = _matrixBlocks[_local2][0]; var _local4 = _matrixBlocks[_local2][1]; if ((p_pos.x == _local3) && (p_pos.y == _local4)) { return(_local2); } _local2++; } return(-1); } function logicDamage() { if ((_impact != -1) || ((_pos.x != -1) && (_pos.y != -1))) { var _local2 = 0; while (_local2 < _matrixBlocks.length) { var _local3 = _matrixBlocks[_local2][0]; var _local4 = _matrixBlocks[_local2][1]; if ((_pos.x == _local3) && (_pos.y == _local4)) { if (_impact != -1) { _matrixBlocks[_local2][3] = _matrixBlocks[_local2][3] - _impact; _impact = -1; _iterator = 0; _xBuildRemember = _local3; _yBuildRemember = _local4; _iRemember = _local2; if ((_matrixBlocks[_local2][2] - 1) > 0) { _gWorld.renderCell(_local3, _local4, new flash.geom.Point(_local3 << _gWorld._blockPotenceSizeX, _local4 << _gWorld._blockPotenceSizeY), _matrixBlocks[_local2][2] - 1); } if (_matrixBlocks[_local2][3] < 0) { _matrixBlocks[_local2][2] = _matrixBlocks[_local2][2] - 1; _matrixBlocks[_local2][3] = Define.NUMBER_HITS_BUILDING; } } else { _iterator++; if (_iterator > 3) { _iterator = 0; _pos.x = -1; _pos.y = -1; _xBuildRemember = -1; _yBuildRemember = -1; _iRemember = -1; if (_matrixBlocks[_local2][2] <= 1) { _gWorld.renderCell(_local3, _local4, new flash.geom.Point(_local3 << _gWorld._blockPotenceSizeX, _local4 << _gWorld._blockPotenceSizeY), 1); _gWorld.setContent(new flash.geom.Point(_local3, _local4), 0, Worldmap.COLISION_TYPE_EMPTY); _iconMapArray[_local2].gotoAndStop(3); return(true); } if (_matrixBlocks[_local2][2] > 0) { _gWorld.renderCell(_local3, _local4, new flash.geom.Point(_local3 << _gWorld._blockPotenceSizeX, _local4 << _gWorld._blockPotenceSizeY), _matrixBlocks[_local2][2]); } } } } _local2++; } } return(false); } function cancelDestructionAnimation() { if (((_xBuildRemember != -1) && (_yBuildRemember != -1)) && (_iRemember != -1)) { _iterator = 0; _pos.x = -1; _pos.y = -1; if (_matrixBlocks[_iRemember][2] <= 1) { _gWorld.renderCell(_xBuildRemember, _yBuildRemember, new flash.geom.Point(_xBuildRemember << _gWorld._blockPotenceSizeX, _yBuildRemember << _gWorld._blockPotenceSizeY), 1); _gWorld.setContent(new flash.geom.Point(_xBuildRemember, _yBuildRemember), 0, Worldmap.COLISION_TYPE_EMPTY); _iconMapArray[_iRemember].gotoAndStop(3); } else if (_matrixBlocks[_iRemember][2] > 0) { _gWorld.renderCell(_xBuildRemember, _yBuildRemember, new flash.geom.Point(_xBuildRemember << _gWorld._blockPotenceSizeX, _yBuildRemember << _gWorld._blockPotenceSizeY), _matrixBlocks[_iRemember][2]); } _xBuildRemember = -1; _yBuildRemember = -1; _iRemember = -1; } } function isTotallyDestroyed() { var _local2 = 0; while (_local2 < _matrixBlocks.length) { var _local3 = _matrixBlocks[_local2][0]; var _local4 = _matrixBlocks[_local2][1]; if (_gWorld.getContent(new flash.geom.Point(_local3, _local4), 0) != Worldmap.COLISION_TYPE_EMPTY) { return(false); } _local2++; } return(true); } function logic() { switch (_state) { case STATE_NORMAL : if (logicDamage()) { if (isTotallyDestroyed()) { _iterator = 0; _state = STATE_DESTROYING; } } break; case STATE_DESTROYING : if (_iterator < 1000) { _iterator++; } if (_iterator == 1) { _gWorld._state = Worldmap.STATE_EARTHQUAKE; _gWorld._stepEarthquake = 3 * ((_matrixBlocks.length / 4) + 1); _root.playGameSound(Define.SOUND_DESTRUCTION_BUILDING, 2); } if (_iterator < 4) { var _local7 = 0; while (_local7 < _iconMapArray.length) { _iconMapArray[_local7].gotoAndStop(3); _local7++; } } if (_iterator < 120) { var _local7 = 0; while (_local7 < _matrixBlocks.length) { var _local4 = _matrixBlocks[_local7][0]; var _local5 = _matrixBlocks[_local7][1]; _gWorld.renderCell(_local4, _local5, new flash.geom.Point(_local4 << _gWorld._blockPotenceSizeX, _local5 << _gWorld._blockPotenceSizeY), _matrixBlocks[_local7][2]); var _local9 = Math.floor((_iterator % 30) / 10); _gWorld.renderCellDust(_local9, new flash.geom.Point(_local4 << _gWorld._blockPotenceSizeX, _local5 << _gWorld._blockPotenceSizeY)); _local7++; } } else { _gWorld._state = Worldmap.STATE_NORMAL; var _local7 = 0; while (_local7 < _matrixBlocks.length) { var _local4 = _matrixBlocks[_local7][0]; var _local5 = _matrixBlocks[_local7][1]; _matrixBlocks[_local7][2] = _matrixBlocks[_local7][2] - 1; _gWorld.renderCell(_local4, _local5, new flash.geom.Point(_local4 << _gWorld._blockPotenceSizeX, _local5 << _gWorld._blockPotenceSizeY), 0); var _local6 = 3; switch (_root.instGame.nmCurrentLevel) { case 0 : case 1 : case 2 : _local6 = 3; break; default : _local6 = 5; } if (Define.randRange(0, 10) > _local6) { var _local3 = Define.randRange(0, 6); switch (_root.instGame.nmCurrentLevel) { case 0 : if (_local3 > 1) { _local3 = -1; } break; case 1 : if (_local3 > 3) { _local3 = -1; } break; case 2 : if (_local3 > 4) { _local3 = -1; } break; case 3 : if (_local3 > 5) { _local3 = -1; } break; } if (_local3 == 2) { _local3 = -1; if (Define.randRange(0, 10) > 7) { _local3 = 2; } } if (_local3 != -1) { var _local8 = new flash.geom.Point((_local4 << _gWorld._blockPotenceSizeX) + (_gWorld._blockSizeX / 2), (_local5 << _gWorld._blockPotenceSizeY) + (_gWorld._blockSizeY / 2)); _root.instGame.insertItemAvailable(Define.OBJ_ITEM_LIFE + _local3, _local8); } } _local7++; } _iconMap._visible = false; _local7 = 0; while (_local7 < _iconMapArray.length) { _iconMapArray[_local7]._visible = false; _local7++; } _root.instGame.gBuildingsDestroyed++; _state = STATE_NULL; } break; case STATE_NULL : } } static var STATE_NORMAL = 0; static var STATE_DESTROYING = 1; static var STATE_NULL = 2; }
Symbol 778 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 846 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 886 MovieClip Frame 128
stop();
Symbol 887 MovieClip Frame 272
_root.gotoAndPlay("logo");
Symbol 920 MovieClip Frame 189
_root.gotoAndPlay("main");
Symbol 928 Button
on (release) { _root.gotoAndPlay("main"); }
Symbol 963 MovieClip [clipLogo] Frame 30
_root.mySoundTmp.attachSound("logomelody"); _root.mySoundTmp.start(0, 1);
Symbol 963 MovieClip [clipLogo] Frame 250
_root.gotoAndPlay("poxpower");
Symbol 964 Button
on (release) { mySoundTmp.stop(); _root.gotoAndPlay("poxpower"); }
Symbol 991 MovieClip Frame 1
stop();
Symbol 991 MovieClip Frame 2
stop();
Symbol 991 MovieClip Frame 3
stop();
Symbol 991 MovieClip Frame 4
stop();
Symbol 991 MovieClip Frame 5
stop();
Symbol 992 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 992 MovieClip Frame 1
onClipEvent (load) { this.datxt = "KILLS"; this.wid = 350; this.bol = true; }
Symbol 993 MovieClip [gameClip] Frame 1
function timelineFaster() { nextFrame(); mainGameLogic(); updateAfterEvent(); } function changeFrameRate(p_frameRate) { gFramerate = p_frameRate; clearInterval(tweenFaster); if (gFramerate != Define.FAST_FRAME_RATE) { _root.instGame.tweenFaster = setInterval(timelineFaster, gEfectiveFrameRate); } else { _root.instGame.tweenFaster = setInterval(timelineFaster, gFramerate); } } function freeGame() { gProtagonist.freeResources(); var _local1 = 0; while (_local1 < gEnemies.length) { gEnemies[_local1].freeResources(); _local1++; } gEnemies.splice(0, gEnemies.length); _local1 = 0; while (_local1 < gNPCs.length) { gNPCs[_local1].freeResources(); _local1++; } gNPCs.splice(0, gNPCs.length); _local1 = 0; while (_local1 < gItems.length) { gItems[_local1].freeResources(); _local1++; } gItems.splice(0, gItems.length); _local1 = 0; while (_local1 < gShoots.length) { gShoots[_local1].freeResources(); _local1++; } gShoots.splice(0, gShoots.length); _local1 = 0; while (_local1 < gBuilding.length) { gBuilding[_local1].freeResources(); _local1++; } gBuilding.splice(0, gBuilding.length); gWorld.freeWorld(); gMirilla.removeMovieClip(); gPlayerInMap.removeMovieClip(); } changeGeneralGameState = function (newState) { gIterator = 0; gLastStateGame = gStateGame; gStateGame = newState; if (Define.DEBUG_GENERAL) { switch (gStateGame) { case Define.STATE_GAME_PRE_LOADING : trace("gStateGame=STATE_GAME_PRE_LOADING"); break; case Define.STATE_GAME_LOADING : trace("gStateGame=STATE_GAME_LOADING"); break; case Define.STATE_GAME_PRESENTATION : trace("gStateGame=STATE_GAME_PRESENTATION"); break; case Define.STATE_GAME_RUN : trace("gStateGame=STATE_GAME_RUN"); break; case Define.STATE_GAME_VICTORY : trace("gStateGame=STATE_GAME_VICTORY"); break; case Define.STATE_GAME_LOSE : trace("gStateGame=STATE_GAME_LOSE"); break; default : trace("gStateGame=NONE"); } } }; initGame = function (p_level) { nmCurrentLevel = p_level; if (p_level == 0) { _root.instMovieIntro._visible = true; _root.instMovieIntro.gotoAndPlay(1); } else { changeGeneralGameState(Define.STATE_GAME_PRE_LOADING); } }; buildingCreation = function () { gBuilding = new Array(); var _local7 = 0; while (_local7 < gWorld._widthMatrix) { var _local3 = 0; while (_local3 < gWorld._heightMatrix) { var _local2 = new flash.geom.Point(_local7, _local3); var _local6 = gWorld.getContent(_local2, 5); if ((_local6 != Worldmap.COLISION_TYPE_EMPTY) && (_local6 != -1)) { var _local4 = false; var _local1 = 0; while (_local1 < gBuilding.length) { var _local5 = gBuilding[_local1].isInside(_local2); if (_local5 >= 0) { _local4 = true; break; } _local1++; } if (_local4 == false) { gBuilding.push(new cBuilding(gWorld, _local2)); } } _local3++; } _local7++; } if (Define.DEBUG_MAKE_BUILDING) { trace("********************************************************"); trace(("Number of elements building (" + gBuilding.length) + ")"); trace("********************************************************"); } }; buildingTestColision = function (p_pos, p_damage) { var _local2 = 0; while (_local2 < gBuilding.length) { var _local1 = gBuilding[_local2]; var _local3 = _local1.isInside(p_pos); if (_local3 >= 0) { if (_local1._impact == -1) { if ((_local1._pos.x != -1) && (_local1._pos.y != -1)) { _local1.cancelDestructionAnimation(); } _local1._pos = new flash.geom.Point(p_pos.x, p_pos.y); _local1._impact = p_damage; } } _local2++; } }; buildingTestDestruction = function (p_pos, p_range_x, p_range_y) { var _local7 = new flash.geom.Point(0, 0); var _local9 = 0; while (_local9 < gBuilding.length) { var _local1 = gBuilding[_local9]; if (_local1._state == cBuilding.STATE_NORMAL) { var _local6 = 0; while (_local6 < p_range_x) { var _local4 = 0; while (_local4 < p_range_y) { _local7.x = p_pos.x + _local6; _local7.y = p_pos.y + _local4; var _local2 = _local1.isInside(_local7); if (_local2 >= 0) { var _local3 = _local1._matrixBlocks[_local2][0]; var _local5 = _local1._matrixBlocks[_local2][1]; _local1._iterator = 0; _local1._pos.x = -1; _local1._pos.y = -1; _local1._impact = -1; _local1._matrixBlocks[_local2][2] = 1; _local1._iconMapArray[_local2].gotoAndStop(3); gWorld.renderCell(_local3, _local5, new flash.geom.Point(_local3 << gWorld._blockPotenceSizeX, _local5 << gWorld._blockPotenceSizeY), _local1._matrixBlocks[_local2][2]); gWorld.setContent(new flash.geom.Point(_local3, _local5), 0, Worldmap.COLISION_TYPE_EMPTY); if (_local1.isTotallyDestroyed()) { _local1._iterator = 0; _local1._state = cBuilding.STATE_DESTROYING; } } _local4++; } _local6++; } } _local9++; } }; initObjects_Mirilla = function () { var _local2 = "mirilla"; world.attachMovie("gameclipMirilla", _local2, Define.LAYER_MIRILLA); world[_local2].pos = new flash.geom.Point(_root._xmouse, _root._ymouse); gMirilla = world[_local2]; gMirilla._x = gMirilla.pos.x; gMirilla._y = gMirilla.pos.y; gMirilla.gotoAndStop(1); }; logicObjects_Mirilla = function () { gMirilla.pos.x = (_root._xmouse - gWorld._screenWidthDiv2) + gWorld._myCamera.x; gMirilla.pos.y = (_root._ymouse - gWorld._screenHeightDiv2) + gWorld._myCamera.y; gMirilla._x = gMirilla.pos.x; gMirilla._y = gMirilla.pos.y; }; buildFuntionalityMouse = function () { Mouse.addListener(world); world.onMouseDown = function () { gProtagonist._onFire = true; gProtagonist._iterator = 10; }; world.onMouseUp = function () { gProtagonist._onFire = false; gProtagonist._iterator = 10; }; }; insertShootAvailable = function (type, pos, yaw, stepLength, belongs, p_initialPoint, p_finalPoint) { var _local1 = p_initialPoint; while (_local1 < p_finalPoint) { if (gShoots[_local1]._active == false) { gShoots[_local1].initShoot(type, pos, yaw, stepLength, belongs); gShoots[_local1]._impact = 0; return(true); } _local1++; } return(false); }; exploteAllShoots = function () { var _local1 = 0; while (_local1 < gLimitOfTheNumberOfTotalShoots) { if (gShoots[_local1]._active == true) { gShoots[_local1]._impact = 110; } _local1++; } }; insertItemAvailable = function (type, pos) { var _local1 = 0; while (_local1 < Define.TOTAL_NUMBER_OF_ITEMS) { if (gItems[_local1]._active == false) { gItems[_local1].initItem(type, pos); break; } _local1++; } }; insertEnemyAvailable = function (type, pos, yaw, stepLength) { var _local1 = 0; while (_local1 < Define.TOTAL_NUMBER_OF_ENEMIES) { if (gEnemies[_local1]._active == false) { gEnemies[_local1].initEnemy(_local1, type, pos, yaw, stepLength); break; } _local1++; } }; testImpactEnemy = function (pos, damage) { var _local2 = 0; while (_local2 < Define.TOTAL_NUMBER_OF_ENEMIES) { var _local1 = gEnemies[_local2]; if (_local1._active == true) { if (_local1._state != cObject.STATE_ENEMY_DEATH) { if (Define.distancePoint(pos, _local1._pos) <= Define.DISTANCE_HIT_SHOOT_ENEMY) { _local1._impact = _local1._impact + damage; return(true); } } } _local2++; } return(false); }; testImpactEnemyByClip = function (p_clip, damage) { var _local2 = 0; while (_local2 < Define.TOTAL_NUMBER_OF_ENEMIES) { var _local1 = gEnemies[_local2]; if (_local1._active == true) { if (_local1._state != cObject.STATE_ENEMY_DEATH) { _local1.testClipColision(p_clip, damage); } } _local2++; } return(false); }; var gNumberActiveEnemies = 0; var gTotalNumberAvailableOfEnemies; var gActiveGrowNumberEnemies; var gIteratorRegion = 0; getPointRegionFree = function (p_region) { var _local2 = new flash.geom.Point(-1, -1); var _local1 = new flash.geom.Point(gProtagonist._pos.x >> gWorld._blockPotenceSizeX, gProtagonist._pos.y >> gWorld._blockPotenceSizeY); switch (p_region) { case 0 : _local1.x = _local1.x - 4; _local1.y = _local1.y - 4; while (gWorld.getContent(_local1, 0) != Worldmap.COLISION_TYPE_EMPTY) { _local1.x--; _local1.y--; if ((_local1.x < 0) || (_local1.y < 0)) { return(_local2); } } if (gWorld.isInsideScreen(_local1) == true) { return(_local2); } break; case 1 : _local1.y = _local1.y - 4; while (gWorld.getContent(_local1, 0) != Worldmap.COLISION_TYPE_EMPTY) { _local1.y--; if (_local1.y < 0) { return(_local2); } } if (gWorld.isInsideScreen(_local1) == true) { return(_local2); } break; case 2 : _local1.x = _local1.x + 4; _local1.y = _local1.y - 4; while (gWorld.getContent(_local1, 0) != Worldmap.COLISION_TYPE_EMPTY) { _local1.x++; _local1.y--; if ((_local1.x >= gWorld._screenSize.x) || (_local1.y < 0)) { return(_local2); } } if (gWorld.isInsideScreen(_local1) == true) { return(_local2); } break; case 3 : _local1.x = _local1.x - 4; while (gWorld.getContent(_local1, 0) != Worldmap.COLISION_TYPE_EMPTY) { _local1.x--; if (_local1.x < 0) { return(_local2); } } if (gWorld.isInsideScreen(_local1) == true) { return(_local2); } break; case 4 : _local1.x = _local1.x + 4; while (gWorld.getContent(_local1, 0) != Worldmap.COLISION_TYPE_EMPTY) { _local1.x++; if (_local1.x >= gWorld._screenSize.x) { return(_local2); } } if (gWorld.isInsideScreen(_local1) == true) { return(_local2); } break; case 5 : _local1.x = _local1.x - 4; _local1.y = _local1.y + 4; while (gWorld.getContent(_local1, 0) != Worldmap.COLISION_TYPE_EMPTY) { _local1.x--; _local1.y++; if ((_local1.x < 0) || (_local1.y >= gWorld._screenSize.y)) { return(_local2); } } if (gWorld.isInsideScreen(_local1) == true) { return(_local2); } break; case 6 : _local1.y = _local1.y + 4; while (gWorld.getContent(_local1, 0) != Worldmap.COLISION_TYPE_EMPTY) { _local1.y++; if (_local1.y >= gWorld._screenSize.y) { return(_local2); } } if (gWorld.isInsideScreen(_local1) == true) { return(_local2); } break; case 7 : _local1.x = _local1.x + 4; _local1.y = _local1.y + 4; while (gWorld.getContent(_local1, 0) != Worldmap.COLISION_TYPE_EMPTY) { _local1.x++; _local1.y++; if ((_local1.x >= gWorld._screenSize.y) || (_local1.y >= gWorld._screenSize.y)) { return(_local2); } } if (gWorld.isInsideScreen(_local1) != true) { break; } return(_local2); } return(_local1); }; logicEnemy = function () { switch (nmCurrentLevel) { case 6 : if (gNumberActiveEnemies < gTotalNumberAvailableOfEnemies) { gIteratorRegion++; if (gIteratorRegion > 7) { gIteratorRegion = 0; } var _local2 = getPointRegionFree(gIteratorRegion); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local5 = (_root.instGame.gBuildingsDestroyed * 100) / gBuilding.length; if (_local5 > 50) { if (gActiveGrowNumberEnemies == false) { gActiveGrowNumberEnemies = true; gTotalNumberAvailableOfEnemies++; } } var _local4 = Define.randRange(0, 70); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } if ((_local4 >= 50) && (_local4 < 60)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_TANK, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 60) && (_local4 < 70)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_CHOPTER, _local2, 0, Define.SPEED_PROTAGONIST * 2); } } } break; case 5 : if (gNumberActiveEnemies < gTotalNumberAvailableOfEnemies) { gIteratorRegion++; if (gIteratorRegion > 7) { gIteratorRegion = 0; } var _local2 = getPointRegionFree(gIteratorRegion); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local5 = (_root.instGame.gBuildingsDestroyed * 100) / gBuilding.length; if (_local5 < 50) { var _local4 = Define.randRange(0, 60); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } if ((_local4 >= 50) && (_local4 < 60)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_TANK, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } } else { if (gActiveGrowNumberEnemies == false) { gActiveGrowNumberEnemies = true; gTotalNumberAvailableOfEnemies++; } var _local4 = Define.randRange(0, 70); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } if ((_local4 >= 50) && (_local4 < 60)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_TANK, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 60) && (_local4 < 70)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_CHOPTER, _local2, 0, Define.SPEED_PROTAGONIST * 2); } } } } break; case 4 : if (gNumberActiveEnemies < gTotalNumberAvailableOfEnemies) { gIteratorRegion++; if (gIteratorRegion > 7) { gIteratorRegion = 0; } var _local2 = getPointRegionFree(gIteratorRegion); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local5 = (_root.instGame.gBuildingsDestroyed * 100) / gBuilding.length; if (_local5 < 50) { var _local4 = Define.randRange(0, 50); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } } else { if (gActiveGrowNumberEnemies == false) { gActiveGrowNumberEnemies = true; gTotalNumberAvailableOfEnemies++; } var _local4 = Define.randRange(0, 60); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } if ((_local4 >= 50) && (_local4 < 60)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_TANK, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } } } } break; case 3 : if (gNumberActiveEnemies < gTotalNumberAvailableOfEnemies) { gIteratorRegion++; if (gIteratorRegion > 7) { gIteratorRegion = 0; } var _local2 = getPointRegionFree(gIteratorRegion); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local5 = (_root.instGame.gBuildingsDestroyed * 100) / gBuilding.length; if (_local5 < 50) { var _local4 = Define.randRange(0, 40); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } } else { if (gActiveGrowNumberEnemies == false) { gActiveGrowNumberEnemies = true; gTotalNumberAvailableOfEnemies++; } var _local4 = Define.randRange(0, 50); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } } } } break; case 2 : if (gNumberActiveEnemies < gTotalNumberAvailableOfEnemies) { gIteratorRegion++; if (gIteratorRegion > 7) { gIteratorRegion = 0; } var _local2 = getPointRegionFree(gIteratorRegion); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local5 = (_root.instGame.gBuildingsDestroyed * 100) / gBuilding.length; if (_local5 < 50) { var _local4 = Define.randRange(0, 30); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } } else { if (gActiveGrowNumberEnemies == false) { gActiveGrowNumberEnemies = true; gTotalNumberAvailableOfEnemies++; } var _local4 = Define.randRange(0, 40); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } } } } break; case 1 : if (gNumberActiveEnemies < gTotalNumberAvailableOfEnemies) { gIteratorRegion++; if (gIteratorRegion > 7) { gIteratorRegion = 0; } var _local2 = getPointRegionFree(gIteratorRegion); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local5 = (_root.instGame.gBuildingsDestroyed * 100) / gBuilding.length; if (_local5 < 50) { var _local4 = Define.randRange(0, 10); if ((_local4 >= 0) && (_local4 < 5)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 5) && (_local4 <= 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } } else { if (gActiveGrowNumberEnemies == false) { gActiveGrowNumberEnemies = true; gTotalNumberAvailableOfEnemies++; } var _local4 = Define.randRange(0, 30); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } } } } break; case 0 : if (gNumberActiveEnemies < gTotalNumberAvailableOfEnemies) { gIteratorRegion++; if (gIteratorRegion > 7) { gIteratorRegion = 0; } var _local2 = getPointRegionFree(gIteratorRegion); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local5 = (_root.instGame.gBuildingsDestroyed * 100) / gBuilding.length; if (_local5 < 50) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } else { if (gActiveGrowNumberEnemies == false) { gActiveGrowNumberEnemies = true; gTotalNumberAvailableOfEnemies++; } var _local4 = Define.randRange(0, 10); if ((_local4 >= 0) && (_local4 < 5)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 5) && (_local4 <= 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } } } } break; case 7 : if (gNumberActiveEnemies < gTotalNumberAvailableOfEnemies) { gIteratorRegion++; if (gIteratorRegion > 7) { gIteratorRegion = 0; } var _local2 = getPointRegionFree(gIteratorRegion); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local5 = (_root.instGame.gBuildingsDestroyed * 100) / gBuilding.length; if (gLevelOfKillsDone == 1) { gLevelOfKillsDone = 0; if (gTotalNumberAvailableOfEnemies < (Define.TOTAL_NUMBER_OF_ENEMIES - 1)) { gTotalNumberAvailableOfEnemies++; } } switch (gTotalNumberAvailableOfEnemies) { case 3 : insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); break; case 4 : var _local4 = Define.randRange(0, 10); if ((_local4 >= 0) && (_local4 < 5)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 5) && (_local4 <= 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } break; case 5 : _local4 = Define.randRange(0, 30); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } break; case 6 : _local4 = Define.randRange(0, 40); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } break; case 7 : _local4 = Define.randRange(0, 50); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } break; case 8 : _local4 = Define.randRange(0, 60); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } if ((_local4 >= 50) && (_local4 < 60)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_TANK, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } break; default : _local4 = Define.randRange(0, 70); if ((_local4 >= 0) && (_local4 < 10)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BASIC, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 10) && (_local4 < 20)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MEDIUM, _local2, 0, Define.SPEED_PROTAGONIST); } if ((_local4 >= 20) && (_local4 < 30)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_BAZOKA, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if ((_local4 >= 30) && (_local4 < 40)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_GENERAL, _local2, 0, Define.SPEED_PROTAGONIST - 1.5); } if ((_local4 >= 40) && (_local4 < 50)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_MOTORBIKE, _local2, 0, Define.SPEED_PROTAGONIST + 4); } if ((_local4 >= 50) && (_local4 < 60)) { insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_TANK, _local2, 0, Define.SPEED_PROTAGONIST - 0.5); } if (!((_local4 >= 60) && (_local4 < 70))) { break; } insertEnemyAvailable(Define.OBJ_ENEMY_TYPE_CHOPTER, _local2, 0, Define.SPEED_PROTAGONIST * 2); } } } break; } gNumberActiveEnemies = 0; var _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_ENEMIES) { if (gEnemies[_local3].logic()) { gNumberActiveEnemies++; } _local3++; } }; insertNPCAvailable = function (type, pos, yaw, stepLength) { var _local1 = 0; while (_local1 < Define.TOTAL_NUMBER_OF_NPCS) { if (gNPCs[_local1]._active == false) { gNPCs[_local1].initNPC(_local1, type, pos, yaw, stepLength); break; } _local1++; } }; testImpactNPC = function (pos, damage) { var _local2 = 0; while (_local2 < Define.TOTAL_NUMBER_OF_NPCS) { var _local1 = gNPCs[_local2]; if (_local1._active == true) { if (_local1._state != cObject.STATE_NPC_DESTROY) { if (Define.distancePoint(pos, _local1._pos) <= ((_local1._clip._width + _local1._clip._height) >> 2)) { _local1._impact = _local1._impact + damage; return(true); } } } _local2++; } return(false); }; var gNumberActiveNPCs = 0; var gTotalNumberAvailableOfNPCs; var gIteratorRegionNPCs = 0; logicNPC = function () { if (gNumberActiveNPCs < gTotalNumberAvailableOfNPCs) { gIteratorRegionNPCs++; if (gIteratorRegionNPCs > 7) { gIteratorRegionNPCs = 0; } var _local2 = getPointRegionFree(gIteratorRegionNPCs); if ((_local2.x != -1) && (_local2.y != -1)) { _local2.x = (_local2.x << gWorld._blockPotenceSizeX) + (gWorld._blockSizeX / 2); _local2.y = (_local2.y << gWorld._blockPotenceSizeY) + (gWorld._blockSizeY / 2); var _local3 = Define.OBJ_NPC_CAR_1 + Define.randRange(0, 5); if (_local3 <= OBJ_NPC_CAR_3) { insertNPCAvailable(_local3, _local2, 0, Define.SPEED_PROTAGONIST / 2); } else { insertNPCAvailable(_local3, _local2, 0, Define.SPEED_PROTAGONIST / 3); } } } gNumberActiveNPCs = 0; var _local1 = 0; while (_local1 < Define.TOTAL_NUMBER_OF_NPCS) { if (gNPCs[_local1]._active == true) { if (gNPCs[_local1].logic()) { gNumberActiveNPCs++; } } _local1++; } }; playEndSoundWin = function () { if (Define.ENABLE_EXTRA_GREAT_SOUNDS) { switch (_root.gCurrentLevel) { case 0 : _root.playGameSoundStops(Define.SOUND_FIN_LEVEL1, 1); break; case 1 : _root.playGameSoundStops(Define.SOUND_FIN_LEVEL2, 1); break; case 2 : _root.playGameSoundStops(Define.SOUND_FIN_LEVEL3, 1); break; case 3 : _root.playGameSoundStops(Define.SOUND_FIN_LEVEL4, 1); break; case 4 : _root.playGameSoundStops(Define.SOUND_FIN_LEVEL5, 1); break; case 5 : _root.playGameSoundStops(Define.SOUND_FIN_LEVEL6, 1); break; case 6 : _root.playGameSoundStops(Define.SOUND_FIN_LEVEL7, 1); } } else { _root.playGameSoundStops(Define.SOUND_FIN_LEVEL1, 1); } }; mainGameLogic = function () { var _local3; switch (gStateGame) { case Define.STATE_GAME_PRE_LOADING : if (Define.ENABLE_XML_FILE_INTEGRATED == false) { if (gIterator < 10) { gIterator++; } if (gIterator == 1) { gWorld = new Worldmap(this, world, nmCurrentLevel, new flash.geom.Point(100, 100), new flash.geom.Point(Stage.width, Stage.height), 1); } } else { gWorld = new Worldmap(this, world, nmCurrentLevel, new flash.geom.Point(100, 100), new flash.geom.Point(Stage.width, Stage.height), 1); changeGeneralGameState(Define.STATE_GAME_LOADING); } break; case Define.STATE_GAME_LOADING : if (gIterator < 10) { gIterator++; } if (gIterator == 1) { gWorld.initAI(); buildingCreation(); gBuildingsDestroyed = 0; var _local16 = "nmProtagonist"; world.attachMovie("gameclipProtagonist", _local16, Define.LAYER_PROTAGONIST); var _local20 = world[_local16]; gProtagonist = new cObject(gWorld, _local20, _local16); gProtagonist.initProtagonist(Define.OBJ_PROTAGONIST, new flash.geom.Point(550, 550), 0, Define.SPEED_PROTAGONIST); gEnemies = new Array(Define.TOTAL_NUMBER_OF_ENEMIES); var _local12 = Define.LAYER_ENEMY_TYPE; _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_ENEMIES) { var _local5 = "nmEnemy" + _local3; world.attachMovie("gameClipEnemy", _local5, _local12 + _local3); var _local9 = world[_local5]; gEnemies[_local3] = new cObject(gWorld, _local9, _local5); _local3++; } gLimitOfTheNumberOfTotalShoots = Define.TOTAL_NUMBER_OF_SHOOTS; switch (nmCurrentLevel) { case 0 : _root.gIsSurvivalMode = false; gTotalNumberAvailableOfEnemies = 3; break; case 1 : _root.gIsSurvivalMode = false; gTotalNumberAvailableOfEnemies = 4; break; case 2 : _root.gIsSurvivalMode = false; gTotalNumberAvailableOfEnemies = 4; break; case 3 : _root.gIsSurvivalMode = false; gTotalNumberAvailableOfEnemies = 5; break; case 4 : _root.gIsSurvivalMode = false; gTotalNumberAvailableOfEnemies = 5; break; case 5 : _root.gIsSurvivalMode = false; gTotalNumberAvailableOfEnemies = 6; break; case 6 : _root.gIsSurvivalMode = false; gTotalNumberAvailableOfEnemies = 7; break; case 7 : _root.gIsSurvivalMode = true; gTotalNumberAvailableOfEnemies = 3; gLimitOfTheNumberOfTotalShoots = Define.TOTAL_NUMBER_OF_SHOOTS + 20; } gActiveGrowNumberEnemies = false; gNPCs = new Array(Define.TOTAL_NUMBER_OF_NPCS); var _local14 = Define.LAYER_NPC_CAR; _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_NPCS) { var _local4 = "nmNPC" + _local3; world.attachMovie("gameClipNPC", _local4, _local14 + _local3); var _local10 = world[_local4]; gNPCs[_local3] = new cObject(gWorld, _local10, _local4); _local3++; } switch (nmCurrentLevel) { case 0 : gTotalNumberAvailableOfNPCs = 14; break; case 1 : gTotalNumberAvailableOfNPCs = 5; break; case 2 : gTotalNumberAvailableOfNPCs = 0; break; case 3 : gTotalNumberAvailableOfNPCs = 0; break; case 4 : gTotalNumberAvailableOfNPCs = 0; break; case 5 : gTotalNumberAvailableOfNPCs = 0; break; case 6 : gTotalNumberAvailableOfNPCs = 0; break; default : gTotalNumberAvailableOfNPCs = 0; } gItems = new Array(Define.TOTAL_NUMBER_OF_ITEMS); var _local13 = Define.LAYER_ITEM; _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_ITEMS) { var _local7 = "nmItem" + _local3; world.attachMovie("gameclipItem", _local7, _local13 + _local3); var _local11 = world[_local7]; gItems[_local3] = new cObject(gWorld, _local11, _local7); _local3++; } gShoots = new Array(gLimitOfTheNumberOfTotalShoots); var _local15 = Define.LAYER_SHOOT; _local3 = 0; while (_local3 < gLimitOfTheNumberOfTotalShoots) { var _local6 = "nmShoot" + _local3; world.attachMovie("gameclipShootClip", _local6, _local15 + _local3); var _local8 = world[_local6]; gShoots[_local3] = new cObject(gWorld, _local8, _local6); _local3++; } buildFuntionalityMouse(); initObjects_Mirilla(); initInterface(); initInterfaceMap(); _root.instClipMenuResultGame._visible = false; _root.instClipMenuResultGame.gotoAndStop("parar"); _root.instClipPresentationLevel._visible = true; _root.instClipPresentationLevel.gotoAndPlay("Seccion1"); changeGeneralGameState(Define.STATE_GAME_PRESENTATION); gAcumOfNumberFrameRate = 0; gIteratorOfFrameRate = 0; gEfectiveFrameRate = Define.NORMAL_FRAME_RATE; switch (_root.nmDifficultySetted) { case 0 : if (gNumberTotalSuperBomb < 2) { gNumberTotalSuperBomb = 2; } break; case 1 : if (gNumberTotalSuperBomb < 1) { gNumberTotalSuperBomb = 1; } break; case 2 : gNumberTotalSuperBomb = 1; break; default : gNumberTotalSuperBomb = 0; } logicInterfaceSuperBomb(); } break; case Define.STATE_GAME_PRESENTATION : gMirilla._visible = false; gWorld.changeCamera(gProtagonist._pos.x, gProtagonist._pos.y); gProtagonist.logic(); if (gProtagonist._state == cObject.STATE_PROTAGONIST_RUN) { _root.instClipPresentationLevel.gotoAndStop("vacio"); _root.instClipPresentationLevel._visible = false; gMirilla._visible = true; gTimeTotalDone = 0; gEfectiveFrameRate = Define.NORMAL_FRAME_RATE; changeGeneralGameState(Define.STATE_GAME_RUN); switch (nmCurrentLevel) { case 0 : case 1 : _root.playGameSoundBackground(Define.SOUND_BACKGROUND_A, 1000); break; case 2 : case 3 : _root.playGameSoundBackground(Define.SOUND_BACKGROUND_B, 1000); break; default : _root.playGameSoundBackground(Define.SOUND_BACKGROUND_C, 1000); } } break; case Define.STATE_GAME_RUN : if (Key.isDown(13)) { _root.changeGameState(Define.STATEGENERAL_PAUSE); return(undefined); } var _local17 = new Date().getTime(); gTimeDif = _local17 - gLastTimeCycleBefore; if (gLastTimeCycleBefore != -1) { gTimeTotalDone = gTimeTotalDone + gTimeDif; gAcumTimeToSecond = gAcumTimeToSecond + gTimeDif; if (gAcumTimeToSecond > 1000) { gAcumOfNumberFrameRate = gAcumOfNumberFrameRate + gIteratorOfFrameRate; if ((gIteratorOfFrameRate < Define.FRAME_RATE_OF_THE_GAME) && (gFramerate != Define.FAST_FRAME_RATE)) { if (gEfectiveFrameRate > 1) { gEfectiveFrameRate--; } changeFrameRate(gFramerate); } else if ((gIteratorOfFrameRate > (Define.FRAME_RATE_OF_THE_GAME + 5)) && (gFramerate != Define.FAST_FRAME_RATE)) { gEfectiveFrameRate++; changeFrameRate(gFramerate); } gIteratorOfFrameRate = 0; gAcumTimeToSecond = 0; } else { gIteratorOfFrameRate++; } } else { gTimeDif = 1; } gLastTimeCycleBefore = _local17; var _local19 = (gProtagonist._pos.x + gMirilla.pos.x) >> 1; var _local18 = (gProtagonist._pos.y + gMirilla.pos.y) >> 1; gWorld.changeCamera((gProtagonist._pos.x + _local19) >> 1, (gProtagonist._pos.y + _local18) >> 1); gWorld.logic(); gProtagonist.logic(); logicEnemy(); logicNPC(); _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_ITEMS) { gItems[_local3].logic(); _local3++; } _local3 = 0; while (_local3 < gBuilding.length) { gBuilding[_local3].logic(); _local3++; } logicInterfaceMap(); _local3 = 0; while (_local3 < gLimitOfTheNumberOfTotalShoots) { gShoots[_local3].logic(); _local3++; } logicObjects_Mirilla(); if (gTimeacumFramerate < 0) { if (gFramerate != Define.NORMAL_FRAME_RATE) { logicInterfaceSpeedTime(0, 1000000); changeFrameRate(Define.NORMAL_FRAME_RATE); } } else { gTimeacumFramerate = gTimeacumFramerate - gTimeDif; switch (gFramerate) { case Define.SLOW_FRAME_RATE : logicInterfaceSpeedTime(2, gTimeacumFramerate); break; case Define.FAST_FRAME_RATE : logicInterfaceSpeedTime(1, gTimeacumFramerate); } } if (gBuildingsDestroyed == gBuilding.length) { if (_root.gIsSurvivalMode == false) { changeGeneralGameState(Define.STATE_GAME_VICTORY); return(undefined); } } if (gProtagonist._life <= 0) { changeGeneralGameState(Define.STATE_GAME_LOSE); return(undefined); } break; case Define.STATE_GAME_VICTORY : if (gIterator < 45) { gIterator++; } switch (gIterator) { case 1 : _root.stopGameSoundsBackground(); _root.instLabelEndGame._visible = true; _root.instLabelEndGame._alpha = 9 + (gIterator * 2); _root.instLabelEndGame.gotoAndStop("verde"); gProtagonist.changeState(cObject.STATE_PROTAGONIST_WIN); _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_ENEMIES) { gEnemies[_local3]._impact = 1000; gEnemies[_local3].logic(); _local3++; } _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_NPCS) { gNPCs[_local3]._impact = 1000; gNPCs[_local3].logic(); _local3++; } _local3 = 0; while (_local3 < gLimitOfTheNumberOfTotalShoots) { gShoots[_local3].changeState(cObject.STATE_SHOOT_NULL); gShoots[_local3].logic(); _local3++; } hideInterface(); gMirilla._visible = false; changeFrameRate(Define.SLOW_FRAME_RATE); break; case 2 : playEndSoundWin(); } _root.instLabelEndGame._alpha = 9 + (gIterator * 2); gWorld.changeCamera(gProtagonist._pos.x, gProtagonist._pos.y); gProtagonist.logic(); _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_ENEMIES) { gEnemies[_local3].logic(); _local3++; } _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_NPCS) { gNPCs[_local3].logic(); _local3++; } if (gProtagonist._state == -1) { changeGeneralGameState(Define.STATE_GAME_PAUSE); _root.instLabelEndGame._visible = false; _root.changeGameState(Define.STATEGENERAL_RESULT); } break; case Define.STATE_GAME_LOSE : if (gIterator < 45) { gIterator++; } switch (gIterator) { case 1 : _root.stopGameSoundsBackground(); hideInterface(); gMirilla._visible = false; _root.instLabelEndGame._visible = true; _root.instLabelEndGame._alpha = 9 + (gIterator * 2); _root.instLabelEndGame.gotoAndStop("blanco"); break; case 2 : _root.playGameSoundStops(Define.SOUND_GAME_OVER, 1); } _root.instLabelEndGame._alpha = 9 + (gIterator * 2); gWorld.changeCamera(gProtagonist._pos.x, gProtagonist._pos.y); gProtagonist.logic(); _local3 = 0; while (_local3 < Define.TOTAL_NUMBER_OF_ENEMIES) { gEnemies[_local3].logic(); _local3++; } _local3 = 0; while (_local3 < gLimitOfTheNumberOfTotalShoots) { gShoots[_local3].logic(); _local3++; } if (gProtagonist._state == -1) { changeGeneralGameState(Define.STATE_GAME_PAUSE); _root.instLabelEndGame._visible = false; _root.changeGameState(Define.STATEGENERAL_RESULT); } break; case Define.STATE_GAME_PAUSE : } }; var gNumberOfKills = 0; var gLevelOfKillsDone = 0; var gBarPlayerInitialWidth; var gBarEnemyIterationsVisible; var gBarEnemyInitialWidth; var gBarCurrentTimeFast; var gNumberTotalSuperBomb = 0; instGameInterfaceBackground._visible = false; instTextBoxNamePlayer._visible = false; instBarLifePlayer._visible = false; instInterfaceItem._visible = false; instTextBoxBonus._visible = false; instTextBoxKills._visible = false; instTextBoxKills_Estatico._visible = false; instGameClipInterfaceSuperBomb._visible = false; instGameMap._visible = false; initInterface = function () { instGameInterfaceBackground._visible = true; instTextBoxNamePlayer._visible = true; instBarLifePlayer._visible = true; gBarPlayerInitialWidth = 178; instBarLifePlayer._width = gBarPlayerInitialWidth; gNumberOfKills = 0; gLevelOfKillsDone = 0; instTextBoxKills._visible = true; instTextBoxKills_Estatico._visible = true; instTextBoxKills.text = "" + gNumberOfKills; gBarEnemyIterationsVisible = 0; gBarEnemyInitialWidth = instBarLifeEnemy._width; gBarCurrentTimeFast = 1000000 /* 0x0F4240 */; instGameClipInterfaceSuperBomb._visible = true; instGameMap._visible = true; }; hideInterface = function () { instGameInterfaceBackground._visible = false; instTextBoxNamePlayer._visible = false; instBarLifePlayer._visible = false; instInterfaceItem._visible = false; instTextBoxBonus._visible = false; instTextBoxKills._visible = false; instTextBoxKills_Estatico._visible = false; instGameClipInterfaceSuperBomb._visible = false; instGameMap._visible = false; }; logicInterfacePlayer = function () { instBarLifePlayer._width = Math.floor((gProtagonist._life * gBarPlayerInitialWidth) / gProtagonist._initialLifes); }; logicInterfaceUpdateKills = function () { gNumberOfKills++; instTextBoxKills.text = "" + gNumberOfKills; if (_root.gIsSurvivalMode) { if ((gNumberOfKills % 10) == 0) { gLevelOfKillsDone = 1; } } }; logicInterfaceUpdateWeapon = function (p_units, p_type) { if (p_units > 0) { instInterfaceItem._visible = true; instTextBoxBonus._visible = true; switch (p_type) { case 0 : instInterfaceItem.gotoAndStop("item_metralleta"); instTextBoxBonus.text = "" + p_units; break; case 1 : instInterfaceItem.gotoAndStop("item_bazoka"); instTextBoxBonus.text = "" + p_units; break; case 2 : instInterfaceItem.gotoAndStop("item_fire"); instTextBoxBonus.text = "" + p_units; } } else { instTextBoxBonus._visible = false; instInterfaceItem._visible = false; } }; logicInterfaceSuperBomb = function () { instGameClipInterfaceSuperBomb.gotoAndStop(5 - gNumberTotalSuperBomb); }; logicInterfaceSpeedTime = function (p_type, p_time) { var _local1; switch (p_type) { case 0 : gBarCurrentTimeFast = p_time; break; case 1 : _local1 = Math.floor(p_time / 1000); if (gBarCurrentTimeFast > _local1) { gBarCurrentTimeFast = _local1; } break; case 2 : _local1 = Math.floor(p_time / 1000); if (gBarCurrentTimeFast > _local1) { gBarCurrentTimeFast = _local1; } if (gBarCurrentTimeFast < 3) { gProtagonist._clip.instGameClipShield._alpha = gProtagonist._clip.instGameClipShield._alpha - 10; if (gProtagonist._clip.instGameClipShield._alpha <= 0) { gProtagonist._clip.instGameClipShield._alpha = 100; } } if (gBarCurrentTimeFast > 0) { break; } gProtagonist._clip.instGameClipShield._visible = false; } }; var gPlayerInMap; translateCoordenatesToMap = function (p_x, p_y) { return(new flash.geom.Point((p_x * Define.MINI_MAPT_WIDTH) / gWorld._iWidthWorldComplete, (p_y * Define.MINI_MAPT_HEIGHT) / gWorld._iHeightWorldComplete)); }; initInterfaceMap = function () { var _local5 = 1; var _local4 = 0; while (_local4 < gBuilding.length) { var _local12 = "nmBlockBuildingMap" + _local5; instGameMap.attachMovie("gameMapUnitBuilding", _local12, _local5); gBuilding[_local4]._iconMap = instGameMap[_local12]; var _local11 = translateCoordenatesToMap(gBuilding[_local4]._matrixBlocks[0][0] * gWorld._blockSizeX, gBuilding[_local4]._matrixBlocks[0][1] * gWorld._blockSizeY); gBuilding[_local4]._iconMap._x = _local11.x; gBuilding[_local4]._iconMap._y = _local11.y; var _local3 = gBuilding[_local4].getSizeBuilding(); _local3 = translateCoordenatesToMap(_local3.x, _local3.y); gBuilding[_local4]._iconMap._width = _local3.x; gBuilding[_local4]._iconMap._height = _local3.y; _local5++; var _local2 = gBuilding[_local4]; var _local1 = 0; while (_local1 < _local2._matrixBlocks.length) { var _local6 = "nmBlockBuildingMap_Sub" + _local5; instGameMap.attachMovie("gameMapUnitBuilding", _local6, _local5); _local2._iconMapArray.push(instGameMap[_local6]); var _local10 = _local2._matrixBlocks[_local1][0] * gWorld._blockSizeX; var _local9 = _local2._matrixBlocks[_local1][1] * gWorld._blockSizeY; var _local7 = Math.floor((_local10 * Define.MINI_MAPT_WIDTH) / gWorld._iWidthWorldComplete); var _local8 = Math.floor((_local9 * Define.MINI_MAPT_HEIGHT) / gWorld._iHeightWorldComplete); _local2._iconMapArray[_local1]._x = _local7; _local2._iconMapArray[_local1]._y = _local8; if (_local2._matrixBlocks.length > 1) { } _local3 = new flash.geom.Point(gWorld._blockSizeX, gWorld._blockSizeY); _local3 = translateCoordenatesToMap(_local3.x, _local3.y); _local2._iconMapArray[_local1]._width = _local3.x; _local2._iconMapArray[_local1]._height = _local3.y; _local2._iconMapArray[_local1].gotoAndStop(2); _local5++; _local1++; } _local4++; } var _local14 = "nmProtagonistMap"; instGameMap.attachMovie("gameMapProtagonist", _local14, _local5); gPlayerInMap = instGameMap[_local14]; var _local13 = translateCoordenatesToMap(gProtagonist._pos.x, gProtagonist._pos.y); gPlayerInMap._x = _local13.x; gPlayerInMap._y = _local13.y; }; logicInterfaceMap = function () { var _local1 = translateCoordenatesToMap(gProtagonist._pos.x, gProtagonist._pos.y); gPlayerInMap._x = _local1.x; gPlayerInMap._y = _local1.y; }; var gWorld; var gBuilding; var gProtagonist; var gEnemies; var gNPCs; var gItems; var gShoots; var gMirilla; var gTimeDif; var gLastTimeCycleBefore = -1; var gTimeTotalDone = 0; var gAcumTimeToSecond = 0; var gAcumOfNumberFrameRate = 0; var gIteratorOfFrameRate = 0; var gStateGame = -1; var gLastStateGame = -1; var nmCurrentLevel = 0; var gFramerate = Define.NORMAL_FRAME_RATE; var gEfectiveFrameRate = Define.NORMAL_FRAME_RATE; var gTimeacumFramerate = -1; var gBuildingsDestroyed; var tweenFaster = setInterval(timelineFaster, gFramerate); stop();
Symbol 1036 Button
on (release) { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _parent.gotoAndPlay("menuPlay"); }
Symbol 1044 Button
on (release) { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _parent.gotoAndPlay("settings"); }
Symbol 1052 Button
on (release) { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _parent.gotoAndPlay("help"); }
Symbol 1060 Button
on (release) { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _parent.gotoAndPlay("about"); }
Symbol 1064 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 1064 MovieClip Frame 1
onClipEvent (load) { this.datxt = "More Games: NEWGROUNDS"; this.wid = 150; this.bol = true; }
Symbol 1065 MovieClip Frame 105
instRetroNewgroundsIcon.gotoAndStop("retro"); stop();
Instance of Symbol 1064 MovieClip in Symbol 1065 MovieClip Frame 105
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 1073 Button
on (release) { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.initGameStart(0); }
Symbol 1081 Button
on (release) { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.nmLevelToShow = 0; var difficultyTmpTraslate = _root.nmDifficultySetted; _root.loadGameData(); _root.nmDifficultySetted = difficultyTmpTraslate; gotoAndPlay ("menuLoad"); }
Symbol 1089 Button
on (release) { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("mainMenu"); }
Symbol 1097 Button
on (release) { _root.gIsSurvivalMode = true; _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.initGameStart(Define.TOTAL_NUMBER_OF_LEVELS); }
Symbol 1106 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 1106 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "CONGRATULATIONS!! YOU HAVE DONE A GOOD CLEANING JOB!! (PRESS SPACE)"; this.wid = 300; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1109 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 1109 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "SORRY, PERHAPS YOU WOULD PREFER TO SIT AND HUMANS DESTROY THE UNIVERSE!! (PRESS SPACE)"; this.wid = 300; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1110 MovieClip Frame 1
stop();
Symbol 1110 MovieClip Frame 11
stop();
Symbol 1110 MovieClip Frame 21
stop();
Symbol 1110 MovieClip Frame 31
stop();
Symbol 1115 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 1
onClipEvent (load) { this.datxt = "TIME DONE"; this.wid = 450; this.bol = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 2
onClipEvent (load) { this.datxt = "KILLS"; this.wid = 450; this.bol = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "level1" in Symbol 1115 MovieClip Frame 3
onClipEvent (load) { this.speed = 20; this.datxt = "IN THE SMALL CITY"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 4
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 4
onClipEvent (load) { this.speed = 20; this.datxt = "CLEANING SMALL CITY"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 5
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 5
onClipEvent (load) { this.speed = 20; this.datxt = "THE SUNNY BEACH!!"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 6
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 6
onClipEvent (load) { this.speed = 20; this.datxt = "THE PALMS MUST BE FREE"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 7
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 7
onClipEvent (load) { this.speed = 20; this.datxt = "IN THE BIG CITY"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 8
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 8
onClipEvent (load) { this.speed = 20; this.datxt = "BIG CITY OF RATS"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 9
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 9
onClipEvent (load) { this.speed = 20; this.datxt = "THE NATURE MUST WIN!!!"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 10
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 10
onClipEvent (load) { this.speed = 20; this.datxt = "SURVIVAL!"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1115 MovieClip Frame 11
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1115 MovieClip Frame 11
onClipEvent (load) { this.datxt = "NEW DESTRUCTION"; this.wid = 450; this.bol = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1131 MovieClip [iconLevel] Frame 1
stop();
Symbol 1133 MovieClip [clipStatsInformation] Frame 1
instIncrementalText_Stats_TimeDone.gotoAndStop("time_done"); instIncrementalText_Stats_KillsDone.gotoAndStop("kills_done"); stop();
Symbol 1133 MovieClip [clipStatsInformation] Frame 3
instIncrementalText_Stats_NewDestruction.gotoAndStop("new_destruction"); stop();
Symbol 1143 MovieClip Frame 19
stop();
Instance of Symbol 1140 MovieClip in Symbol 1143 MovieClip Frame 19
/* no clip actions */
Symbol 1144 MovieClip Frame 11
stop();
Symbol 1146 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "NEXT"; this.wid = 450; this.bol = true; this.but = true; }
Symbol 1146 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1146 MovieClip Frame 2
onClipEvent (load) { this.speed = 20; this.datxt = "BACK"; this.wid = 450; this.bol = true; this.but = true; }
Symbol 1146 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1146 MovieClip Frame 3
onClipEvent (load) { this.speed = 20; this.datxt = "EXIT"; this.wid = 450; this.bol = true; this.but = true; }
Symbol 1146 MovieClip Frame 4
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1146 MovieClip Frame 4
onClipEvent (load) { this.speed = 20; this.datxt = "RETRY"; this.wid = 450; this.bol = true; this.but = true; }
Symbol 1147 Button
on (release) { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if (_root.gState == Define.STATEGENERAL_PAUSE) { gotoAndPlay ("pause"); } else { gotoAndPlay ("mainMenu"); } }
Symbol 1148 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1148 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Difficulty Easy"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1148 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1148 MovieClip Frame 2
onClipEvent (load) { this.speed = 20; this.datxt = "Difficulty Normal"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1148 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1148 MovieClip Frame 3
onClipEvent (load) { this.speed = 20; this.datxt = "Difficulty High"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1148 MovieClip Frame 4
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1148 MovieClip Frame 4
onClipEvent (load) { this.speed = 20; this.datxt = "Difficulty Crazy"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1148 MovieClip Frame 5
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1148 MovieClip Frame 5
onClipEvent (load) { this.speed = 20; this.datxt = "1 SHOOT TO DIE"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1149 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1149 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Sound Off"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1149 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1149 MovieClip Frame 2
onClipEvent (load) { this.speed = 20; this.datxt = "Sound On"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1150 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1150 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Quality Low"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1150 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1150 MovieClip Frame 2
onClipEvent (load) { this.speed = 20; this.datxt = "Quality Medium"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1150 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 1150 MovieClip Frame 3
onClipEvent (load) { this.speed = 20; this.datxt = "Quality High"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1154 MovieClip [gameMapUnitBuilding] Frame 1
stop();
Symbol 1154 MovieClip [gameMapUnitBuilding] Frame 2
stop();
Symbol 1154 MovieClip [gameMapUnitBuilding] Frame 3
stop();
Symbol 1206 MovieClip Frame 38
stop(); _parent._visible = false;
Symbol 1260 MovieClip Frame 40
stop(); _parent._visible = false;
Symbol 1325 MovieClip Frame 40
stop(); _parent._visible = false;
Symbol 1383 MovieClip Frame 47
stop(); _parent._visible = false;
Symbol 1441 MovieClip Frame 39
stop(); _parent._visible = false;
Symbol 1493 MovieClip Frame 41
stop(); _parent._visible = false;
Symbol 1546 MovieClip Frame 50
stop(); _parent._visible = false;
Symbol 1547 MovieClip [gameClipEnemy] Frame 1
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 17
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 33
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 48
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 49
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 65
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 81
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 98
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 99
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 113
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 128
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 144
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 145
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 161
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 177
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 193
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 194
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 212
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 229
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 246
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 247
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 262
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 277
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 292
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 293
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 309
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 325
stop();
Symbol 1547 MovieClip [gameClipEnemy] Frame 341
stop();
Symbol 1593 MovieClip Frame 8
stop(); _parent._visible = false;
Symbol 1668 MovieClip Frame 28
stop(); _parent._visible = false;
Symbol 1687 MovieClip Frame 22
stop(); _parent._visible = false;
Symbol 1702 MovieClip Frame 26
stop(); _parent._visible = false;
Symbol 1751 MovieClip Frame 62
stop(); _parent._visible = false;
Symbol 1770 MovieClip Frame 13
stop(); _parent._visible = false;
Symbol 1771 MovieClip [gameclipShootClip] Frame 1
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 16
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 32
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 47
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 60
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 76
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 90
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 103
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 137
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 157
stop(); _visible = false;
Symbol 1771 MovieClip [gameclipShootClip] Frame 180
stop(); _visible = false;
Symbol 1771 MovieClip [gameclipShootClip] Frame 196
stop(); _visible = false;
Symbol 1771 MovieClip [gameclipShootClip] Frame 197
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 213
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 230
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 246
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 271
stop(); _visible = false;
Symbol 1771 MovieClip [gameclipShootClip] Frame 272
Symbol 1771 MovieClip [gameclipShootClip] Frame 281
stop(); _visible = false;
Symbol 1771 MovieClip [gameclipShootClip] Frame 293
stop(); _visible = false;
Symbol 1771 MovieClip [gameclipShootClip] Frame 294
stop();
Symbol 1771 MovieClip [gameclipShootClip] Frame 302
stop();
Symbol 1776 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1776 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "WEBSITE"; this.wid = 500; this.bol = true; this.but = true; this.onPress = function () { getURL ("http://www.freecreationgames.net/", "_blank"); }; }
Symbol 1776 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1776 MovieClip Frame 2
onClipEvent (load) { this.speed = 20; this.datxt = "www.freecreationgames.net"; this.wid = 500; this.bol = true; this.but = true; this.onPress = function () { getURL ("http://www.freecreationgames.net/", "_blank"); }; }
Symbol 1776 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1776 MovieClip Frame 3
onClipEvent (load) { this.speed = 20; this.datxt = "CONTACT"; this.wid = 500; this.bol = true; this.but = true; this.onPress = function () { getURL ("http://www.freecreationgames.net", "_blank"); }; }
Symbol 1776 MovieClip Frame 4
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1776 MovieClip Frame 4
onClipEvent (load) { this.speed = 20; this.datxt = "contact@freecreationgames.net"; this.wid = 500; this.bol = true; this.but = true; this.onPress = function () { getURL ("mailto:contact@freecreationgames.net", "_blank"); }; }
Symbol 1777 MovieClip Frame 1
stop();
Symbol 1777 MovieClip Frame 7
instWeb1.gotoAndStop("website"); instWeb2.gotoAndStop("website_free"); instWeb3.gotoAndStop("contact"); instWeb4.gotoAndStop("contact_free"); stop();
Symbol 1778 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 1778 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "YOU MUST DESTROY ALL THE BUILDINGS OF THE LEVEL"; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 1
onClipEvent (load) { this.datxt = "LOADING..."; this.wid = 450; this.bol = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 2
onClipEvent (load) { this.speed = 20; this.datxt = "HELP 1 OF 3"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 3
onClipEvent (load) { this.speed = 20; this.datxt = "HELP 2 OF 3"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 4
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 4
onClipEvent (load) { this.speed = 20; this.datxt = "HELP 3 OF 3"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 5
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 5
onClipEvent (load) { this.speed = 20; this.datxt = "TEAM"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 6
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 6
onClipEvent (load) { this.speed = 20; this.datxt = "MUSIC"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 7
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 7
onClipEvent (load) { this.speed = 20; this.datxt = "FX SOUNDS"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 8
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 8
onClipEvent (load) { this.speed = 20; this.datxt = "WEBSITE"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 9
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 9
onClipEvent (load) { this.speed = 20; this.datxt = "CONGRATULATIONS"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 10
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 10
onClipEvent (load) { this.speed = 20; this.datxt = "SORRY"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1779 MovieClip Frame 11
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 1779 MovieClip Frame 11
onClipEvent (load) { this.speed = 20; this.datxt = "END GAME"; this.wid = 450; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 1794 MovieClip [buildingForHelp] Frame 1
stop();
Symbol 1794 MovieClip [buildingForHelp] Frame 9
stop();
Symbol 1794 MovieClip [buildingForHelp] Frame 18
stop();
Symbol 1794 MovieClip [buildingForHelp] Frame 26
stop();
Symbol 1893 MovieClip Frame 15
stop();
Symbol 1894 MovieClip Frame 18
stop();
Symbol 1909 MovieClip Frame 7
stop();
Symbol 1930 MovieClip Frame 5
stop();
Symbol 1935 MovieClip Frame 19
stop();
Symbol 1936 MovieClip [gameclipProtagonist] Frame 1
stop();
Symbol 1936 MovieClip [gameclipProtagonist] Frame 14
stop();
Symbol 1936 MovieClip [gameclipProtagonist] Frame 15
stop();
Symbol 1936 MovieClip [gameclipProtagonist] Frame 26
stop();
Symbol 1936 MovieClip [gameclipProtagonist] Frame 38
gotoAndPlay ("protagonist_quiet_metralladora");
Symbol 1936 MovieClip [gameclipProtagonist] Frame 50
gotoAndPlay ("protagonist_walk_metralladora");
Symbol 1936 MovieClip [gameclipProtagonist] Frame 62
gotoAndPlay ("protagonist_quiet_bazoka");
Symbol 1936 MovieClip [gameclipProtagonist] Frame 74
gotoAndPlay ("protagonist_walk_bazoka");
Symbol 1936 MovieClip [gameclipProtagonist] Frame 86
gotoAndPlay ("protagonist_quiet_fire");
Symbol 1936 MovieClip [gameclipProtagonist] Frame 98
gotoAndPlay ("protagonist_walk_fire");
Symbol 1936 MovieClip [gameclipProtagonist] Frame 99
stop();
Symbol 1936 MovieClip [gameclipProtagonist] Frame 112
stop();
Symbol 1936 MovieClip [gameclipProtagonist] Frame 113
stop();
Symbol 1936 MovieClip [gameclipProtagonist] Frame 153
stop();
Symbol 2028 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 2028 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Designer: FreeCreator"; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 2029 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 2029 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Art: PoxPower"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 2030 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2030 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "Jiggly Puff Gas Huffer BY Corrosive Sensitive (prozacsmile)"; this.wid = 250; this.bol = true; this.but = true; this.onPress = function () { getURL ("http://www.newgrounds.com/audio/listen/1594", "_blank"); }; }
Symbol 2030 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2030 MovieClip Frame 2
onClipEvent (load) { this.speed = 20; this.datxt = "the pineapple stand-in song BY Sticky"; this.wid = 300; this.bol = true; this.but = true; this.onPress = function () { getURL ("http://www.newgrounds.com/audio/listen/18851", "_blank"); }; }
Symbol 2030 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2030 MovieClip Frame 3
onClipEvent (load) { this.speed = 20; this.datxt = "Og tel BY WinTang"; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { getURL ("http://www.newgrounds.com/audio/listen/43134", "_blank"); }; }
Symbol 2030 MovieClip Frame 4
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2030 MovieClip Frame 4
onClipEvent (load) { this.speed = 20; this.datxt = "Haunted Woods BY ParagonX9"; this.wid = 150; this.bol = true; this.but = true; this.onPress = function () { getURL ("http://www.newgrounds.com/audio/listen/3773", "_blank"); }; }
Symbol 2030 MovieClip Frame 5
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2030 MovieClip Frame 5
onClipEvent (load) { this.speed = 20; this.datxt = "VISIT AUTHOR"; this.wid = 10; this.bol = true; this.but = true; }
Symbol 2031 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 2031 MovieClip Frame 1
onClipEvent (load) { this.speed = 100; this.datxt = "PLAY"; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { _root.stopGameSoundsBackground(); _root.stopGameSounds(); _root.playGameSoundBackground(Define.SOUND_BACKGROUND_A); }; }
Symbol 2032 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) { this.speed = 100; this.datxt = "PLAY"; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { _root.stopGameSoundsBackground(); _root.stopGameSounds(); _root.playGameSoundBackground(Define.SOUND_BACKGROUND_B); }; }
Symbol 2033 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 2033 MovieClip Frame 1
onClipEvent (load) { this.speed = 100; this.datxt = "PLAY"; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { _root.stopGameSoundsBackground(); _root.stopGameSounds(); _root.playGameSoundBackground(Define.SOUND_BACKGROUND_C); }; }
Symbol 2034 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 2034 MovieClip Frame 1
onClipEvent (load) { this.speed = 100; this.datxt = "PLAY"; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { _root.stopGameSounds(); _root.stopGameSoundsBackground(); _root.playGameSound(Define.SOUND_MENU_MELODY); }; }
Symbol 2037 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 2037 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "FX SOUNDS FROM WWW.FLASHKIT.COM"; this.wid = 350; this.bol = true; this.but = true; this.onPress = function () { getURL ("http://www.flashkit.com/", "_blank"); }; }
Symbol 2038 Button
on (release) { textHTML = Define.getVoice(_root.gVoiceCounter); _root.stopGameSounds(); _root.playGameSound(_root.gVoiceCounter); _root.gVoiceCounter++; if (_root.gVoiceCounter > Define.SOUND_ITEM_SUPERBOMB1) { _root.gVoiceCounter = Define.SOUND_ITEM_MACHINEGUN; } }
Symbol 2039 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 678 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "PLAY"; this.wid = 350; this.bol = true; this.but = true; }
Symbol 2040 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 2040 MovieClip Frame 1
onClipEvent (load) { this.speed = 20; this.datxt = "CONTINUE"; this.wid = 250; this.bol = true; this.but = true; }
Symbol 2040 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 2040 MovieClip Frame 2
onClipEvent (load) { this.speed = 20; this.datxt = "SETTINGS"; this.wid = 250; this.bol = true; this.but = true; }
Symbol 2040 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 2040 MovieClip Frame 3
onClipEvent (load) { this.speed = 20; this.datxt = "HELP"; this.wid = 250; this.bol = true; this.but = true; }
Symbol 2040 MovieClip Frame 4
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip "instCoolTextBox" in Symbol 2040 MovieClip Frame 4
onClipEvent (load) { this.speed = 20; this.datxt = "EXIT"; this.wid = 250; this.bol = true; this.but = true; }
Symbol 2104 MovieClip Frame 21
stop(); _parent._visible = false;
Symbol 2109 MovieClip Frame 21
stop(); _parent._visible = false;
Symbol 2114 MovieClip Frame 21
stop(); _parent._visible = false;
Symbol 2125 MovieClip Frame 8
stop(); _parent._visible = false;
Symbol 2132 MovieClip Frame 10
stop(); _parent._visible = false;
Symbol 2136 MovieClip Frame 6
stop(); _parent._visible = false;
Symbol 2137 MovieClip [gameClipNPC] Frame 1
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 16
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 31
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 46
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 60
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 73
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 88
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 102
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 116
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 131
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 143
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 155
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 168
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 180
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 192
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 205
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 217
stop();
Symbol 2137 MovieClip [gameClipNPC] Frame 229
stop();
Symbol 2141 MovieClip Frame 1
stop();
Symbol 2141 MovieClip Frame 12
instClipIncrementalText_Survival._visible = true; instClipIncrementalText_Survival._x = 407.5; instClipIncrementalText_Survival._y = 290; instTextBack._x = 407.5; instTextBack._y = 350; stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 23
limitOfLevelsDoneLoadLevel = 0; switch (_root.nmDifficultySetted) { case 0 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone_Easy + 1; break; case 1 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone + 1; break; case 2 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone_Hard + 1; break; case 3 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone_Crazy + 1; break; case 4 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone_JamesBond007 + 1; } delete instSelectedLevel.onRelease; delete instBackLevel.onRelease; delete instNextLevel.onRelease; delete instSelectLevelEntry1.onRelease; delete instSelectLevelEntry2.onRelease; delete instSelectedLevel.onEnterFrame; delete instBackLevel.onEnterFrame; delete instNextLevel.onEnterFrame; delete instSelectLevelEntry1.onEnterFrame; delete instSelectLevelEntry2.onEnterFrame; instSelectedLevel._y = -80; instSelectedLevel.gotoAndStop("azul"); instBackLevel.gotoAndStop("azul"); instNextLevel.gotoAndStop("azul"); setElementsVisibility = function (optionVisibility) { instSelectedLevel._visible = optionVisibility; instBackLevel._visible = optionVisibility; instNextLevel._visible = optionVisibility; instSelectLevelEntry1._visible = optionVisibility; instSelectLevelEntry2._visible = optionVisibility; }; setElementsVisibility(true); instBackLevel.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if ((_root.nmLevelToShow - 2) < 0) { gotoAndPlay ("menuPlay"); } else { _root.nmLevelToShow = _root.nmLevelToShow - 2; gotoAndPlay ("menuLoad"); } }; instNextLevel.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if ((_root.nmLevelToShow + 2) >= limitOfLevelsDoneLoadLevel) { gotoAndPlay ("menuPlay"); } else { _root.nmLevelToShow = _root.nmLevelToShow + 2; gotoAndPlay ("menuLoad"); } }; instSelectLevelEntry1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); setElementsVisibility(false); _root.gHasBeenPreviouslyPlayedTutorial = true; _root.initGameStart(_root.nmLevelToShow); }; instSelectLevelEntry2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); setElementsVisibility(false); _root.gHasBeenPreviouslyPlayedTutorial = true; _root.initGameStart(_root.nmLevelToShow + 1); }; setElementsVisibility(false); instSelectedLevel._visible = true; instBackLevel._visible = true; instNextLevel._visible = true; instSelectedLevel.instBigText.text = "Select Level"; if ((_root.nmLevelToShow - 2) < 0) { } if ((_root.nmLevelToShow + 2) >= limitOfLevelsDoneLoadLevel) { } if (_root.nmLevelToShow < limitOfLevelsDoneLoadLevel) { instSelectLevelEntry1._visible = true; instSelectLevelEntry1.instIconLevel.gotoAndStop(_root.nmLevelToShow + 1); var valueTempMenuLoadLevelt; switch (_root.nmDifficultySetted) { case 0 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore_Easy[_root.nmLevelToShow]; break; case 1 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore[_root.nmLevelToShow]; break; case 2 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore_Hard[_root.nmLevelToShow]; break; case 3 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore_Crazy[_root.nmLevelToShow]; break; case 4 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow]; } if (!isNaN(valueTempMenuLoadLevelt)) { instSelectLevelEntry1.gotoAndStop("stadistics"); instSelectLevelEntry1.instTextDay.gotoAndStop("level" + (_root.nmLevelToShow + 1)); switch (_root.nmDifficultySetted) { case 0 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Easy[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Easy[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore_Easy[_root.nmLevelToShow]; break; case 1 : var minutesDone = Math.floor(_root.gListLevelTimeScore[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore[_root.nmLevelToShow]; break; case 2 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Hard[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Hard[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore_Hard[_root.nmLevelToShow]; break; case 3 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Crazy[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Crazy[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore_Crazy[_root.nmLevelToShow]; break; case 4 : var minutesDone = Math.floor(_root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore_JamesBond007[_root.nmLevelToShow]; } } else { instSelectLevelEntry1.gotoAndStop("newDay"); instSelectLevelEntry1.instTextDay.gotoAndStop("level" + (_root.nmLevelToShow + 1)); } } if ((_root.nmLevelToShow + 1) < limitOfLevelsDoneLoadLevel) { instSelectLevelEntry2._visible = true; instSelectLevelEntry2.instIconLevel.gotoAndStop(_root.nmLevelToShow + 2); var valueTempMenuLoadLevelta; switch (_root.nmDifficultySetted) { case 0 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore_Easy[_root.nmLevelToShow + 1]; break; case 1 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore[_root.nmLevelToShow + 1]; break; case 2 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore_Hard[_root.nmLevelToShow + 1]; break; case 3 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore_Crazy[_root.nmLevelToShow + 1]; break; case 4 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow + 1]; } if (!isNaN(valueTempMenuLoadLevelta)) { instSelectLevelEntry2.gotoAndStop("stadistics"); instSelectLevelEntry2.instTextDay.gotoAndStop("level" + (_root.nmLevelToShow + 2)); switch (_root.nmDifficultySetted) { case 0 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Easy[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Easy[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore_Easy[_root.nmLevelToShow + 1]; break; case 1 : var minutesDone = Math.floor(_root.gListLevelTimeScore[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore[_root.nmLevelToShow + 1]; break; case 2 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Hard[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Hard[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore_Hard[_root.nmLevelToShow + 1]; break; case 3 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Crazy[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Crazy[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore_Crazy[_root.nmLevelToShow + 1]; break; case 4 : var minutesDone = Math.floor(_root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore_JamesBond007[_root.nmLevelToShow + 1]; } } else { instSelectLevelEntry2.gotoAndStop("newDay"); instSelectLevelEntry2.instTextDay.gotoAndStop("level" + (_root.nmLevelToShow + 2)); } } activeChangeColor = -1; factorEscalaContraccion = 5; instBackLevel.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackLevel.onRollOut = function () { activeChangeColor = -1; }; instNextLevel.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextLevel.onRollOut = function () { activeChangeColor = -1; }; applyMovementRotation = function (nmElementRotableCircle, numeroActivacion) { if (activeChangeColor == numeroActivacion) { nmElementRotableCircle._alpha = nmElementRotableCircle._alpha - factorEscalaContraccion; if (nmElementRotableCircle._alpha < 10) { nmElementRotableCircle._alpha = 100; } nmElementRotableCircle._rotation = nmElementRotableCircle._rotation + factorEscalaContraccion; if (nmElementRotableCircle._rotation > 360) { nmElementRotableCircle._rotation = 0; } } else { nmElementRotableCircle._alpha = 100; nmElementRotableCircle._rotation = 0; } }; instBackLevel.onEnterFrame = function () { applyMovementRotation(this.instRotableCircle, 0); }; instNextLevel.onEnterFrame = function () { applyMovementRotation(this.instRotableCircle, 1); }; instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 25
limitOfLevelsDoneLoadLevel = 0; switch (_root.nmDifficultySetted) { case 0 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone_Easy + 1; break; case 1 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone + 1; break; case 2 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone_Hard + 1; break; case 3 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone_Crazy + 1; break; case 4 : limitOfLevelsDoneLoadLevel = _root.nmTotalLevelDone_JamesBond007 + 1; } delete instSelectedLevel.onRelease; delete instBackLevel.onRelease; delete instNextLevel.onRelease; delete instSelectLevelEntry1.onRelease; delete instSelectLevelEntry2.onRelease; delete instSelectedLevel.onEnterFrame; delete instBackLevel.onEnterFrame; delete instNextLevel.onEnterFrame; delete instSelectLevelEntry1.onEnterFrame; delete instSelectLevelEntry2.onEnterFrame; instSelectedLevel._y = -80; instSelectedLevel.gotoAndStop("azul"); instBackLevel.gotoAndStop("azul"); instNextLevel.gotoAndStop("azul"); setElementsVisibility = function (optionVisibility) { instSelectedLevel._visible = optionVisibility; instBackLevel._visible = optionVisibility; instNextLevel._visible = optionVisibility; instSelectLevelEntry1._visible = optionVisibility; instSelectLevelEntry2._visible = optionVisibility; }; setElementsVisibility(true); instBackLevel.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if ((_root.nmLevelToShow - 2) < 0) { gotoAndPlay ("menuPlay"); } else { _root.nmLevelToShow = _root.nmLevelToShow - 2; gotoAndPlay ("menuLoad"); } }; instNextLevel.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if ((_root.nmLevelToShow + 2) >= limitOfLevelsDoneLoadLevel) { gotoAndPlay ("menuPlay"); } else { _root.nmLevelToShow = _root.nmLevelToShow + 2; gotoAndPlay ("menuLoad"); } }; instSelectLevelEntry1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); setElementsVisibility(false); _root.gHasBeenPreviouslyPlayedTutorial = true; _root.initGameStart(_root.nmLevelToShow); }; instSelectLevelEntry2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); setElementsVisibility(false); _root.gHasBeenPreviouslyPlayedTutorial = true; _root.initGameStart(_root.nmLevelToShow + 1); }; setElementsVisibility(false); instSelectedLevel._visible = true; instBackLevel._visible = true; instNextLevel._visible = true; instSelectedLevel.instBigText.text = "Select Level"; if ((_root.nmLevelToShow - 2) < 0) { instClipIncrementalText_Buttons_Left.gotoAndStop("exit"); } else { instClipIncrementalText_Buttons_Left.gotoAndStop("back"); } instClipIncrementalText_Buttons_Left.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if ((_root.nmLevelToShow - 2) < 0) { gotoAndPlay ("menuPlay"); } else { _root.nmLevelToShow = _root.nmLevelToShow - 2; gotoAndPlay ("menuLoad"); } }; if ((_root.nmLevelToShow + 2) >= limitOfLevelsDoneLoadLevel) { instClipIncrementalText_Buttons_Right.gotoAndStop("exit"); } else { instClipIncrementalText_Buttons_Right.gotoAndStop("next"); } instClipIncrementalText_Buttons_Right.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if ((_root.nmLevelToShow + 2) >= limitOfLevelsDoneLoadLevel) { gotoAndPlay ("menuPlay"); } else { _root.nmLevelToShow = _root.nmLevelToShow + 2; gotoAndPlay ("menuLoad"); } }; if (_root.nmLevelToShow < limitOfLevelsDoneLoadLevel) { instSelectLevelEntry1._visible = true; instSelectLevelEntry1.instIconLevel.gotoAndStop(_root.nmLevelToShow + 1); var valueTempMenuLoadLevelt; switch (_root.nmDifficultySetted) { case 0 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore_Easy[_root.nmLevelToShow]; break; case 1 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore[_root.nmLevelToShow]; break; case 2 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore_Hard[_root.nmLevelToShow]; break; case 3 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore_Crazy[_root.nmLevelToShow]; break; case 4 : valueTempMenuLoadLevelt = _root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow]; } if (!isNaN(valueTempMenuLoadLevelt)) { instSelectLevelEntry1.gotoAndStop("stadistics"); instSelectLevelEntry1.instTextDay.gotoAndStop("level" + (_root.nmLevelToShow + 1)); switch (_root.nmDifficultySetted) { case 0 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Easy[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Easy[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore_Easy[_root.nmLevelToShow]; break; case 1 : var minutesDone = Math.floor(_root.gListLevelTimeScore[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore[_root.nmLevelToShow]; break; case 2 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Hard[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Hard[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore_Hard[_root.nmLevelToShow]; break; case 3 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Crazy[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Crazy[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore_Crazy[_root.nmLevelToShow]; break; case 4 : var minutesDone = Math.floor(_root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry1.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry1.instTextStars.text = "" + _root.gListLevelStarsScore_JamesBond007[_root.nmLevelToShow]; } } else { instSelectLevelEntry1.gotoAndStop("newDay"); instSelectLevelEntry1.instTextDay.gotoAndStop("level" + (_root.nmLevelToShow + 1)); } } if ((_root.nmLevelToShow + 1) < limitOfLevelsDoneLoadLevel) { instSelectLevelEntry2._visible = true; instSelectLevelEntry2.instIconLevel.gotoAndStop(_root.nmLevelToShow + 2); var valueTempMenuLoadLevelta; switch (_root.nmDifficultySetted) { case 0 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore_Easy[_root.nmLevelToShow + 1]; break; case 1 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore[_root.nmLevelToShow + 1]; break; case 2 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore_Hard[_root.nmLevelToShow + 1]; break; case 3 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore_Crazy[_root.nmLevelToShow + 1]; break; case 4 : valueTempMenuLoadLevelta = _root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow + 1]; } if (!isNaN(valueTempMenuLoadLevelta)) { instSelectLevelEntry2.gotoAndStop("stadistics"); instSelectLevelEntry2.instTextDay.gotoAndStop("level" + (_root.nmLevelToShow + 2)); switch (_root.nmDifficultySetted) { case 0 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Easy[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Easy[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore_Easy[_root.nmLevelToShow + 1]; break; case 1 : var minutesDone = Math.floor(_root.gListLevelTimeScore[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore[_root.nmLevelToShow + 1]; break; case 2 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Hard[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Hard[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore_Hard[_root.nmLevelToShow + 1]; break; case 3 : var minutesDone = Math.floor(_root.gListLevelTimeScore_Crazy[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_Crazy[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore_Crazy[_root.nmLevelToShow + 1]; break; case 4 : var minutesDone = Math.floor(_root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow + 1] / 60000); var secondsDone = Math.floor((_root.gListLevelTimeScore_JamesBond007[_root.nmLevelToShow + 1] / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instSelectLevelEntry2.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instSelectLevelEntry2.instTextStars.text = "" + _root.gListLevelStarsScore_JamesBond007[_root.nmLevelToShow + 1]; } } else { instSelectLevelEntry2.gotoAndStop("newDay"); instSelectLevelEntry2.instTextDay.gotoAndStop("level" + (_root.nmLevelToShow + 2)); } } activeChangeColor = -1; factorEscalaContraccion = 5; instBackLevel.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackLevel.onRollOut = function () { activeChangeColor = -1; }; instNextLevel.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextLevel.onRollOut = function () { activeChangeColor = -1; }; applyMovementRotation = function (nmElementRotableCircle, numeroActivacion) { if (activeChangeColor == numeroActivacion) { nmElementRotableCircle._alpha = nmElementRotableCircle._alpha - factorEscalaContraccion; if (nmElementRotableCircle._alpha < 10) { nmElementRotableCircle._alpha = 100; } nmElementRotableCircle._rotation = nmElementRotableCircle._rotation + factorEscalaContraccion; if (nmElementRotableCircle._rotation > 360) { nmElementRotableCircle._rotation = 0; } } else { nmElementRotableCircle._alpha = 100; nmElementRotableCircle._rotation = 0; } }; instBackLevel.onEnterFrame = function () { applyMovementRotation(this.instRotableCircle, 0); }; instNextLevel.onEnterFrame = function () { applyMovementRotation(this.instRotableCircle, 1); }; stop();
Symbol 2141 MovieClip Frame 26
instButtonSound.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if (_root.nmSoundEnabled == false) { _root.nmSoundEnabled = true; this.gotoAndStop(2); } else { _root.nmSoundEnabled = false; _root.stopGameSounds(); this.gotoAndStop(1); } }; instButtonDifficulty.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.nmDifficultySetted = _root.nmDifficultySetted + 1; if (_root.nmDifficultySetted > 4) { _root.nmDifficultySetted = 0; } switch (_root.nmDifficultySetted) { case 0 : this.gotoAndStop(1); break; case 1 : this.gotoAndStop(2); break; case 2 : this.gotoAndStop(3); break; case 3 : this.gotoAndStop(4); break; case 4 : this.gotoAndStop(5); } }; instButtonQuality.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.gQualitySetted = _root.gQualitySetted + 1; if (_root.gQualitySetted > 2) { _root.gQualitySetted = 0; } switch (_root.gQualitySetted) { case 0 : _root._quality = "LOW"; this.gotoAndStop(1); break; case 1 : _root._quality = "MEDIUM"; this.gotoAndStop(2); break; case 2 : _root._quality = "HIGH"; this.gotoAndStop(3); } }; switch (_root.nmDifficultySetted) { case 0 : instButtonDifficulty.gotoAndStop(1); break; case 1 : instButtonDifficulty.gotoAndStop(2); break; case 2 : instButtonDifficulty.gotoAndStop(3); break; case 3 : instButtonDifficulty.gotoAndStop(4); break; case 4 : instButtonDifficulty.gotoAndStop(5); } switch (_root.gQualitySetted) { case 0 : instButtonQuality.gotoAndStop(1); break; case 1 : instButtonQuality.gotoAndStop(2); break; case 2 : instButtonQuality.gotoAndStop(3); } if (_root.nmSoundEnabled == 0) { instButtonSound.gotoAndStop(1); } else { instButtonSound.gotoAndStop(2); } if (_root.gState == Define.STATEGENERAL_PAUSE) { instButtonDifficulty._visible = false; } else { instButtonDifficulty._visible = true; } stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 36
instSelectLevel_Help1of3Inc.gotoAndStop("help_1_of_3"); instBuildingForHelp1.gotoAndStop("section1"); instBuildingForHelp2.gotoAndStop("section2"); instBuildingForHelp3.gotoAndStop("section3"); instBuildingForHelp4.gotoAndStop("section4"); instBackHelp0.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if (_root.gState == Define.STATEGENERAL_PAUSE) { gotoAndPlay ("pause"); } else { gotoAndPlay ("mainMenu"); } }; instNextHelp0.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help1"); }; instTitleHelp0.gotoAndStop("azul"); instExplanationHelp0.gotoAndStop("azul"); instBackHelp0.gotoAndStop("azul"); instNextHelp0.gotoAndStop("azul"); instClipIncrementalText_Button_Left_Help1.gotoAndStop("exit"); instClipIncrementalText_Button_Left_Help1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if (_root.gState == Define.STATEGENERAL_PAUSE) { gotoAndPlay ("pause"); } else { gotoAndPlay ("mainMenu"); } }; instClipIncrementalText_Button_Right_Help1.gotoAndStop("next"); instClipIncrementalText_Button_Right_Help1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help1"); }; activeChangeColor = -1; factorEscalaContraccion = 4; instBackHelp0.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackHelp0.onRollOut = function () { activeChangeColor = -1; }; instNextHelp0.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextHelp0.onRollOut = function () { activeChangeColor = -1; }; instBackHelp0.onEnterFrame = function () { if (activeChangeColor == 0) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; instNextHelp0.onEnterFrame = function () { if (activeChangeColor == 1) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 44
instSelectLevel_Help2of3Inc.gotoAndStop("help_2_of_3"); instBackHelp1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help"); }; instNextHelp1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help2"); }; instTitleHelp1.gotoAndStop("azul"); instExplanationHelp1.gotoAndStop("azul"); instBackHelp1.gotoAndStop("azul"); instNextHelp1.gotoAndStop("azul"); instClipIncrementalText_Button_Left_Help2.gotoAndStop("back"); instClipIncrementalText_Button_Left_Help2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help"); }; instClipIncrementalText_Button_Right_Help2.gotoAndStop("next"); instClipIncrementalText_Button_Right_Help2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help2"); }; activeChangeColor = -1; factorEscalaContraccion = 4; instGameclipMirilla.onEnterFrame = function () { this._x = _xmouse; this._y = _ymouse; }; instGameclipProtagonist.gotoAndPlay("protagonist_walk"); instGameclipProtagonist.instGameClipShield._visible = false; instGameclipProtagonist.onEnterFrame = function () { if (Key.isDown(39) || (Key.isDown(68))) { this._x = this._x + 5; if (this._x > Stage.width) { this._x = 10; } } if (Key.isDown(38) || (Key.isDown(87))) { this._y = this._y - 5; if (this._y < 0) { this._y = Stage.height - 10; } } if (Key.isDown(37) || (Key.isDown(65))) { this._x = this._x - 5; if (this._x < 0) { this._x = Stage.width - 10; } } if (Key.isDown(40) || (Key.isDown(83))) { this._y = this._y + 5; if (this._y > Stage.height) { this._y = 10; } } var _local2 = new flash.geom.Point(this._x, this._y); var _local4 = new flash.geom.Point(_xmouse, _ymouse); var _local3 = Define.setUpYawToPoint(_local2, _local4); Define.setMovieClipAlineation(this, _local3); }; instExplanationHelp1.instClipLinea1._visible = true; instExplanationHelp1.instClipLinea2._visible = true; instBackHelp1.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackHelp1.onRollOut = function () { activeChangeColor = -1; }; instNextHelp1.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextHelp1.onRollOut = function () { activeChangeColor = -1; }; instBackHelp1.onEnterFrame = function () { if (activeChangeColor == 0) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; instNextHelp1.onEnterFrame = function () { if (activeChangeColor == 1) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 52
instSelectLevel_Help3of3Inc.gotoAndStop("help_3_of_3"); instBackHelp2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help1"); }; instNextHelp2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if (_root.gState == Define.STATEGENERAL_PAUSE) { gotoAndPlay ("pause"); } else { gotoAndPlay ("mainMenu"); } }; instTitleHelp2.gotoAndStop("azul"); instExplanationHelp2.gotoAndStop("azul"); instBackHelp2.gotoAndStop("azul"); instNextHelp2.gotoAndStop("azul"); instClipIncrementalText_Button_Left_Help3.gotoAndStop("back"); instClipIncrementalText_Button_Left_Help3.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help1"); }; instClipIncrementalText_Button_Right_Help3.gotoAndStop("exit"); instClipIncrementalText_Button_Right_Help3.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if (_root.gState == Define.STATEGENERAL_PAUSE) { gotoAndPlay ("pause"); } else { gotoAndPlay ("mainMenu"); } }; activeChangeColor = -1; factorEscalaContraccion = 4; instGameclipItem1.gotoAndPlay("item_life"); instGameclipItem2.gotoAndPlay("item_metralleta"); instGameclipItem3.gotoAndPlay("item_bazoka"); instGameclipItem4.gotoAndPlay("item_fire"); instGameclipItem5.gotoAndPlay("item_fast"); instGameclipItem6.gotoAndPlay("item_slow"); instGameclipItem7.gotoAndPlay("item_super"); instBackHelp2.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackHelp2.onRollOut = function () { activeChangeColor = -1; }; instNextHelp2.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextHelp2.onRollOut = function () { activeChangeColor = -1; }; instBackHelp2.onEnterFrame = function () { if (activeChangeColor == 0) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; instNextHelp2.onEnterFrame = function () { if (activeChangeColor == 1) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 59
if (_root.gGameHasBeenCompleted == 0) { instEndGameBackground._visible = false; instMaintTitleIntro._visible = true; } else { instMaintTitleIntro._visible = false; instEndGameBackground._visible = true; instFreecreator._x = 53; instFreecreator._y = 188; instPowPower._x = 54.9; instPowPower._y = 270.5; } instClipIncremental_AboutTeam.gotoAndStop("about_team"); instBackAbout.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("mainMenu"); }; instNextAbout.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about2"); }; instTitleAbout.gotoAndStop("azul"); instBackAbout.gotoAndStop("azul"); instNextAbout.gotoAndStop("azul"); instClipIncrementalText_Left_About1.gotoAndPlay("exit"); instClipIncrementalText_Left_About1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("mainMenu"); }; instClipIncrementalText_Right_About1.gotoAndPlay("next"); instClipIncrementalText_Right_About1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about2"); }; activeChangeColor = -1; factorEscalaContraccion = 4; instBackAbout.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackAbout.onRollOut = function () { activeChangeColor = -1; }; instNextAbout.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextAbout.onRollOut = function () { activeChangeColor = -1; }; designerActivated = 0; musicianActivated = 0; artistActivated = 0; instCreditDesigner.onRelease = function () { designerActivated = (designerActivated + 1) % 2; }; instCreditArtist.onRelease = function () { artistActivated = (artistActivated + 1) % 2; }; instCreditMusician.onRelease = function () { musicianActivated = (musicianActivated + 1) % 2; }; instBackAbout.onEnterFrame = function () { if (activeChangeColor == 0) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; instNextAbout.onEnterFrame = function () { if (activeChangeColor == 1) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 67
if (_root.gGameHasBeenCompleted == 0) { instEndGameBackground._visible = false; instMaintTitleIntro._visible = true; } else { instMaintTitleIntro._visible = false; instEndGameBackground._visible = true; } instClipIncremental_Music.gotoAndStop("about_music"); instSongAb1.gotoAndStop("song1"); instSongAb2.gotoAndStop("song2"); instSongAb3.gotoAndStop("song3"); instSongAb4.gotoAndStop("song4"); instSongAb_Autor1.gotoAndStop("author"); instSongAb_Autor2.gotoAndStop("author"); instSongAb_Autor3.gotoAndStop("author"); instSongAb_Autor4.gotoAndStop("author"); instBackAbout2.onRelease = function () { _root.stopGameSounds(); _root.stopGameSoundsBackground(); _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about"); }; instNextAbout2.onRelease = function () { _root.stopGameSounds(); _root.stopGameSoundsBackground(); _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about4"); }; instTitleCredits2.gotoAndStop("azul"); instBackAbout2.gotoAndStop("azul"); instNextAbout2.gotoAndStop("azul"); instClipIncrementalText_Left_About2.gotoAndPlay("back"); instClipIncrementalText_Left_About2.onRelease = function () { _root.stopGameSounds(); _root.stopGameSoundsBackground(); _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about"); }; instClipIncrementalText_Right_About2.gotoAndPlay("next"); instClipIncrementalText_Right_About2.onRelease = function () { _root.stopGameSounds(); _root.stopGameSoundsBackground(); _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about4"); }; instTitleCredits2._alpha = 80; instFondoAbout2._alpha = 80; activeChangeColor = -1; factorEscalaContraccion = 4; instBackAbout2.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackAbout2.onRollOut = function () { activeChangeColor = -1; }; instNextAbout2.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextAbout2.onRollOut = function () { activeChangeColor = -1; }; instBackAbout2.onEnterFrame = function () { if (activeChangeColor == 0) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; instNextAbout2.onEnterFrame = function () { if (activeChangeColor == 1) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Instance of Symbol 2030 MovieClip "instSongAb_Autor1" in Symbol 2141 MovieClip Frame 67
on (release) { getURL ("http://prozacsmile.newgrounds.com/", "_blank"); }
Instance of Symbol 2030 MovieClip "instSongAb_Autor2" in Symbol 2141 MovieClip Frame 67
on (release) { getURL ("http://sticky.newgrounds.com/", "_blank"); }
Instance of Symbol 2030 MovieClip "instSongAb_Autor3" in Symbol 2141 MovieClip Frame 67
on (release) { getURL ("http://wintang.newgrounds.com/", "_blank"); }
Instance of Symbol 2030 MovieClip "instSongAb_Autor4" in Symbol 2141 MovieClip Frame 67
on (release) { getURL ("http://paragonx9.newgrounds.com/", "_blank"); }
Symbol 2141 MovieClip Frame 75
if (_root.gGameHasBeenCompleted == 0) { instEndGameBackground._visible = false; instMaintTitleIntro._visible = true; } else { instMaintTitleIntro._visible = false; instEndGameBackground._visible = true; } instClipIncremental_FX.gotoAndStop("about_fx_sounds"); instBackAbout3.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about2"); }; instNextAbout3.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about4"); }; instTitleCredits3.gotoAndStop("azul"); instBackAbout3.gotoAndStop("azul"); instNextAbout3.gotoAndStop("azul"); instClipIncrementalText_Left_About3.gotoAndPlay("back"); instClipIncrementalText_Left_About3.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about2"); }; instClipIncrementalText_Right_About3.gotoAndPlay("next"); instClipIncrementalText_Right_About3.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about4"); }; instTitleCredits3._alpha = 80; instFondoAbout3._alpha = 80; activeChangeColor = -1; factorEscalaContraccion = 4; instBackAbout3.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackAbout3.onRollOut = function () { activeChangeColor = -1; }; instNextAbout3.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextAbout3.onRollOut = function () { activeChangeColor = -1; }; instBackAbout3.onEnterFrame = function () { if (activeChangeColor == 0) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; instNextAbout3.onEnterFrame = function () { if (activeChangeColor == 1) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Instance of Symbol 2039 MovieClip in Symbol 2141 MovieClip Frame 75
on (release) { textHTML = Define.getVoice(_root.gVoiceCounter); _root.stopGameSounds(); _root.playGameSound(_root.gVoiceCounter); _root.gVoiceCounter++; if (_root.gVoiceCounter > Define.SOUND_ITEM_SUPERBOMB1) { _root.gVoiceCounter = Define.SOUND_ITEM_MACHINEGUN; } }
Symbol 2141 MovieClip Frame 83
if (_root.gGameHasBeenCompleted == 0) { instEndGameBackground._visible = false; instMaintTitleIntro._visible = true; } else { instMaintTitleIntro._visible = false; instEndGameBackground._visible = true; } instClipIncremental_Website.gotoAndStop("about_last_page"); instBackAbout4.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about2"); }; instNextAbout4.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("mainMenu"); if (_root.gGameHasBeenCompleted != 0) { _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); } }; instTitleCredits4.gotoAndStop("azul"); instFondoAbout4.gotoAndStop("creditos"); instBackAbout4.gotoAndStop("azul"); instNextAbout4.gotoAndStop("azul"); instClipIncrementalText_Left_About4.gotoAndPlay("back"); instClipIncrementalText_Left_About4.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("about2"); }; instClipIncrementalText_Right_About4.gotoAndPlay("exit"); instClipIncrementalText_Right_About4.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("mainMenu"); if (_root.gGameHasBeenCompleted != 0) { _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); } }; instTitleCredits4._alpha = 80; instFondoAbout4._alpha = 80; activeChangeColor = -1; factorEscalaContraccion = 4; instBackAbout4.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instBackAbout4.onRollOut = function () { activeChangeColor = -1; }; instNextAbout4.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instNextAbout4.onRollOut = function () { activeChangeColor = -1; }; instBackAbout4.onEnterFrame = function () { if (activeChangeColor == 0) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; instNextAbout4.onEnterFrame = function () { if (activeChangeColor == 1) { this.instRotableCircle._alpha = this.instRotableCircle._alpha - factorEscalaContraccion; if (this.instRotableCircle._alpha < 10) { this.instRotableCircle._alpha = 100; } this.instRotableCircle._rotation = this.instRotableCircle._rotation + factorEscalaContraccion; if (this.instRotableCircle._rotation > 360) { this.instRotableCircle._rotation = 0; } } else { this.instRotableCircle._alpha = 100; this.instRotableCircle._rotation = 0; } }; stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 91
stop(); instMaintTitleIntro.gotoAndStop("endintroanimation"); instMaintTitleIntro.intButtonPlayMainMenu._visible = false; instMaintTitleIntro.intButtonSettingsMainMenu._visible = false; instMaintTitleIntro.intButtonHelpMainMenu._visible = false; instMaintTitleIntro.intButtonAboutMainMenu._visible = false;
Symbol 2141 MovieClip Frame 96
instButtonContinue.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.gGeneralIterator = 2; }; instButtonSettings.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("settings"); }; instButtonHelp.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help"); }; instButtonExit.onRelease = function () { _root.stopGameSoundsBackground(); _root.stopGameSounds(); _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instGame.freeGame(); _root.changeGameState(Define.STATEGENERAL_MENU); this._visible = true; gotoAndPlay ("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); }; instLabelPause.gotoAndStop("azul"); instLabelPause.instBigText.text = "PAUSE"; instButtonContinue_Text.gotoAndStop("continue"); instButtonContinue_Text.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.gGeneralIterator = 2; }; instButtonSettings_Text.gotoAndStop("settings"); instButtonSettings_Text.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("settings"); }; instButtonHelp_Text.gotoAndStop("help"); instButtonHelp_Text.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); gotoAndPlay ("help"); }; instButtonExit_Text.gotoAndStop("exit_menu"); instButtonExit_Text.onRelease = function () { _root.stopGameSoundsBackground(); _root.stopGameSounds(); _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instGame.freeGame(); _root.changeGameState(Define.STATEGENERAL_MENU); this._visible = true; gotoAndPlay ("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); }; activeChangeColor = -1; factorEscalaContraccion = 4; instButtonContinue.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instButtonContinue.onRollOut = function () { activeChangeColor = -1; }; instButtonSettings.onRollOver = function () { activeChangeColor = 1; this.shiftInX = 0; }; instButtonSettings.onRollOut = function () { activeChangeColor = -1; }; instButtonHelp.onRollOver = function () { activeChangeColor = 2; this.shiftInX = 0; }; instButtonHelp.onRollOut = function () { activeChangeColor = -1; }; instButtonExit.onRollOver = function () { activeChangeColor = 3; this.shiftInX = 0; }; instButtonExit.onRollOut = function () { activeChangeColor = -1; }; stop();
Symbol 2141 MovieClip Frame 108
stop();
Symbol 2141 MovieClip Frame 118
stop();
Symbol 2141 MovieClip Frame 126
stop();
Symbol 2142 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2142 MovieClip Frame 1
onClipEvent (load) { this.datxt = "LEVEL 1"; this.wid = 450; this.bol = true; }
Symbol 2142 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2142 MovieClip Frame 2
onClipEvent (load) { this.datxt = "LEVEL 2"; this.wid = 450; this.bol = true; }
Symbol 2142 MovieClip Frame 3
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2142 MovieClip Frame 3
onClipEvent (load) { this.datxt = "LEVEL 3"; this.wid = 450; this.bol = true; }
Symbol 2142 MovieClip Frame 4
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2142 MovieClip Frame 4
onClipEvent (load) { this.datxt = "LEVEL 4"; this.wid = 450; this.bol = true; }
Symbol 2142 MovieClip Frame 5
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2142 MovieClip Frame 5
onClipEvent (load) { this.datxt = "LEVEL 5"; this.wid = 450; this.bol = true; }
Symbol 2142 MovieClip Frame 6
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2142 MovieClip Frame 6
onClipEvent (load) { this.datxt = "LEVEL 6"; this.wid = 450; this.bol = true; }
Symbol 2142 MovieClip Frame 7
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2142 MovieClip Frame 7
onClipEvent (load) { this.datxt = "LEVEL 7"; this.wid = 450; this.bol = true; }
Symbol 2142 MovieClip Frame 8
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2142 MovieClip Frame 8
onClipEvent (load) { this.datxt = "LEVEL 8"; this.wid = 450; this.bol = true; }
Symbol 2151 MovieClip Frame 98
stop();
Symbol 2152 MovieClip Frame 97
stop();
Symbol 2153 MovieClip Frame 1
instClipLabelInformation.gotoAndStop("azul"); stop();
Symbol 2153 MovieClip Frame 2
instClipLabelInformation.gotoAndStop("azul"); stop();
Symbol 2153 MovieClip Frame 3
instClipLabelInformation.gotoAndStop("azul"); stop();
Symbol 2153 MovieClip Frame 4
instClipLabelInformation.gotoAndStop("azul"); stop();
Symbol 2153 MovieClip Frame 5
instClipLabelInformation.gotoAndStop("azul"); stop();
Symbol 2154 MovieClip Frame 1
instLetreroLevel.onRelease = function () { this._alpha = 100; gotoAndPlay ("Seccion2"); }; instLetreroLevel.gotoAndStop(Math.floor(_root.gCurrentLevel / 2) + 1); instLetreroLevel.instTextLevel.gotoAndStop("level" + (_root.gCurrentLevel + 1)); instLetreroLevel.instTextLevelName.gotoAndStop("level" + (_root.gCurrentLevel + 1)); instLetreroLevel.instTextDifficultyLevel.gotoAndStop(_root.nmDifficultySetted + 1); instLetreroLevel.instIconLevel.gotoAndStop(_root.gCurrentLevel + 1); instLetreroLevel._alpha = 0; totalNumberFramesAnimationMainMenu = 20; instLetreroLevel.onEnterFrame = function () { this._x = this._x - (650 / totalNumberFramesAnimationMainMenu); this._alpha = this._alpha + (100 / totalNumberFramesAnimationMainMenu); };
Symbol 2154 MovieClip Frame 21
delete instLetreroLevel.onEnterFrame; activeChangeColor = -1; factorEscalaContraccion = 0; if (Define.ENABLE_EXTRA_GREAT_SOUNDS) { switch (_root.gCurrentLevel) { case 0 : _root.playGameSoundStops(Define.SOUND_INI_LEVEL1, 1); break; case 1 : _root.playGameSoundStops(Define.SOUND_INI_LEVEL2, 1); break; case 2 : _root.playGameSoundStops(Define.SOUND_INI_LEVEL3, 1); break; case 3 : _root.playGameSoundStops(Define.SOUND_INI_LEVEL4, 1); break; case 4 : _root.playGameSoundStops(Define.SOUND_INI_LEVEL5, 1); break; case 5 : _root.playGameSoundStops(Define.SOUND_INI_LEVEL6, 1); break; case 6 : _root.playGameSoundStops(Define.SOUND_INI_LEVEL7, 1); } } else { _root.playGameSoundStops(Define.SOUND_INI_LEVEL1, 1); } instLetreroLevel.onRollOver = function () { activeChangeColor = 0; this.shiftInX = 0; }; instLetreroLevel.onRollOut = function () { activeChangeColor = -1; }; instLetreroLevel.onEnterFrame = function () { if (activeChangeColor == 0) { this._alpha = this._alpha - 5; if (this._alpha < 10) { this._alpha = 100; } this._width = this._width - factorEscalaContraccion; this.shiftInX = this.shiftInX + (factorEscalaContraccion / 2); this._x = this._x + (factorEscalaContraccion / 2); if (this._width < (((this._width + (this.shiftInX * 2)) * 60) / 100)) { this._alpha = 100; this._width = this._width + (2 * this.shiftInX); this._x = this._x - this.shiftInX; this.shiftInX = 0; } } else { this._alpha = 100; this._width = this._width + (2 * this.shiftInX); this._x = this._x - this.shiftInX; this.shiftInX = 0; } }; stop();
Symbol 2154 MovieClip Frame 22
delete instLetreroLevel.onEnterFrame; totalNumberFramesAnimationMainMenu = 20; instLetreroLevel.onEnterFrame = function () { this._x = this._x - (800 / totalNumberFramesAnimationMainMenu); this._alpha = this._alpha - (100 / totalNumberFramesAnimationMainMenu); if (this._alpha < 5) { this._visible = false; _root.instGame.gProtagonist.changeState(cObject.STATE_PROTAGONIST_RUN); } };
Symbol 2154 MovieClip Frame 44
stop();
Symbol 2156 Button
on (release) { var nameWrited = new String(instTextName.text); var nameToSend = new String(""); var z = 0; while (z < nameWrited.length) { var charTmp = new Number(nameWrited.charCodeAt(z)); if ((((charTmp >= 65) && (charTmp <= 90)) || ((charTmp >= 97) && (charTmp <= 122))) || ((charTmp >= 48) && (charTmp <= 57))) { nameToSend = nameToSend + nameWrited.charAt(z); } z++; } if (nameToSend.length > 1) { var my_lv = new LoadVars(); my_lv.onLoad = function (success) { if (success) { switch (_root.nmDifficultySetted) { case 0 : getURL ("http://www.freecreationgames.net/?q=node/25", "_blank"); break; case 1 : getURL ("http://www.freecreationgames.net/?q=node/26", "_blank"); break; case 2 : getURL ("http://www.freecreationgames.net/?q=node/27", "_blank"); break; case 3 : getURL ("http://www.freecreationgames.net/?q=node/28", "_blank"); break; case 4 : getURL ("http://www.freecreationgames.net/?q=node/29", "_blank"); } _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); } else { trace("Error loading/parsing LoadVars."); } }; my_lv.load((((((("http://www.freecreationgames.net/DeconstructorInsert.php?type_deconstructor=20&name_deconstructor=" + nameToSend) + "&timedone=") + _root.instGame.gTimeTotalDone) + "&killsdone=") + _root.instGame.gNumberOfKills) + "&difficultydone=") + _root.nmDifficultySetted); } }
Symbol 2157 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2157 MovieClip Frame 1
onClipEvent (load) { this.datxt = "SUBMIT HIGHSCORE"; this.wid = 350; this.bol = true; }
Symbol 2157 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2157 MovieClip Frame 2
onClipEvent (load) { this.datxt = "YOUR NAME"; this.wid = 350; this.bol = true; }
Symbol 2160 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2160 MovieClip Frame 1
onClipEvent (load) { this.speed = 100; this.datxt = "The work has been done. Time to come back home pacefully.... Meanwhile in the darkest places of the earth some souls scream continuously a single word.... REVEEENNGEE!!!!!!!"; this.wid = 400; this.bol = true; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 2160 MovieClip Frame 2
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); }; stop();
Instance of Symbol 678 MovieClip in Symbol 2160 MovieClip Frame 2
onClipEvent (load) { this.speed = 50; this.datxt = "UNLOCKED BONUS GAME \" SURVIVAL\""; this.wid = 700; this.bol = true; this.but = true; }
Symbol 2161 MovieClip Frame 1
instClipIncrementalText_LableInform.gotoAndStop("loading"); stop();
Symbol 2161 MovieClip Frame 10
instInformSaveProgress.instTextMedium.text = "SAVING PROGRESS\nPLEASE WAIT"; instExit1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); }; instNext1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if (_root.gCurrentLevel < (Define.TOTAL_NUMBER_OF_LEVELS - 1)) { _root.gCurrentLevel++; _root.changeGameState(Define.STATEGENERAL_GAME); } else { gotoAndPlay ("endGame"); } }; instLabelVictoria.gotoAndStop("azul"); instResultTime.gotoAndStop("azul"); instClipStatsInformation.gotoAndStop("stadistics"); instClipStatsInformation.instTextDay.gotoAndStop("level" + (_root.gCurrentLevel + 1)); var minutesDone = Math.floor(_root.instGame.gTimeTotalDone / 60000); var secondsDone = Math.floor((_root.instGame.gTimeTotalDone / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instClipStatsInformation.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instClipStatsInformation.instTextStars.text = "" + _root.instGame.gNumberOfKills; instClipStatsInformation.instIconLevel.gotoAndStop(_root.gCurrentLevel + 1); instLabelVictoria._alpha = 0; instResultTime._alpha = 0; totalNumberFramesAnimationMainMenu = 20; instLabelVictoria.onEnterFrame = function () { this._y = this._y + (120 / totalNumberFramesAnimationMainMenu); this._alpha = this._alpha + (100 / totalNumberFramesAnimationMainMenu); }; instResultTime.onEnterFrame = function () { this.instRotableCircle._rotation = this.instRotableCircle._rotation - (360 / totalNumberFramesAnimationMainMenu); this._alpha = this._alpha + (100 / totalNumberFramesAnimationMainMenu); };
Symbol 2161 MovieClip Frame 31
delete instLabelVictoria.onEnterFrame; instClipIncrementalText_Victory.gotoAndStop("congratulations"); instIncrementalText_grVictory_exit.gotoAndStop("exit"); instIncrementalText_grVictory_exit.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); }; instIncrementalText_grVictory_next.gotoAndStop("next"); instIncrementalText_grVictory_next.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); if (_root.gCurrentLevel < (Define.TOTAL_NUMBER_OF_LEVELS - 1)) { _root.gCurrentLevel++; _root.changeGameState(Define.STATEGENERAL_GAME); } else { gotoAndPlay ("endGame"); } }; if (_root.gCurrentLevel >= (Define.TOTAL_NUMBER_OF_LEVELS - 1)) { _root.gGameHasBeenCompleted = 1; } _root.saveGameDataLevel(_root.instGame.gTimeTotalDone, _root.instGame.gNumberOfKills); _root.saveGameData(); instInformSaveProgress._visible = false; activeChangeColor = -1; factorEscalaContraccion = 4; stop();
Symbol 2161 MovieClip Frame 36
instHighscoreText1.gotoAndStop("username"); instHighscoreText2.gotoAndStop("submit"); instExit1.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); }; instRetry2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.changeGameState(Define.STATEGENERAL_GAME); gotoAndStop ("parar"); }; instIncrementalText_grVictory_exit.gotoAndStop("exit"); instIncrementalText_grVictory_exit.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); }; instIncrementalText_grLose_retry.gotoAndStop("retry"); instIncrementalText_grLose_retry.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.changeGameState(Define.STATEGENERAL_GAME); gotoAndStop ("parar"); }; instLabelVictoria.gotoAndStop("azul"); instResultTime.gotoAndStop("azul"); instClipStatsInformation.gotoAndStop("stadistics"); instClipStatsInformation.instTextDay.gotoAndStop("level" + (_root.gCurrentLevel + 1)); var minutesDone = Math.floor(_root.instGame.gTimeTotalDone / 60000); var secondsDone = Math.floor((_root.instGame.gTimeTotalDone / 1000) % 60); var minutesDoneString = ("" + minutesDone); var secondsDoneString = ("" + secondsDone); if (minutesDone < 10) { minutesDoneString = "0" + minutesDoneString; } if (secondsDone < 10) { secondsDoneString = "0" + secondsDoneString; } instClipStatsInformation.instTextTime.text = (("" + minutesDoneString) + ":") + secondsDoneString; instClipStatsInformation.instTextStars.text = "" + _root.instGame.gNumberOfKills; instClipStatsInformation.instIconLevel.gotoAndStop(_root.gCurrentLevel + 1); instClipIncrementalText_Victory.gotoAndStop("congratulations"); stop();
Instance of Symbol 2157 MovieClip "instHighscoreText2" in Symbol 2161 MovieClip Frame 36
on (release) { var nameWrited = new String(_parent.instTextName.text); var nameToSend = new String(""); var z = 0; while (z < nameWrited.length) { var charTmp = new Number(nameWrited.charCodeAt(z)); if ((((charTmp >= 65) && (charTmp <= 90)) || ((charTmp >= 97) && (charTmp <= 122))) || ((charTmp >= 48) && (charTmp <= 57))) { nameToSend = nameToSend + nameWrited.charAt(z); } z++; } if (nameToSend.length > 1) { var my_lv = new LoadVars(); my_lv.onLoad = function (success) { if (success) { switch (_root.nmDifficultySetted) { case 0 : getURL ("http://www.freecreationgames.net/?q=node/25", "_blank"); break; case 1 : getURL ("http://www.freecreationgames.net/?q=node/26", "_blank"); break; case 2 : getURL ("http://www.freecreationgames.net/?q=node/27", "_blank"); break; case 3 : getURL ("http://www.freecreationgames.net/?q=node/28", "_blank"); break; case 4 : getURL ("http://www.freecreationgames.net/?q=node/29", "_blank"); } _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); } else { trace("Error loading/parsing LoadVars."); } }; my_lv.load((((((("http://www.freecreationgames.net/DeconstructorInsert.php?type_deconstructor=20&name_deconstructor=" + nameToSend) + "&timedone=") + _root.instGame.gTimeTotalDone) + "&killsdone=") + _root.instGame.gNumberOfKills) + "&difficultydone=") + _root.nmDifficultySetted); } }
Symbol 2161 MovieClip Frame 53
instExit2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); }; instRetry2.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.changeGameState(Define.STATEGENERAL_GAME); gotoAndStop ("parar"); }; instLabelDerrota1.gotoAndStop("rojo"); instLabelDerrota1._alpha = 0; totalNumberFramesAnimationMainMenu = 20; instLabelDerrota1.onEnterFrame = function () { this._y = this._y + (120 / totalNumberFramesAnimationMainMenu); this._alpha = this._alpha + (100 / totalNumberFramesAnimationMainMenu); };
Symbol 2161 MovieClip Frame 73
delete instLabelDerrota1.onEnterFrame; instClipIncrementalText_Lose.gotoAndStop("sorry"); instIncrementalText_grLose_exit.gotoAndStop("exit"); instIncrementalText_grLose_exit.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("mainMenu"); _root.playGameSoundStops(Define.SOUND_MENU_MELODY, 1); }; instIncrementalText_grLose_retry.gotoAndStop("retry"); instIncrementalText_grLose_retry.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.changeGameState(Define.STATEGENERAL_GAME); gotoAndStop ("parar"); }; activeChangeColor = -1; factorEscalaContraccion = 4; stop();
Symbol 2161 MovieClip Frame 75
instGameEnd_Unlocked.gotoAndStop("unlocked_survival"); instExitToCredits.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("about"); }; instLabelEndGame.gotoAndStop("rojo"); instClipIncrementalText_grTextEnd.gotoAndStop("end_game_gr"); instIncrementalText_grEnGame.gotoAndStop("exit"); instIncrementalText_grEnGame.onRelease = function () { _root.playGameSound(Define.SOUNDS_SELECCION, 1); _root.instClipMenuResultGame._alpha = 100; _root.instClipMenuResultGame._visible = false; _root.instGame.freeGame(); _root.instClipMenuGame._visible = true; _root.instClipMenuGame.gotoAndPlay("about"); }; activeChangeColor = -1; factorEscalaContraccion = 4; stop();
Symbol 2161 MovieClip Frame 97
stop();
Symbol 2164 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 2164 MovieClip Frame 1
onClipEvent (load) { this.speed = 0; this.datxt = "SOMETHING IS ROTTEN..."; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 2166 MovieClip Frame 21
stop();
Symbol 2167 Button
on (press) { gotoAndStop (1); _visible = false; _root.instGame.changeGeneralGameState(Define.STATE_GAME_PRE_LOADING); }
Symbol 2168 MovieClip Frame 21
stop();
Symbol 2171 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 2171 MovieClip Frame 1
onClipEvent (load) { this.speed = 0; this.datxt = "WHEN THIS BEAUTIFUL WORLD..."; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 2174 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 2174 MovieClip Frame 1
onClipEvent (load) { this.speed = 0; this.datxt = "IS BEING DESTROYED IN THIS WAY."; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 2177 MovieClip Frame 1
function getLetter(h, str, bold, wid) { var _local7 = str.isLowerCase(h.i); if (!bold) { if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-low", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-up", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } } else if (_local7) { if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-lowbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-low", "char" + h.i, h.i); } } else if (str.charAt(h.i) != " ") { l = h.attachMovie(str.charAt(h.i).toString() + "-upbold", "char" + h.i, h.i); } else { l = h.attachMovie("space-up", "char" + h.i, h.i); } i = 0; while (i < alph.length) { var _local2 = str.charAt(h.i); var _local4 = _local2.toLowerCase(); if (_local4 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local7) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local5 = h.i + k; if (str.charAt(_local5) == " ") { var _local6 = k; } k++; } if (str.charAt(h.i) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } if (h.i >= str.length) { clearInterval(h.myInt); } h.i = h.i + 1; } function coolTxt(tar, str, x, y, wid, speed, bold) { h = tar.createEmptyMovieClip("holder", 0); clearInterval(h.myInt); h._x = x; h._y = y; h.line = 0; h.cv = 0; h.i = 0; if (speed > 0) { h.myInt = setInterval(getLetter, speed, h, str, bold, wid, h.myint); } else { m = 0; while (m < str.length) { var _local5 = str.isLowerCase(m); if (!bold) { if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-low", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-up", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } } else if (_local5) { if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-lowbold", "char" + m, m); } else { l = h.attachMovie("space-low", "char" + m, m); } } else if (str.charAt(m) != " ") { l = h.attachMovie(str.charAt(m).toString() + "-upbold", "char" + m, m); } else { l = h.attachMovie("space-up", "char" + m, m); } i = 0; while (i < alph.length) { var _local2 = str.charAt(m); var _local3 = _local2.toLowerCase(); if (_local3 == alph[i]) { l.num = i; } if (_local2 == "'") { l.num = 37; } if (_local2 == "!") { l.num = 39; } if (_local2 == "0") { l.num = 41; } i++; } l._x = h.cv; if ((_local2 != " ") || (h.cv != 0)) { if (_local5) { h.cv = h.cv + parseInt(lc[l.num]); } else { h.cv = h.cv + parseInt(uc[l.num]); } } l._y = h.line * 20; k = 1; while (k < 11) { var _local4 = m + k; if (str.charAt(_local4) == " ") { var _local6 = k; } k++; } if (str.charAt(m) == " ") { if (wid < (h.cv + (_local6 * 13))) { h.line = h.line + 1; h.cv = 0; } } m++; } } } alph = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", " ", ".", "-", "1", "2", "3", "4", "5", "6", "7", "8", "9", "'", "--", "/", "!", "0", "\"", "#", "$", "%", "&", "(", ")", "*", ",", ":", ";", "?", "@", "[", "]", "^", "_", "{", "|", "}", "~", "+", "<", "<<", "=", ">", ">>", "\u00AE", "\u00A9"); lc = new Array(); uc = new Array(); lc[0] = 10; uc[0] = 16; lc[1] = 10; uc[1] = 16; lc[2] = 10; uc[2] = 14; lc[3] = 10; uc[3] = 16; lc[4] = 10; uc[4] = 16; lc[5] = 10; uc[5] = 14; lc[6] = 10; uc[6] = 14; lc[7] = 11; uc[7] = 18; lc[8] = 6; uc[8] = 14; lc[9] = 8; uc[9] = 14; lc[10] = 10; uc[10] = 14; lc[11] = 5; uc[11] = 14; lc[12] = 17; uc[12] = 18; lc[13] = 10; uc[13] = 17; lc[14] = 10; uc[14] = 17; lc[15] = 10; uc[15] = 15; lc[16] = 10; uc[16] = 16; lc[17] = 10; uc[17] = 17; lc[18] = 10; uc[18] = 14; lc[19] = 10; uc[19] = 14; lc[20] = 10; uc[20] = 14; lc[21] = 10; uc[21] = 17; lc[22] = 14; uc[22] = 17; lc[23] = 13; uc[23] = 17; lc[24] = 10; uc[24] = 14; lc[25] = 10; uc[25] = 14; lc[26] = 10; uc[26] = 10; lc[27] = 10; uc[27] = 10; lc[28] = 0; uc[28] = 0; lc[29] = 14; uc[29] = 14; lc[30] = 14; uc[30] = 15; lc[31] = 14; uc[31] = 17; lc[32] = 5; uc[32] = 17; lc[33] = 14; uc[33] = 15; lc[28] = 14; uc[28] = 12; lc[34] = 14; uc[34] = 15; lc[35] = 14; uc[35] = 15; lc[36] = 15; uc[36] = 15; lc[37] = 10; uc[37] = 10; lc[38] = 10; uc[38] = 10; lc[39] = 14; uc[39] = 14; lc[40] = 10; uc[40] = 10; lc[41] = 14; uc[41] = 14; lc[42] = 10; uc[42] = 10; lc[43] = 10; uc[43] = 10; lc[44] = 17; uc[44] = 17; lc[45] = 15; uc[45] = 15; lc[46] = 17; uc[46] = 17; lc[47] = 17; uc[47] = 17; lc[48] = 10; uc[48] = 10; lc[49] = 10; uc[49] = 10; lc[50] = 10; uc[50] = 10; lc[51] = 10; uc[51] = 10; lc[52] = 10; uc[52] = 10; lc[53] = 10; uc[53] = 10; lc[54] = 13; uc[54] = 13; lc[55] = 17; uc[55] = 17; lc[56] = 10; uc[56] = 10; lc[57] = 10; uc[57] = 10; lc[58] = 10; uc[58] = 10; lc[59] = 10; uc[59] = 10; lc[60] = 10; uc[60] = 10; lc[61] = 10; uc[61] = 10; lc[62] = 10; uc[62] = 10; lc[63] = 18; uc[63] = 18; lc[64] = 14; uc[64] = 14; lc[65] = 15; uc[65] = 15; lc[66] = 18; uc[66] = 18; lc[67] = 14; uc[67] = 14; lc[68] = 15; uc[68] = 15; lc[69] = 18; uc[69] = 18; lc[70] = 18; uc[70] = 18; lc[71] = 18; uc[71] = 18; String.prototype.isLowerCase = function (pos) { if (!arguments.length) { pos = 0; } if (pos >= this.length) { return(false); } var _local3 = this.charCodeAt(pos); return((_local3 > 96) && (_local3 < 123)); };
Instance of Symbol 669 MovieClip in Symbol 2177 MovieClip Frame 1
onClipEvent (load) { this.speed = 0; this.datxt = "WE MUST FINISH THIS TERRIBLE EXPERIMENT."; this.wid = 400; this.bol = false; this.but = true; this.onPress = function () { trace("goodbye"); }; }
Symbol 2216 MovieClip Frame 242
stop(); _root.instMovieIntro._visible = false; _root.instGame.changeGeneralGameState(Define.STATE_GAME_PRE_LOADING);
Symbol 2217 MovieClip Frame 358
stop();

Library Items

Symbol 1 Sound [logomelody]
Symbol 2 Bitmap [dust]
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:5
Symbol 5 MovieClip [%-upbold]Uses:4
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:8
Symbol 8 MovieClip [#-upbold]Uses:7
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:11
Symbol 11 MovieClip [)-upbold]Uses:10
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClip [(-upbold]Uses:13
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClip ["-upbold]Uses:16
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:20
Symbol 20 MovieClip [left"bold]Uses:19
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:23
Symbol 23 MovieClip [?-upbold]Uses:22
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26
Symbol 26 MovieClip [!-upbold]Uses:25
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:29
Symbol 29 MovieClip ['-upbold]Uses:28
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:32
Symbol 32 MovieClip [,-upbold]Uses:31
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClip [&-upbold]Uses:34
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClip [--upbold]Uses:37
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:41
Symbol 41 MovieClip [.-upbold]Uses:40
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:44
Symbol 44 MovieClip [©-upbold]Uses:43
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:47
Symbol 47 MovieClip [®-upbold]Uses:46
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:50
Symbol 50 MovieClip [_-upbold]Uses:49
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:53
Symbol 53 MovieClip [^-upbold]Uses:52
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 MovieClip []-upbold]Uses:55
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:59
Symbol 59 MovieClip [[-upbold]Uses:58
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:62
Symbol 62 MovieClip [@-upbold]Uses:61
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:65
Symbol 65 MovieClip [>-upbold]Uses:64
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:68
Symbol 68 MovieClip [<-upbold]Uses:67
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:71
Symbol 71 MovieClip [;-upbold]Uses:70
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClip [:-upbold]Uses:73
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:77
Symbol 77 MovieClip [-_-upbold]Uses:76
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:80
Symbol 80 MovieClip [*-upbold]Uses:79
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:83
Symbol 83 MovieClip [=-upbold]Uses:82
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:86
Symbol 86 MovieClip [---upbold]Uses:85
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:89
Symbol 89 MovieClip [+-upbold]Uses:88
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:92
Symbol 92 MovieClip [$-upbold]Uses:91
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:95
Symbol 95 MovieClip [>>-upbold]Uses:94
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:98
Symbol 98 MovieClip [<<-upbold]Uses:97
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:101
Symbol 101 MovieClip [~-upbold]Uses:100
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:104
Symbol 104 MovieClip [}-upbold]Uses:103
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:107
Symbol 107 MovieClip [{-upbold]Uses:106
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:110
Symbol 110 MovieClip [|-upbold]Uses:109
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClip [1-lowbold]Uses:112
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:116
Symbol 116 MovieClip [2-lowbold]Uses:115
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClip [3-lowbold]Uses:118
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:122
Symbol 122 MovieClip [4-lowbold]Uses:121
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:125
Symbol 125 MovieClip [5-lowbold]Uses:124
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClip [6-lowbold]Uses:127
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:131
Symbol 131 MovieClip [7-lowbold]Uses:130
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:134
Symbol 134 MovieClip [8-lowbold]Uses:133
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:137
Symbol 137 MovieClip [9-lowbold]Uses:136
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:140
Symbol 140 MovieClip [0-lowbold]Uses:139
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:143
Symbol 143 MovieClip [a-lowbold]Uses:142
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:146
Symbol 146 MovieClip [b-lowbold]Uses:145
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:149
Symbol 149 MovieClip [c-lowbold]Uses:148
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:152
Symbol 152 MovieClip [d-lowbold]Uses:151
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:155
Symbol 155 MovieClip [e-lowbold]Uses:154
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:158
Symbol 158 MovieClip [f-lowbold]Uses:157
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161
Symbol 161 MovieClip [g-lowbold]Uses:160
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:164
Symbol 164 MovieClip [h-lowbold]Uses:163
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:167
Symbol 167 MovieClip [i-lowbold]Uses:166
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:170
Symbol 170 MovieClip [j-lowbold]Uses:169
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:173
Symbol 173 MovieClip [k-lowbold]Uses:172
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:176
Symbol 176 MovieClip [l-lowbold]Uses:175
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:179
Symbol 179 MovieClip [m-lowbold]Uses:178
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:182
Symbol 182 MovieClip [n-lowbold]Uses:181
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:185
Symbol 185 MovieClip [o-lowbold]Uses:184
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:188
Symbol 188 MovieClip [p-lowbold]Uses:187
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:191
Symbol 191 MovieClip [q-lowbold]Uses:190
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:194
Symbol 194 MovieClip [r-lowbold]Uses:193
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:197
Symbol 197 MovieClip [s-lowbold]Uses:196
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:200
Symbol 200 MovieClip [t-lowbold]Uses:199
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:203
Symbol 203 MovieClip [u-lowbold]Uses:202
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:206
Symbol 206 MovieClip [v-lowbold]Uses:205
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:209
Symbol 209 MovieClip [w-lowbold]Uses:208
Symbol 210 BitmapUsed by:211
Symbol 211 GraphicUses:210Used by:212
Symbol 212 MovieClip [x-lowbold]Uses:211
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:215
Symbol 215 MovieClip [y-lowbold]Uses:214
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:218
Symbol 218 MovieClip [z-lowbold]Uses:217
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:221
Symbol 221 MovieClip [0-upbold]Uses:220
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:224
Symbol 224 MovieClip [1-upbold]Uses:223
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:227
Symbol 227 MovieClip [2-upbold]Uses:226
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:230
Symbol 230 MovieClip [3-upbold]Uses:229
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:233
Symbol 233 MovieClip [4-upbold]Uses:232
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:236
Symbol 236 MovieClip [5-upbold]Uses:235
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:239
Symbol 239 MovieClip [6-upbold]Uses:238
Symbol 240 BitmapUsed by:241
Symbol 241 GraphicUses:240Used by:242
Symbol 242 MovieClip [7-upbold]Uses:241
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:245
Symbol 245 MovieClip [8-upbold]Uses:244
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:248
Symbol 248 MovieClip [9-upbold]Uses:247
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:251
Symbol 251 MovieClip [a-upbold]Uses:250
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:254
Symbol 254 MovieClip [b-upbold]Uses:253
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:257
Symbol 257 MovieClip [c-upbold]Uses:256
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:260
Symbol 260 MovieClip [d-upbold]Uses:259
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:263
Symbol 263 MovieClip [e-upbold]Uses:262
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:266
Symbol 266 MovieClip [f-upbold]Uses:265
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:269
Symbol 269 MovieClip [g-upbold]Uses:268
Symbol 270 BitmapUsed by:271
Symbol 271 GraphicUses:270Used by:272
Symbol 272 MovieClip [h-upbold]Uses:271
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:275
Symbol 275 MovieClip [i-upbold]Uses:274
Symbol 276 BitmapUsed by:277
Symbol 277 GraphicUses:276Used by:278
Symbol 278 MovieClip [j-upbold]Uses:277
Symbol 279 BitmapUsed by:280
Symbol 280 GraphicUses:279Used by:281
Symbol 281 MovieClip [k-upbold]Uses:280
Symbol 282 BitmapUsed by:283
Symbol 283 GraphicUses:282Used by:284
Symbol 284 MovieClip [l-upbold]Uses:283
Symbol 285 BitmapUsed by:286
Symbol 286 GraphicUses:285Used by:287
Symbol 287 MovieClip [m-upbold]Uses:286
Symbol 288 BitmapUsed by:289
Symbol 289 GraphicUses:288Used by:290
Symbol 290 MovieClip [n-upbold]Uses:289
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:293
Symbol 293 MovieClip [o-upbold]Uses:292
Symbol 294 BitmapUsed by:295
Symbol 295 GraphicUses:294Used by:296
Symbol 296 MovieClip [p-upbold]Uses:295
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:299
Symbol 299 MovieClip [q-upbold]Uses:298
Symbol 300 BitmapUsed by:301
Symbol 301 GraphicUses:300Used by:302
Symbol 302 MovieClip [r-upbold]Uses:301
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:305
Symbol 305 MovieClip [s-upbold]Uses:304
Symbol 306 BitmapUsed by:307
Symbol 307 GraphicUses:306Used by:308
Symbol 308 MovieClip [t-upbold]Uses:307
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:311
Symbol 311 MovieClip [u-upbold]Uses:310
Symbol 312 BitmapUsed by:313
Symbol 313 GraphicUses:312Used by:314
Symbol 314 MovieClip [v-upbold]Uses:313
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:315Used by:317
Symbol 317 MovieClip [w-upbold]Uses:316
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318Used by:320
Symbol 320 MovieClip [x-upbold]Uses:319
Symbol 321 BitmapUsed by:322
Symbol 322 GraphicUses:321Used by:323
Symbol 323 MovieClip [y-upbold]Uses:322
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:326
Symbol 326 MovieClip [z-upbold]Uses:325
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:329
Symbol 329 MovieClip [%-up]Uses:328
Symbol 330 BitmapUsed by:331
Symbol 331 GraphicUses:330Used by:332
Symbol 332 MovieClip [#-up]Uses:331
Symbol 333 BitmapUsed by:334
Symbol 334 GraphicUses:333Used by:335
Symbol 335 MovieClip [)-up]Uses:334
Symbol 336 BitmapUsed by:337
Symbol 337 GraphicUses:336Used by:338
Symbol 338 MovieClip [(-up]Uses:337
Symbol 339 BitmapUsed by:340
Symbol 340 GraphicUses:339Used by:341
Symbol 341 MovieClip ["-up]Uses:340
Symbol 342 BitmapUsed by:343
Symbol 343 GraphicUses:342Used by:344
Symbol 344 MovieClip [?-up]Uses:343
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:347
Symbol 347 MovieClip [!-up]Uses:346
Symbol 348 BitmapUsed by:349
Symbol 349 GraphicUses:348Used by:350
Symbol 350 MovieClip ['-up]Uses:349
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:353
Symbol 353 MovieClip [,-up]Uses:352
Symbol 354 BitmapUsed by:355
Symbol 355 GraphicUses:354Used by:356
Symbol 356 MovieClip [&-up]Uses:355
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:359
Symbol 359 MovieClip [--up]Uses:358
Symbol 360 BitmapUsed by:361
Symbol 361 GraphicUses:360Used by:362
Symbol 362 MovieClip [.-up]Uses:361
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:365
Symbol 365 MovieClip [©-up]Uses:364
Symbol 366 BitmapUsed by:367
Symbol 367 GraphicUses:366Used by:368
Symbol 368 MovieClip [®-up]Uses:367
Symbol 369 BitmapUsed by:370
Symbol 370 GraphicUses:369Used by:371
Symbol 371 MovieClip [_-up]Uses:370
Symbol 372 BitmapUsed by:373
Symbol 373 GraphicUses:372Used by:374
Symbol 374 MovieClip [^-up]Uses:373
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:377
Symbol 377 MovieClip []-up]Uses:376
Symbol 378 BitmapUsed by:379
Symbol 379 GraphicUses:378Used by:380
Symbol 380 MovieClip [[-up]Uses:379
Symbol 381 BitmapUsed by:382
Symbol 382 GraphicUses:381Used by:383
Symbol 383 MovieClip [@-up]Uses:382
Symbol 384 BitmapUsed by:385
Symbol 385 GraphicUses:384Used by:386
Symbol 386 MovieClip [>-up]Uses:385
Symbol 387 BitmapUsed by:388
Symbol 388 GraphicUses:387Used by:389
Symbol 389 MovieClip [<-up]Uses:388
Symbol 390 BitmapUsed by:391
Symbol 391 GraphicUses:390Used by:392
Symbol 392 MovieClip [;-up]Uses:391
Symbol 393 BitmapUsed by:394
Symbol 394 GraphicUses:393Used by:395
Symbol 395 MovieClip [:-up]Uses:394
Symbol 396 BitmapUsed by:397
Symbol 397 GraphicUses:396Used by:398
Symbol 398 MovieClip [/-up]Uses:397
Symbol 399 BitmapUsed by:400
Symbol 400 GraphicUses:399Used by:401
Symbol 401 MovieClip [*-up]Uses:400
Symbol 402 BitmapUsed by:403
Symbol 403 GraphicUses:402Used by:404
Symbol 404 MovieClip [=-up]Uses:403
Symbol 405 BitmapUsed by:406
Symbol 406 GraphicUses:405Used by:407
Symbol 407 MovieClip [---up]Uses:406
Symbol 408 BitmapUsed by:409
Symbol 409 GraphicUses:408Used by:410
Symbol 410 MovieClip [+-up]Uses:409
Symbol 411 BitmapUsed by:412
Symbol 412 GraphicUses:411Used by:413
Symbol 413 MovieClip [$-up]Uses:412
Symbol 414 BitmapUsed by:415
Symbol 415 GraphicUses:414Used by:416
Symbol 416 MovieClip [>>-up]Uses:415
Symbol 417 BitmapUsed by:418
Symbol 418 GraphicUses:417Used by:419
Symbol 419 MovieClip [<<-up]Uses:418
Symbol 420 BitmapUsed by:421
Symbol 421 GraphicUses:420Used by:422
Symbol 422 MovieClip [~-up]Uses:421
Symbol 423 BitmapUsed by:424
Symbol 424 GraphicUses:423Used by:425
Symbol 425 MovieClip [}-up]Uses:424
Symbol 426 BitmapUsed by:427
Symbol 427 GraphicUses:426Used by:428
Symbol 428 MovieClip [{-up]Uses:427
Symbol 429 BitmapUsed by:430
Symbol 430 GraphicUses:429Used by:431
Symbol 431 MovieClip [|-up]Uses:430
Symbol 432 BitmapUsed by:433
Symbol 433 GraphicUses:432Used by:434
Symbol 434 MovieClip [1-low]Uses:433
Symbol 435 BitmapUsed by:436
Symbol 436 GraphicUses:435Used by:437
Symbol 437 MovieClip [2-low]Uses:436
Symbol 438 BitmapUsed by:439
Symbol 439 GraphicUses:438Used by:440
Symbol 440 MovieClip [3-low]Uses:439
Symbol 441 BitmapUsed by:442
Symbol 442 GraphicUses:441Used by:443
Symbol 443 MovieClip [4-low]Uses:442
Symbol 444 BitmapUsed by:445
Symbol 445 GraphicUses:444Used by:446
Symbol 446 MovieClip [5-low]Uses:445
Symbol 447 BitmapUsed by:448
Symbol 448 GraphicUses:447Used by:449
Symbol 449 MovieClip [6-low]Uses:448
Symbol 450 BitmapUsed by:451
Symbol 451 GraphicUses:450Used by:452
Symbol 452 MovieClip [7-low]Uses:451
Symbol 453 BitmapUsed by:454
Symbol 454 GraphicUses:453Used by:455
Symbol 455 MovieClip [8-low]Uses:454
Symbol 456 BitmapUsed by:457
Symbol 457 GraphicUses:456Used by:458
Symbol 458 MovieClip [9-low]Uses:457
Symbol 459 BitmapUsed by:460
Symbol 460 GraphicUses:459Used by:461
Symbol 461 MovieClip [0-low]Uses:460
Symbol 462 BitmapUsed by:463
Symbol 463 GraphicUses:462Used by:464
Symbol 464 MovieClip [a-low]Uses:463
Symbol 465 BitmapUsed by:466
Symbol 466 GraphicUses:465Used by:467
Symbol 467 MovieClip [b-low]Uses:466
Symbol 468 BitmapUsed by:469
Symbol 469 GraphicUses:468Used by:470
Symbol 470 MovieClip [c-low]Uses:469
Symbol 471 BitmapUsed by:472
Symbol 472 GraphicUses:471Used by:473
Symbol 473 MovieClip [d-low]Uses:472
Symbol 474 BitmapUsed by:475
Symbol 475 GraphicUses:474Used by:476
Symbol 476 MovieClip [e-low]Uses:475
Symbol 477 BitmapUsed by:478
Symbol 478 GraphicUses:477Used by:479
Symbol 479 MovieClip [f-low]Uses:478
Symbol 480 BitmapUsed by:481
Symbol 481 GraphicUses:480Used by:482
Symbol 482 MovieClip [g-low]Uses:481
Symbol 483 BitmapUsed by:484
Symbol 484 GraphicUses:483Used by:485
Symbol 485 MovieClip [h-low]Uses:484
Symbol 486 BitmapUsed by:487
Symbol 487 GraphicUses:486Used by:488
Symbol 488 MovieClip [i-low]Uses:487
Symbol 489 BitmapUsed by:490
Symbol 490 GraphicUses:489Used by:491
Symbol 491 MovieClip [j-low]Uses:490
Symbol 492 BitmapUsed by:493
Symbol 493 GraphicUses:492Used by:494
Symbol 494 MovieClip [k-low]Uses:493
Symbol 495 BitmapUsed by:496
Symbol 496 GraphicUses:495Used by:497
Symbol 497 MovieClip [l-low]Uses:496
Symbol 498 BitmapUsed by:499
Symbol 499 GraphicUses:498Used by:500
Symbol 500 MovieClip [m-low]Uses:499
Symbol 501 BitmapUsed by:502
Symbol 502 GraphicUses:501Used by:503
Symbol 503 MovieClip [n-low]Uses:502
Symbol 504 BitmapUsed by:505
Symbol 505 GraphicUses:504Used by:506
Symbol 506 MovieClip [o-low]Uses:505
Symbol 507 BitmapUsed by:508
Symbol 508 GraphicUses:507Used by:509
Symbol 509 MovieClip [p-low]Uses:508
Symbol 510 BitmapUsed by:511
Symbol 511 GraphicUses:510Used by:512
Symbol 512 MovieClip [q-low]Uses:511
Symbol 513 BitmapUsed by:514
Symbol 514 GraphicUses:513Used by:515
Symbol 515 MovieClip [r-low]Uses:514
Symbol 516 BitmapUsed by:517
Symbol 517 GraphicUses:516Used by:518
Symbol 518 MovieClip [s-low]Uses:517
Symbol 519 BitmapUsed by:520
Symbol 520 GraphicUses:519Used by:521
Symbol 521 MovieClip [t-low]Uses:520
Symbol 522 BitmapUsed by:523
Symbol 523 GraphicUses:522Used by:524
Symbol 524 MovieClip [u-low]Uses:523
Symbol 525 BitmapUsed by:526
Symbol 526 GraphicUses:525Used by:527
Symbol 527 MovieClip [v-low]Uses:526
Symbol 528 BitmapUsed by:529
Symbol 529 GraphicUses:528Used by:530
Symbol 530 MovieClip [w-low]Uses:529
Symbol 531 BitmapUsed by:532
Symbol 532 GraphicUses:531Used by:533
Symbol 533 MovieClip [x-low]Uses:532
Symbol 534 BitmapUsed by:535
Symbol 535 GraphicUses:534Used by:536
Symbol 536 MovieClip [y-low]Uses:535
Symbol 537 BitmapUsed by:538
Symbol 538 GraphicUses:537Used by:539
Symbol 539 MovieClip [z-low]Uses:538
Symbol 540 BitmapUsed by:541
Symbol 541 GraphicUses:540Used by:542
Symbol 542 MovieClip [0-up]Uses:541
Symbol 543 BitmapUsed by:544
Symbol 544 GraphicUses:543Used by:545
Symbol 545 MovieClip [1-up]Uses:544
Symbol 546 BitmapUsed by:547
Symbol 547 GraphicUses:546Used by:548
Symbol 548 MovieClip [2-up]Uses:547
Symbol 549 BitmapUsed by:550
Symbol 550 GraphicUses:549Used by:551
Symbol 551 MovieClip [3-up]Uses:550
Symbol 552 BitmapUsed by:553
Symbol 553 GraphicUses:552Used by:554
Symbol 554 MovieClip [4-up]Uses:553
Symbol 555 BitmapUsed by:556
Symbol 556 GraphicUses:555Used by:557
Symbol 557 MovieClip [5-up]Uses:556
Symbol 558 BitmapUsed by:559
Symbol 559 GraphicUses:558Used by:560
Symbol 560 MovieClip [6-up]Uses:559
Symbol 561 BitmapUsed by:562
Symbol 562 GraphicUses:561Used by:563
Symbol 563 MovieClip [7-up]Uses:562
Symbol 564 BitmapUsed by:565
Symbol 565 GraphicUses:564Used by:566
Symbol 566 MovieClip [8-up]Uses:565
Symbol 567 BitmapUsed by:568
Symbol 568 GraphicUses:567Used by:569
Symbol 569 MovieClip [9-up]Uses:568
Symbol 570 BitmapUsed by:571
Symbol 571 GraphicUses:570Used by:572
Symbol 572 MovieClip [a-up]Uses:571
Symbol 573 BitmapUsed by:574
Symbol 574 GraphicUses:573Used by:575
Symbol 575 MovieClip [b-up]Uses:574
Symbol 576 BitmapUsed by:577
Symbol 577 GraphicUses:576Used by:578
Symbol 578 MovieClip [c-up]Uses:577
Symbol 579 BitmapUsed by:580
Symbol 580 GraphicUses:579Used by:581
Symbol 581 MovieClip [d-up]Uses:580
Symbol 582 BitmapUsed by:583
Symbol 583 GraphicUses:582Used by:584
Symbol 584 MovieClip [e-up]Uses:583
Symbol 585 BitmapUsed by:586
Symbol 586 GraphicUses:585Used by:587
Symbol 587 MovieClip [f-up]Uses:586
Symbol 588 BitmapUsed by:589
Symbol 589 GraphicUses:588Used by:590
Symbol 590 MovieClip [g-up]Uses:589
Symbol 591 BitmapUsed by:592
Symbol 592 GraphicUses:591Used by:593
Symbol 593 MovieClip [h-up]Uses:592
Symbol 594 BitmapUsed by:595
Symbol 595 GraphicUses:594Used by:596
Symbol 596 MovieClip [i-up]Uses:595
Symbol 597 BitmapUsed by:598
Symbol 598 GraphicUses:597Used by:599
Symbol 599 MovieClip [j-up]Uses:598
Symbol 600 BitmapUsed by:601
Symbol 601 GraphicUses:600Used by:602
Symbol 602 MovieClip [k-up]Uses:601
Symbol 603 BitmapUsed by:604
Symbol 604 GraphicUses:603Used by:605
Symbol 605 MovieClip [l-up]Uses:604
Symbol 606 BitmapUsed by:607
Symbol 607 GraphicUses:606Used by:608
Symbol 608 MovieClip [m-up]Uses:607
Symbol 609 BitmapUsed by:610
Symbol 610 GraphicUses:609Used by:611
Symbol 611 MovieClip [n-up]Uses:610
Symbol 612 BitmapUsed by:613
Symbol 613 GraphicUses:612Used by:614
Symbol 614 MovieClip [o-up]Uses:613
Symbol 615 BitmapUsed by:616
Symbol 616 GraphicUses:615Used by:617
Symbol 617 MovieClip [p-up]Uses:616
Symbol 618 BitmapUsed by:619
Symbol 619 GraphicUses:618Used by:620
Symbol 620 MovieClip [q-up]Uses:619
Symbol 621 BitmapUsed by:622
Symbol 622 GraphicUses:621Used by:623
Symbol 623 MovieClip [r-up]Uses:622
Symbol 624 BitmapUsed by:625
Symbol 625 GraphicUses:624Used by:626
Symbol 626 MovieClip [s-up]Uses:625
Symbol 627 BitmapUsed by:628
Symbol 628 GraphicUses:627Used by:629
Symbol 629 MovieClip [t-up]Uses:628
Symbol 630 BitmapUsed by:631
Symbol 631 GraphicUses:630Used by:632
Symbol 632 MovieClip [u-up]Uses:631
Symbol 633 BitmapUsed by:634
Symbol 634 GraphicUses:633Used by:635
Symbol 635 MovieClip [v-up]Uses:634
Symbol 636 BitmapUsed by:637
Symbol 637 GraphicUses:636Used by:638
Symbol 638 MovieClip [w-up]Uses:637
Symbol 639 BitmapUsed by:640
Symbol 640 GraphicUses:639Used by:641
Symbol 641 MovieClip [x-up]Uses:640
Symbol 642 BitmapUsed by:643
Symbol 643 GraphicUses:642Used by:644
Symbol 644 MovieClip [y-up]Uses:643
Symbol 645 BitmapUsed by:646
Symbol 646 GraphicUses:645Used by:647
Symbol 647 MovieClip [z-up]Uses:646
Symbol 648 FontUsed by:649 651 668 677
Symbol 649 EditableTextUses:648Used by:650
Symbol 650 MovieClip [ space-low]Uses:649
Symbol 651 EditableTextUses:648Used by:652
Symbol 652 MovieClip [space-up]Uses:651
Symbol 653 MovieClip [world]Used by:993
Symbol 654 ShapeTweeningUsed by:658
Symbol 655 BitmapUsed by:656
Symbol 656 GraphicUses:655Used by:658
Symbol 657 GraphicUsed by:658
Symbol 658 MovieClip [maskLoadingBarProgress]Uses:654 656 657Used by:672
Symbol 659 BitmapUsed by:660
Symbol 660 GraphicUses:659Used by:672
Symbol 661 BitmapUsed by:662
Symbol 662 GraphicUses:661Used by:667
Symbol 663 BitmapUsed by:664
Symbol 664 GraphicUses:663Used by:667
Symbol 665 BitmapUsed by:666
Symbol 666 GraphicUses:665Used by:667
Symbol 667 MovieClipUses:662 664 666Used by:671 2141
Symbol 668 EditableTextUses:648Used by:669
Symbol 669 MovieClipUses:668Used by:670 680 684 2031 2032 2033 2034 2164 2171 2174 2177
Symbol 670 MovieClipUses:669Used by:671
Symbol 671 MovieClip [loadingPressButtonIniMovie]Uses:667 670Used by:672
Symbol 672 MovieClip [loadingBarProgress]Uses:658 660 671Used by:744
Symbol 673 BitmapUsed by:674
Symbol 674 GraphicUses:673Used by:675
Symbol 675 MovieClipUses:674Used by:744
Symbol 676 GraphicUsed by:744
Symbol 677 EditableTextUses:648Used by:678
Symbol 678 MovieClipUses:677Used by:679 681 682 683 735 736 737 738 739 740 741 742 992 1064 1106 1109 1115 1146 1148 1149 1150 1776 1778 1779 2028 2029 2030 2037 2039 2040 2142 2157 2160
Symbol 679 MovieClipUses:678Used by:743
Symbol 680 MovieClipUses:669Used by:743
Symbol 681 MovieClipUses:678Used by:743 2141
Symbol 682 MovieClipUses:678Used by:743 2141
Symbol 683 MovieClipUses:678Used by:743 2141
Symbol 684 MovieClipUses:669Used by:743
Symbol 685 BitmapUsed by:686
Symbol 686 GraphicUses:685Used by:691
Symbol 687 BitmapUsed by:688
Symbol 688 GraphicUses:687Used by:691
Symbol 689 BitmapUsed by:690
Symbol 690 GraphicUses:689Used by:691
Symbol 691 MovieClipUses:686 688 690Used by:734
Symbol 692 BitmapUsed by:693
Symbol 693 GraphicUses:692Used by:698
Symbol 694 BitmapUsed by:695
Symbol 695 GraphicUses:694Used by:698
Symbol 696 BitmapUsed by:697
Symbol 697 GraphicUses:696Used by:698
Symbol 698 MovieClipUses:693 695 697Used by:734
Symbol 699 BitmapUsed by:700
Symbol 700 GraphicUses:699Used by:705
Symbol 701 BitmapUsed by:702
Symbol 702 GraphicUses:701Used by:705
Symbol 703 BitmapUsed by:704
Symbol 704 GraphicUses:703Used by:705
Symbol 705 MovieClipUses:700 702 704Used by:734
Symbol 706 BitmapUsed by:707
Symbol 707 GraphicUses:706Used by:712
Symbol 708 BitmapUsed by:709
Symbol 709 GraphicUses:708Used by:712
Symbol 710 BitmapUsed by:711
Symbol 711 GraphicUses:710Used by:712
Symbol 712 MovieClipUses:707 709 711Used by:734
Symbol 713 BitmapUsed by:714
Symbol 714 GraphicUses:713Used by:719
Symbol 715 BitmapUsed by:716
Symbol 716 GraphicUses:715Used by:719
Symbol 717 BitmapUsed by:718
Symbol 718 GraphicUses:717Used by:719
Symbol 719 MovieClipUses:714 716 718Used by:734
Symbol 720 BitmapUsed by:721
Symbol 721 GraphicUses:720Used by:726
Symbol 722 BitmapUsed by:723
Symbol 723 GraphicUses:722Used by:726
Symbol 724 BitmapUsed by:725
Symbol 725 GraphicUses:724Used by:726
Symbol 726 MovieClipUses:721 723 725Used by:734
Symbol 727 BitmapUsed by:728
Symbol 728 GraphicUses:727Used by:733
Symbol 729 BitmapUsed by:730
Symbol 730 GraphicUses:729Used by:733
Symbol 731 BitmapUsed by:732
Symbol 732 GraphicUses:731Used by:733
Symbol 733 MovieClipUses:728 730 732Used by:734
Symbol 734 MovieClip [gameclipItem]Uses:691 698 705 712 719 726 733Used by:743 993 2141
Symbol 735 MovieClipUses:678Used by:743 2141
Symbol 736 MovieClipUses:678Used by:743 2141
Symbol 737 MovieClipUses:678Used by:743 2141
Symbol 738 MovieClipUses:678Used by:743 2141
Symbol 739 MovieClipUses:678Used by:743 2141
Symbol 740 MovieClipUses:678Used by:743 2141
Symbol 741 MovieClipUses:678Used by:743 2141
Symbol 742 MovieClipUses:678Used by:743
Symbol 743 MovieClipUses:679 680 681 682 683 684 734 735 736 737 738 739 740 741 742Used by:744
Symbol 744 MovieClip [cargador]Uses:675 676 672 743Used by:Timeline
Symbol 2218 MovieClip [__Packages.Define]
Symbol 2219 MovieClip [__Packages.cObject]
Symbol 2220 MovieClip [__Packages.Worldmap]
Symbol 2221 MovieClip [__Packages.cXml]
Symbol 2222 MovieClip [__Packages.cBuilding]
Symbol 745 GraphicUsed by:779
Symbol 746 GraphicUsed by:747
Symbol 747 MovieClipUses:746Used by:748
Symbol 748 MovieClipUses:747Used by:776
Symbol 749 GraphicUsed by:776
Symbol 750 GraphicUsed by:751 752
Symbol 751 MovieClipUses:750Used by:776
Symbol 752 MovieClipUses:750Used by:776
Symbol 753 GraphicUsed by:754
Symbol 754 MovieClipUses:753Used by:774
Symbol 755 GraphicUsed by:759
Symbol 756 GraphicUsed by:759
Symbol 757 GraphicUsed by:758
Symbol 758 MovieClipUses:757Used by:759 762
Symbol 759 MovieClipUses:755 756 758Used by:773
Symbol 760 GraphicUsed by:762
Symbol 761 GraphicUsed by:762
Symbol 762 MovieClipUses:760 761 758Used by:773
Symbol 763 GraphicUsed by:766
Symbol 764 GraphicUsed by:766 769
Symbol 765 GraphicUsed by:766
Symbol 766 MovieClipUses:763 764 765Used by:770
Symbol 767 GraphicUsed by:769
Symbol 768 GraphicUsed by:769
Symbol 769 MovieClipUses:767 764 768Used by:770
Symbol 770 MovieClipUses:766 769Used by:773
Symbol 771 GraphicUsed by:772
Symbol 772 MovieClipUses:771Used by:773
Symbol 773 MovieClipUses:759 762 770 772Used by:774
Symbol 774 MovieClipUses:754 773Used by:776
Symbol 775 GraphicUsed by:776
Symbol 776 MovieClipUses:748 749 751 752 774 775Used by:779
Symbol 777 GraphicUsed by:778
Symbol 778 ButtonUses:777Used by:779
Symbol 779 MovieClipUses:745 776 778Used by:887
Symbol 780 GraphicUsed by:846 887 903 918 993 2161
Symbol 781 GraphicUsed by:847 887 963 1001 1065 2196 2216
Symbol 782 BitmapUsed by:783
Symbol 783 GraphicUses:782Used by:790
Symbol 784 BitmapUsed by:785
Symbol 785 GraphicUses:784Used by:790
Symbol 786 BitmapUsed by:787
Symbol 787 GraphicUses:786Used by:790
Symbol 788 BitmapUsed by:789
Symbol 789 GraphicUses:788Used by:790
Symbol 790 MovieClipUses:783 785 787 789Used by:847
Symbol 791 BitmapUsed by:792
Symbol 792 GraphicUses:791Used by:793
Symbol 793 MovieClipUses:792Used by:794
Symbol 794 MovieClipUses:793Used by:795
Symbol 795 MovieClipUses:794Used by:847
Symbol 796 BitmapUsed by:797
Symbol 797 GraphicUses:796Used by:798
Symbol 798 MovieClipUses:797Used by:842
Symbol 799 BitmapUsed by:800
Symbol 800 GraphicUses:799Used by:842
Symbol 801 BitmapUsed by:802
Symbol 802 GraphicUses:801Used by:811
Symbol 803 BitmapUsed by:804
Symbol 804 GraphicUses:803Used by:811
Symbol 805 BitmapUsed by:806
Symbol 806 GraphicUses:805Used by:811
Symbol 807 BitmapUsed by:808
Symbol 808 GraphicUses:807Used by:811
Symbol 809 BitmapUsed by:810
Symbol 810 GraphicUses:809Used by:811
Symbol 811 MovieClipUses:802 804 806 808 810Used by:842
Symbol 812 BitmapUsed by:813
Symbol 813 GraphicUses:812Used by:818
Symbol 814 BitmapUsed by:815
Symbol 815 GraphicUses:814Used by:818
Symbol 816 BitmapUsed by:817
Symbol 817 GraphicUses:816Used by:818
Symbol 818 MovieClipUses:813 815 817Used by:842
Symbol 819 BitmapUsed by:820
Symbol 820 GraphicUses:819Used by:821
Symbol 821 MovieClipUses:820Used by:842
Symbol 822 BitmapUsed by:823
Symbol 823 GraphicUses:822Used by:824
Symbol 824 MovieClipUses:823Used by:842
Symbol 825 BitmapUsed by:826
Symbol 826 GraphicUses:825Used by:841
Symbol 827 BitmapUsed by:828
Symbol 828 GraphicUses:827Used by:841
Symbol 829 BitmapUsed by:830
Symbol 830 GraphicUses:829Used by:841
Symbol 831 BitmapUsed by:832
Symbol 832 GraphicUses:831Used by:841
Symbol 833 BitmapUsed by:834
Symbol 834 GraphicUses:833Used by:841
Symbol 835 BitmapUsed by:836
Symbol 836 GraphicUses:835Used by:841
Symbol 837 BitmapUsed by:838
Symbol 838 GraphicUses:837Used by:841
Symbol 839 BitmapUsed by:840
Symbol 840 GraphicUses:839Used by:841
Symbol 841 MovieClipUses:826 828 830 832 834 836 838 840Used by:842
Symbol 842 MovieClipUses:798 800 811 818 821 824 841Used by:843
Symbol 843 MovieClipUses:842Used by:847
Symbol 844 BitmapUsed by:845
Symbol 845 GraphicUses:844Used by:847
Symbol 846 ButtonUses:780Used by:847
Symbol 847 MovieClipUses:781 790 795 843 845 846Used by:887
Symbol 848 BitmapUsed by:849 851 853 855 857
Symbol 849 GraphicUses:848Used by:886
Symbol 850 BitmapUsed by:851 853 855 857
Symbol 851 GraphicUses:848 850Used by:886
Symbol 852 BitmapUsed by:853 855 857
Symbol 853 GraphicUses:848 850 852Used by:886
Symbol 854 BitmapUsed by:855 857
Symbol 855 GraphicUses:848 850 852 854Used by:886
Symbol 856 BitmapUsed by:857
Symbol 857 GraphicUses:848 850 852 854 856Used by:886
Symbol 858 BitmapUsed by:859
Symbol 859 GraphicUses:858Used by:886
Symbol 860 BitmapUsed by:861
Symbol 861 GraphicUses:860Used by:886
Symbol 862 BitmapUsed by:863
Symbol 863 GraphicUses:862Used by:886
Symbol 864 BitmapUsed by:865
Symbol 865 GraphicUses:864Used by:886
Symbol 866 BitmapUsed by:867
Symbol 867 GraphicUses:866Used by:886
Symbol 868 BitmapUsed by:869
Symbol 869 GraphicUses:868Used by:886
Symbol 870 BitmapUsed by:871
Symbol 871 GraphicUses:870Used by:886
Symbol 872 BitmapUsed by:873
Symbol 873 GraphicUses:872Used by:886
Symbol 874 BitmapUsed by:875
Symbol 875 GraphicUses:874Used by:886
Symbol 876 BitmapUsed by:877
Symbol 877 GraphicUses:876Used by:886
Symbol 878 BitmapUsed by:879
Symbol 879 GraphicUses:878Used by:886
Symbol 880 BitmapUsed by:881
Symbol 881 GraphicUses:880Used by:886
Symbol 882 BitmapUsed by:883
Symbol 883 GraphicUses:882Used by:886
Symbol 884 BitmapUsed by:885
Symbol 885 GraphicUses:884Used by:886
Symbol 886 MovieClipUses:849 851 853 855 857 859 861 863 865 867 869 871 873 875 877 879 881 883 885 SS1Used by:887
Symbol 887 MovieClipUses:779 780 781 847 886 SS2Used by:Timeline
Symbol 888 BitmapUsed by:889
Symbol 889 GraphicUses:888Used by:920
Symbol 890 BitmapUsed by:891
Symbol 891 GraphicUses:890Used by:902
Symbol 892 BitmapUsed by:893
Symbol 893 GraphicUses:892Used by:902
Symbol 894 BitmapUsed by:895
Symbol 895 GraphicUses:894Used by:902
Symbol 896 BitmapUsed by:897
Symbol 897 GraphicUses:896Used by:902
Symbol 898 BitmapUsed by:899
Symbol 899 GraphicUses:898Used by:902
Symbol 900 BitmapUsed by:901
Symbol 901 GraphicUses:900Used by:902
Symbol 902 MovieClipUses:891 893 895 897 899 901Used by:903
Symbol 903 MovieClipUses:902 780Used by:920
Symbol 904 SoundUsed by:920
Symbol 905 SoundUsed by:920
Symbol 906 BitmapUsed by:907
Symbol 907 GraphicUses:906Used by:918
Symbol 908 BitmapUsed by:909
Symbol 909 GraphicUses:908Used by:918
Symbol 910 BitmapUsed by:911
Symbol 911 GraphicUses:910Used by:918
Symbol 912 BitmapUsed by:913
Symbol 913 GraphicUses:912Used by:918
Symbol 914 BitmapUsed by:915
Symbol 915 GraphicUses:914Used by:918
Symbol 916 BitmapUsed by:917
Symbol 917 GraphicUses:916Used by:918
Symbol 918 MovieClipUses:907 909 911 913 915 917 780Used by:919
Symbol 919 MovieClipUses:918Used by:920
Symbol 920 MovieClipUses:889 903 904 905 919Used by:Timeline
Symbol 921 BitmapUsed by:922
Symbol 922 GraphicUses:921Used by:928 964 2167 2190
Symbol 923 BitmapUsed by:924 926
Symbol 924 GraphicUses:923Used by:927
Symbol 925 BitmapUsed by:926
Symbol 926 GraphicUses:925 923Used by:927
Symbol 927 MovieClipUses:924 926Used by:928 964 2167 2190
Symbol 928 ButtonUses:922 927Used by:Timeline
Symbol 929 BitmapUsed by:930
Symbol 930 GraphicUses:929Used by:963
Symbol 931 BitmapUsed by:932
Symbol 932 GraphicUses:931Used by:963
Symbol 933 BitmapUsed by:934
Symbol 934 GraphicUses:933Used by:963
Symbol 935 BitmapUsed by:936
Symbol 936 GraphicUses:935Used by:963
Symbol 937 BitmapUsed by:938
Symbol 938 GraphicUses:937Used by:963
Symbol 939 BitmapUsed by:940
Symbol 940 GraphicUses:939Used by:963
Symbol 941 BitmapUsed by:942
Symbol 942 GraphicUses:941Used by:963
Symbol 943 BitmapUsed by:944
Symbol 944 GraphicUses:943Used by:963
Symbol 945 BitmapUsed by:946
Symbol 946 GraphicUses:945Used by:963
Symbol 947 BitmapUsed by:948
Symbol 948 GraphicUses:947Used by:963
Symbol 949 BitmapUsed by:950
Symbol 950 GraphicUses:949Used by:963
Symbol 951 BitmapUsed by:952
Symbol 952 GraphicUses:951Used by:963
Symbol 953 BitmapUsed by:954 955 956
Symbol 954 GraphicUses:953Used by:963
Symbol 955 GraphicUses:953Used by:963
Symbol 956 GraphicUses:953Used by:963
Symbol 957 BitmapUsed by:958
Symbol 958 GraphicUses:957Used by:963
Symbol 959 BitmapUsed by:960
Symbol 960 GraphicUses:959Used by:963
Symbol 961 BitmapUsed by:962
Symbol 962 GraphicUses:961Used by:963
Symbol 963 MovieClip [clipLogo]Uses:930 932 934 936 938 940 942 944 946 948 950 952 954 955 956 781 958 960 962Used by:Timeline
Symbol 964 ButtonUses:922 927Used by:Timeline
Symbol 965 BitmapUsed by:966
Symbol 966 GraphicUses:965Used by:967
Symbol 967 MovieClip [gameInterfaceBackground]Uses:966Used by:993
Symbol 968 GraphicUsed by:971
Symbol 969 BitmapUsed by:970
Symbol 970 GraphicUses:969Used by:971
Symbol 971 MovieClip [gameInterfaceBarLife]Uses:968 970Used by:993
Symbol 972 FontUsed by:973 974 1099 1100 1101 1102
Symbol 973 EditableTextUses:972Used by:993
Symbol 974 EditableTextUses:972Used by:993
Symbol 975 BitmapUsed by:976
Symbol 976 GraphicUses:975Used by:977
Symbol 977 MovieClip [gameMap]Uses:976Used by:993
Symbol 978 BitmapUsed by:979
Symbol 979 GraphicUses:978Used by:990
Symbol 980 BitmapUsed by:981
Symbol 981 GraphicUses:980Used by:990
Symbol 982 BitmapUsed by:983
Symbol 983 GraphicUses:982Used by:990
Symbol 984 BitmapUsed by:985
Symbol 985 GraphicUses:984Used by:990
Symbol 986 BitmapUsed by:987
Symbol 987 GraphicUses:986Used by:990
Symbol 988 BitmapUsed by:989
Symbol 989 GraphicUses:988Used by:990
Symbol 990 MovieClipUses:979 981 983 985 987 989Used by:991
Symbol 991 MovieClipUses:990Used by:993
Symbol 992 MovieClipUses:678Used by:993
Symbol 993 MovieClip [gameClip]Uses:780 653 967 971 973 974 977 991 992 734Used by:Timeline
Symbol 994 BitmapUsed by:995
Symbol 995 GraphicUses:994Used by:1065
Symbol 996 BitmapUsed by:997
Symbol 997 GraphicUses:996Used by:1004
Symbol 998 GraphicUsed by:1001
Symbol 999 GraphicUsed by:1001 2182
Symbol 1000 GraphicUsed by:1001 2182
Symbol 1001 MovieClipUses:781 998 999 1000Used by:1004
Symbol 1002 BitmapUsed by:1003
Symbol 1003 GraphicUses:1002Used by:1004
Symbol 1004 MovieClipUses:997 1001 1003Used by:1065
Symbol 1005 BitmapUsed by:1006
Symbol 1006 GraphicUses:1005Used by:1007 1008 1009
Symbol 1007 MovieClipUses:1006Used by:1019
Symbol 1008 MovieClipUses:1006Used by:1019
Symbol 1009 MovieClipUses:1006Used by:1019
Symbol 1010 BitmapUsed by:1011
Symbol 1011 GraphicUses:1010Used by:1012 1013 1014
Symbol 1012 MovieClipUses:1011Used by:1019
Symbol 1013 MovieClipUses:1011Used by:1019
Symbol 1014 MovieClipUses:1011Used by:1019
Symbol 1015 BitmapUsed by:1016
Symbol 1016 GraphicUses:1015Used by:1017 1018
Symbol 1017 MovieClipUses:1016Used by:1019
Symbol 1018 MovieClipUses:1016Used by:1019
Symbol 1019 MovieClipUses:1007 1008 1009 1012 1013 1014 1017 1018Used by:1065
Symbol 1020 BitmapUsed by:1021
Symbol 1021 GraphicUses:1020Used by:1065
Symbol 1022 BitmapUsed by:1023
Symbol 1023 GraphicUses:1022Used by:1026
Symbol 1024 BitmapUsed by:1025
Symbol 1025 GraphicUses:1024Used by:1026
Symbol 1026 MovieClipUses:1023 1025Used by:1065
Symbol 1027 BitmapUsed by:1028
Symbol 1028 GraphicUses:1027Used by:1065
Symbol 1029 BitmapUsed by:1030
Symbol 1030 GraphicUses:1029Used by:1036
Symbol 1031 BitmapUsed by:1032
Symbol 1032 GraphicUses:1031Used by:1035
Symbol 1033 BitmapUsed by:1034
Symbol 1034 GraphicUses:1033Used by:1035 1036
Symbol 1035 MovieClipUses:1032 1034Used by:1036
Symbol 1036 ButtonUses:1030 1035 1034Used by:1065
Symbol 1037 BitmapUsed by:1038
Symbol 1038 GraphicUses:1037Used by:1044
Symbol 1039 BitmapUsed by:1040
Symbol 1040 GraphicUses:1039Used by:1043
Symbol 1041 BitmapUsed by:1042
Symbol 1042 GraphicUses:1041Used by:1043 1044
Symbol 1043 MovieClipUses:1040 1042Used by:1044
Symbol 1044 ButtonUses:1038 1043 1042Used by:1065
Symbol 1045 BitmapUsed by:1046
Symbol 1046 GraphicUses:1045Used by:1052
Symbol 1047 BitmapUsed by:1048
Symbol 1048 GraphicUses:1047Used by:1051
Symbol 1049 BitmapUsed by:1050
Symbol 1050 GraphicUses:1049Used by:1051 1052
Symbol 1051 MovieClipUses:1048 1050Used by:1052
Symbol 1052 ButtonUses:1046 1051 1050Used by:1065
Symbol 1053 BitmapUsed by:1054
Symbol 1054 GraphicUses:1053Used by:1060
Symbol 1055 BitmapUsed by:1056
Symbol 1056 GraphicUses:1055Used by:1059
Symbol 1057 BitmapUsed by:1058
Symbol 1058 GraphicUses:1057Used by:1059 1060
Symbol 1059 MovieClipUses:1056 1058Used by:1060
Symbol 1060 ButtonUses:1054 1059 1058Used by:1065
Symbol 1061 BitmapUsed by:1062
Symbol 1062 GraphicUses:1061Used by:1063
Symbol 1063 MovieClipUses:1062Used by:1065
Symbol 1064 MovieClipUses:678Used by:1065
Symbol 1065 MovieClipUses:995 1004 1019 1021 1026 781 1028 1036 1044 1052 1060 1063 1064Used by:2141
Symbol 1066 BitmapUsed by:1067
Symbol 1067 GraphicUses:1066Used by:1073
Symbol 1068 BitmapUsed by:1069
Symbol 1069 GraphicUses:1068Used by:1072
Symbol 1070 BitmapUsed by:1071
Symbol 1071 GraphicUses:1070Used by:1072 1073
Symbol 1072 MovieClipUses:1069 1071Used by:1073
Symbol 1073 ButtonUses:1067 1072 1071Used by:2141
Symbol 1074 BitmapUsed by:1075
Symbol 1075 GraphicUses:1074Used by:1081
Symbol 1076 BitmapUsed by:1077
Symbol 1077 GraphicUses:1076Used by:1080
Symbol 1078 BitmapUsed by:1079
Symbol 1079 GraphicUses:1078Used by:1080 1081
Symbol 1080 MovieClipUses:1077 1079Used by:1081
Symbol 1081 ButtonUses:1075 1080 1079Used by:2141
Symbol 1082 BitmapUsed by:1083
Symbol 1083 GraphicUses:1082Used by:1089 1147
Symbol 1084 BitmapUsed by:1085
Symbol 1085 GraphicUses:1084Used by:1088
Symbol 1086 BitmapUsed by:1087
Symbol 1087 GraphicUses:1086Used by:1088 1089 1147
Symbol 1088 MovieClipUses:1085 1087Used by:1089 1147
Symbol 1089 ButtonUses:1083 1088 1087Used by:2141
Symbol 1090 BitmapUsed by:1091
Symbol 1091 GraphicUses:1090Used by:1097
Symbol 1092 BitmapUsed by:1093
Symbol 1093 GraphicUses:1092Used by:1096
Symbol 1094 BitmapUsed by:1095
Symbol 1095 GraphicUses:1094Used by:1096 1097
Symbol 1096 MovieClipUses:1093 1095Used by:1097
Symbol 1097 ButtonUses:1091 1096 1095Used by:2141
Symbol 1098 GraphicUsed by:1110
Symbol 1099 EditableTextUses:972Used by:1110
Symbol 1100 EditableTextUses:972Used by:1110
Symbol 1101 EditableTextUses:972Used by:1110
Symbol 1102 EditableTextUses:972Used by:1110
Symbol 1103 BitmapUsed by:1104
Symbol 1104 GraphicUses:1103Used by:1110
Symbol 1105 GraphicUsed by:1110
Symbol 1106 MovieClipUses:678Used by:1110
Symbol 1107 GraphicUsed by:1110
Symbol 1108 GraphicUsed by:1110
Symbol 1109 MovieClipUses:678Used by:1110
Symbol 1110 MovieClipUses:1098 1099 1100 1101 1102 1104 1105 1106 1107 1108 1109Used by:1133 2141 2153 2161  Timeline
Symbol 1111 GraphicUsed by:1133
Symbol 1112 FontUsed by:1113 1114 1773 2155
Symbol 1113 EditableTextUses:1112Used by:1133
Symbol 1114 EditableTextUses:1112Used by:1133
Symbol 1115 MovieClipUses:678Used by:1133 2153
Symbol 1116 GraphicUsed by:1133
Symbol 1117 BitmapUsed by:1118
Symbol 1118 GraphicUses:1117Used by:1131
Symbol 1119 BitmapUsed by:1120
Symbol 1120 GraphicUses:1119Used by:1131
Symbol 1121 BitmapUsed by:1122
Symbol 1122 GraphicUses:1121Used by:1131
Symbol 1123 BitmapUsed by:1124
Symbol 1124 GraphicUses:1123Used by:1131
Symbol 1125 BitmapUsed by:1126
Symbol 1126 GraphicUses:1125Used by:1131
Symbol 1127 BitmapUsed by:1128
Symbol 1128 GraphicUses:1127Used by:1131
Symbol 1129 BitmapUsed by:1130
Symbol 1130 GraphicUses:1129Used by:1131
Symbol 1131 MovieClip [iconLevel]Uses:1118 1120 1122 1124 1126 1128 1130Used by:1133 2153
Symbol 1132 GraphicUsed by:1133
Symbol 1133 MovieClip [clipStatsInformation]Uses:1111 1110 1113 1114 1115 1116 1131 1132Used by:2141 2161
Symbol 1134 BitmapUsed by:1135
Symbol 1135 GraphicUses:1134Used by:1140 1143 1144 1145 2038 2156
Symbol 1136 BitmapUsed by:1137 1139
Symbol 1137 GraphicUses:1136Used by:1140 1143
Symbol 1138 BitmapUsed by:1139
Symbol 1139 GraphicUses:1138 1136Used by:1140 1143
Symbol 1140 MovieClipUses:1135 1137 1139Used by:1143 1145 2038 2156
Symbol 1141 BitmapUsed by:1142
Symbol 1142 GraphicUses:1141Used by:1143 1145 2038 2156
Symbol 1143 MovieClipUses:1135 1142 1137 1139 1140Used by:1145 2038 2156
Symbol 1144 MovieClipUses:1135Used by:1145 2038 2156
Symbol 1145 ButtonUses:1140 1143 1144 1135 1142Used by:2141 2161
Symbol 1146 MovieClipUses:678Used by:2141 2161
Symbol 1147 ButtonUses:1083 1088 1087Used by:2141
Symbol 1148 MovieClipUses:678Used by:2141 2153
Symbol 1149 MovieClipUses:678Used by:2141
Symbol 1150 MovieClipUses:678Used by:2141
Symbol 1151 GraphicUsed by:1154
Symbol 1152 GraphicUsed by:1154
Symbol 1153 GraphicUsed by:1154
Symbol 1154 MovieClip [gameMapUnitBuilding]Uses:1151 1152 1153Used by:2141
Symbol 1155 BitmapUsed by:1156
Symbol 1156 GraphicUses:1155Used by:1161
Symbol 1157 BitmapUsed by:1158
Symbol 1158 GraphicUses:1157Used by:1161
Symbol 1159 BitmapUsed by:1160
Symbol 1160 GraphicUses:1159Used by:1161
Symbol 1161 MovieClipUses:1156 1158 1160Used by:1162
Symbol 1162 MovieClip [gameMapProtagonist]Uses:1161Used by:2141
Symbol 1163 BitmapUsed by:1164
Symbol 1164 GraphicUses:1163Used by:1165 1168
Symbol 1165 MovieClipUses:1164Used by:1547
Symbol 1166 BitmapUsed by:1167
Symbol 1167 GraphicUses:1166Used by:1168
Symbol 1168 MovieClipUses:1164 1167Used by:1547
Symbol 1169 BitmapUsed by:1170
Symbol 1170 GraphicUses:1169Used by:1206
Symbol 1171 BitmapUsed by:1172
Symbol 1172 GraphicUses:1171Used by:1199
Symbol 1173 BitmapUsed by:1174
Symbol 1174 GraphicUses:1173Used by:1199
Symbol 1175 BitmapUsed by:1176
Symbol 1176 GraphicUses:1175Used by:1199
Symbol 1177 BitmapUsed by:1178
Symbol 1178 GraphicUses:1177Used by:1199
Symbol 1179 BitmapUsed by:1180
Symbol 1180 GraphicUses:1179Used by:1199
Symbol 1181 BitmapUsed by:1182
Symbol 1182 GraphicUses:1181Used by:1199
Symbol 1183 BitmapUsed by:1184
Symbol 1184 GraphicUses:1183Used by:1199
Symbol 1185 BitmapUsed by:1186
Symbol 1186 GraphicUses:1185Used by:1199
Symbol 1187 BitmapUsed by:1188
Symbol 1188 GraphicUses:1187Used by:1199
Symbol 1189 BitmapUsed by:1190
Symbol 1190 GraphicUses:1189Used by:1199
Symbol 1191 BitmapUsed by:1192
Symbol 1192 GraphicUses:1191Used by:1199
Symbol 1193 BitmapUsed by:1194
Symbol 1194 GraphicUses:1193Used by:1199
Symbol 1195 BitmapUsed by:1196
Symbol 1196 GraphicUses:1195Used by:1199
Symbol 1197 BitmapUsed by:1198
Symbol 1198 GraphicUses:1197Used by:1199
Symbol 1199 MovieClipUses:1172 1174 1176 1178 1180 1182 1184 1186 1188 1190 1192 1194 1196 1198Used by:1206
Symbol 1200 BitmapUsed by:1201
Symbol 1201 GraphicUses:1200Used by:1206
Symbol 1202 BitmapUsed by:1203
Symbol 1203 GraphicUses:1202Used by:1206
Symbol 1204 BitmapUsed by:1205
Symbol 1205 GraphicUses:1204Used by:1206
Symbol 1206 MovieClipUses:1170 1199 1201 1203 1205Used by:1547
Symbol 1207 BitmapUsed by:1208
Symbol 1208 GraphicUses:1207Used by:1209 1218
Symbol 1209 MovieClipUses:1208Used by:1547
Symbol 1210 BitmapUsed by:1211
Symbol 1211 GraphicUses:1210Used by:1218
Symbol 1212 BitmapUsed by:1213
Symbol 1213 GraphicUses:1212Used by:1218
Symbol 1214 BitmapUsed by:1215
Symbol 1215 GraphicUses:1214Used by:1218
Symbol 1216 BitmapUsed by:1217
Symbol 1217 GraphicUses:1216Used by:1218
Symbol 1218 MovieClipUses:1211 1213 1208 1215 1217Used by:1547
Symbol 1219 BitmapUsed by:1220
Symbol 1220 GraphicUses:1219Used by:1260
Symbol 1221 BitmapUsed by:1222
Symbol 1222 GraphicUses:1221Used by:1249
Symbol 1223 BitmapUsed by:1224
Symbol 1224 GraphicUses:1223Used by:1249
Symbol 1225 BitmapUsed by:1226
Symbol 1226 GraphicUses:1225Used by:1249
Symbol 1227 BitmapUsed by:1228
Symbol 1228 GraphicUses:1227Used by:1249
Symbol 1229 BitmapUsed by:1230
Symbol 1230 GraphicUses:1229Used by:1249
Symbol 1231 BitmapUsed by:1232
Symbol 1232 GraphicUses:1231Used by:1249
Symbol 1233 BitmapUsed by:1234
Symbol 1234 GraphicUses:1233Used by:1249
Symbol 1235 BitmapUsed by:1236
Symbol 1236 GraphicUses:1235Used by:1249
Symbol 1237 BitmapUsed by:1238
Symbol 1238 GraphicUses:1237Used by:1249
Symbol 1239 BitmapUsed by:1240
Symbol 1240 GraphicUses:1239Used by:1249
Symbol 1241 BitmapUsed by:1242
Symbol 1242 GraphicUses:1241Used by:1249
Symbol 1243 BitmapUsed by:1244
Symbol 1244 GraphicUses:1243Used by:1249
Symbol 1245 BitmapUsed by:1246
Symbol 1246 GraphicUses:1245Used by:1249
Symbol 1247 BitmapUsed by:1248
Symbol 1248 GraphicUses:1247Used by:1249
Symbol 1249 MovieClipUses:1222 1224 1226 1228 1230 1232 1234 1236 1238 1240 1242 1244 1246 1248Used by:1260
Symbol 1250 BitmapUsed by:1251
Symbol 1251 GraphicUses:1250Used by:1260
Symbol 1252 BitmapUsed by:1253
Symbol 1253 GraphicUses:1252Used by:1260
Symbol 1254 BitmapUsed by:1255
Symbol 1255 GraphicUses:1254Used by:1260
Symbol 1256 BitmapUsed by:1257
Symbol 1257 GraphicUses:1256Used by:1260
Symbol 1258 BitmapUsed by:1259
Symbol 1259 GraphicUses:1258Used by:1260
Symbol 1260 MovieClipUses:1220 1249 1251 1253 1255 1257 1259Used by:1547
Symbol 1261 BitmapUsed by:1262
Symbol 1262 GraphicUses:1261Used by:1263 1266
Symbol 1263 MovieClipUses:1262Used by:1547
Symbol 1264 BitmapUsed by:1265
Symbol 1265 GraphicUses:1264Used by:1266
Symbol 1266 MovieClipUses:1262 1265Used by:1547
Symbol 1267 BitmapUsed by:1268
Symbol 1268 GraphicUses:1267Used by:1325
Symbol 1269 BitmapUsed by:1270
Symbol 1270 GraphicUses:1269Used by:1297
Symbol 1271 BitmapUsed by:1272
Symbol 1272 GraphicUses:1271Used by:1297
Symbol 1273 BitmapUsed by:1274
Symbol 1274 GraphicUses:1273Used by:1297
Symbol 1275 BitmapUsed by:1276
Symbol 1276 GraphicUses:1275Used by:1297
Symbol 1277 BitmapUsed by:1278
Symbol 1278 GraphicUses:1277Used by:1297
Symbol 1279 BitmapUsed by:1280
Symbol 1280 GraphicUses:1279Used by:1297
Symbol 1281 BitmapUsed by:1282
Symbol 1282 GraphicUses:1281Used by:1297
Symbol 1283 BitmapUsed by:1284
Symbol 1284 GraphicUses:1283Used by:1297
Symbol 1285 BitmapUsed by:1286
Symbol 1286 GraphicUses:1285Used by:1297
Symbol 1287 BitmapUsed by:1288
Symbol 1288 GraphicUses:1287Used by:1297
Symbol 1289 BitmapUsed by:1290
Symbol 1290 GraphicUses:1289Used by:1297
Symbol 1291 BitmapUsed by:1292
Symbol 1292 GraphicUses:1291Used by:1297
Symbol 1293 BitmapUsed by:1294
Symbol 1294 GraphicUses:1293Used by:1297
Symbol 1295 BitmapUsed by:1296
Symbol 1296 GraphicUses:1295Used by:1297
Symbol 1297 MovieClipUses:1270 1272 1274 1276 1278 1280 1282 1284 1286 1288 1290 1292 1294 1296Used by:1325
Symbol 1298 BitmapUsed by:1299
Symbol 1299 GraphicUses:1298Used by:1320
Symbol 1300 BitmapUsed by:1301
Symbol 1301 GraphicUses:1300Used by:1320
Symbol 1302 BitmapUsed by:1303
Symbol 1303 GraphicUses:1302Used by:1320
Symbol 1304 BitmapUsed by:1305
Symbol 1305 GraphicUses:1304Used by:1320
Symbol 1306 BitmapUsed by:1307
Symbol 1307 GraphicUses:1306Used by:1320
Symbol 1308 BitmapUsed by:1309
Symbol 1309 GraphicUses:1308Used by:1320
Symbol 1310 BitmapUsed by:1311
Symbol 1311 GraphicUses:1310Used by:1320
Symbol 1312 BitmapUsed by:1313
Symbol 1313 GraphicUses:1312Used by:1320
Symbol 1314 BitmapUsed by:1315
Symbol 1315 GraphicUses:1314Used by:1320
Symbol 1316 BitmapUsed by:1317
Symbol 1317 GraphicUses:1316Used by:1320
Symbol 1318 BitmapUsed by:1319
Symbol 1319 GraphicUses:1318Used by:1320
Symbol 1320 MovieClipUses:1299 1301 1303 1305 1307 1309 1311 1313 1315 1317 1319Used by:1325
Symbol 1321 BitmapUsed by:1322
Symbol 1322 GraphicUses:1321Used by:1325
Symbol 1323 BitmapUsed by:1324
Symbol 1324 GraphicUses:1323Used by:1325
Symbol 1325 MovieClipUses:1268 1297 1320 1322 1324Used by:1547
Symbol 1326 BitmapUsed by:1327
Symbol 1327 GraphicUses:1326Used by:1328 1337
Symbol 1328 MovieClipUses:1327Used by:1547
Symbol 1329 BitmapUsed by:1330
Symbol 1330 GraphicUses:1329Used by:1337
Symbol 1331 BitmapUsed by:1332
Symbol 1332 GraphicUses:1331Used by:1337
Symbol 1333 BitmapUsed by:1334
Symbol 1334 GraphicUses:1333Used by:1337
Symbol 1335 BitmapUsed by:1336
Symbol 1336 GraphicUses:1335Used by:1337
Symbol 1337 MovieClipUses:1330 1332 1327 1334 1336Used by:1547
Symbol 1338 BitmapUsed by:1339
Symbol 1339 GraphicUses:1338Used by:1383
Symbol 1340 BitmapUsed by:1341
Symbol 1341 GraphicUses:1340Used by:1368
Symbol 1342 BitmapUsed by:1343
Symbol 1343 GraphicUses:1342Used by:1368
Symbol 1344 BitmapUsed by:1345
Symbol 1345 GraphicUses:1344Used by:1368
Symbol 1346 BitmapUsed by:1347
Symbol 1347 GraphicUses:1346Used by:1368
Symbol 1348 BitmapUsed by:1349
Symbol 1349 GraphicUses:1348Used by:1368
Symbol 1350 BitmapUsed by:1351
Symbol 1351 GraphicUses:1350Used by:1368
Symbol 1352 BitmapUsed by:1353
Symbol 1353 GraphicUses:1352Used by:1368
Symbol 1354 BitmapUsed by:1355
Symbol 1355 GraphicUses:1354Used by:1368
Symbol 1356 BitmapUsed by:1357
Symbol 1357 GraphicUses:1356Used by:1368
Symbol 1358 BitmapUsed by:1359
Symbol 1359 GraphicUses:1358Used by:1368
Symbol 1360 BitmapUsed by:1361
Symbol 1361 GraphicUses:1360Used by:1368
Symbol 1362 BitmapUsed by:1363
Symbol 1363 GraphicUses:1362Used by:1368
Symbol 1364 BitmapUsed by:1365
Symbol 1365 GraphicUses:1364Used by:1368
Symbol 1366 BitmapUsed by:1367
Symbol 1367 GraphicUses:1366Used by:1368
Symbol 1368 MovieClipUses:1341 1343 1345 1347 1349 1351 1353 1355 1357 1359 1361 1363 1365 1367Used by:1383
Symbol 1369 BitmapUsed by:1370
Symbol 1370 GraphicUses:1369Used by:1383
Symbol 1371 BitmapUsed by:1372
Symbol 1372 GraphicUses:1371Used by:1383
Symbol 1373 BitmapUsed by:1374
Symbol 1374 GraphicUses:1373Used by:1383
Symbol 1375 BitmapUsed by:1376
Symbol 1376 GraphicUses:1375Used by:1383
Symbol 1377 BitmapUsed by:1378
Symbol 1378 GraphicUses:1377Used by:1383
Symbol 1379 BitmapUsed by:1380
Symbol 1380 GraphicUses:1379Used by:1383
Symbol 1381 BitmapUsed by:1382
Symbol 1382 GraphicUses:1381Used by:1383
Symbol 1383 MovieClipUses:1339 1368 1370 1372 1374 1376 1378 1380 1382Used by:1547
Symbol 1384 BitmapUsed by:1385
Symbol 1385 GraphicUses:1384Used by:1386 1401
Symbol 1386 MovieClipUses:1385Used by:1547
Symbol 1387 BitmapUsed by:1388
Symbol 1388 GraphicUses:1387Used by:1401
Symbol 1389 BitmapUsed by:1390
Symbol 1390 GraphicUses:1389Used by:1401
Symbol 1391 BitmapUsed by:1392
Symbol 1392 GraphicUses:1391Used by:1401
Symbol 1393 BitmapUsed by:1394
Symbol 1394 GraphicUses:1393Used by:1401
Symbol 1395 BitmapUsed by:1396
Symbol 1396 GraphicUses:1395Used by:1401
Symbol 1397 BitmapUsed by:1398
Symbol 1398 GraphicUses:1397Used by:1401
Symbol 1399 BitmapUsed by:1400
Symbol 1400 GraphicUses:1399Used by:1401
Symbol 1401 MovieClipUses:1385 1388 1390 1392 1394 1396 1398 1400Used by:1547
Symbol 1402 BitmapUsed by:1403
Symbol 1403 GraphicUses:1402Used by:1441
Symbol 1404 BitmapUsed by:1405
Symbol 1405 GraphicUses:1404Used by:1432
Symbol 1406 BitmapUsed by:1407
Symbol 1407 GraphicUses:1406Used by:1432
Symbol 1408 BitmapUsed by:1409
Symbol 1409 GraphicUses:1408Used by:1432
Symbol 1410 BitmapUsed by:1411
Symbol 1411 GraphicUses:1410Used by:1432
Symbol 1412 BitmapUsed by:1413
Symbol 1413 GraphicUses:1412Used by:1432
Symbol 1414 BitmapUsed by:1415
Symbol 1415 GraphicUses:1414Used by:1432
Symbol 1416 BitmapUsed by:1417
Symbol 1417 GraphicUses:1416Used by:1432
Symbol 1418 BitmapUsed by:1419
Symbol 1419 GraphicUses:1418Used by:1432
Symbol 1420 BitmapUsed by:1421
Symbol 1421 GraphicUses:1420Used by:1432
Symbol 1422 BitmapUsed by:1423
Symbol 1423 GraphicUses:1422Used by:1432
Symbol 1424 BitmapUsed by:1425
Symbol 1425 GraphicUses:1424Used by:1432
Symbol 1426 BitmapUsed by:1427
Symbol 1427 GraphicUses:1426Used by:1432
Symbol 1428 BitmapUsed by:1429
Symbol 1429 GraphicUses:1428Used by:1432
Symbol 1430 BitmapUsed by:1431
Symbol 1431 GraphicUses:1430Used by:1432
Symbol 1432 MovieClipUses:1405 1407 1409 1411 1413 1415 1417 1419 1421 1423 1425 1427 1429 1431Used by:1441
Symbol 1433 BitmapUsed by:1434
Symbol 1434 GraphicUses:1433Used by:1441
Symbol 1435 BitmapUsed by:1436
Symbol 1436 GraphicUses:1435Used by:1441
Symbol 1437 BitmapUsed by:1438
Symbol 1438 GraphicUses:1437Used by:1441
Symbol 1439 BitmapUsed by:1440
Symbol 1440 GraphicUses:1439Used by:1441
Symbol 1441 MovieClipUses:1403 1432 1434 1436 1438 1440Used by:1547
Symbol 1442 BitmapUsed by:1443
Symbol 1443 GraphicUses:1442Used by:1444 1453
Symbol 1444 MovieClipUses:1443Used by:1547
Symbol 1445 BitmapUsed by:1446
Symbol 1446 GraphicUses:1445Used by:1453
Symbol 1447 BitmapUsed by:1448
Symbol 1448 GraphicUses:1447Used by:1453
Symbol 1449 BitmapUsed by:1450
Symbol 1450 GraphicUses:1449Used by:1453
Symbol 1451 BitmapUsed by:1452
Symbol 1452 GraphicUses:1451Used by:1453
Symbol 1453 MovieClipUses:1446 1448 1443 1450 1452Used by:1547
Symbol 1454 BitmapUsed by:1455
Symbol 1455 GraphicUses:1454Used by:1493
Symbol 1456 BitmapUsed by:1457
Symbol 1457 GraphicUses:1456Used by:1478
Symbol 1458 BitmapUsed by:1459
Symbol 1459 GraphicUses:1458Used by:1478
Symbol 1460 BitmapUsed by:1461
Symbol 1461 GraphicUses:1460Used by:1478
Symbol 1462 BitmapUsed by:1463
Symbol 1463 GraphicUses:1462Used by:1478
Symbol 1464 BitmapUsed by:1465
Symbol 1465 GraphicUses:1464Used by:1478
Symbol 1466 BitmapUsed by:1467
Symbol 1467 GraphicUses:1466Used by:1478
Symbol 1468 BitmapUsed by:1469
Symbol 1469 GraphicUses:1468Used by:1478
Symbol 1470 BitmapUsed by:1471
Symbol 1471 GraphicUses:1470Used by:1478
Symbol 1472 BitmapUsed by:1473
Symbol 1473 GraphicUses:1472Used by:1478
Symbol 1474 BitmapUsed by:1475
Symbol 1475 GraphicUses:1474Used by:1478
Symbol 1476 BitmapUsed by:1477
Symbol 1477 GraphicUses:1476Used by:1478
Symbol 1478 MovieClipUses:1457 1459 1461 1463 1465 1467 1469 1471 1473 1475 1477Used by:1493
Symbol 1479 BitmapUsed by:1480
Symbol 1480 GraphicUses:1479Used by:1493
Symbol 1481 BitmapUsed by:1482
Symbol 1482 GraphicUses:1481Used by:1493
Symbol 1483 BitmapUsed by:1484
Symbol 1484 GraphicUses:1483Used by:1493
Symbol 1485 BitmapUsed by:1486
Symbol 1486 GraphicUses:1485Used by:1493
Symbol 1487 BitmapUsed by:1488
Symbol 1488 GraphicUses:1487Used by:1493
Symbol 1489 BitmapUsed by:1490
Symbol 1490 GraphicUses:1489Used by:1493
Symbol 1491 BitmapUsed by:1492
Symbol 1492 GraphicUses:1491Used by:1493
Symbol 1493 MovieClipUses:1455 1478 1480 1482 1484 1486 1488 1490 1492Used by:1547
Symbol 1494 BitmapUsed by:1495
Symbol 1495 GraphicUses:1494Used by:1504
Symbol 1496 BitmapUsed by:1497
Symbol 1497 GraphicUses:1496Used by:1502 1503
Symbol 1498 BitmapUsed by:1499
Symbol 1499 GraphicUses:1498Used by:1502 1503
Symbol 1500 BitmapUsed by:1501
Symbol 1501 GraphicUses:1500Used by:1502 1503
Symbol 1502 MovieClipUses:1497 1499 1501Used by:1504
Symbol 1503 MovieClipUses:1497 1499 1501Used by:1504
Symbol 1504 MovieClipUses:1495 1502 1503Used by:1547
Symbol 1505 BitmapUsed by:1506
Symbol 1506 GraphicUses:1505Used by:1546
Symbol 1507 BitmapUsed by:1508
Symbol 1508 GraphicUses:1507Used by:1535
Symbol 1509 BitmapUsed by:1510
Symbol 1510 GraphicUses:1509Used by:1535
Symbol 1511 BitmapUsed by:1512
Symbol 1512 GraphicUses:1511Used by:1535
Symbol 1513 BitmapUsed by:1514
Symbol 1514 GraphicUses:1513Used by:1535
Symbol 1515 BitmapUsed by:1516
Symbol 1516 GraphicUses:1515Used by:1535
Symbol 1517 BitmapUsed by:1518
Symbol 1518 GraphicUses:1517Used by:1535
Symbol 1519 BitmapUsed by:1520
Symbol 1520 GraphicUses:1519Used by:1535
Symbol 1521 BitmapUsed by:1522
Symbol 1522 GraphicUses:1521Used by:1535
Symbol 1523 BitmapUsed by:1524
Symbol 1524 GraphicUses:1523Used by:1535
Symbol 1525 BitmapUsed by:1526
Symbol 1526 GraphicUses:1525Used by:1535
Symbol 1527 BitmapUsed by:1528
Symbol 1528 GraphicUses:1527Used by:1535
Symbol 1529 BitmapUsed by:1530
Symbol 1530 GraphicUses:1529Used by:1535
Symbol 1531 BitmapUsed by:1532
Symbol 1532 GraphicUses:1531Used by:1535
Symbol 1533 BitmapUsed by:1534
Symbol 1534 GraphicUses:1533Used by:1535
Symbol 1535 MovieClipUses:1508 1510 1512 1514 1516 1518 1520 1522 1524 1526 1528 1530 1532 1534Used by:1546
Symbol 1536 BitmapUsed by:1537
Symbol 1537 GraphicUses:1536Used by:1546
Symbol 1538 BitmapUsed by:1539
Symbol 1539 GraphicUses:1538Used by:1546
Symbol 1540 BitmapUsed by:1541
Symbol 1541 GraphicUses:1540Used by:1546
Symbol 1542 BitmapUsed by:1543
Symbol 1543 GraphicUses:1542Used by:1546
Symbol 1544 BitmapUsed by:1545
Symbol 1545 GraphicUses:1544Used by:1546
Symbol 1546 MovieClipUses:1506 1535 1537 1539 1541 1543 1545Used by:1547
Symbol 1547 MovieClip [gameClipEnemy]Uses:1165 1168 1206 1209 1218 1260 1263 1266 1325 1328 1337 1383 1386 1401 1441 1444 1453 1493 1504 1546Used by:2141
Symbol 1548 BitmapUsed by:1549
Symbol 1549 GraphicUses:1548Used by:1771
Symbol 1550 BitmapUsed by:1551
Symbol 1551 GraphicUses:1550Used by:1556
Symbol 1552 BitmapUsed by:1553
Symbol 1553 GraphicUses:1552Used by:1556
Symbol 1554 BitmapUsed by:1555
Symbol 1555 GraphicUses:1554Used by:1556
Symbol 1556 MovieClipUses:1551 1553 1555Used by:1771
Symbol 1557 BitmapUsed by:1558
Symbol 1558 GraphicUses:1557Used by:1561
Symbol 1559 BitmapUsed by:1560
Symbol 1560 GraphicUses:1559Used by:1561
Symbol 1561 MovieClipUses:1558 1560Used by:1771
Symbol 1562 BitmapUsed by:1563
Symbol 1563 GraphicUses:1562Used by:1566
Symbol 1564 BitmapUsed by:1565
Symbol 1565 GraphicUses:1564Used by:1566
Symbol 1566 MovieClipUses:1563 1565Used by:1771
Symbol 1567 BitmapUsed by:1568
Symbol 1568 GraphicUses:1567Used by:1571
Symbol 1569 BitmapUsed by:1570
Symbol 1570 GraphicUses:1569Used by:1571
Symbol 1571 MovieClipUses:1568 1570Used by:1771
Symbol 1572 BitmapUsed by:1573
Symbol 1573 GraphicUses:1572Used by:1576
Symbol 1574 BitmapUsed by:1575
Symbol 1575 GraphicUses:1574Used by:1576
Symbol 1576 MovieClipUses:1573 1575Used by:1771
Symbol 1577 BitmapUsed by:1578
Symbol 1578 GraphicUses:1577Used by:1581
Symbol 1579 BitmapUsed by:1580
Symbol 1580 GraphicUses:1579Used by:1581
Symbol 1581 MovieClipUses:1578 1580Used by:1771
Symbol 1582 BitmapUsed by:1583
Symbol 1583 GraphicUses:1582Used by:1586
Symbol 1584 BitmapUsed by:1585
Symbol 1585 GraphicUses:1584Used by:1586
Symbol 1586 MovieClipUses:1583 1585Used by:1771
Symbol 1587 BitmapUsed by:1588
Symbol 1588 GraphicUses:1587Used by:1593
Symbol 1589 BitmapUsed by:1590
Symbol 1590 GraphicUses:1589Used by:1593
Symbol 1591 BitmapUsed by:1592
Symbol 1592 GraphicUses:1591Used by:1593
Symbol 1593 MovieClipUses:1588 1590 1592Used by:1771
Symbol 1594 BitmapUsed by:1595
Symbol 1595 GraphicUses:1594Used by:1771
Symbol 1596 BitmapUsed by:1597
Symbol 1597 GraphicUses:1596Used by:1771
Symbol 1598 BitmapUsed by:1599
Symbol 1599 GraphicUses:1598Used by:1771
Symbol 1600 BitmapUsed by:1601
Symbol 1601 GraphicUses:1600Used by:1771
Symbol 1602 BitmapUsed by:1603
Symbol 1603 GraphicUses:1602Used by:1771
Symbol 1604 BitmapUsed by:1605
Symbol 1605 GraphicUses:1604Used by:1771
Symbol 1606 BitmapUsed by:1607
Symbol 1607 GraphicUses:1606Used by:1771
Symbol 1608 BitmapUsed by:1609
Symbol 1609 GraphicUses:1608Used by:1771
Symbol 1610 BitmapUsed by:1611
Symbol 1611 GraphicUses:1610Used by:1771
Symbol 1612 BitmapUsed by:1613
Symbol 1613 GraphicUses:1612Used by:1771
Symbol 1614 BitmapUsed by:1615
Symbol 1615 GraphicUses:1614Used by:1771
Symbol 1616 BitmapUsed by:1617
Symbol 1617 GraphicUses:1616Used by:1771
Symbol 1618 BitmapUsed by:1619
Symbol 1619 GraphicUses:1618Used by:1771
Symbol 1620 BitmapUsed by:1621
Symbol 1621 GraphicUses:1620Used by:1771
Symbol 1622 BitmapUsed by:1623
Symbol 1623 GraphicUses:1622Used by:1771
Symbol 1624 BitmapUsed by:1625
Symbol 1625 GraphicUses:1624Used by:1771
Symbol 1626 BitmapUsed by:1627
Symbol 1627 GraphicUses:1626Used by:1771
Symbol 1628 BitmapUsed by:1629
Symbol 1629 GraphicUses:1628Used by:1771
Symbol 1630 BitmapUsed by:1631
Symbol 1631 GraphicUses:1630Used by:1771
Symbol 1632 BitmapUsed by:1633
Symbol 1633 GraphicUses:1632Used by:1771
Symbol 1634 BitmapUsed by:1635
Symbol 1635 GraphicUses:1634Used by:1771
Symbol 1636 BitmapUsed by:1637
Symbol 1637 GraphicUses:1636Used by:1771
Symbol 1638 BitmapUsed by:1639
Symbol 1639 GraphicUses:1638Used by:1771
Symbol 1640 BitmapUsed by:1641
Symbol 1641 GraphicUses:1640Used by:1771
Symbol 1642 BitmapUsed by:1643
Symbol 1643 GraphicUses:1642Used by:1771
Symbol 1644 BitmapUsed by:1645
Symbol 1645 GraphicUses:1644Used by:1771
Symbol 1646 BitmapUsed by:1647
Symbol 1647 GraphicUses:1646Used by:1771
Symbol 1648 BitmapUsed by:1649
Symbol 1649 GraphicUses:1648Used by:1771
Symbol 1650 BitmapUsed by:1651
Symbol 1651 GraphicUses:1650Used by:1668
Symbol 1652 BitmapUsed by:1653
Symbol 1653 GraphicUses:1652Used by:1668
Symbol 1654 BitmapUsed by:1655
Symbol 1655 GraphicUses:1654Used by:1668
Symbol 1656 BitmapUsed by:1657
Symbol 1657 GraphicUses:1656Used by:1668
Symbol 1658 BitmapUsed by:1659
Symbol 1659 GraphicUses:1658Used by:1668
Symbol 1660 BitmapUsed by:1661
Symbol 1661 GraphicUses:1660Used by:1668
Symbol 1662 BitmapUsed by:1663
Symbol 1663 GraphicUses:1662Used by:1668
Symbol 1664 BitmapUsed by:1665
Symbol 1665 GraphicUses:1664Used by:1668
Symbol 1666 BitmapUsed by:1667
Symbol 1667 GraphicUses:1666Used by:1668
Symbol 1668 MovieClipUses:1651 1653 1655 1657 1659 1661 1663 1665 1667Used by:1771
Symbol 1669 BitmapUsed by:1670
Symbol 1670 GraphicUses:1669Used by:1687
Symbol 1671 BitmapUsed by:1672
Symbol 1672 GraphicUses:1671Used by:1687
Symbol 1673 BitmapUsed by:1674
Symbol 1674 GraphicUses:1673Used by:1687
Symbol 1675 BitmapUsed by:1676
Symbol 1676 GraphicUses:1675Used by:1687
Symbol 1677 BitmapUsed by:1678
Symbol 1678 GraphicUses:1677Used by:1687
Symbol 1679 BitmapUsed by:1680
Symbol 1680 GraphicUses:1679Used by:1687
Symbol 1681 BitmapUsed by:1682
Symbol 1682 GraphicUses:1681Used by:1687
Symbol 1683 BitmapUsed by:1684
Symbol 1684 GraphicUses:1683Used by:1687
Symbol 1685 BitmapUsed by:1686
Symbol 1686 GraphicUses:1685Used by:1687
Symbol 1687 MovieClipUses:1670 1672 1674 1676 1678 1680 1682 1684 1686Used by:1771
Symbol 1688 BitmapUsed by:1689
Symbol 1689 GraphicUses:1688Used by:1702
Symbol 1690 BitmapUsed by:1691
Symbol 1691 GraphicUses:1690Used by:1702
Symbol 1692 BitmapUsed by:1693
Symbol 1693 GraphicUses:1692Used by:1702
Symbol 1694 BitmapUsed by:1695
Symbol 1695 GraphicUses:1694Used by:1702
Symbol 1696 BitmapUsed by:1697
Symbol 1697 GraphicUses:1696Used by:1702
Symbol 1698 BitmapUsed by:1699
Symbol 1699 GraphicUses:1698Used by:1702
Symbol 1700 BitmapUsed by:1701
Symbol 1701 GraphicUses:1700Used by:1702
Symbol 1702 MovieClipUses:1689 1691 1693 1695 1697 1699 1701Used by:1771
Symbol 1703 BitmapUsed by:1704
Symbol 1704 GraphicUses:1703Used by:1751
Symbol 1705 BitmapUsed by:1706
Symbol 1706 GraphicUses:1705Used by:1751
Symbol 1707 BitmapUsed by:1708
Symbol 1708 GraphicUses:1707Used by:1751
Symbol 1709 BitmapUsed by:1710
Symbol 1710 GraphicUses:1709Used by:1751
Symbol 1711 BitmapUsed by:1712
Symbol 1712 GraphicUses:1711Used by:1751
Symbol 1713 BitmapUsed by:1714
Symbol 1714 GraphicUses:1713Used by:1751
Symbol 1715 BitmapUsed by:1716
Symbol 1716 GraphicUses:1715Used by:1751
Symbol 1717 BitmapUsed by:1718
Symbol 1718 GraphicUses:1717Used by:1751
Symbol 1719 BitmapUsed by:1720
Symbol 1720 GraphicUses:1719Used by:1751
Symbol 1721 BitmapUsed by:1722
Symbol 1722 GraphicUses:1721Used by:1751
Symbol 1723 BitmapUsed by:1724
Symbol 1724 GraphicUses:1723Used by:1751
Symbol 1725 BitmapUsed by:1726
Symbol 1726 GraphicUses:1725Used by:1751
Symbol 1727 BitmapUsed by:1728
Symbol 1728 GraphicUses:1727Used by:1751
Symbol 1729 BitmapUsed by:1730
Symbol 1730 GraphicUses:1729Used by:1751
Symbol 1731 BitmapUsed by:1732
Symbol 1732 GraphicUses:1731Used by:1751
Symbol 1733 BitmapUsed by:1734
Symbol 1734 GraphicUses:1733Used by:1751
Symbol 1735 BitmapUsed by:1736
Symbol 1736 GraphicUses:1735Used by:1751
Symbol 1737 BitmapUsed by:1738
Symbol 1738 GraphicUses:1737Used by:1751
Symbol 1739 BitmapUsed by:1740
Symbol 1740 GraphicUses:1739Used by:1751
Symbol 1741 BitmapUsed by:1742
Symbol 1742 GraphicUses:1741Used by:1751
Symbol 1743 BitmapUsed by:1744
Symbol 1744 GraphicUses:1743Used by:1751
Symbol 1745 BitmapUsed by:1746
Symbol 1746 GraphicUses:1745Used by:1751
Symbol 1747 BitmapUsed by:1748
Symbol 1748 GraphicUses:1747Used by:1751
Symbol 1749 BitmapUsed by:1750
Symbol 1750 GraphicUses:1749Used by:1751
Symbol 1751 MovieClipUses:1704 1706 1708 1710 1712 1714 1716 1718 1720 1722 1724 1726 1728 1730 1732 1734 1736 1738 1740 1742 1744 1746 1748 1750Used by:1771
Symbol 1752 BitmapUsed by:1753
Symbol 1753 GraphicUses:1752Used by:1771
Symbol 1754 BitmapUsed by:1755
Symbol 1755 GraphicUses:1754Used by:1771
Symbol 1756 BitmapUsed by:1757
Symbol 1757 GraphicUses:1756Used by:1771
Symbol 1758 BitmapUsed by:1759
Symbol 1759 GraphicUses:1758Used by:1771
Symbol 1760 BitmapUsed by:1761
Symbol 1761 GraphicUses:1760Used by:1770
Symbol 1762 BitmapUsed by:1763
Symbol 1763 GraphicUses:1762Used by:1770
Symbol 1764 BitmapUsed by:1765
Symbol 1765 GraphicUses:1764Used by:1770
Symbol 1766 BitmapUsed by:1767
Symbol 1767 GraphicUses:1766Used by:1770
Symbol 1768 BitmapUsed by:1769
Symbol 1769 GraphicUses:1768Used by:1770
Symbol 1770 MovieClipUses:1761 1763 1765 1767 1769Used by:1771
Symbol 1771 MovieClip [gameclipShootClip]Uses:1549 1556 1561 1566 1571 1576 1581 1586 1593 1595 1597 1599 1601 1603 1605 1607 1609 1611 1613 1615 1617 1619 1621 1623 1625 1627 1629 1631 1633 1635 1637 1639 1641 1643 1645 1647 1649 1668 1687 1702 1751 1753 1755 1757 1759 1770Used by:2141
Symbol 1772 GraphicUsed by:1777
Symbol 1773 EditableTextUses:1112Used by:1777
Symbol 1774 BitmapUsed by:1775
Symbol 1775 GraphicUses:1774Used by:1777
Symbol 1776 MovieClipUses:678Used by:1777
Symbol 1777 MovieClipUses:1772 1773 1775 1776Used by:2141
Symbol 1778 MovieClipUses:678Used by:2141
Symbol 1779 MovieClipUses:678Used by:2141 2161
Symbol 1780 BitmapUsed by:1781
Symbol 1781 GraphicUses:1780Used by:1784
Symbol 1782 BitmapUsed by:1783
Symbol 1783 GraphicUses:1782Used by:1784 1787 1790
Symbol 1784 MovieClipUses:1781 1783Used by:2141
Symbol 1785 BitmapUsed by:1786
Symbol 1786 GraphicUses:1785Used by:1787
Symbol 1787 MovieClipUses:1786 1783Used by:2141
Symbol 1788 BitmapUsed by:1789
Symbol 1789 GraphicUses:1788Used by:1790
Symbol 1790 MovieClipUses:1789 1783Used by:2141
Symbol 1791 GraphicUsed by:1794
Symbol 1792 Bitmap [tilemap1]Used by:1793 2140
Symbol 1793 GraphicUses:1792Used by:1794
Symbol 1794 MovieClip [buildingForHelp]Uses:1791 1793Used by:2141
Symbol 1795 BitmapUsed by:1796
Symbol 1796 GraphicUses:1795Used by:1807
Symbol 1797 BitmapUsed by:1798
Symbol 1798 GraphicUses:1797Used by:1807
Symbol 1799 BitmapUsed by:1800
Symbol 1800 GraphicUses:1799Used by:1807
Symbol 1801 BitmapUsed by:1802
Symbol 1802 GraphicUses:1801Used by:1807
Symbol 1803 BitmapUsed by:1804
Symbol 1804 GraphicUses:1803Used by:1807
Symbol 1805 BitmapUsed by:1806
Symbol 1806 GraphicUses:1805Used by:1807
Symbol 1807 MovieClipUses:1796 1798 1800 1802 1804 1806Used by:1936
Symbol 1808 BitmapUsed by:1809
Symbol 1809 GraphicUses:1808Used by:1814
Symbol 1810 BitmapUsed by:1811
Symbol 1811 GraphicUses:1810Used by:1814
Symbol 1812 BitmapUsed by:1813
Symbol 1813 GraphicUses:1812Used by:1814
Symbol 1814 MovieClipUses:1809 1811 1813Used by:1815
Symbol 1815 MovieClip [gameClipShield]Uses:1814Used by:1936
Symbol 1816 BitmapUsed by:1817
Symbol 1817 GraphicUses:1816Used by:1826
Symbol 1818 BitmapUsed by:1819
Symbol 1819 GraphicUses:1818Used by:1826
Symbol 1820 BitmapUsed by:1821
Symbol 1821 GraphicUses:1820Used by:1826
Symbol 1822 BitmapUsed by:1823
Symbol 1823 GraphicUses:1822Used by:1826
Symbol 1824 BitmapUsed by:1825
Symbol 1825 GraphicUses:1824Used by:1826
Symbol 1826 MovieClipUses:1817 1819 1821 1823 1825Used by:1936
Symbol 1827 BitmapUsed by:1828
Symbol 1828 GraphicUses:1827Used by:1837
Symbol 1829 BitmapUsed by:1830
Symbol 1830 GraphicUses:1829Used by:1837
Symbol 1831 BitmapUsed by:1832
Symbol 1832 GraphicUses:1831Used by:1837
Symbol 1833 BitmapUsed by:1834
Symbol 1834 GraphicUses:1833Used by:1837
Symbol 1835 BitmapUsed by:1836
Symbol 1836 GraphicUses:1835Used by:1837
Symbol 1837 MovieClipUses:1828 1830 1832 1834 1836Used by:1936
Symbol 1838 BitmapUsed by:1839
Symbol 1839 GraphicUses:1838Used by:1848
Symbol 1840 BitmapUsed by:1841
Symbol 1841 GraphicUses:1840Used by:1848
Symbol 1842 BitmapUsed by:1843
Symbol 1843 GraphicUses:1842Used by:1848
Symbol 1844 BitmapUsed by:1845
Symbol 1845 GraphicUses:1844Used by:1848
Symbol 1846 BitmapUsed by:1847
Symbol 1847 GraphicUses:1846Used by:1848
Symbol 1848 MovieClipUses:1839 1841 1843 1845 1847Used by:1936
Symbol 1849 BitmapUsed by:1850
Symbol 1850 GraphicUses:1849Used by:1894
Symbol 1851 BitmapUsed by:1852
Symbol 1852 GraphicUses:1851Used by:1894
Symbol 1853 BitmapUsed by:1854
Symbol 1854 GraphicUses:1853Used by:1894
Symbol 1855 BitmapUsed by:1856
Symbol 1856 GraphicUses:1855Used by:1894
Symbol 1857 BitmapUsed by:1858
Symbol 1858 GraphicUses:1857Used by:1894
Symbol 1859 BitmapUsed by:1860
Symbol 1860 GraphicUses:1859Used by:1894
Symbol 1861 BitmapUsed by:1862
Symbol 1862 GraphicUses:1861Used by:1894
Symbol 1863 BitmapUsed by:1864
Symbol 1864 GraphicUses:1863Used by:1894
Symbol 1865 BitmapUsed by:1866
Symbol 1866 GraphicUses:1865Used by:1893
Symbol 1867 BitmapUsed by:1868
Symbol 1868 GraphicUses:1867Used by:1893
Symbol 1869 BitmapUsed by:1870
Symbol 1870 GraphicUses:1869Used by:1893
Symbol 1871 BitmapUsed by:1872
Symbol 1872 GraphicUses:1871Used by:1893
Symbol 1873 BitmapUsed by:1874
Symbol 1874 GraphicUses:1873Used by:1893
Symbol 1875 BitmapUsed by:1876
Symbol 1876 GraphicUses:1875Used by:1893
Symbol 1877 BitmapUsed by:1878
Symbol 1878 GraphicUses:1877Used by:1893
Symbol 1879 BitmapUsed by:1880
Symbol 1880 GraphicUses:1879Used by:1893
Symbol 1881 BitmapUsed by:1882
Symbol 1882 GraphicUses:1881Used by:1893
Symbol 1883 BitmapUsed by:1884
Symbol 1884 GraphicUses:1883Used by:1893
Symbol 1885 BitmapUsed by:1886
Symbol 1886 GraphicUses:1885Used by:1893
Symbol 1887 BitmapUsed by:1888
Symbol 1888 GraphicUses:1887Used by:1893
Symbol 1889 BitmapUsed by:1890
Symbol 1890 GraphicUses:1889Used by:1893
Symbol 1891 BitmapUsed by:1892
Symbol 1892 GraphicUses:1891Used by:1893
Symbol 1893 MovieClipUses:1866 1868 1870 1872 1874 1876 1878 1880 1882 1884 1886 1888 1890 1892Used by:1894
Symbol 1894 MovieClipUses:1850 1852 1854 1856 1858 1860 1862 1864 1893Used by:1936
Symbol 1895 BitmapUsed by:1896
Symbol 1896 GraphicUses:1895Used by:1935
Symbol 1897 BitmapUsed by:1898
Symbol 1898 GraphicUses:1897Used by:1909
Symbol 1899 BitmapUsed by:1900
Symbol 1900 GraphicUses:1899Used by:1909
Symbol 1901 BitmapUsed by:1902
Symbol 1902 GraphicUses:1901Used by:1909
Symbol 1903 BitmapUsed by:1904
Symbol 1904 GraphicUses:1903Used by:1909
Symbol 1905 BitmapUsed by:1906
Symbol 1906 GraphicUses:1905Used by:1909
Symbol 1907 BitmapUsed by:1908
Symbol 1908 GraphicUses:1907Used by:1909
Symbol 1909 MovieClipUses:1898 1900 1902 1904 1906 1908Used by:1935
Symbol 1910 BitmapUsed by:1911
Symbol 1911 GraphicUses:1910Used by:1935
Symbol 1912 BitmapUsed by:1913
Symbol 1913 GraphicUses:1912Used by:1935
Symbol 1914 BitmapUsed by:1915
Symbol 1915 GraphicUses:1914Used by:1935
Symbol 1916 BitmapUsed by:1917
Symbol 1917 GraphicUses:1916Used by:1935
Symbol 1918 BitmapUsed by:1919
Symbol 1919 GraphicUses:1918Used by:1935
Symbol 1920 BitmapUsed by:1921
Symbol 1921 GraphicUses:1920Used by:1935
Symbol 1922 BitmapUsed by:1923
Symbol 1923 GraphicUses:1922Used by:1930
Symbol 1924 BitmapUsed by:1925
Symbol 1925 GraphicUses:1924Used by:1930
Symbol 1926 BitmapUsed by:1927
Symbol 1927 GraphicUses:1926Used by:1930
Symbol 1928 BitmapUsed by:1929
Symbol 1929 GraphicUses:1928Used by:1930
Symbol 1930 MovieClipUses:1923 1925 1927 1929Used by:1935
Symbol 1931 BitmapUsed by:1932
Symbol 1932 GraphicUses:1931Used by:1935
Symbol 1933 BitmapUsed by:1934
Symbol 1934 GraphicUses:1933Used by:1935
Symbol 1935 MovieClipUses:1896 1909 1911 1913 1915 1917 1919 1921 1930 1932 1934Used by:1936
Symbol 1936 MovieClip [gameclipProtagonist]Uses:1807 1815 1826 1837 1848 1894 1935Used by:2141
Symbol 1937 BitmapUsed by:1938
Symbol 1938 GraphicUses:1937Used by:1941
Symbol 1939 BitmapUsed by:1940
Symbol 1940 GraphicUses:1939Used by:1941
Symbol 1941 MovieClipUses:1938 1940Used by:1942
Symbol 1942 MovieClip [gameclipMirilla]Uses:1941Used by:2141
Symbol 1943 GraphicUsed by:2141 2161 2217
Symbol 1944 BitmapUsed by:1945
Symbol 1945 GraphicUses:1944Used by:2027
Symbol 1946 GraphicUsed by:1947
Symbol 1947 MovieClipUses:1946Used by:2027
Symbol 1948 BitmapUsed by:1949
Symbol 1949 GraphicUses:1948Used by:1992
Symbol 1950 BitmapUsed by:1951
Symbol 1951 GraphicUses:1950Used by:1992
Symbol 1952 BitmapUsed by:1953
Symbol 1953 GraphicUses:1952Used by:1992
Symbol 1954 BitmapUsed by:1955
Symbol 1955 GraphicUses:1954Used by:1992
Symbol 1956 BitmapUsed by:1957
Symbol 1957 GraphicUses:1956Used by:1992
Symbol 1958 BitmapUsed by:1959
Symbol 1959 GraphicUses:1958Used by:1992
Symbol 1960 BitmapUsed by:1961
Symbol 1961 GraphicUses:1960Used by:1992
Symbol 1962 BitmapUsed by:1963
Symbol 1963 GraphicUses:1962Used by:1992
Symbol 1964 BitmapUsed by:1965
Symbol 1965 GraphicUses:1964Used by:1992
Symbol 1966 BitmapUsed by:1967
Symbol 1967 GraphicUses:1966Used by:1992
Symbol 1968 BitmapUsed by:1969
Symbol 1969 GraphicUses:1968Used by:1992
Symbol 1970 BitmapUsed by:1971
Symbol 1971 GraphicUses:1970Used by:1992
Symbol 1972 BitmapUsed by:1973
Symbol 1973 GraphicUses:1972Used by:1992
Symbol 1974 BitmapUsed by:1975
Symbol 1975 GraphicUses:1974Used by:1992
Symbol 1976 BitmapUsed by:1977
Symbol 1977 GraphicUses:1976Used by:1992
Symbol 1978 BitmapUsed by:1979
Symbol 1979 GraphicUses:1978Used by:1992
Symbol 1980 BitmapUsed by:1981
Symbol 1981 GraphicUses:1980Used by:1992
Symbol 1982 BitmapUsed by:1983
Symbol 1983 GraphicUses:1982Used by:1992
Symbol 1984 BitmapUsed by:1985
Symbol 1985 GraphicUses:1984Used by:1992
Symbol 1986 BitmapUsed by:1987
Symbol 1987 GraphicUses:1986Used by:1992
Symbol 1988 BitmapUsed by:1989
Symbol 1989 GraphicUses:1988Used by:1992
Symbol 1990 BitmapUsed by:1991
Symbol 1991 GraphicUses:1990Used by:1992
Symbol 1992 MovieClipUses:1949 1951 1953 1955 1957 1959 1961 1963 1965 1967 1969 1971 1973 1975 1977 1979 1981 1983 1985 1987 1989 1991Used by:2027
Symbol 1993 BitmapUsed by:1994
Symbol 1994 GraphicUses:1993Used by:2027
Symbol 1995 BitmapUsed by:1996
Symbol 1996 GraphicUses:1995Used by:2027
Symbol 1997 BitmapUsed by:1998
Symbol 1998 GraphicUses:1997Used by:2027
Symbol 1999 BitmapUsed by:2000
Symbol 2000 GraphicUses:1999Used by:2027
Symbol 2001 BitmapUsed by:2002
Symbol 2002 GraphicUses:2001Used by:2027
Symbol 2003 BitmapUsed by:2004
Symbol 2004 GraphicUses:2003Used by:2027
Symbol 2005 BitmapUsed by:2006
Symbol 2006 GraphicUses:2005Used by:2027
Symbol 2007 BitmapUsed by:2008
Symbol 2008 GraphicUses:2007Used by:2027
Symbol 2009 BitmapUsed by:2010
Symbol 2010 GraphicUses:2009Used by:2027
Symbol 2011 BitmapUsed by:2012
Symbol 2012 GraphicUses:2011Used by:2027
Symbol 2013 BitmapUsed by:2014
Symbol 2014 GraphicUses:2013Used by:2027
Symbol 2015 BitmapUsed by:2016
Symbol 2016 GraphicUses:2015Used by:2027
Symbol 2017 BitmapUsed by:2018
Symbol 2018 GraphicUses:2017Used by:2027
Symbol 2019 BitmapUsed by:2020
Symbol 2020 GraphicUses:2019Used by:2027
Symbol 2021 BitmapUsed by:2022
Symbol 2022 GraphicUses:2021Used by:2027
Symbol 2023 BitmapUsed by:2024
Symbol 2024 GraphicUses:2023Used by:2027
Symbol 2025 BitmapUsed by:2026
Symbol 2026 GraphicUses:2025Used by:2027
Symbol 2027 MovieClipUses:1945 1947 1992 1994 1996 1998 2000 2002 2004 2006 2008 2010 2012 2014 2016 2018 2020 2022 2024 2026Used by:2141 2161
Symbol 2028 MovieClipUses:678Used by:2141
Symbol 2029 MovieClipUses:678Used by:2141
Symbol 2030 MovieClipUses:678Used by:2141
Symbol 2031 MovieClipUses:669Used by:2141
Symbol 2032 MovieClipUses:669Used by:2141
Symbol 2033 MovieClipUses:669Used by:2141
Symbol 2034 MovieClipUses:669Used by:2141
Symbol 2035 FontUsed by:2036
Symbol 2036 EditableTextUses:2035Used by:2141
Symbol 2037 MovieClipUses:678Used by:2141
Symbol 2038 ButtonUses:1140 1143 1144 1135 1142Used by:2141
Symbol 2039 MovieClipUses:678Used by:2141
Symbol 2040 MovieClipUses:678Used by:2141
Symbol 2041 Sound [BACKGROUND_A]Used by:2083
Symbol 2042 Sound [BACKGROUND_B]Used by:2083
Symbol 2043 Sound [BACKGROUND_C]Used by:2083
Symbol 2044 Sound [MENU_MELODY]Used by:2083
Symbol 2045 Sound [DAMAGE_PROTAGONIST]Used by:2083
Symbol 2046 Sound [DEATH_VEHICLES]Used by:2083
Symbol 2047 Sound [DEATH_HUMAN]Used by:2083
Symbol 2048 Sound [DESTRUCTION_BUILDING]Used by:2083
Symbol 2049 Sound [GAME_OVER]Used by:2083
Symbol 2050 Sound [SELECTION]Used by:2083
Symbol 2051 Sound [FIN_LEVEL1]Used by:2083
Symbol 2052 Sound [FIN_LEVEL2]Used by:2083
Symbol 2053 Sound [FIN_LEVEL3]Used by:2083
Symbol 2054 Sound [FIN_LEVEL4]Used by:2083
Symbol 2055 Sound [FIN_LEVEL5]Used by:2083
Symbol 2056 Sound [FIN_LEVEL6]Used by:2083
Symbol 2057 Sound [FIN_LEVEL7]Used by:2083
Symbol 2058 Sound [INI_LEVEL1]Used by:2083
Symbol 2059 Sound [INI_LEVEL2]Used by:2083
Symbol 2060 Sound [INI_LEVEL3]Used by:2083
Symbol 2061 Sound [INI_LEVEL4]Used by:2083
Symbol 2062 Sound [INI_LEVEL5]Used by:2083
Symbol 2063 Sound [INI_LEVEL6]Used by:2083
Symbol 2064 Sound [INI_LEVEL7]Used by:2083
Symbol 2065 Sound [SHOOT_BAZOOKA]Used by:2083
Symbol 2066 Sound [SHOOT_FIRE]Used by:2083
Symbol 2067 Sound [SHOOT_GUN]Used by:2083
Symbol 2068 Sound [SHOOT_MACHINEGUN]Used by:2083
Symbol 2069 Sound [SUPER_BOMB1]Used by:2083
Symbol 2070 Sound [SUPER_BOMB2]Used by:2083
Symbol 2071 Sound [SUPER_BOMB3]Used by:2083
Symbol 2072 Sound [SUPER_BOMB4]Used by:2083
Symbol 2073 Sound [ITEM_BAZOKA]Used by:2083
Symbol 2074 Sound [ITEM_LANZALLAMAS]Used by:2083
Symbol 2075 Sound [ITEM_LIFE]Used by:2083
Symbol 2076 Sound [ITEM_MACHINEGUN]Used by:2083
Symbol 2077 Sound [ITEM_SHIELD]Used by:2083
Symbol 2078 Sound [ITEM_SPEEDUP]Used by:2083
Symbol 2079 Sound [ITEM_SUPERBOMB1]Used by:2083
Symbol 2080 Sound [ITEM_SUPERBOMB2]Used by:2083
Symbol 2081 Sound [ITEM_SUPERBOMB3]Used by:2083
Symbol 2082 Sound [ITEM_SUPERBOMB4]Used by:2083
Symbol 2083 MovieClipUses:2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082Used by:2141
Symbol 2084 Bitmap [tilemap4]Used by:2085
Symbol 2085 GraphicUses:2084Used by:2141
Symbol 2086 BitmapUsed by:2087
Symbol 2087 GraphicUses:2086Used by:2092 2093 2106 2107 2111 2112
Symbol 2088 BitmapUsed by:2089
Symbol 2089 GraphicUses:2088Used by:2092 2093 2106 2107 2111 2112
Symbol 2090 BitmapUsed by:2091
Symbol 2091 GraphicUses:2090Used by:2092 2093 2106 2107 2111 2112
Symbol 2092 MovieClipUses:2087 2089 2091Used by:2137
Symbol 2093 MovieClipUses:2087 2089 2091Used by:2137
Symbol 2094 BitmapUsed by:2095
Symbol 2095 GraphicUses:2094Used by:2104 2109 2114
Symbol 2096 BitmapUsed by:2097
Symbol 2097 GraphicUses:2096Used by:2104 2109 2114
Symbol 2098 BitmapUsed by:2099
Symbol 2099 GraphicUses:2098Used by:2104 2109 2114
Symbol 2100 BitmapUsed by:2101
Symbol 2101 GraphicUses:2100Used by:2104 2109 2114
Symbol 2102 BitmapUsed by:2103
Symbol 2103 GraphicUses:2102Used by:2104 2109 2114
Symbol 2104 MovieClipUses:2095 2097 2099 2101 2103Used by:2137
Symbol 2105 GraphicUsed by:2106 2107
Symbol 2106 MovieClipUses:2087 2105 2089 2091Used by:2137
Symbol 2107 MovieClipUses:2087 2105 2089 2091Used by:2137
Symbol 2108 GraphicUsed by:2109
Symbol 2109 MovieClipUses:2095 2108 2097 2099 2101 2103Used by:2137
Symbol 2110 GraphicUsed by:2111 2112
Symbol 2111 MovieClipUses:2087 2110 2089 2091Used by:2137
Symbol 2112 MovieClipUses:2087 2110 2089 2091Used by:2137
Symbol 2113 GraphicUsed by:2114
Symbol 2114 MovieClipUses:2095 2113 2097 2099 2101 2103Used by:2137
Symbol 2115 BitmapUsed by:2116
Symbol 2116 GraphicUses:2115Used by:2117
Symbol 2117 MovieClipUses:2116Used by:2125 2137
Symbol 2118 BitmapUsed by:2119
Symbol 2119 GraphicUses:2118Used by:2124
Symbol 2120 BitmapUsed by:2121
Symbol 2121 GraphicUses:2120Used by:2124
Symbol 2122 BitmapUsed by:2123
Symbol 2123 GraphicUses:2122Used by:2124
Symbol 2124 MovieClipUses:2119 2121 2123Used by:2125 2132 2136
Symbol 2125 MovieClipUses:2117 2124Used by:2137
Symbol 2126 BitmapUsed by:2127
Symbol 2127 GraphicUses:2126Used by:2130 2131 2132
Symbol 2128 BitmapUsed by:2129
Symbol 2129 GraphicUses:2128Used by:2130 2131 2132
Symbol 2130 MovieClipUses:2127 2129Used by:2137
Symbol 2131 MovieClipUses:2127 2129Used by:2137
Symbol 2132 MovieClipUses:2127 2124 2129Used by:2137
Symbol 2133 BitmapUsed by:2134
Symbol 2134 GraphicUses:2133Used by:2135 2136
Symbol 2135 MovieClipUses:2134Used by:2137
Symbol 2136 MovieClipUses:2134 2124Used by:2137
Symbol 2137 MovieClip [gameClipNPC]Uses:2092 2093 2104 2106 2107 2109 2111 2112 2114 2117 2125 2130 2131 2132 2135 2136Used by:2141
Symbol 2138 Bitmap [tilemap3]Used by:2140
Symbol 2139 Bitmap [tilemap2]Used by:2140
Symbol 2140 GraphicUses:2138 2139 1792Used by:2141
Symbol 2141 MovieClipUses:1065 1073 1081 1089 1097 1110 1133 1145 1146 1147 1148 1149 1150 1154 1162 1547 1771 1777 1778 1779 1784 1787 1790 1794 1936 1942 681 682 683 734 735 736 737 738 739 740 741 1943 2027 2028 2029 667 2030 2031 2032 2033 2034 2036 2037 2038 2039 2040 2083 2085 2137 2140Used by:Timeline
Symbol 2142 MovieClipUses:678Used by:2153
Symbol 2143 BitmapUsed by:2144
Symbol 2144 GraphicUses:2143Used by:2151
Symbol 2145 BitmapUsed by:2146
Symbol 2146 GraphicUses:2145Used by:2151
Symbol 2147 BitmapUsed by:2148
Symbol 2148 GraphicUses:2147Used by:2151
Symbol 2149 BitmapUsed by:2150
Symbol 2150 GraphicUses:2149Used by:2151
Symbol 2151 MovieClipUses:2144 2146 2148 2150Used by:2152
Symbol 2152 MovieClipUses:2151Used by:2153
Symbol 2153 MovieClipUses:1110 2142 1115 1148 1131 2152Used by:2154
Symbol 2154 MovieClipUses:2153Used by:Timeline
Symbol 2155 EditableTextUses:1112Used by:2161
Symbol 2156 ButtonUses:1140 1143 1144 1135 1142Used by:2161
Symbol 2157 MovieClipUses:678Used by:2161
Symbol 2158 BitmapUsed by:2159
Symbol 2159 GraphicUses:2158Used by:2161
Symbol 2160 MovieClipUses:678Used by:2161
Symbol 2161 MovieClipUses:780 1779 1110 1133 1145 1146 2155 2156 2157 2159 1943 2027 2160Used by:Timeline
Symbol 2162 BitmapUsed by:2163
Symbol 2163 GraphicUses:2162Used by:2217
Symbol 2164 MovieClipUses:669Used by:2217
Symbol 2165 GraphicUsed by:2166 2168
Symbol 2166 MovieClipUses:2165Used by:2217
Symbol 2167 ButtonUses:922 927Used by:2217
Symbol 2168 MovieClipUses:2165Used by:2217
Symbol 2169 BitmapUsed by:2170
Symbol 2170 GraphicUses:2169Used by:2217
Symbol 2171 MovieClipUses:669Used by:2217
Symbol 2172 BitmapUsed by:2173
Symbol 2173 GraphicUses:2172Used by:2217
Symbol 2174 MovieClipUses:669Used by:2217
Symbol 2175 BitmapUsed by:2176
Symbol 2176 GraphicUses:2175Used by:2217
Symbol 2177 MovieClipUses:669Used by:2217
Symbol 2178 BitmapUsed by:2179
Symbol 2179 GraphicUses:2178Used by:2182
Symbol 2180 GraphicUsed by:2182
Symbol 2181 GraphicUsed by:2182
Symbol 2182 MovieClipUses:2179 2180 2181 999 1000Used by:2217
Symbol 2183 BitmapUsed by:2184
Symbol 2184 GraphicUses:2183Used by:2217
Symbol 2185 GraphicUsed by:2189
Symbol 2186 GraphicUsed by:2189
Symbol 2187 GraphicUsed by:2189
Symbol 2188 GraphicUsed by:2189
Symbol 2189 MovieClipUses:2185 2186 2187 2188Used by:2217
Symbol 2190 ButtonUses:922 927Used by:2217
Symbol 2191 GraphicUsed by:2216
Symbol 2192 BitmapUsed by:2193
Symbol 2193 GraphicUses:2192Used by:2216
Symbol 2194 BitmapUsed by:2195
Symbol 2195 GraphicUses:2194Used by:2216
Symbol 2196 MovieClipUses:781Used by:2216
Symbol 2197 BitmapUsed by:2198
Symbol 2198 GraphicUses:2197Used by:2203
Symbol 2199 BitmapUsed by:2200
Symbol 2200 GraphicUses:2199Used by:2203
Symbol 2201 BitmapUsed by:2202
Symbol 2202 GraphicUses:2201Used by:2203
Symbol 2203 MovieClipUses:2198 2200 2202Used by:2216
Symbol 2204 BitmapUsed by:2205
Symbol 2205 GraphicUses:2204Used by:2216
Symbol 2206 BitmapUsed by:2207
Symbol 2207 GraphicUses:2206Used by:2216
Symbol 2208 BitmapUsed by:2209
Symbol 2209 GraphicUses:2208Used by:2216
Symbol 2210 BitmapUsed by:2211
Symbol 2211 GraphicUses:2210Used by:2216
Symbol 2212 BitmapUsed by:2213 2215
Symbol 2213 GraphicUses:2212Used by:2216
Symbol 2214 BitmapUsed by:2215
Symbol 2215 GraphicUses:2214 2212Used by:2216
Symbol 2216 MovieClipUses:2191 2193 2195 2196 2203 2205 2207 781 2209 2211 2213 2215Used by:2217
Symbol 2217 MovieClipUses:1943 2163 2164 2166 2167 2168 2170 2171 2173 2174 2176 2177 2182 2184 2189 2190 2216Used by:Timeline
Streaming Sound 1Used by:Symbol 886 MovieClip
Streaming Sound 2Used by:Symbol 887 MovieClip

Instance Names

"instButtonSkipIntro"Frame 14Symbol 928 Button
"instButtonSkipIntro"Frame 23Symbol 964 Button
"instGame"Frame 30Symbol 993 MovieClip [gameClip]
"instClipMenuGame"Frame 30Symbol 2141 MovieClip
"instClipPresentationLevel"Frame 30Symbol 2154 MovieClip
"instLabelEndGame"Frame 30Symbol 1110 MovieClip
"instClipMenuResultGame"Frame 30Symbol 2161 MovieClip
"instMovieIntro"Frame 30Symbol 2217 MovieClip
"dabox"Symbol 669 MovieClip Frame 1Symbol 668 EditableText
"instMaskLoadingBarProgress"Symbol 672 MovieClip [loadingBarProgress] Frame 1Symbol 658 MovieClip [maskLoadingBarProgress]
"instLoadingPressButtonIniMovie"Symbol 672 MovieClip [loadingBarProgress] Frame 1Symbol 671 MovieClip [loadingPressButtonIniMovie]
"dabox"Symbol 678 MovieClip Frame 1Symbol 677 EditableText
"instGameclipItem1"Symbol 743 MovieClip Frame 3Symbol 734 MovieClip [gameclipItem]
"instGameclipItem2"Symbol 743 MovieClip Frame 3Symbol 734 MovieClip [gameclipItem]
"instGameclipItem3"Symbol 743 MovieClip Frame 3Symbol 734 MovieClip [gameclipItem]
"instGameclipItem4"Symbol 743 MovieClip Frame 3Symbol 734 MovieClip [gameclipItem]
"instGameclipItem5"Symbol 743 MovieClip Frame 3Symbol 734 MovieClip [gameclipItem]
"instGameclipItem6"Symbol 743 MovieClip Frame 3Symbol 734 MovieClip [gameclipItem]
"instGameclipItem7"Symbol 743 MovieClip Frame 3Symbol 734 MovieClip [gameclipItem]
"instLoadingBarProgress"Symbol 744 MovieClip [cargador] Frame 1Symbol 672 MovieClip [loadingBarProgress]
"instLoaderShortTutorial"Symbol 744 MovieClip [cargador] Frame 1Symbol 743 MovieClip
"world"Symbol 993 MovieClip [gameClip] Frame 1Symbol 653 MovieClip [world]
"instGameInterfaceBackground"Symbol 993 MovieClip [gameClip] Frame 1Symbol 967 MovieClip [gameInterfaceBackground]
"instBarLifePlayer"Symbol 993 MovieClip [gameClip] Frame 1Symbol 971 MovieClip [gameInterfaceBarLife]
"instTextBoxKills"Symbol 993 MovieClip [gameClip] Frame 1Symbol 973 EditableText
"instTextBoxBonus"Symbol 993 MovieClip [gameClip] Frame 1Symbol 974 EditableText
"instGameMap"Symbol 993 MovieClip [gameClip] Frame 1Symbol 977 MovieClip [gameMap]
"instGameClipInterfaceSuperBomb"Symbol 993 MovieClip [gameClip] Frame 1Symbol 991 MovieClip
"instTextBoxKills_Estatico"Symbol 993 MovieClip [gameClip] Frame 1Symbol 992 MovieClip
"instInterfaceItem"Symbol 993 MovieClip [gameClip] Frame 1Symbol 734 MovieClip [gameclipItem]
"intButtonPlayMainMenu"Symbol 1065 MovieClip Frame 72Symbol 1036 Button
"intButtonSettingsMainMenu"Symbol 1065 MovieClip Frame 78Symbol 1044 Button
"intButtonHelpMainMenu"Symbol 1065 MovieClip Frame 85Symbol 1052 Button
"intButtonAboutMainMenu"Symbol 1065 MovieClip Frame 92Symbol 1060 Button
"instBigText"Symbol 1110 MovieClip Frame 1Symbol 1099 EditableText
"instSmallText"Symbol 1110 MovieClip Frame 1Symbol 1100 EditableText
"instTextEnd"Symbol 1110 MovieClip Frame 1Symbol 1101 EditableText
"instTextMedium"Symbol 1110 MovieClip Frame 1Symbol 1102 EditableText
"level1"Symbol 1115 MovieClip Frame 3Symbol 678 MovieClip
"instTextTime"Symbol 1133 MovieClip [clipStatsInformation] Frame 1Symbol 1113 EditableText
"instTextStars"Symbol 1133 MovieClip [clipStatsInformation] Frame 1Symbol 1114 EditableText
"instIncrementalText_Stats_TimeDone"Symbol 1133 MovieClip [clipStatsInformation] Frame 1Symbol 1115 MovieClip
"instIncrementalText_Stats_KillsDone"Symbol 1133 MovieClip [clipStatsInformation] Frame 1Symbol 1115 MovieClip
"instTextDay"Symbol 1133 MovieClip [clipStatsInformation] Frame 1Symbol 1115 MovieClip
"instIconLevel"Symbol 1133 MovieClip [clipStatsInformation] Frame 1Symbol 1131 MovieClip [iconLevel]
"instIncrementalText_Stats_NewDestruction"Symbol 1133 MovieClip [clipStatsInformation] Frame 3Symbol 1115 MovieClip
"instTextDay"Symbol 1133 MovieClip [clipStatsInformation] Frame 3Symbol 1115 MovieClip
"instCoolTextBox"Symbol 1148 MovieClip Frame 1Symbol 678 MovieClip
"instCoolTextBox"Symbol 1148 MovieClip Frame 2Symbol 678 MovieClip
"instCoolTextBox"Symbol 1148 MovieClip Frame 3Symbol 678 MovieClip
"instCoolTextBox"Symbol 1148 MovieClip Frame 4Symbol 678 MovieClip
"instCoolTextBox"Symbol 1148 MovieClip Frame 5Symbol 678 MovieClip
"instCoolTextBox"Symbol 1149 MovieClip Frame 1Symbol 678 MovieClip
"instCoolTextBox"Symbol 1149 MovieClip Frame 2Symbol 678 MovieClip
"instCoolTextBox"Symbol 1150 MovieClip Frame 1Symbol 678 MovieClip
"instCoolTextBox"Symbol 1150 MovieClip Frame 2Symbol 678 MovieClip
"instCoolTextBox"Symbol 1150 MovieClip Frame 3Symbol 678 MovieClip
"instText"Symbol 1777 MovieClip Frame 1Symbol 1773 EditableText
"instWeb1"Symbol 1777 MovieClip Frame 7Symbol 1776 MovieClip
"instWeb2"Symbol 1777 MovieClip Frame 7Symbol 1776 MovieClip
"instWeb3"Symbol 1777 MovieClip Frame 7Symbol 1776 MovieClip
"instWeb4"Symbol 1777 MovieClip Frame 7Symbol 1776 MovieClip
"instGameClipShield"Symbol 1936 MovieClip [gameclipProtagonist] Frame 1Symbol 1815 MovieClip [gameClipShield]
"instCoolTextBox"Symbol 2040 MovieClip Frame 1Symbol 678 MovieClip
"instCoolTextBox"Symbol 2040 MovieClip Frame 2Symbol 678 MovieClip
"instCoolTextBox"Symbol 2040 MovieClip Frame 3Symbol 678 MovieClip
"instCoolTextBox"Symbol 2040 MovieClip Frame 4Symbol 678 MovieClip
"instMaintTitleIntro"Symbol 2141 MovieClip Frame 12Symbol 1065 MovieClip
"instTextBack"Symbol 2141 MovieClip Frame 12Symbol 1089 Button
"instClipIncrementalText_Survival"Symbol 2141 MovieClip Frame 12Symbol 1097 Button
"instSelectedLevel"Symbol 2141 MovieClip Frame 23Symbol 1110 MovieClip
"instSelectLevelEntry1"Symbol 2141 MovieClip Frame 23Symbol 1133 MovieClip [clipStatsInformation]
"instSelectLevelEntry2"Symbol 2141 MovieClip Frame 23Symbol 1133 MovieClip [clipStatsInformation]
"instBackLevel"Symbol 2141 MovieClip Frame 23Symbol 1145 Button
"instNextLevel"Symbol 2141 MovieClip Frame 23Symbol 1145 Button
"instClipIncrementalText_Buttons_Left"Symbol 2141 MovieClip Frame 25Symbol 1146 MovieClip
"instClipIncrementalText_Buttons_Right"Symbol 2141 MovieClip Frame 25Symbol 1146 MovieClip
"instButtonDifficulty"Symbol 2141 MovieClip Frame 26Symbol 1148 MovieClip
"instButtonSound"Symbol 2141 MovieClip Frame 26Symbol 1149 MovieClip
"instButtonQuality"Symbol 2141 MovieClip Frame 26Symbol 1150 MovieClip
"instExplanationHelp0"Symbol 2141 MovieClip Frame 36Symbol 1777 MovieClip
"instTitleHelp0"Symbol 2141 MovieClip Frame 36Symbol 1110 MovieClip
"instSelectLevel_Help1of3Inc"Symbol 2141 MovieClip Frame 36Symbol 1779 MovieClip
"instBuildingForHelp1"Symbol 2141 MovieClip Frame 36Symbol 1794 MovieClip [buildingForHelp]
"instBuildingForHelp2"Symbol 2141 MovieClip Frame 36Symbol 1794 MovieClip [buildingForHelp]
"instBuildingForHelp3"Symbol 2141 MovieClip Frame 36Symbol 1794 MovieClip [buildingForHelp]
"instBuildingForHelp4"Symbol 2141 MovieClip Frame 36Symbol 1794 MovieClip [buildingForHelp]
"instNextHelp0"Symbol 2141 MovieClip Frame 36Symbol 1145 Button
"instClipIncrementalText_Button_Right_Help1"Symbol 2141 MovieClip Frame 36Symbol 1146 MovieClip
"instBackHelp0"Symbol 2141 MovieClip Frame 36Symbol 1145 Button
"instClipIncrementalText_Button_Left_Help1"Symbol 2141 MovieClip Frame 36Symbol 1146 MovieClip
"instExplanationHelp0"Symbol 2141 MovieClip Frame 44Symbol 1777 MovieClip
"instTitleHelp1"Symbol 2141 MovieClip Frame 44Symbol 1110 MovieClip
"instGameclipProtagonist"Symbol 2141 MovieClip Frame 44Symbol 1936 MovieClip [gameclipProtagonist]
"instGameclipMirilla"Symbol 2141 MovieClip Frame 44Symbol 1942 MovieClip [gameclipMirilla]
"instSelectLevel_Help2of3Inc"Symbol 2141 MovieClip Frame 44Symbol 1779 MovieClip
"instBackHelp1"Symbol 2141 MovieClip Frame 44Symbol 1145 Button
"instBackHelp1"Symbol 2141 MovieClip Frame 44Symbol 1145 Button
"instClipIncrementalText_Button_Left_Help2"Symbol 2141 MovieClip Frame 44Symbol 1146 MovieClip
"instClipIncrementalText_Button_Right_Help2"Symbol 2141 MovieClip Frame 44Symbol 1146 MovieClip
"instTitleHelp2"Symbol 2141 MovieClip Frame 52Symbol 1110 MovieClip
"instGameclipItem1"Symbol 2141 MovieClip Frame 52Symbol 734 MovieClip [gameclipItem]
"instGameclipItem2"Symbol 2141 MovieClip Frame 52Symbol 734 MovieClip [gameclipItem]
"instGameclipItem3"Symbol 2141 MovieClip Frame 52Symbol 734 MovieClip [gameclipItem]
"instGameclipItem4"Symbol 2141 MovieClip Frame 52Symbol 734 MovieClip [gameclipItem]
"instGameclipItem5"Symbol 2141 MovieClip Frame 52Symbol 734 MovieClip [gameclipItem]
"instGameclipItem6"Symbol 2141 MovieClip Frame 52Symbol 734 MovieClip [gameclipItem]
"instGameclipItem7"Symbol 2141 MovieClip Frame 52Symbol 734 MovieClip [gameclipItem]
"instSelectLevel_Help3of3Inc"Symbol 2141 MovieClip Frame 52Symbol 1779 MovieClip
"instBackHelp2"Symbol 2141 MovieClip Frame 52Symbol 1145 Button
"instClipIncrementalText_Button_Right_Help3"Symbol 2141 MovieClip Frame 52Symbol 1146 MovieClip
"instBackHelp2"Symbol 2141 MovieClip Frame 52Symbol 1145 Button
"instClipIncrementalText_Button_Left_Help3"Symbol 2141 MovieClip Frame 52Symbol 1146 MovieClip
"instEndGameBackground"Symbol 2141 MovieClip Frame 59Symbol 2027 MovieClip
"instTitleAbout"Symbol 2141 MovieClip Frame 59Symbol 1110 MovieClip
"instFreecreator"Symbol 2141 MovieClip Frame 59Symbol 2028 MovieClip
"instPowPower"Symbol 2141 MovieClip Frame 59Symbol 2029 MovieClip
"instClipIncremental_AboutTeam"Symbol 2141 MovieClip Frame 59Symbol 1779 MovieClip
"instBackAbout"Symbol 2141 MovieClip Frame 59Symbol 1145 Button
"instNextAbout"Symbol 2141 MovieClip Frame 59Symbol 1145 Button
"instClipIncrementalText_Right_About1"Symbol 2141 MovieClip Frame 59Symbol 1146 MovieClip
"instClipIncrementalText_Left_About1"Symbol 2141 MovieClip Frame 59Symbol 1146 MovieClip
"instFondoAbout2"Symbol 2141 MovieClip Frame 67Symbol 1777 MovieClip
"instTitleCredits2"Symbol 2141 MovieClip Frame 67Symbol 1110 MovieClip
"instClipIncremental_Music"Symbol 2141 MovieClip Frame 67Symbol 1779 MovieClip
"instSongAb1"Symbol 2141 MovieClip Frame 67Symbol 2030 MovieClip
"instSongAb2"Symbol 2141 MovieClip Frame 67Symbol 2030 MovieClip
"instSongAb3"Symbol 2141 MovieClip Frame 67Symbol 2030 MovieClip
"instSongAb4"Symbol 2141 MovieClip Frame 67Symbol 2030 MovieClip
"instSongAb_Autor1"Symbol 2141 MovieClip Frame 67Symbol 2030 MovieClip
"instSongAb_Autor2"Symbol 2141 MovieClip Frame 67Symbol 2030 MovieClip
"instSongAb_Autor3"Symbol 2141 MovieClip Frame 67Symbol 2030 MovieClip
"instSongAb_Autor4"Symbol 2141 MovieClip Frame 67Symbol 2030 MovieClip
"instBackAbout2"Symbol 2141 MovieClip Frame 67Symbol 1145 Button
"instNextAbout2"Symbol 2141 MovieClip Frame 67Symbol 1145 Button
"instClipIncrementalText_Right_About2"Symbol 2141 MovieClip Frame 67Symbol 1146 MovieClip
"instClipIncrementalText_Left_About2"Symbol 2141 MovieClip Frame 67Symbol 1146 MovieClip
"instFondoAbout3"Symbol 2141 MovieClip Frame 75Symbol 1777 MovieClip
"instTitleCredits2"Symbol 2141 MovieClip Frame 75Symbol 1110 MovieClip
"instVoice"Symbol 2141 MovieClip Frame 75Symbol 2036 EditableText
"instClipIncremental_FX"Symbol 2141 MovieClip Frame 75Symbol 1779 MovieClip
"instBackAbout3"Symbol 2141 MovieClip Frame 75Symbol 1145 Button
"instNextAbout3"Symbol 2141 MovieClip Frame 75Symbol 1145 Button
"instClipIncrementalText_Right_About3"Symbol 2141 MovieClip Frame 75Symbol 1146 MovieClip
"instClipIncrementalText_Left_About3"Symbol 2141 MovieClip Frame 75Symbol 1146 MovieClip
"instFondoAbout4"Symbol 2141 MovieClip Frame 83Symbol 1777 MovieClip
"instClipIncremental_Website"Symbol 2141 MovieClip Frame 83Symbol 1779 MovieClip
"instNextAbout4"Symbol 2141 MovieClip Frame 83Symbol 1145 Button
"instClipIncrementalText_Right_About4"Symbol 2141 MovieClip Frame 83Symbol 1146 MovieClip
"instBackAbout4"Symbol 2141 MovieClip Frame 83Symbol 1145 Button
"instClipIncrementalText_Left_About4"Symbol 2141 MovieClip Frame 83Symbol 1146 MovieClip
"instBackgroundPause"Symbol 2141 MovieClip Frame 96Symbol 1777 MovieClip
"instLabelPause"Symbol 2141 MovieClip Frame 96Symbol 1110 MovieClip
"instButtonContinue"Symbol 2141 MovieClip Frame 96Symbol 1145 Button
"instButtonSettings"Symbol 2141 MovieClip Frame 96Symbol 1145 Button
"instButtonHelp"Symbol 2141 MovieClip Frame 96Symbol 1145 Button
"instButtonExit"Symbol 2141 MovieClip Frame 96Symbol 1145 Button
"instButtonContinue_Text"Symbol 2141 MovieClip Frame 96Symbol 2040 MovieClip
"instButtonSettings_Text"Symbol 2141 MovieClip Frame 96Symbol 2040 MovieClip
"instButtonHelp_Text"Symbol 2141 MovieClip Frame 96Symbol 2040 MovieClip
"instButtonExit_Text"Symbol 2141 MovieClip Frame 96Symbol 2040 MovieClip
"instClipLabelInformation"Symbol 2153 MovieClip Frame 1Symbol 1110 MovieClip
"instTextLevel"Symbol 2153 MovieClip Frame 1Symbol 2142 MovieClip
"instTextLevelName"Symbol 2153 MovieClip Frame 1Symbol 1115 MovieClip
"instTextDifficultyLevel"Symbol 2153 MovieClip Frame 1Symbol 1148 MovieClip
"instIconLevel"Symbol 2153 MovieClip Frame 1Symbol 1131 MovieClip [iconLevel]
"instLetreroLevel"Symbol 2154 MovieClip Frame 1Symbol 2153 MovieClip
"instClipIncrementalText_LableInform"Symbol 2161 MovieClip Frame 1Symbol 1779 MovieClip
"instLabelVictoria"Symbol 2161 MovieClip Frame 10Symbol 1110 MovieClip
"instClipStatsInformation"Symbol 2161 MovieClip Frame 10Symbol 1133 MovieClip [clipStatsInformation]
"instExit1"Symbol 2161 MovieClip Frame 10Symbol 1145 Button
"instNext1"Symbol 2161 MovieClip Frame 10Symbol 1145 Button
"instInformSaveProgress"Symbol 2161 MovieClip Frame 10Symbol 1110 MovieClip
"instClipIncrementalText_Victory"Symbol 2161 MovieClip Frame 31Symbol 1779 MovieClip
"instIncrementalText_grVictory_exit"Symbol 2161 MovieClip Frame 31Symbol 1146 MovieClip
"instIncrementalText_grVictory_next"Symbol 2161 MovieClip Frame 31Symbol 1146 MovieClip
"instRetry2"Symbol 2161 MovieClip Frame 36Symbol 1145 Button
"instIncrementalText_grLose_retry"Symbol 2161 MovieClip Frame 36Symbol 1146 MovieClip
"instTextName"Symbol 2161 MovieClip Frame 36Symbol 2155 EditableText
"instHighscoreText1"Symbol 2161 MovieClip Frame 36Symbol 2157 MovieClip
"instHighscoreText2"Symbol 2161 MovieClip Frame 36Symbol 2157 MovieClip
"instLabelDerrota1"Symbol 2161 MovieClip Frame 53Symbol 1110 MovieClip
"instExit2"Symbol 2161 MovieClip Frame 53Symbol 1145 Button
"instClipIncrementalText_Lose"Symbol 2161 MovieClip Frame 73Symbol 1779 MovieClip
"instIncrementalText_grLose_exit"Symbol 2161 MovieClip Frame 73Symbol 1146 MovieClip
"instIncrementalText_grLose_retry"Symbol 2161 MovieClip Frame 73Symbol 1146 MovieClip
"instLabelEndGame"Symbol 2161 MovieClip Frame 75Symbol 1110 MovieClip
"instClipIncrementalText_grTextEnd"Symbol 2161 MovieClip Frame 75Symbol 1779 MovieClip
"instExitToCredits"Symbol 2161 MovieClip Frame 75Symbol 1145 Button
"instIncrementalText_grEnGame"Symbol 2161 MovieClip Frame 75Symbol 1146 MovieClip
"instGameEnd_Unlocked"Symbol 2161 MovieClip Frame 75Symbol 2160 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "logomelody"
ExportAssets (56)Timeline Frame 1Symbol 2 as "dust"
ExportAssets (56)Timeline Frame 1Symbol 5 as "%-upbold"
ExportAssets (56)Timeline Frame 1Symbol 8 as "#-upbold"
ExportAssets (56)Timeline Frame 1Symbol 11 as ")-upbold"
ExportAssets (56)Timeline Frame 1Symbol 14 as "(-upbold"
ExportAssets (56)Timeline Frame 1Symbol 17 as ""-upbold"
ExportAssets (56)Timeline Frame 1Symbol 20 as "left"bold"
ExportAssets (56)Timeline Frame 1Symbol 23 as "?-upbold"
ExportAssets (56)Timeline Frame 1Symbol 26 as "!-upbold"
ExportAssets (56)Timeline Frame 1Symbol 29 as "'-upbold"
ExportAssets (56)Timeline Frame 1Symbol 32 as ",-upbold"
ExportAssets (56)Timeline Frame 1Symbol 35 as "&-upbold"
ExportAssets (56)Timeline Frame 1Symbol 38 as "--upbold"
ExportAssets (56)Timeline Frame 1Symbol 41 as ".-upbold"
ExportAssets (56)Timeline Frame 1Symbol 44 as "©-upbold"
ExportAssets (56)Timeline Frame 1Symbol 47 as "®-upbold"
ExportAssets (56)Timeline Frame 1Symbol 50 as "_-upbold"
ExportAssets (56)Timeline Frame 1Symbol 53 as "^-upbold"
ExportAssets (56)Timeline Frame 1Symbol 56 as "]-upbold"
ExportAssets (56)Timeline Frame 1Symbol 59 as "[-upbold"
ExportAssets (56)Timeline Frame 1Symbol 62 as "@-upbold"
ExportAssets (56)Timeline Frame 1Symbol 65 as ">-upbold"
ExportAssets (56)Timeline Frame 1Symbol 68 as "<-upbold"
ExportAssets (56)Timeline Frame 1Symbol 71 as ";-upbold"
ExportAssets (56)Timeline Frame 1Symbol 74 as ":-upbold"
ExportAssets (56)Timeline Frame 1Symbol 77 as "-_-upbold"
ExportAssets (56)Timeline Frame 1Symbol 80 as "*-upbold"
ExportAssets (56)Timeline Frame 1Symbol 83 as "=-upbold"
ExportAssets (56)Timeline Frame 1Symbol 86 as "---upbold"
ExportAssets (56)Timeline Frame 1Symbol 89 as "+-upbold"
ExportAssets (56)Timeline Frame 1Symbol 92 as "$-upbold"
ExportAssets (56)Timeline Frame 1Symbol 95 as ">>-upbold"
ExportAssets (56)Timeline Frame 1Symbol 98 as "<<-upbold"
ExportAssets (56)Timeline Frame 1Symbol 101 as "~-upbold"
ExportAssets (56)Timeline Frame 1Symbol 104 as "}-upbold"
ExportAssets (56)Timeline Frame 1Symbol 107 as "{-upbold"
ExportAssets (56)Timeline Frame 1Symbol 110 as "|-upbold"
ExportAssets (56)Timeline Frame 1Symbol 113 as "1-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 116 as "2-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 119 as "3-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 122 as "4-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 125 as "5-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 128 as "6-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 131 as "7-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 134 as "8-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 137 as "9-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 140 as "0-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 143 as "a-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 146 as "b-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 149 as "c-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 152 as "d-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 155 as "e-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 158 as "f-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 161 as "g-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 164 as "h-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 167 as "i-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 170 as "j-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 173 as "k-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 176 as "l-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 179 as "m-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 182 as "n-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 185 as "o-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 188 as "p-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 191 as "q-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 194 as "r-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 197 as "s-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 200 as "t-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 203 as "u-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 206 as "v-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 209 as "w-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 212 as "x-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 215 as "y-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 218 as "z-lowbold"
ExportAssets (56)Timeline Frame 1Symbol 221 as "0-upbold"
ExportAssets (56)Timeline Frame 1Symbol 224 as "1-upbold"
ExportAssets (56)Timeline Frame 1Symbol 227 as "2-upbold"
ExportAssets (56)Timeline Frame 1Symbol 230 as "3-upbold"
ExportAssets (56)Timeline Frame 1Symbol 233 as "4-upbold"
ExportAssets (56)Timeline Frame 1Symbol 236 as "5-upbold"
ExportAssets (56)Timeline Frame 1Symbol 239 as "6-upbold"
ExportAssets (56)Timeline Frame 1Symbol 242 as "7-upbold"
ExportAssets (56)Timeline Frame 1Symbol 245 as "8-upbold"
ExportAssets (56)Timeline Frame 1Symbol 248 as "9-upbold"
ExportAssets (56)Timeline Frame 1Symbol 251 as "a-upbold"
ExportAssets (56)Timeline Frame 1Symbol 254 as "b-upbold"
ExportAssets (56)Timeline Frame 1Symbol 257 as "c-upbold"
ExportAssets (56)Timeline Frame 1Symbol 260 as "d-upbold"
ExportAssets (56)Timeline Frame 1Symbol 263 as "e-upbold"
ExportAssets (56)Timeline Frame 1Symbol 266 as "f-upbold"
ExportAssets (56)Timeline Frame 1Symbol 269 as "g-upbold"
ExportAssets (56)Timeline Frame 1Symbol 272 as "h-upbold"
ExportAssets (56)Timeline Frame 1Symbol 275 as "i-upbold"
ExportAssets (56)Timeline Frame 1Symbol 278 as "j-upbold"
ExportAssets (56)Timeline Frame 1Symbol 281 as "k-upbold"
ExportAssets (56)Timeline Frame 1Symbol 284 as "l-upbold"
ExportAssets (56)Timeline Frame 1Symbol 287 as "m-upbold"
ExportAssets (56)Timeline Frame 1Symbol 290 as "n-upbold"
ExportAssets (56)Timeline Frame 1Symbol 293 as "o-upbold"
ExportAssets (56)Timeline Frame 1Symbol 296 as "p-upbold"
ExportAssets (56)Timeline Frame 1Symbol 299 as "q-upbold"
ExportAssets (56)Timeline Frame 1Symbol 302 as "r-upbold"
ExportAssets (56)Timeline Frame 1Symbol 305 as "s-upbold"
ExportAssets (56)Timeline Frame 1Symbol 308 as "t-upbold"
ExportAssets (56)Timeline Frame 1Symbol 311 as "u-upbold"
ExportAssets (56)Timeline Frame 1Symbol 314 as "v-upbold"
ExportAssets (56)Timeline Frame 1Symbol 317 as "w-upbold"
ExportAssets (56)Timeline Frame 1Symbol 320 as "x-upbold"
ExportAssets (56)Timeline Frame 1Symbol 323 as "y-upbold"
ExportAssets (56)Timeline Frame 1Symbol 326 as "z-upbold"
ExportAssets (56)Timeline Frame 1Symbol 329 as "%-up"
ExportAssets (56)Timeline Frame 1Symbol 332 as "#-up"
ExportAssets (56)Timeline Frame 1Symbol 335 as ")-up"
ExportAssets (56)Timeline Frame 1Symbol 338 as "(-up"
ExportAssets (56)Timeline Frame 1Symbol 341 as ""-up"
ExportAssets (56)Timeline Frame 1Symbol 344 as "?-up"
ExportAssets (56)Timeline Frame 1Symbol 347 as "!-up"
ExportAssets (56)Timeline Frame 1Symbol 350 as "'-up"
ExportAssets (56)Timeline Frame 1Symbol 353 as ",-up"
ExportAssets (56)Timeline Frame 1Symbol 356 as "&-up"
ExportAssets (56)Timeline Frame 1Symbol 359 as "--up"
ExportAssets (56)Timeline Frame 1Symbol 362 as ".-up"
ExportAssets (56)Timeline Frame 1Symbol 365 as "©-up"
ExportAssets (56)Timeline Frame 1Symbol 368 as "®-up"
ExportAssets (56)Timeline Frame 1Symbol 371 as "_-up"
ExportAssets (56)Timeline Frame 1Symbol 374 as "^-up"
ExportAssets (56)Timeline Frame 1Symbol 377 as "]-up"
ExportAssets (56)Timeline Frame 1Symbol 380 as "[-up"
ExportAssets (56)Timeline Frame 1Symbol 383 as "@-up"
ExportAssets (56)Timeline Frame 1Symbol 386 as ">-up"
ExportAssets (56)Timeline Frame 1Symbol 389 as "<-up"
ExportAssets (56)Timeline Frame 1Symbol 392 as ";-up"
ExportAssets (56)Timeline Frame 1Symbol 395 as ":-up"
ExportAssets (56)Timeline Frame 1Symbol 398 as "/-up"
ExportAssets (56)Timeline Frame 1Symbol 401 as "*-up"
ExportAssets (56)Timeline Frame 1Symbol 404 as "=-up"
ExportAssets (56)Timeline Frame 1Symbol 407 as "---up"
ExportAssets (56)Timeline Frame 1Symbol 410 as "+-up"
ExportAssets (56)Timeline Frame 1Symbol 413 as "$-up"
ExportAssets (56)Timeline Frame 1Symbol 416 as ">>-up"
ExportAssets (56)Timeline Frame 1Symbol 419 as "<<-up"
ExportAssets (56)Timeline Frame 1Symbol 422 as "~-up"
ExportAssets (56)Timeline Frame 1Symbol 425 as "}-up"
ExportAssets (56)Timeline Frame 1Symbol 428 as "{-up"
ExportAssets (56)Timeline Frame 1Symbol 431 as "|-up"
ExportAssets (56)Timeline Frame 1Symbol 434 as "1-low"
ExportAssets (56)Timeline Frame 1Symbol 437 as "2-low"
ExportAssets (56)Timeline Frame 1Symbol 440 as "3-low"
ExportAssets (56)Timeline Frame 1Symbol 443 as "4-low"
ExportAssets (56)Timeline Frame 1Symbol 446 as "5-low"
ExportAssets (56)Timeline Frame 1Symbol 449 as "6-low"
ExportAssets (56)Timeline Frame 1Symbol 452 as "7-low"
ExportAssets (56)Timeline Frame 1Symbol 455 as "8-low"
ExportAssets (56)Timeline Frame 1Symbol 458 as "9-low"
ExportAssets (56)Timeline Frame 1Symbol 461 as "0-low"
ExportAssets (56)Timeline Frame 1Symbol 464 as "a-low"
ExportAssets (56)Timeline Frame 1Symbol 467 as "b-low"
ExportAssets (56)Timeline Frame 1Symbol 470 as "c-low"
ExportAssets (56)Timeline Frame 1Symbol 473 as "d-low"
ExportAssets (56)Timeline Frame 1Symbol 476 as "e-low"
ExportAssets (56)Timeline Frame 1Symbol 479 as "f-low"
ExportAssets (56)Timeline Frame 1Symbol 482 as "g-low"
ExportAssets (56)Timeline Frame 1Symbol 485 as "h-low"
ExportAssets (56)Timeline Frame 1Symbol 488 as "i-low"
ExportAssets (56)Timeline Frame 1Symbol 491 as "j-low"
ExportAssets (56)Timeline Frame 1Symbol 494 as "k-low"
ExportAssets (56)Timeline Frame 1Symbol 497 as "l-low"
ExportAssets (56)Timeline Frame 1Symbol 500 as "m-low"
ExportAssets (56)Timeline Frame 1Symbol 503 as "n-low"
ExportAssets (56)Timeline Frame 1Symbol 506 as "o-low"
ExportAssets (56)Timeline Frame 1Symbol 509 as "p-low"
ExportAssets (56)Timeline Frame 1Symbol 512 as "q-low"
ExportAssets (56)Timeline Frame 1Symbol 515 as "r-low"
ExportAssets (56)Timeline Frame 1Symbol 518 as "s-low"
ExportAssets (56)Timeline Frame 1Symbol 521 as "t-low"
ExportAssets (56)Timeline Frame 1Symbol 524 as "u-low"
ExportAssets (56)Timeline Frame 1Symbol 527 as "v-low"
ExportAssets (56)Timeline Frame 1Symbol 530 as "w-low"
ExportAssets (56)Timeline Frame 1Symbol 533 as "x-low"
ExportAssets (56)Timeline Frame 1Symbol 536 as "y-low"
ExportAssets (56)Timeline Frame 1Symbol 539 as "z-low"
ExportAssets (56)Timeline Frame 1Symbol 542 as "0-up"
ExportAssets (56)Timeline Frame 1Symbol 545 as "1-up"
ExportAssets (56)Timeline Frame 1Symbol 548 as "2-up"
ExportAssets (56)Timeline Frame 1Symbol 551 as "3-up"
ExportAssets (56)Timeline Frame 1Symbol 554 as "4-up"
ExportAssets (56)Timeline Frame 1Symbol 557 as "5-up"
ExportAssets (56)Timeline Frame 1Symbol 560 as "6-up"
ExportAssets (56)Timeline Frame 1Symbol 563 as "7-up"
ExportAssets (56)Timeline Frame 1Symbol 566 as "8-up"
ExportAssets (56)Timeline Frame 1Symbol 569 as "9-up"
ExportAssets (56)Timeline Frame 1Symbol 572 as "a-up"
ExportAssets (56)Timeline Frame 1Symbol 575 as "b-up"
ExportAssets (56)Timeline Frame 1Symbol 578 as "c-up"
ExportAssets (56)Timeline Frame 1Symbol 581 as "d-up"
ExportAssets (56)Timeline Frame 1Symbol 584 as "e-up"
ExportAssets (56)Timeline Frame 1Symbol 587 as "f-up"
ExportAssets (56)Timeline Frame 1Symbol 590 as "g-up"
ExportAssets (56)Timeline Frame 1Symbol 593 as "h-up"
ExportAssets (56)Timeline Frame 1Symbol 596 as "i-up"
ExportAssets (56)Timeline Frame 1Symbol 599 as "j-up"
ExportAssets (56)Timeline Frame 1Symbol 602 as "k-up"
ExportAssets (56)Timeline Frame 1Symbol 605 as "l-up"
ExportAssets (56)Timeline Frame 1Symbol 608 as "m-up"
ExportAssets (56)Timeline Frame 1Symbol 611 as "n-up"
ExportAssets (56)Timeline Frame 1Symbol 614 as "o-up"
ExportAssets (56)Timeline Frame 1Symbol 617 as "p-up"
ExportAssets (56)Timeline Frame 1Symbol 620 as "q-up"
ExportAssets (56)Timeline Frame 1Symbol 623 as "r-up"
ExportAssets (56)Timeline Frame 1Symbol 626 as "s-up"
ExportAssets (56)Timeline Frame 1Symbol 629 as "t-up"
ExportAssets (56)Timeline Frame 1Symbol 632 as "u-up"
ExportAssets (56)Timeline Frame 1Symbol 635 as "v-up"
ExportAssets (56)Timeline Frame 1Symbol 638 as "w-up"
ExportAssets (56)Timeline Frame 1Symbol 641 as "x-up"
ExportAssets (56)Timeline Frame 1Symbol 644 as "y-up"
ExportAssets (56)Timeline Frame 1Symbol 647 as "z-up"
ExportAssets (56)Timeline Frame 1Symbol 650 as " space-low"
ExportAssets (56)Timeline Frame 1Symbol 652 as "space-up"
ExportAssets (56)Timeline Frame 1Symbol 653 as "world"
ExportAssets (56)Timeline Frame 1Symbol 658 as "maskLoadingBarProgress"
ExportAssets (56)Timeline Frame 1Symbol 671 as "loadingPressButtonIniMovie"
ExportAssets (56)Timeline Frame 1Symbol 672 as "loadingBarProgress"
ExportAssets (56)Timeline Frame 1Symbol 734 as "gameclipItem"
ExportAssets (56)Timeline Frame 1Symbol 744 as "cargador"
ExportAssets (56)Timeline Frame 1Symbol 2218 as "__Packages.Define"
ExportAssets (56)Timeline Frame 1Symbol 2219 as "__Packages.cObject"
ExportAssets (56)Timeline Frame 1Symbol 2220 as "__Packages.Worldmap"
ExportAssets (56)Timeline Frame 1Symbol 2221 as "__Packages.cXml"
ExportAssets (56)Timeline Frame 1Symbol 2222 as "__Packages.cBuilding"
ExportAssets (56)Timeline Frame 23Symbol 963 as "clipLogo"
ExportAssets (56)Timeline Frame 30Symbol 967 as "gameInterfaceBackground"
ExportAssets (56)Timeline Frame 30Symbol 971 as "gameInterfaceBarLife"
ExportAssets (56)Timeline Frame 30Symbol 977 as "gameMap"
ExportAssets (56)Timeline Frame 30Symbol 993 as "gameClip"
ExportAssets (56)Timeline Frame 30Symbol 1131 as "iconLevel"
ExportAssets (56)Timeline Frame 30Symbol 1133 as "clipStatsInformation"
ExportAssets (56)Timeline Frame 30Symbol 1154 as "gameMapUnitBuilding"
ExportAssets (56)Timeline Frame 30Symbol 1162 as "gameMapProtagonist"
ExportAssets (56)Timeline Frame 30Symbol 1547 as "gameClipEnemy"
ExportAssets (56)Timeline Frame 30Symbol 1771 as "gameclipShootClip"
ExportAssets (56)Timeline Frame 30Symbol 1792 as "tilemap1"
ExportAssets (56)Timeline Frame 30Symbol 1794 as "buildingForHelp"
ExportAssets (56)Timeline Frame 30Symbol 1815 as "gameClipShield"
ExportAssets (56)Timeline Frame 30Symbol 1936 as "gameclipProtagonist"
ExportAssets (56)Timeline Frame 30Symbol 1942 as "gameclipMirilla"
ExportAssets (56)Timeline Frame 30Symbol 2041 as "BACKGROUND_A"
ExportAssets (56)Timeline Frame 30Symbol 2042 as "BACKGROUND_B"
ExportAssets (56)Timeline Frame 30Symbol 2043 as "BACKGROUND_C"
ExportAssets (56)Timeline Frame 30Symbol 2044 as "MENU_MELODY"
ExportAssets (56)Timeline Frame 30Symbol 2045 as "DAMAGE_PROTAGONIST"
ExportAssets (56)Timeline Frame 30Symbol 2046 as "DEATH_VEHICLES"
ExportAssets (56)Timeline Frame 30Symbol 2047 as "DEATH_HUMAN"
ExportAssets (56)Timeline Frame 30Symbol 2048 as "DESTRUCTION_BUILDING"
ExportAssets (56)Timeline Frame 30Symbol 2049 as "GAME_OVER"
ExportAssets (56)Timeline Frame 30Symbol 2050 as "SELECTION"
ExportAssets (56)Timeline Frame 30Symbol 2051 as "FIN_LEVEL1"
ExportAssets (56)Timeline Frame 30Symbol 2052 as "FIN_LEVEL2"
ExportAssets (56)Timeline Frame 30Symbol 2053 as "FIN_LEVEL3"
ExportAssets (56)Timeline Frame 30Symbol 2054 as "FIN_LEVEL4"
ExportAssets (56)Timeline Frame 30Symbol 2055 as "FIN_LEVEL5"
ExportAssets (56)Timeline Frame 30Symbol 2056 as "FIN_LEVEL6"
ExportAssets (56)Timeline Frame 30Symbol 2057 as "FIN_LEVEL7"
ExportAssets (56)Timeline Frame 30Symbol 2058 as "INI_LEVEL1"
ExportAssets (56)Timeline Frame 30Symbol 2059 as "INI_LEVEL2"
ExportAssets (56)Timeline Frame 30Symbol 2060 as "INI_LEVEL3"
ExportAssets (56)Timeline Frame 30Symbol 2061 as "INI_LEVEL4"
ExportAssets (56)Timeline Frame 30Symbol 2062 as "INI_LEVEL5"
ExportAssets (56)Timeline Frame 30Symbol 2063 as "INI_LEVEL6"
ExportAssets (56)Timeline Frame 30Symbol 2064 as "INI_LEVEL7"
ExportAssets (56)Timeline Frame 30Symbol 2065 as "SHOOT_BAZOOKA"
ExportAssets (56)Timeline Frame 30Symbol 2066 as "SHOOT_FIRE"
ExportAssets (56)Timeline Frame 30Symbol 2067 as "SHOOT_GUN"
ExportAssets (56)Timeline Frame 30Symbol 2068 as "SHOOT_MACHINEGUN"
ExportAssets (56)Timeline Frame 30Symbol 2069 as "SUPER_BOMB1"
ExportAssets (56)Timeline Frame 30Symbol 2070 as "SUPER_BOMB2"
ExportAssets (56)Timeline Frame 30Symbol 2071 as "SUPER_BOMB3"
ExportAssets (56)Timeline Frame 30Symbol 2072 as "SUPER_BOMB4"
ExportAssets (56)Timeline Frame 30Symbol 2073 as "ITEM_BAZOKA"
ExportAssets (56)Timeline Frame 30Symbol 2074 as "ITEM_LANZALLAMAS"
ExportAssets (56)Timeline Frame 30Symbol 2075 as "ITEM_LIFE"
ExportAssets (56)Timeline Frame 30Symbol 2076 as "ITEM_MACHINEGUN"
ExportAssets (56)Timeline Frame 30Symbol 2077 as "ITEM_SHIELD"
ExportAssets (56)Timeline Frame 30Symbol 2078 as "ITEM_SPEEDUP"
ExportAssets (56)Timeline Frame 30Symbol 2079 as "ITEM_SUPERBOMB1"
ExportAssets (56)Timeline Frame 30Symbol 2080 as "ITEM_SUPERBOMB2"
ExportAssets (56)Timeline Frame 30Symbol 2081 as "ITEM_SUPERBOMB3"
ExportAssets (56)Timeline Frame 30Symbol 2082 as "ITEM_SUPERBOMB4"
ExportAssets (56)Timeline Frame 30Symbol 2084 as "tilemap4"
ExportAssets (56)Timeline Frame 30Symbol 2137 as "gameClipNPC"
ExportAssets (56)Timeline Frame 30Symbol 2138 as "tilemap3"
ExportAssets (56)Timeline Frame 30Symbol 2139 as "tilemap2"

Labels

"sponsor"Frame 6
"poxpower"Frame 14
"logo"Frame 23
"main"Frame 30
"item_life"Symbol 734 MovieClip [gameclipItem] Frame 1
"item_metralleta"Symbol 734 MovieClip [gameclipItem] Frame 15
"item_bazoka"Symbol 734 MovieClip [gameclipItem] Frame 30
"item_fire"Symbol 734 MovieClip [gameclipItem] Frame 45
"item_fast"Symbol 734 MovieClip [gameclipItem] Frame 60
"item_slow"Symbol 734 MovieClip [gameclipItem] Frame 75
"item_super"Symbol 734 MovieClip [gameclipItem] Frame 91
"endRetro"Symbol 886 MovieClip Frame 128
"endintroanimation"Symbol 1065 MovieClip Frame 105
"rojo"Symbol 1110 MovieClip Frame 1
"verde"Symbol 1110 MovieClip Frame 11
"azul"Symbol 1110 MovieClip Frame 21
"blanco"Symbol 1110 MovieClip Frame 31
"time_done"Symbol 1115 MovieClip Frame 1
"kills_done"Symbol 1115 MovieClip Frame 2
"level1"Symbol 1115 MovieClip Frame 3
"level2"Symbol 1115 MovieClip Frame 4
"level3"Symbol 1115 MovieClip Frame 5
"level4"Symbol 1115 MovieClip Frame 6
"level5"Symbol 1115 MovieClip Frame 7
"level6"Symbol 1115 MovieClip Frame 8
"level7"Symbol 1115 MovieClip Frame 9
"level8"Symbol 1115 MovieClip Frame 10
"new_destruction"Symbol 1115 MovieClip Frame 11
"stadistics"Symbol 1133 MovieClip [clipStatsInformation] Frame 1
"newDay"Symbol 1133 MovieClip [clipStatsInformation] Frame 3
"next"Symbol 1146 MovieClip Frame 1
"back"Symbol 1146 MovieClip Frame 2
"exit"Symbol 1146 MovieClip Frame 3
"retry"Symbol 1146 MovieClip Frame 4
"soldier_normal"Symbol 1547 MovieClip [gameClipEnemy] Frame 1
"soldier_normal_quiet"Symbol 1547 MovieClip [gameClipEnemy] Frame 1
"soldier_normal_walk"Symbol 1547 MovieClip [gameClipEnemy] Frame 17
"soldier_normal_death"Symbol 1547 MovieClip [gameClipEnemy] Frame 33
"soldier_medium"Symbol 1547 MovieClip [gameClipEnemy] Frame 49
"soldier_medium_quiet"Symbol 1547 MovieClip [gameClipEnemy] Frame 49
"soldier_medium_walk"Symbol 1547 MovieClip [gameClipEnemy] Frame 65
"soldier_medium_death"Symbol 1547 MovieClip [gameClipEnemy] Frame 81
"soldier_high"Symbol 1547 MovieClip [gameClipEnemy] Frame 99
"soldier_high_quiet"Symbol 1547 MovieClip [gameClipEnemy] Frame 99
"soldier_high_walk"Symbol 1547 MovieClip [gameClipEnemy] Frame 113
"soldier_high_death"Symbol 1547 MovieClip [gameClipEnemy] Frame 128
"soldier_general"Symbol 1547 MovieClip [gameClipEnemy] Frame 145
"soldier_general_quiet"Symbol 1547 MovieClip [gameClipEnemy] Frame 145
"soldier_general_walk"Symbol 1547 MovieClip [gameClipEnemy] Frame 161
"soldier_general_death"Symbol 1547 MovieClip [gameClipEnemy] Frame 177
"vehicle_motorbike"Symbol 1547 MovieClip [gameClipEnemy] Frame 194
"vehicle_motorbike_quiet"Symbol 1547 MovieClip [gameClipEnemy] Frame 194
"vehicle_motorbike_walk"Symbol 1547 MovieClip [gameClipEnemy] Frame 212
"vehicle_motorbike_death"Symbol 1547 MovieClip [gameClipEnemy] Frame 229
"vehicle_tank"Symbol 1547 MovieClip [gameClipEnemy] Frame 247
"vehicle_tank_quiet"Symbol 1547 MovieClip [gameClipEnemy] Frame 247
"vehicle_tank_walk"Symbol 1547 MovieClip [gameClipEnemy] Frame 262
"vehicle_tank_death"Symbol 1547 MovieClip [gameClipEnemy] Frame 277
"vehicle_chopter"Symbol 1547 MovieClip [gameClipEnemy] Frame 293
"vehicle_chopter_quiet"Symbol 1547 MovieClip [gameClipEnemy] Frame 293
"vehicle_chopter_walk"Symbol 1547 MovieClip [gameClipEnemy] Frame 309
"vehicle_chopter_death"Symbol 1547 MovieClip [gameClipEnemy] Frame 325
"shoot_normal_player"Symbol 1771 MovieClip [gameclipShootClip] Frame 1
"shoot_metralla_player"Symbol 1771 MovieClip [gameclipShootClip] Frame 16
"shoot_bazoka_player"Symbol 1771 MovieClip [gameclipShootClip] Frame 32
"shoot_fire_player"Symbol 1771 MovieClip [gameclipShootClip] Frame 47
"shoot_normal_enemy"Symbol 1771 MovieClip [gameclipShootClip] Frame 60
"shoot_metralla_enemy"Symbol 1771 MovieClip [gameclipShootClip] Frame 76
"shoot_bazoka_enemy"Symbol 1771 MovieClip [gameclipShootClip] Frame 90
"shoot_fire_enemy"Symbol 1771 MovieClip [gameclipShootClip] Frame 103
"explosion_normal"Symbol 1771 MovieClip [gameclipShootClip] Frame 118
"explosion_metralla"Symbol 1771 MovieClip [gameclipShootClip] Frame 138
"explosion_bazoka"Symbol 1771 MovieClip [gameclipShootClip] Frame 158
"explosion_fire"Symbol 1771 MovieClip [gameclipShootClip] Frame 181
"explosion_super1"Symbol 1771 MovieClip [gameclipShootClip] Frame 197
"explosion_super2"Symbol 1771 MovieClip [gameclipShootClip] Frame 213
"explosion_super3"Symbol 1771 MovieClip [gameclipShootClip] Frame 230
"explosion_super4"Symbol 1771 MovieClip [gameclipShootClip] Frame 246
"explosion_normal_enemy"Symbol 1771 MovieClip [gameclipShootClip] Frame 262
"explosion_metralla_enemy"Symbol 1771 MovieClip [gameclipShootClip] Frame 272
"explosion_bazoka_enemy"Symbol 1771 MovieClip [gameclipShootClip] Frame 282
"explosion_fire_enemy"Symbol 1771 MovieClip [gameclipShootClip] Frame 294
"website"Symbol 1776 MovieClip Frame 1
"website_free"Symbol 1776 MovieClip Frame 2
"contact"Symbol 1776 MovieClip Frame 3
"contact_free"Symbol 1776 MovieClip Frame 4
"creditos"Symbol 1777 MovieClip Frame 7
"loading"Symbol 1779 MovieClip Frame 1
"help_1_of_3"Symbol 1779 MovieClip Frame 2
"help_2_of_3"Symbol 1779 MovieClip Frame 3
"help_3_of_3"Symbol 1779 MovieClip Frame 4
"about_team"Symbol 1779 MovieClip Frame 5
"about_music"Symbol 1779 MovieClip Frame 6
"about_fx_sounds"Symbol 1779 MovieClip Frame 7
"about_last_page"Symbol 1779 MovieClip Frame 8
"congratulations"Symbol 1779 MovieClip Frame 9
"sorry"Symbol 1779 MovieClip Frame 10
"end_game_gr"Symbol 1779 MovieClip Frame 11
"section1"Symbol 1794 MovieClip [buildingForHelp] Frame 1
"section2"Symbol 1794 MovieClip [buildingForHelp] Frame 9
"section3"Symbol 1794 MovieClip [buildingForHelp] Frame 18
"section4"Symbol 1794 MovieClip [buildingForHelp] Frame 26
"protagonist_quiet"Symbol 1936 MovieClip [gameclipProtagonist] Frame 1
"protagonist_walk"Symbol 1936 MovieClip [gameclipProtagonist] Frame 15
"protagonist_quiet_metralladora"Symbol 1936 MovieClip [gameclipProtagonist] Frame 27
"protagonist_walk_metralladora"Symbol 1936 MovieClip [gameclipProtagonist] Frame 39
"protagonist_quiet_bazoka"Symbol 1936 MovieClip [gameclipProtagonist] Frame 51
"protagonist_walk_bazoka"Symbol 1936 MovieClip [gameclipProtagonist] Frame 63
"protagonist_quiet_fire"Symbol 1936 MovieClip [gameclipProtagonist] Frame 75
"protagonist_walk_fire"Symbol 1936 MovieClip [gameclipProtagonist] Frame 87
"protagonist_victory"Symbol 1936 MovieClip [gameclipProtagonist] Frame 99
"protagonist_death"Symbol 1936 MovieClip [gameclipProtagonist] Frame 113
"song1"Symbol 2030 MovieClip Frame 1
"song2"Symbol 2030 MovieClip Frame 2
"song3"Symbol 2030 MovieClip Frame 3
"song4"Symbol 2030 MovieClip Frame 4
"author"Symbol 2030 MovieClip Frame 5
"continue"Symbol 2040 MovieClip Frame 1
"settings"Symbol 2040 MovieClip Frame 2
"help"Symbol 2040 MovieClip Frame 3
"exit_menu"Symbol 2040 MovieClip Frame 4
"npc_human1"Symbol 2137 MovieClip [gameClipNPC] Frame 1
"npc_human1_quiet"Symbol 2137 MovieClip [gameClipNPC] Frame 1
"npc_human1_walk"Symbol 2137 MovieClip [gameClipNPC] Frame 16
"npc_human1_death"Symbol 2137 MovieClip [gameClipNPC] Frame 31
"npc_human2"Symbol 2137 MovieClip [gameClipNPC] Frame 46
"npc_human2_quiet"Symbol 2137 MovieClip [gameClipNPC] Frame 46
"npc_human2_walk"Symbol 2137 MovieClip [gameClipNPC] Frame 60
"npc_human2_death"Symbol 2137 MovieClip [gameClipNPC] Frame 73
"npc_human3"Symbol 2137 MovieClip [gameClipNPC] Frame 88
"npc_human3_quiet"Symbol 2137 MovieClip [gameClipNPC] Frame 88
"npc_human3_walk"Symbol 2137 MovieClip [gameClipNPC] Frame 102
"npc_human3_death"Symbol 2137 MovieClip [gameClipNPC] Frame 116
"npc_car1"Symbol 2137 MovieClip [gameClipNPC] Frame 131
"npc_car1_quiet"Symbol 2137 MovieClip [gameClipNPC] Frame 131
"npc_car1_walk"Symbol 2137 MovieClip [gameClipNPC] Frame 143
"npc_car1_death"Symbol 2137 MovieClip [gameClipNPC] Frame 155
"npc_car2"Symbol 2137 MovieClip [gameClipNPC] Frame 168
"npc_car2_quiet"Symbol 2137 MovieClip [gameClipNPC] Frame 168
"npc_car2_walk"Symbol 2137 MovieClip [gameClipNPC] Frame 180
"npc_car2_death"Symbol 2137 MovieClip [gameClipNPC] Frame 192
"npc_car3"Symbol 2137 MovieClip [gameClipNPC] Frame 205
"npc_car3_quiet"Symbol 2137 MovieClip [gameClipNPC] Frame 205
"npc_car3_walk"Symbol 2137 MovieClip [gameClipNPC] Frame 217
"npc_car3_death"Symbol 2137 MovieClip [gameClipNPC] Frame 229
"mainMenu"Symbol 2141 MovieClip Frame 1
"menuPlay"Symbol 2141 MovieClip Frame 12
"menuLoad"Symbol 2141 MovieClip Frame 23
"settings"Symbol 2141 MovieClip Frame 26
"help"Symbol 2141 MovieClip Frame 36
"help1"Symbol 2141 MovieClip Frame 44
"help2"Symbol 2141 MovieClip Frame 52
"about"Symbol 2141 MovieClip Frame 59
"about2"Symbol 2141 MovieClip Frame 67
"about3"Symbol 2141 MovieClip Frame 75
"about4"Symbol 2141 MovieClip Frame 83
"vaciocaratula"Symbol 2141 MovieClip Frame 91
"pause"Symbol 2141 MovieClip Frame 96
"vacio"Symbol 2141 MovieClip Frame 108
"cargando"Symbol 2141 MovieClip Frame 126
"level1"Symbol 2142 MovieClip Frame 1
"level2"Symbol 2142 MovieClip Frame 2
"level3"Symbol 2142 MovieClip Frame 3
"level4"Symbol 2142 MovieClip Frame 4
"level5"Symbol 2142 MovieClip Frame 5
"level6"Symbol 2142 MovieClip Frame 6
"level7"Symbol 2142 MovieClip Frame 7
"level8"Symbol 2142 MovieClip Frame 8
"Seccion1"Symbol 2154 MovieClip Frame 1
"Seccion2"Symbol 2154 MovieClip Frame 22
"vacio"Symbol 2154 MovieClip Frame 44
"submit"Symbol 2157 MovieClip Frame 1
"username"Symbol 2157 MovieClip Frame 2
"endgametexts"Symbol 2160 MovieClip Frame 1
"unlocked_survival"Symbol 2160 MovieClip Frame 2
"loading"Symbol 2161 MovieClip Frame 1
"victory"Symbol 2161 MovieClip Frame 10
"highscore"Symbol 2161 MovieClip Frame 36
"lose"Symbol 2161 MovieClip Frame 53
"endGame"Symbol 2161 MovieClip Frame 75
"parar"Symbol 2161 MovieClip Frame 97

Dynamic Text Variables

textHTML_ExplanationHelpSymbol 1773 EditableText"<p align="center"></p>"
textHTMLSymbol 2036 EditableText"<p align="center"></p>"
textNameHighscoreDeconsSymbol 2155 EditableText""




http://swfchan.com/14/67606/info.shtml
Created: 11/4 -2019 11:21:49 Last modified: 11/4 -2019 11:21:49 Server time: 03/05 -2024 19:32:34