Combined Code
movieClip 10 {
}
movieClip 12 {
}
movieClip 16 {
}
movieClip 20 {
}
movieClip 21 zeezee {
instance of movieClip 10 {
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y + 997);
}
}
}
movieClip 24 {
}
movieClip 28 {
}
movieClip 32 {
}
movieClip 33 nora {
instance of movieClip 10 {
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y + 998);
}
}
}
movieClip 35 {
}
movieClip 37 {
}
movieClip 40 {
}
movieClip 44 {
}
movieClip 48 {
}
movieClip 49 bow {
instance of movieClip 35 {
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y + 999);
}
}
}
frame 2 {
stop();
Stage.showMenu = false;
}
button 60 {
on (press) {
getURL('http://googumproduce.com', '_blank');
}
}
movieClip 63 {
}
movieClip 68 {
}
movieClip 70 {
}
movieClip 71 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance pla of movieClip 68 {
onClipEvent (load) {
this.stop();
}
}
instance clicker of movieClip 70 {
onClipEvent (press) {
_root.gotoAndStop(_parent.frametogoto);
}
onClipEvent (rollOver) {
_parent.pla.gotoAndStop(2);
}
onClipEvent (rollOut) {
_parent.pla.gotoAndStop(1);
}
}
}
movieClip 74 {
}
movieClip 77 {
instance of movieClip 71 {
onClipEvent (load) {
total = _root.getBytesTotal() / 13;
loadedin = _root.getBytesLoaded();
frametogoto = 5;
}
onClipEvent (enterFrame) {
loadedin = _root.getBytesLoaded();
if (loadedin >= total) {
this.gotoAndStop(2);
} else {
this.percentile = Math.floor((loadedin / total) * 100);
this.bar._xscale = (loadedin / total) * 100;
}
}
}
instance of movieClip 71 {
onClipEvent (load) {
total = _root.getBytesTotal();
loadedin = _root.getBytesLoaded();
frametogoto = 8;
}
onClipEvent (enterFrame) {
loadedin = _root.getBytesLoaded();
if (loadedin >= total) {
this.gotoAndStop(2);
} else {
this.percentile = Math.floor((loadedin / total) * 100);
this.bar._xscale = (loadedin / total) * 100;
}
}
}
instance of movieClip 74 {
onClipEvent (press) {
_root.gotoAndStop(4);
}
}
frame 15 {
stop();
}
}
button 79 {
on (press) {
_root.gotoAndStop(2);
}
}
frame 5 {
stop();
bow = '';
nora = '';
zeezee = '';
kit = '';
metavee = '';
cookie = '';
phallimon = '';
bandit = '';
gramps = '';
food = '';
steps = 1;
forest = false;
boxkey = 0;
money = 0;
enoughmoney = false;
cards = 0;
drugs = 0;
foughttaco = false;
kitjoined = false;
canboss = 0;
foughtryan = false;
enemyname = '';
enemymon = 0;
metaveehealth = 100;
cookiehealth = 100;
phallimonhealth = 100;
bandithealth = 100;
licked = 0;
stenchofdeath = false;
camholdx = 960;
camholdy = 300;
bowholdx = 780;
bowholdy = 300;
bowdirhold = 'n';
noraholdx = 780;
noraholdy = 340;
noradirhold = 'n';
zeezeeholdx = 780;
zeezeeholdy = 380;
zeezeedirhold = 'n';
map = 1;
}
movieClip 85 {
}
movieClip 90 {
frame 1 {
stop();
}
}
movieClip 129 {
frame 1 {
stop();
}
}
instance tellem of movieClip 129 {
}
movieClip 132 {
}
movieClip 133 {
}
instance arrow of movieClip 133 {
onClipEvent (load) {
stop();
right = true;
left = true;
up = true;
down = true;
ay = true;
es = false;
alphabet = true;
randname = 0;
_root.naming = '';
character = 1;
notpaused = false;
}
onClipEvent (enterFrame) {
if (notpaused) {
if (Key.isDown(39) && right) {
if (_currentframe == 11) {
this.gotoAndStop(1);
} else {
if (_currentframe == 22) {
this.gotoAndStop(12);
} else {
if (_currentframe == 32) {
this.gotoAndStop(23);
} else {
if (_currentframe == 44) {
this.gotoAndStop(33);
} else {
if (_currentframe == 48) {
this.gotoAndStop(45);
} else {
if (_currentframe == 51) {
this.gotoAndStop(49);
} else {
nextFrame();
}
}
}
}
}
}
right = false;
}
if (!Key.isDown(39) && !right) {
right = true;
}
if (Key.isDown(37) && left) {
if (_currentframe == 1) {
this.gotoAndStop(11);
} else {
if (_currentframe == 12) {
this.gotoAndStop(22);
} else {
if (_currentframe == 23) {
this.gotoAndStop(32);
} else {
if (_currentframe == 33) {
this.gotoAndStop(44);
} else {
if (_currentframe == 45) {
this.gotoAndStop(48);
} else {
if (_currentframe == 49) {
this.gotoAndStop(51);
} else {
prevFrame();
}
}
}
}
}
}
left = false;
}
if (!Key.isDown(37) && !left) {
left = true;
}
if (Key.isDown(38) && up) {
if (_currentframe > 0 && _currentframe < 4) {
this.gotoAndStop(49);
} else {
if (_currentframe > 3 && _currentframe < 7) {
this.gotoAndStop(46);
} else {
if (_currentframe > 6 && _currentframe < 10) {
this.gotoAndStop(_currentframe + 32);
} else {
if (_currentframe == 10) {
this.gotoAndStop(50);
} else {
if (_currentframe == 11) {
this.gotoAndStop(51);
} else {
if (_currentframe > 11 && _currentframe < 31) {
this.gotoAndStop(_currentframe - 11);
} else {
if (_currentframe > 30 && _currentframe < 41) {
this.gotoAndStop(_currentframe - 10);
} else {
if (_currentframe > 40 && _currentframe < 43) {
this.gotoAndStop(_currentframe - 11);
} else {
if (_currentframe > 42 && _currentframe < 46) {
this.gotoAndStop(_currentframe - 12);
} else {
if (_currentframe == 46) {
this.gotoAndStop(37);
} else {
if (_currentframe > 46 && _currentframe < 50) {
this.gotoAndStop(_currentframe - 4);
} else {
if (_currentframe > 49 && _currentframe < 52) {
this.gotoAndStop(_currentframe - 3);
}
}
}
}
}
}
}
}
}
}
}
}
up = false;
}
if (!Key.isDown(38) && !up) {
up = true;
}
if (Key.isDown(40) && down) {
if (_currentframe > 0 && _currentframe < 20) {
this.gotoAndStop(_currentframe + 11);
} else {
if (_currentframe > 19 && _currentframe < 31) {
this.gotoAndStop(_currentframe + 10);
} else {
if (_currentframe > 30 && _currentframe < 33) {
this.gotoAndStop(_currentframe + 12);
} else {
if (_currentframe > 32 && _currentframe < 36) {
this.gotoAndStop(45);
} else {
if (_currentframe > 35 && _currentframe < 39) {
this.gotoAndStop(46);
} else {
if (_currentframe > 38 && _currentframe < 43) {
this.gotoAndStop(50);
} else {
if (_currentframe > 42 && _currentframe < 46) {
this.gotoAndStop(_currentframe + 4);
} else {
if (_currentframe > 45 && _currentframe < 49) {
this.gotoAndStop(_currentframe + 3);
} else {
if (_currentframe == 49) {
this.gotoAndStop(1);
} else {
if (_currentframe == 50) {
this.gotoAndStop(10);
} else {
if (_currentframe == 51) {
this.gotoAndStop(11);
}
}
}
}
}
}
}
}
}
}
}
down = false;
}
if (!Key.isDown(40) && !down) {
down = true;
}
if (Key.isDown(83) && es) {
if (_root.alphabet._currentframe == 1) {
alphabet = true;
} else {
alphabet = false;
}
if (_currentframe == 1) {
if (alphabet) {
_root.naming += 'A';
es = false;
} else {
_root.naming += 'a';
es = false;
}
} else {
if (_currentframe == 2) {
if (alphabet) {
_root.naming += 'B';
es = false;
} else {
_root.naming += 'b';
es = false;
}
} else {
if (_currentframe == 3) {
if (alphabet) {
_root.naming += 'C';
es = false;
} else {
_root.naming += 'c';
es = false;
}
} else {
if (_currentframe == 4) {
if (alphabet) {
_root.naming += 'D';
es = false;
} else {
_root.naming += 'd';
es = false;
}
} else {
if (_currentframe == 5) {
if (alphabet) {
_root.naming += 'E';
es = false;
} else {
_root.naming += 'e';
es = false;
}
} else {
if (_currentframe == 6) {
if (alphabet) {
_root.naming += 'F';
es = false;
} else {
_root.naming += 'f';
es = false;
}
} else {
if (_currentframe == 7) {
if (alphabet) {
_root.naming += 'G';
es = false;
} else {
_root.naming += 'g';
es = false;
}
} else {
if (_currentframe == 8) {
if (alphabet) {
_root.naming += 'H';
es = false;
} else {
_root.naming += 'h';
es = false;
}
} else {
if (_currentframe == 9) {
if (alphabet) {
_root.naming += 'I';
es = false;
} else {
_root.naming += 'i';
es = false;
}
} else {
if (_currentframe == 10) {
_root.naming += '-';
es = false;
} else {
if (_currentframe == 11) {
_root.naming += '}';
es = false;
} else {
if (_currentframe == 12) {
if (alphabet) {
_root.naming += 'J';
es = false;
} else {
_root.naming += 'j';
es = false;
}
} else {
if (_currentframe == 13) {
if (alphabet) {
_root.naming += 'K';
es = false;
} else {
_root.naming += 'k';
es = false;
}
} else {
if (_currentframe == 14) {
if (alphabet) {
_root.naming += 'L';
es = false;
} else {
_root.naming += 'l';
es = false;
}
} else {
if (_currentframe == 15) {
if (alphabet) {
_root.naming += 'M';
es = false;
} else {
_root.naming += 'm';
es = false;
}
} else {
if (_currentframe == 16) {
if (alphabet) {
_root.naming += 'N';
es = false;
} else {
_root.naming += 'n';
es = false;
}
} else {
if (_currentframe == 17) {
if (alphabet) {
_root.naming += 'O';
es = false;
} else {
_root.naming += 'o';
es = false;
}
} else {
if (_currentframe == 18) {
if (alphabet) {
_root.naming += 'P';
es = false;
} else {
_root.naming += 'p';
es = false;
}
} else {
if (_currentframe == 19) {
if (alphabet) {
_root.naming += 'Q';
es = false;
} else {
_root.naming += 'q';
es = false;
}
} else {
if (_currentframe == 20) {
if (alphabet) {
_root.naming += 'R';
es = false;
} else {
_root.naming += 'r';
es = false;
}
} else {
if (_currentframe == 21) {
_root.naming += '\'';
es = false;
} else {
if (_currentframe == 22) {
_root.naming += '~';
es = false;
} else {
if (_currentframe == 23) {
if (alphabet) {
_root.naming += 'S';
es = false;
} else {
_root.naming += 's';
es = false;
}
} else {
if (_currentframe == 24) {
if (alphabet) {
_root.naming += 'T';
es = false;
} else {
_root.naming += 't';
es = false;
}
} else {
if (_currentframe == 25) {
if (alphabet) {
_root.naming += 'U';
es = false;
} else {
_root.naming += 'u';
es = false;
}
} else {
if (_currentframe == 26) {
if (alphabet) {
_root.naming += 'V';
es = false;
} else {
_root.naming += 'v';
es = false;
}
} else {
if (_currentframe == 27) {
if (alphabet) {
_root.naming += 'W';
es = false;
} else {
_root.naming += 'w';
es = false;
}
} else {
if (_currentframe == 28) {
if (alphabet) {
_root.naming += 'X';
es = false;
} else {
_root.naming += 'x';
es = false;
}
} else {
if (_currentframe == 29) {
if (alphabet) {
_root.naming += 'Y';
es = false;
} else {
_root.naming += 'y';
es = false;
}
} else {
if (_currentframe == 30) {
if (alphabet) {
_root.naming += 'Z';
es = false;
} else {
_root.naming += 'z';
es = false;
}
} else {
if (_currentframe == 31) {
_root.naming += '.';
es = false;
} else {
if (_currentframe == 32) {
_root.naming += '/';
es = false;
} else {
if (_currentframe == 33) {
_root.naming += '1';
es = false;
} else {
if (_currentframe == 34) {
_root.naming += '2';
es = false;
} else {
if (_currentframe == 35) {
_root.naming += '3';
es = false;
} else {
if (_currentframe == 36) {
_root.naming += '4';
es = false;
} else {
if (_currentframe == 37) {
_root.naming += '5';
es = false;
} else {
if (_currentframe == 38) {
_root.naming += '6';
es = false;
} else {
if (_currentframe == 39) {
_root.naming += '7';
es = false;
} else {
if (_currentframe == 40) {
_root.naming += '8';
es = false;
} else {
if (_currentframe == 41) {
_root.naming += '9';
es = false;
} else {
if (_currentframe == 42) {
_root.naming += '0';
es = false;
} else {
if (_currentframe == 43) {
_root.naming += '!';
es = false;
} else {
if (_currentframe == 44) {
_root.naming += '{';
es = false;
} else {
if (_currentframe == 47) {
_root.naming += '?';
es = false;
} else {
if (_currentframe == 48) {
_root.naming += '$';
es = false;
} else {
if (_currentframe == 45) {
_root.alphabet.gotoAndStop(1);
es = false;
} else {
if (_currentframe == 46) {
_root.alphabet.gotoAndStop(2);
es = false;
} else {
if (_currentframe == 49) {
++randname;
if (randname == 6) {
randname = 1;
}
if (_root.tellem._currentframe == 1) {
if (randname == 1) {
_root.naming = 'Bow';
}
if (randname == 2) {
_root.naming = 'Tyler';
}
if (randname == 3) {
_root.naming = 'Link';
}
if (randname == 4) {
_root.naming = 'Colin';
}
if (randname == 5) {
_root.naming = 'Tai';
}
} else {
if (_root.tellem._currentframe == 2) {
if (randname == 1) {
_root.naming = 'Nora';
}
if (randname == 2) {
_root.naming = 'Marla';
}
if (randname == 3) {
_root.naming = 'Malon';
}
if (randname == 4) {
_root.naming = 'Chris';
}
if (randname == 5) {
_root.naming = 'Sora';
}
} else {
if (_root.tellem._currentframe == 3) {
if (randname == 1) {
_root.naming = 'ZeeZee';
}
if (randname == 2) {
_root.naming = 'Chloe';
}
if (randname == 3) {
_root.naming = 'Impa';
}
if (randname == 4) {
_root.naming = 'Hugh';
}
if (randname == 5) {
_root.naming = 'MiMi';
}
} else {
if (_root.tellem._currentframe == 4) {
if (randname == 1) {
_root.naming = 'Kit';
}
if (randname == 2) {
_root.naming = 'Jack';
}
if (randname == 3) {
_root.naming = 'Skull-Kid';
}
if (randname == 4) {
_root.naming = 'Rod';
}
if (randname == 5) {
_root.naming = 'Matt';
}
} else {
if (_root.tellem._currentframe == 5) {
if (randname == 1) {
_root.naming = 'Meta-vee';
}
if (randname == 2) {
_root.naming = 'Soap';
}
if (randname == 3) {
_root.naming = 'Tatyl';
}
if (randname == 4) {
_root.naming = 'Blunstone';
}
if (randname == 5) {
_root.naming = 'Metabee';
}
} else {
if (_root.tellem._currentframe == 6) {
if (randname == 1) {
_root.naming = 'Cookie';
}
if (randname == 2) {
_root.naming = 'Mechanic';
}
if (randname == 3) {
_root.naming = 'Ganon';
}
if (randname == 4) {
_root.naming = 'White';
}
if (randname == 5) {
_root.naming = 'Atomsk';
}
} else {
if (_root.tellem._currentframe == 7) {
if (randname == 1) {
_root.naming = 'Phallimon';
}
if (randname == 2) {
_root.naming = 'Khacki';
}
if (randname == 3) {
_root.naming = 'Ingo';
}
if (randname == 4) {
_root.naming = 'Grundy';
}
if (randname == 5) {
_root.naming = 'Lain';
}
} else {
if (_root.tellem._currentframe == 8) {
if (randname == 1) {
_root.naming = 'Bandit';
}
if (randname == 2) {
_root.naming = 'Father';
}
if (randname == 3) {
_root.naming = 'Tael';
}
if (randname == 4) {
_root.naming = 'Argent';
}
if (randname == 5) {
_root.naming = 'Tanuki';
}
} else {
if (_root.tellem._currentframe == 9) {
if (randname == 1) {
_root.naming = 'Hotdogs';
}
if (randname == 2) {
_root.naming = 'Mac\'n\'Cheese';
}
if (randname == 3) {
_root.naming = 'Pizza';
}
if (randname == 4) {
_root.naming = 'Cheeseburger';
}
if (randname == 5) {
_root.naming = 'Cheez Stik';
}
} else {
if (_root.tellem._currentframe == 10) {
if (randname == 1) {
_root.naming = 'Straight';
}
if (randname == 2) {
_root.naming = 'Gay';
}
if (randname == 3) {
_root.naming = 'Lesbo';
}
if (randname == 4) {
_root.naming = 'Bi-sexual';
}
if (randname == 5) {
_root.naming = 'Scared/Confused';
}
} else {
if (_root.tellem._currentframe == 11 || _root.tellem._currentframe == 12) {
if (randname == 1) {
_root.naming = 'Yes';
}
if (randname == 2) {
_root.naming = 'No';
}
if (randname == 3) {
_root.naming = 'Maybe';
}
if (randname == 4) {
_root.naming = 'Probablly';
}
if (randname == 5) {
_root.naming = 'Err.';
}
} else {
if (_root.tellem._currentframe == 13) {
if (randname == 1) {
_root.naming = 'I am';
}
if (randname == 2) {
_root.naming = 'telling';
}
if (randname == 3) {
_root.naming = 'the';
}
if (randname == 4) {
_root.naming = 'truth';
}
if (randname == 5) {
_root.naming = '...';
}
} else {
if (_root.tellem._currentframe == 14) {
if (randname == 1) {
_root.naming = 'I am';
}
if (randname == 2) {
_root.naming = 'so';
}
if (randname == 3) {
_root.naming = 'ashamed';
}
if (randname == 4) {
_root.naming = 'of';
}
if (randname == 5) {
_root.naming = 'myself.';
}
} else {
if (_root.tellem._currentframe == 15) {
if (randname == 1) {
_root.naming = 'Thank You!';
}
if (randname == 2) {
_root.naming = 'Stupid Game!';
}
if (randname == 3) {
_root.naming = 'Bout Effing Time!';
}
if (randname == 4) {
_root.naming = 'Movie\'s Done!';
}
if (randname == 5) {
_root.naming = '$$$';
}
} else {
if (_root.tellem._currentframe == 16) {
if (randname == 1) {
_root.naming = 'Gramps';
}
if (randname == 2) {
_root.naming = 'Bob';
}
if (randname == 3) {
_root.naming = 'Zelda';
}
if (randname == 4) {
_root.naming = 'Paul Atkinson';
}
if (randname == 5) {
_root.naming = 'Brak';
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
es = false;
} else {
if (_currentframe == 50) {
_root.naming = _root.naming.slice(0, _root.naming.length - 1);
es = false;
} else {
if (_currentframe == 51 && _root.naming != '') {
if (character == 1) {
_root.bow = _root.naming;
}
if (character == 2) {
_root.nora = _root.naming;
}
if (character == 3) {
_root.zeezee = _root.naming;
}
if (character == 4) {
_root.kit = _root.naming;
}
if (character == 5) {
_root.metavee = _root.naming;
}
if (character == 6) {
_root.cookie = _root.naming;
}
if (character == 7) {
_root.phallimon = _root.naming;
}
if (character == 8) {
_root.bandit = _root.naming;
}
if (character == 9) {
_root.food = _root.naming;
}
if (character == 16) {
_root.gramps = _root.naming;
if (_root.bow != 'Bow' && _root.bow != 'Tyler' && _root.bow != 'Link' && _root.bow != 'Colin' && _root.bow != 'Tai') {
++_root.steps;
}
if (_root.nora != 'Nora' && _root.nora != 'Marla' && _root.nora != 'Malon' && _root.nora != 'Chris' && _root.nora != 'Sora') {
++_root.steps;
}
if (_root.zeezee != 'ZeeZee' && _root.zeezee != 'Chloe' && _root.zeezee != 'Impa' && _root.zeezee != 'Hugh' && _root.zeezee != 'MiMi') {
++_root.steps;
}
if (_root.kit != 'Kit' && _root.kit != 'Jack' && _root.kit != 'Skull-Kid' && _root.kit != 'Rod' && _root.kit != 'Matt') {
++_root.steps;
}
if (_root.metavee != 'Meta-vee' && _root.metavee != 'Soap' && _root.metavee != 'Tatyl' && _root.metavee != 'Blunstone' && _root.metavee != 'Metabee') {
++_root.steps;
}
if (_root.cookie != 'Cookie' && _root.cookie != 'Mechanic' && _root.cookie != 'Ganon' && _root.cookie != 'White' && _root.cookie != 'Atomsk') {
++_root.steps;
}
if (_root.phallimon != 'Phallimon' && _root.phallimon != 'Khacki' && _root.phallimon != 'Ingo' && _root.phallimon != 'Grundy' && _root.phallimon != 'Lain') {
++_root.steps;
}
if (_root.bandit != 'Bandit' && _root.bandit != 'Father' && _root.bandit != 'Tael' && _root.bandit != 'Argent' && _root.bandit != 'Tanuki') {
++_root.steps;
}
if (_root.food != 'Hotdogs' && _root.food != 'Mac\'n\'Cheese' && _root.food != 'Pizza' && _root.food != 'Cheeseburger' && _root.food != 'Cheez Stik') {
++_root.steps;
}
if (_root.gramps != 'Gramps' && _root.gramps != 'Bob' && _root.gramps != 'Zelda' && _root.gramps != 'Paul Atkinson' && _root.gramps != 'Brak') {
++_root.steps;
}
_root.nextFrame();
}
++character;
randname = 0;
_root.tellem.nextFrame();
_root.alphabet.gotoAndStop(1);
alphabet = true;
es = false;
_root.naming = '';
this.gotoAndStop(1);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
if (!Key.isDown(83) && !es) {
es = true;
}
if (Key.isDown(65) && ay) {
if (_root.naming == '' && character > 1) {
--character;
randname = 0;
_root.tellem.prevFrame();
_root.alphabet.gotoAndStop(1);
alphabet = true;
ay = false;
_root.naming = '';
this.gotoAndStop(1);
}
if (_root.naming != '') {
_root.naming = _root.naming.slice(0, _root.naming.length - 1);
ay = false;
}
}
if (!Key.isDown(65) && !ay) {
ay = true;
}
}
}
}
movieClip 136 {
}
movieClip 147 {
}
movieClip 148 {
frame 1 {
stop();
}
instance of movieClip 136 {
onClipEvent (press) {
_parent.nextFrame();
}
}
instance of movieClip 147 {
onClipEvent (load) {
stop();
up = true;
down = true;
savefile = SharedObject.getLocal('morphemonep1');
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && up) {
gotoAndStop(1);
up = false;
}
if (!Key.isDown(38) && !up) {
up = true;
}
if (Key.isDown(40) && down) {
gotoAndStop(2);
down = false;
}
if (!Key.isDown(40) && !down) {
down = true;
}
if (Key.isDown(83)) {
if (_currentframe == 1) {
_root.arrow.notpaused = true;
_root.mbox.music.stop('pausemenu');
_root.mbox.music.attachSound('w3');
_root.mbox.music.start(0, 999);
_parent.gotoAndStop(3);
}
if (_currentframe == 2) {
if (savefile.data.bow == undefined) {
_root.arrow.notpaused = true;
_root.mbox.music.stop('pausemenu');
_root.mbox.music.attachSound('w3');
_root.mbox.music.start(0, 999);
_parent.gotoAndStop(3);
} else {
_root.bow = savefile.data.bow;
_root.nora = savefile.data.nora;
_root.zeezee = savefile.data.zeezee;
_root.kit = savefile.data.kit;
_root.metavee = savefile.data.metavee;
_root.cookie = savefile.data.cookie;
_root.phallimon = savefile.data.phallimon;
_root.bandit = savefile.data.bandit;
_root.gramps = savefile.data.gramps;
_root.food = savefile.data.food;
_root.forest = savefile.data.forest;
_root.boxkey = savefile.data.boxkey;
_root.money = savefile.data.money;
_root.cards = savefile.data.cards;
_root.stenchofdeath = savefile.data.stenchofdeath;
_root.drugs = savefile.data.drugs;
_root.foughttaco = savefile.data.foughttaco;
_root.kitjoined = savefile.data.kitjoined;
_root.canboss = savefile.data.canboss;
_root.foughtryan = savefile.data.foughtryan;
_root.metaveehealth = savefile.data.metaveehealth;
_root.cookiehealth = savefile.data.cookiehealth;
_root.phallimonhealth = savefile.data.phallimonhealth;
_root.bandithealth = savefile.data.bandithealth;
_root.licked = savefile.data.licked;
_root.camholdx = savefile.data.camholdx;
_root.camholdy = savefile.data.camholdy;
_root.bowholdx = savefile.data.bowholdx;
_root.bowholdy = savefile.data.bowholdy;
_root.bowdirhold = savefile.data.bowdirhold;
_root.noraholdx = savefile.data.noraholdx;
_root.noraholdy = savefile.data.noraholdy;
_root.noradirhold = savefile.data.noradirhold;
_root.zeezeeholdx = savefile.data.zeezeeholdx;
_root.zeezeeholdy = savefile.data.zeezeeholdy;
_root.zeezeedirhold = savefile.data.zeezeedirhold;
_root.map = savefile.data.map;
_root.nextFrame();
}
}
}
}
}
}
instance mbox of movieClip 35 {
onClipEvent (load) {
music = new Sound(this);
music.attachSound('pausemenu');
music.start(0, 999);
}
}
movieClip 150 {
}
instance hero of movieClip 150 {
onClipEvent (load) {
if (_root.money > 19) {
_root.enoughmoney = true;
}
if (_root.steps < 1) {
_root.steps = 1;
}
_root.world.middle.attachMovie('bow', 'bow', 2001);
_root.world.middle.attachMovie('nora', 'nora', 2002);
_root.world.middle.attachMovie('zeezee', 'zeezee', 2003);
graf = _root.world.middle.bow;
ngraf = _root.world.middle.nora;
zgraf = _root.world.middle.zeezee;
bounds = _root.world.bounds;
cambounds = _root.world.cbounds;
_root.world.bottom.gotoAndStop(_root.map);
_root.world.middle.gotoAndStop(_root.map);
_root.world.top.gotoAndStop(_root.map);
bounds.gotoAndStop(_root.map);
cambounds.gotoAndStop(_root.map);
_x = _root.bowholdx;
_y = _root.bowholdy;
_root.nor._x = _root.noraholdx;
_root.nor._y = _root.noraholdy;
_root.zz._x = _root.zeezeeholdx;
_root.zz._y = _root.zeezeeholdy;
dir = _root.bowdirhold;
ndir = _root.noradirhold;
zdir = _root.zeezeedirhold;
graf._x = _x;
graf._y = _y;
graf.gotoAndStop(dir + 's');
zgraf._x = _root.zz._x;
zgraf._y = _root.zz._y;
zgraf.gotoAndStop(ndir + 's');
ngraf._x = _root.nor._x;
ngraf._y = _root.nor._y;
ngraf.gotoAndStop(zdir + 's');
_root.cam._x = _root.camholdx;
_root.cam._y = _root.camholdy;
speed = 40;
ease = 4;
easing = false;
bx = _root.nor._x;
by = _root.nor._y;
nx = _root.zz._x;
ny = _root.zz._y;
camhalfwid = Math.ceil(_root.cam._width / 2) + 8;
camhalfhei = Math.ceil(_root.cam._height / 2) + 8;
move = true;
steps = 0;
canpause = true;
}
onClipEvent (enterFrame) {
if (move) {
if (!easing) {
if (Key.isDown(13) && canpause) {
_root.cam.pausemenu.gotoAndStop(2);
_root.mbox.music.stop();
_root.mbox.music.attachSound('pausemenu');
_root.mbox.music.start(0, 999);
move = false;
canpause = false;
}
if (steps >= _root.steps) {
_root.enemymon = random(48) + 1;
_root.camholdx = _root.cam._x;
_root.camholdy = _root.cam._y;
_root.bowholdx = _x;
_root.bowholdy = _y;
_root.bowdirhold = dir;
_root.noraholdx = _root.nor._x;
_root.noraholdy = _root.nor._y;
_root.noradirhold = ndir;
_root.zeezeeholdx = _root.zz._x;
_root.zeezeeholdy = _root.zz._y;
_root.zeezeedirhold = zdir;
_root.map = bounds._currentframe;
steps = 0;
_root.nextFrame();
}
if (Key.isDown(38)) {
dir = 'n';
graf.gotoAndStop('nw');
if (!bounds.hitTest(_x - 19, _y - 27, true) && !bounds.hitTest(_x + 19, _y - 27, true)) {
bx = _x;
by = _y;
_y = _y - speed;
if (bounds._currentframe != 1) {
++steps;
}
easing = true;
}
} else {
if (Key.isDown(40)) {
dir = 's';
graf.gotoAndStop('sw');
if (!bounds.hitTest(_x - 19, _y + 27, true) && !bounds.hitTest(_x + 19, _y + 27, true)) {
bx = _x;
by = _y;
_y = _y + speed;
if (bounds._currentframe != 1) {
++steps;
}
easing = true;
}
} else {
if (Key.isDown(37)) {
dir = 'w';
graf.gotoAndStop('ww');
if (!bounds.hitTest(_x - 27, _y - 19, true) && !bounds.hitTest(_x - 27, _y + 19, true)) {
bx = _x;
by = _y;
_x = _x - speed;
if (bounds._currentframe != 1) {
++steps;
}
easing = true;
}
} else {
if (Key.isDown(39)) {
dir = 'e';
graf.gotoAndStop('ew');
if (!bounds.hitTest(_x + 27, _y - 19, true) && !bounds.hitTest(_x + 27, _y + 19, true)) {
bx = _x;
by = _y;
_x = _x + speed;
if (bounds._currentframe != 1) {
++steps;
}
easing = true;
}
} else {
graf.gotoAndStop(dir + 's');
}
}
}
}
}
if (_root.nor._x > bx) {
nx = _root.nor._x;
ny = _root.nor._y;
_root.nor._x -= speed;
ngraf.gotoAndStop('ww');
ndir = 'w';
} else {
if (_root.nor._x < bx) {
nx = _root.nor._x;
ny = _root.nor._y;
_root.nor._x += speed;
ngraf.gotoAndStop('ew');
ndir = 'e';
} else {
if (_root.nor._y < by) {
nx = _root.nor._x;
ny = _root.nor._y;
_root.nor._y += speed;
ngraf.gotoAndStop('sw');
ndir = 's';
} else {
if (_root.nor._y > by) {
nx = _root.nor._x;
ny = _root.nor._y;
_root.nor._y -= speed;
ngraf.gotoAndStop('nw');
ndir = 'n';
}
}
}
}
if (_root.zz._x > nx) {
_root.zz._x -= speed;
zgraf.gotoAndStop('ww');
zdir = 'w';
} else {
if (_root.zz._x < nx) {
_root.zz._x += speed;
zgraf.gotoAndStop('ew');
zdir = 'e';
} else {
if (_root.zz._y < ny) {
_root.zz._y += speed;
zgraf.gotoAndStop('sw');
zdir = 's';
} else {
if (_root.zz._y > ny) {
_root.zz._y -= speed;
zgraf.gotoAndStop('nw');
zdir = 'n';
}
}
}
}
if (easing) {
if (_x > graf._x) {
graf._x += ease;
if (graf._x >= _root.cam._x && !cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y + camhalfhei, true) && !cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y - camhalfhei, true)) {
_root.cam._x += ease;
} else {
if (cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y + camhalfhei, true) && !cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y, true)) {
_root.cam._y -= ease;
} else {
if (cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y - camhalfhei, true) && !cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y, true)) {
_root.cam._y += ease;
}
}
}
} else {
if (_x < graf._x) {
graf._x -= ease;
if (graf._x <= _root.cam._x && !cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y + camhalfhei, true) && !cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y - camhalfhei, true)) {
_root.cam._x -= ease;
} else {
if (cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y + camhalfhei, true) && !cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y, true)) {
_root.cam._y -= ease;
} else {
if (cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y - camhalfhei, true) && !cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y, true)) {
_root.cam._y += ease;
}
}
}
} else {
if (_y > graf._y) {
graf._y += ease;
if (graf._y >= _root.cam._y && !cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y + camhalfhei, true) && !cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y + camhalfhei, true)) {
_root.cam._y += ease;
} else {
if (cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y + camhalfhei, true) && !cambounds.hitTest(_root.cam._x, _root.cam._y + camhalfhei, true)) {
_root.cam._x -= ease;
} else {
if (cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y + camhalfhei, true) && !cambounds.hitTest(_root.cam._x, _root.cam._y + camhalfhei, true)) {
_root.cam._x += ease;
}
}
}
} else {
if (_y < graf._y) {
graf._y -= ease;
if (graf._y <= _root.cam._y && !cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y - camhalfhei, true) && !cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y - camhalfhei, true)) {
_root.cam._y -= ease;
} else {
if (cambounds.hitTest(_root.cam._x + camhalfwid, _root.cam._y - camhalfhei, true) && !cambounds.hitTest(_root.cam._x, _root.cam._y - camhalfhei, true)) {
_root.cam._x -= ease;
} else {
if (cambounds.hitTest(_root.cam._x - camhalfwid, _root.cam._y - camhalfhei, true) && !cambounds.hitTest(_root.cam._x, _root.cam._y - camhalfhei, true)) {
_root.cam._x += ease;
}
}
}
}
}
}
}
if (_root.nor._x > ngraf._x) {
ngraf._x += ease;
} else {
if (_root.nor._x < ngraf._x) {
ngraf._x -= ease;
} else {
if (_root.nor._y > ngraf._y) {
ngraf._y += ease;
} else {
if (_root.nor._y < ngraf._y) {
ngraf._y -= ease;
}
}
}
}
if (_root.zz._x > zgraf._x) {
zgraf._x += ease;
} else {
if (_root.zz._x < zgraf._x) {
zgraf._x -= ease;
} else {
if (_root.zz._y > zgraf._y) {
zgraf._y += ease;
} else {
if (_root.zz._y < zgraf._y) {
zgraf._y -= ease;
}
}
}
}
if (_x == graf._x && _y == graf._y && _root.nor._x == ngraf._x && _root.nor._y == ngraf._y && _root.zz._x == zgraf._x && _root.zz._y == zgraf._y) {
easing = false;
ngraf.gotoAndStop(ndir + 's');
zgraf.gotoAndStop(zdir + 's');
}
}
}
}
}
movieClip 159 {
frame 1 {
stop();
}
}
movieClip 161 {
instance of movieClip 150 {
onClipEvent (load) {
speak = 0;
once = true;
}
onClipEvent (enterFrame) {
if (once) {
if (_root.hero.hitTest(_parent._x, _parent._y - 40) && _root.hero.dir == 's' || _root.hero.hitTest(_parent._x, _parent._y + 40) && _root.hero.dir == 'n' || _root.hero.hitTest(_parent._x + 40, _parent._y) && _root.hero.dir == 'w' || _root.hero.hitTest(_parent._x - 40, _parent._y) && _root.hero.dir == 'e') {
if (Key.isDown(83) && _parent['asks' + speak] == undefined) {
++speak;
for (;;) {
if (!(_parent['condition' + speak] != undefined && _parent['condition' + speak] != _root[_parent['parameter' + speak]])) break;
++speak;
}
if (speak >= _parent.done) {
_root.hero.move = true;
speak = 0;
_root.cam.talkie.talker = '';
_root.cam.talkie.asker = '';
_root.cam.talkie.gotoAndStop(1);
once = false;
} else {
_root.hero.move = false;
_root.cam.talkie.gotoAndStop(2);
_root.cam.talkie.talker = _parent['talk' + speak];
if (_parent['ask' + speak] != undefined) {
_root.cam.talkie.asker = _parent['ask' + speak];
}
once = false;
}
} else {
if (Key.isDown(65) && _parent['aska' + speak] == undefined) {
_root.hero.move = true;
speak = 0;
_root.cam.talkie.talker = '';
_root.cam.talkie.asker = '';
_root.cam.talkie.gotoAndStop(1);
once = false;
} else {
if (Key.isDown(83) && _parent['asks' + speak] != undefined) {
speak = _parent['asks' + speak];
for (;;) {
if (!(_parent['condition' + speak] != undefined && _parent['condition' + speak] != _root[_parent['parameter' + speak]])) break;
++speak;
}
if (speak >= _parent.done) {
_root.hero.move = true;
speak = 0;
_root.cam.talkie.talker = '';
_root.cam.talkie.asker = '';
_root.cam.talkie.gotoAndStop(1);
once = false;
} else {
_root.cam.talkie.talker = _parent['talk' + speak];
if (_parent['ask' + speak] != undefined) {
_root.cam.talkie.asker = _parent['ask' + speak];
}
once = false;
}
} else {
if (Key.isDown(65) && _parent['aska' + speak] != undefined) {
speak = _parent['aska' + speak];
for (;;) {
if (!(_parent['condition' + speak] != undefined && _parent['condition' + speak] != _root[_parent['parameter' + speak]])) break;
++speak;
}
if (speak >= _parent.done) {
_root.hero.move = true;
speak = 0;
_root.cam.talkie.talker = '';
_root.cam.talkie.asker = '';
_root.cam.talkie.gotoAndStop(1);
once = false;
} else {
_root.cam.talkie.talker = _parent['talk' + speak];
if (_parent['ask' + speak] != undefined) {
_root.cam.talkie.asker = _parent['ask' + speak];
}
once = false;
}
}
}
}
}
if (_parent['regainhealth' + speak] != undefined) {
_root.metaveehealth = 100;
_root.cookiehealth = 100;
_root.phallimonhealth = 100;
_root.bandithealth = 50;
}
if (_parent['result' + speak] != undefined) {
_root[_parent['parameter' + speak]] = _parent['result' + speak];
}
if (_parent['otherresult' + speak] != undefined) {
_root[_parent['otherparameter' + speak]] += _parent['otherresult' + speak];
}
if (_parent['otherresult2' + speak] != undefined) {
_root[_parent['otherparameter2' + speak]] += _parent['otherresult2' + speak];
}
if (_parent['anotherresult' + speak] != undefined) {
_root[_parent['anotherparameter' + speak]] = _parent['anotherresult' + speak];
}
if (_parent['fightresult' + speak] != undefined) {
_root.enemymon = _parent['fightresult' + speak];
_root.camholdx = _root.cam._x;
_root.camholdy = _root.cam._y;
_root.bowholdx = _root.hero._x;
_root.bowholdy = _root.hero._y;
_root.bowdirhold = _root.hero.dir;
_root.noraholdx = _root.nor._x;
_root.noraholdy = _root.nor._y;
_root.noradirhold = _root.hero.ndir;
_root.zeezeeholdx = _root.zz._x;
_root.zeezeeholdy = _root.zz._y;
_root.zeezeedirhold = _root.hero.zdir;
_root.map = _root.world.bounds._currentframe;
_root.nextFrame();
}
}
} else {
if (!Key.isDown(83) && !Key.isDown(65)) {
once = true;
}
}
}
}
}
movieClip 163 {
frame 1 {
stop();
}
instance of movieClip 35 {
onClipEvent (load) {
middl = _root.world.middle;
worlde = _root.world;
plusx = 0;
plusy = 0;
localex = 0;
localey = 0;
behindx = 0;
behindy = 0;
gir = 'ss';
}
onClipEvent (enterFrame) {
if (_parent._parent._currentframe == _parent.origin) {
_parent.gotoAndStop(1);
if (_root.hero.hitTest(_parent)) {
if (_parent.dir == 0) {
localex = _parent.targetclip._x + 20;
localey = _parent.targetclip._y - 60;
gir = 'ns';
behindx = 0;
behindy = 40;
} else {
if (_parent.dir == 1) {
localex = _parent.targetclip._x + 60;
localey = _parent.targetclip._y + 20;
gir = 'es';
behindx = -40;
behindy = 0;
} else {
if (_parent.dir == 2) {
localex = _parent.targetclip._x + 20;
localey = _parent.targetclip._y + 60;
gir = 'ss';
behindx = 0;
behindy = -40;
} else {
if (_parent.dir == 3) {
localex = _parent.targetclip._x - 60;
localey = _parent.targetclip._y + 20;
gir = 'ws';
behindx = 40;
behindy = 0;
}
}
}
}
if (_parent.dir == 0 || _parent.dir == 2) {
plusx = _root.hero._x - _parent._x - 20;
} else {
plusy = _root.hero._y - _parent._y - 20;
}
_root.hero.easing = false;
_root.hero._x = localex + plusx;
_root.hero._y = localey + plusy;
middl.bow._x = _root.hero._x;
middl.bow._y = _root.hero._y;
middl.bow.gotoAndStop(gir);
_root.nor._x = localex + plusx + behindx;
_root.nor._y = localey + plusy + behindy;
middl.nora._x = _root.nor._x;
middl.nora._y = _root.nor._y;
middl.nora.gotoAndStop(gir);
_root.zz._x = localex + plusx + behindx * 2;
_root.zz._y = localey + plusy + behindy * 2;
middl.zeezee._x = _root.zz._x;
middl.zeezee._y = _root.zz._y;
middl.zeezee.gotoAndStop(gir);
if (_parent.rigx == 'none') {
_root.cam._x = _root.hero._x;
} else {
_root.cam._x = _parent.rigx;
}
if (_parent.rigy == 'none') {
_root.cam._y = _root.hero._y;
} else {
_root.cam._y = _parent.rigy;
}
worlde.top.gotoAndStop(_parent.frame);
middl.gotoAndStop(_parent.frame);
worlde.bottom.gotoAndStop(_parent.frame);
worlde.bounds.gotoAndStop(_parent.frame);
worlde.cbounds.gotoAndStop(_parent.frame);
_root.cam.jumped = true;
}
} else {
_parent.gotoAndStop(2);
plusx = 0;
plusy = 0;
}
}
}
}
movieClip 171 {
frame 1 {
stop();
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'The T.V. is broken again. ' + _root.gramps + ' must have hit it again.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
parameter1 = 'boxkey';
condition1 = 0;
talk1 = 'This is ' + _root.gramps + '\'s War Box. It\'s Locked.';
asks1 = 15;
parameter2 = 'boxkey';
condition2 = 1;
talk2 = _root.bow + ' used the Key to open' + _root.gramps + '\'s War Box.';
parameter3 = 'boxkey';
condition3 = 1;
talk3 = 'Theres nothing inside.';
result3 = 2;
asks3 = 15;
parameter4 = 'boxkey';
condition4 = 2;
talk4 = 'Zzz.';
result4 = 3;
parameter5 = 'boxkey';
condition5 = 3;
talk5 = 'Guh, heh, wah!?';
talk6 = '-CREDITS-';
talk7 = 'Programmed By: PiGPEN';
talk8 = 'Graphics by: PiGPEN';
talk9 = 'Sound by: PiGPEN';
talk10 = 'Morphemon by: PiGPEN, ButterflySmasher, Lillico, iKE, BigArmyBug, Fishamaphone, Nikon Kitty, Fretzy, CareBear, SinnZilla and Weslym.';
talk11 = 'Person who deserves even more credit because he did everything: PiGPEN';
talk12 = 'Also i\'d like to say im amazed in you the Player for getting to see this. I didn\'t make it easy that\'s for sure. You must be very smart or very insane. CONGRATULATIONS!';
talk13 = 'END.';
talk14 = 'But feel free to roam around and try to find more stuff.\nPiGPEN loves you.';
done = 15;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'No FOOOOOOOOOOOOD.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I can\'t go when people are watching.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Hello, welcome to Luv Drugs Pharmacy! How may i help you?';
ask1 = 'A-Nothing S-Buy Drugs';
aska1 = 5;
talk2 = 'Ok, well i can\'t see very well...or be seen very well, so i\'m not sure what i picked out.';
ask2 = 'A-Nevermind S-Buy Mystery Drug';
aska2 = 5;
parameter3 = 'enoughmoney';
condition3 = true;
talk3 = 'Here ya go kid.';
ask3 = '';
asks3 = 6;
otherparameter3 = 'money';
otherresult3 = -20;
otherparameter23 = 'drugs';
otherresult23 = 10;
parameter4 = 'enoughmoney';
condition4 = false;
talk4 = 'That doesn\'t feel like enough money.';
ask4 = '';
asks = 6;
talk5 = 'Thanks for stopping by loiter.';
ask5 = '';
done = 6;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Sup? Buy Some cards?';
ask1 = 'A-Nope S-Yessum i\'d like some cards';
aska1 = 5;
talk2 = '$20 k?';
ask2 = 'A-NoK S-oK';
aska2 = 5;
parameter3 = 'enoughmoney';
condition3 = true;
talk3 = 'Careful with \'em. Papercuts are the worst.';
ask3 = '';
asks3 = 6;
otherparameter3 = 'money';
otherresult3 = -20;
otherparameter23 = 'cards';
otherresult23 = 10;
parameter4 = 'enoughmoney';
condition4 = false;
talk4 = 'No money, Mo\' problems. No dough gotta go. Ya feel me? Get out vagrant.';
ask4 = '';
asks = 6;
talk5 = 'K.';
ask5 = '';
done = 6;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'No, don\'t touch me. I dont like being touched. Please stay on the other side of the counter.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'It\'s a note. It reads:\n\'Mwahahahahahahahahaha -Love, Gabriel\'';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some rare Morphemon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon parts and cards and warranty claims.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Suppositories.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Suppositories.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Suppositories.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Suppositories.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Suppositories.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Suppositories.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ointments.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ointments.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ointments.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ointments.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ointments.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ointments.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Feminine Products.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Feminine Products.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Feminine Products.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Feminine Products.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Feminine Products.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Feminine Products.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Fire....hot....stove......not. BUURRRN!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Fire....hot....stove......not. BUURRRN!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Fire....hot....stove......not. BUURRRN!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Fire....hot....stove......not. BUURRRN!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Fire....hot....stove......not. BUURRRN!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Fire....hot....stove......not. BUURRRN!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Fire....hot....stove......not. BUURRRN!';
done = 2;
}
}
instance injkar of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.outjkar;
dir = 2;
frame = 4;
origin = 1;
rigx = 'none';
rigy = 'none';
}
}
instance ingramps of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.outgramps;
dir = 2;
frame = 4;
origin = 1;
rigx = -260;
rigy = 'none';
}
}
instance indrugs of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.outdrugs;
dir = 2;
frame = 4;
origin = 1;
rigx = 'none';
rigy = 'none';
}
}
instance f2right of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f4left;
dir = 1;
frame = 4;
origin = 2;
rigx = -260;
rigy = 'none';
}
}
instance f2down of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f3up;
dir = 2;
frame = 3;
origin = 2;
rigx = 'none';
rigy = -450;
}
}
instance f3up of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f2down;
dir = 0;
frame = 2;
origin = 3;
rigx = 'none';
rigy = 940;
}
}
instance f3right of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f5left;
dir = 1;
frame = 5;
origin = 3;
rigx = -300;
rigy = 'none';
}
}
instance f3right2 of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f4left2;
dir = 1;
frame = 4;
origin = 3;
rigx = -260;
rigy = 'none';
}
}
instance outgramps of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.ingramps;
dir = 0;
frame = 1;
origin = 4;
rigx = 'none';
rigy = 565;
}
}
instance outjkar of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.injkar;
dir = 0;
frame = 1;
origin = 4;
rigx = 'none';
rigy = -155;
}
}
instance outdrugs of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.indrugs;
dir = 0;
frame = 1;
origin = 4;
rigx = 'none';
rigy = 565;
}
}
instance f4left of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f2right;
dir = 3;
frame = 2;
origin = 4;
rigx = 1180;
rigy = 'none';
}
}
instance f4left2 of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f3right2;
dir = 3;
frame = 3;
origin = 4;
rigx = 980;
rigy = 'none';
}
}
instance f4down of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f5up;
dir = 2;
frame = 5;
origin = 4;
rigx = 'none';
rigy = -175;
}
}
instance f4right2 of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f6left;
dir = 1;
frame = 6;
origin = 4;
rigx = -370;
rigy = 'none';
}
}
instance f4right of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f7left;
dir = 1;
frame = 7;
origin = 4;
rigx = -180;
rigy = 'none';
}
}
instance f5left of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f3right;
dir = 3;
frame = 3;
origin = 5;
rigx = 980;
rigy = 'none';
}
}
instance f5up of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f4down;
dir = 0;
frame = 4;
origin = 5;
rigx = 'none';
rigy = 775;
}
}
instance f5right of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f7left2;
dir = 1;
frame = 7;
origin = 5;
rigx = -180;
rigy = 'none';
}
}
instance f6left of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f4right;
dir = 3;
frame = 4;
origin = 6;
rigx = 1225;
rigy = 'none';
}
}
instance f6down of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f7up;
dir = 2;
frame = 7;
origin = 6;
rigx = 'none';
rigy = -455;
}
}
instance f6down2 of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f8up;
dir = 2;
frame = 8;
origin = 6;
rigx = 'none';
rigy = -130;
}
}
instance f7left2 of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f5right;
dir = 3;
frame = 5;
origin = 7;
rigx = 1190;
rigy = 'none';
}
}
instance f7left of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f4right;
dir = 3;
frame = 4;
origin = 7;
rigx = 1225;
rigy = 'none';
}
}
instance f7up of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f6down;
dir = 0;
frame = 6;
origin = 7;
rigx = 'none';
rigy = 'none';
}
}
instance f7right of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f8left;
dir = 1;
frame = 8;
origin = 7;
rigx = 300;
rigy = 'none';
}
}
instance f8left of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f7right;
dir = 3;
frame = 7;
origin = 8;
rigx = 405;
rigy = 'none';
}
}
instance f8up of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.f6down2;
dir = 0;
frame = 6;
origin = 8;
rigx = 'none';
rigy = 'none';
}
}
instance inportal of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.outportal;
dir = 2;
frame = 2;
origin = 8;
rigx = 'none';
rigy = 'none';
}
}
instance inportal of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.outportal;
dir = 2;
frame = 2;
origin = 8;
rigx = 'none';
rigy = 'none';
}
}
instance outportal of movieClip 163 {
onClipEvent (load) {
targetclip = _root.world.bounds.inportal;
dir = 0;
frame = 8;
origin = 2;
rigx = 'none';
rigy = 'none';
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I\'M STUCCCCK!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'We\'re packed like sardines up in this MOTHER.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I saw it all! It rained and everyone turned invisible!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I can\'t see. Where am i? MOTHER YOU SAY!?';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Hiya, i\'m a pointless talking character. SELF REFRENCE!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I was in my house this morning and it started raining and i was like \'I HAVE TO GO OUT IN THE RAIN!\'.';
talk2 = 'Heh, what can i say? I like rain.';
done = 3;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Kagome is a poor voice actress, I wouldn\'t hire her if she was the last female with a voice on Earth.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'The Taoist art of non-action is.....coo.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = '^______^';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Now that i\'m invisible i finally have the guts to tell the world i enjoy Lolicon.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'The chances of you reading this is very slim since there is no character.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'BoING!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'In the pillows\' \'She Is Perfect\' the actual lyrics are \'She\'s Perfect\'. In End Of Fashion\'s \'She\'s Love\' the actual lyrics are \'She Is Love\'.';
talk2 = 'I know, i know ...pointless observation... but i\'m blind and have nothing to do but listen to my mp3 player.';
done = 3;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Meow. Shoot me in the head. I LIKE THAT SORTA THING!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'You should visit GooGumProduce.com sometime.';
talk2 = 'And you should click some google ad\'s while there!';
done = 3;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Otaku High School\'s sign.';
parameter2 = 'foughttaco';
condition2 = false;
talk2 = 'I don\'t remember the schools mascot, Otaku Taco, being on this sign.';
result3 = true;
parameter3 = 'foughttaco';
condition3 = false;
otherparameter3 = 'canboss';
otherresult3 = 1;
fightresult3 = 'otakutaco';
regainhealth3 = true;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I am the enchanted Forest! For being paranoid enough to try and talk to me i reward you with...';
parameter2 = 'forest';
condition2 = false;
talk2 = 'MONEY!\n(' + _root.bow + ' received $100)';
otherparameter2 = 'money';
otherresult2 = 100;
result2 = true;
parameter3 = 'forest';
condition3 = true;
talk3 = 'POVERTY YOU GREEDY BASTARD!\n(All money was lost.)';
anotherparameter3 = 'money';
anotherresult3 = 0;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Otaku High School\'s sign.';
parameter2 = 'foughttaco';
condition2 = false;
talk2 = 'I don\'t remember the schools mascot, Otaku Taco, being on this sign.';
result3 = true;
parameter3 = 'foughttaco';
condition3 = false;
otherparameter3 = 'canboss';
otherresult3 = 1;
fightresult3 = 'otakutaco';
regainhealth3 = true;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Otaku High School\'s sign.';
parameter2 = 'foughttaco';
condition2 = false;
talk2 = 'I don\'t remember the schools mascot, Otaku Taco, being on this sign.';
result3 = true;
parameter3 = 'foughttaco';
condition3 = false;
otherparameter3 = 'canboss';
otherresult3 = 1;
fightresult3 = 'otakutaco';
regainhealth3 = true;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
parameter1 = 'canboss';
condition1 = 3;
talk1 = 'MWAHAHAHA! I am Gabriel!';
parameter2 = 'canboss';
condition2 = 3;
fightresult2 = 'gabriel';
parameter3 = 'canboss';
condition3 = 4;
talk3 = 'Bow picked up a key.';
result3 = 5;
otherparameter3 = 'boxkey';
otherresult3 = 1;
asks3 = 5;
talk4 = '...';
done = 5;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I wanna bath! TT-TT';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
parameter1 = 'stenchofdeath';
condition1 = false;
talk1 = 'Imma cookins!';
asks1 = 4;
parameter2 = 'stenchofdeath';
condition2 = true;
talk2 = 'Here, have some ' + _root.food + '.';
talk3 = 'Everyone felt rejuvinated after feasting on' + _root.food + '.';
regainhealth3 = true;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Why aren\'t super heroes blind when they\'re invisible?\nSTUPID PHYSICS!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Hehehehehe. I\'m not a tree.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Staaaaars in your eyeeeees will guide you to looooooove.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Morphemon Duerists are who are Coorest!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I\'m totally naked.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'My big brother called me a negrophiliac.\nWhat\'s that mean?';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.kitjoined) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'Hey Bow. I knew it was you from the sound of your giant hair.';
talk2 = 'I CHALLENGE YOU TO A DUEL!!!';
otherparameter3 = 'canboss';
otherresult3 = 1;
fightresult3 = 'bandit';
regainhealth3 = true;
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Some hobo\'s camp.\n...\npanties!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ribbit. Bud.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ribbit. Weis.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Ribbit. Err.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Chim-Chiminey, Chim-Chiminey, Chim-Chim-Cherub.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Get outta here! No-one enters the Freemonk estate until i can see!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I watched Nora getting dressed this morning and i went blind!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'WAAAAAAH! I WANT MY MOMMY!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I kicked that whiney kids ass.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I was driving and it started raining and then i ran into something i couldn\'t see.';
talk2 = 'Then when i got out to check what it was i went blind.';
talk3 = 'Today has been sucking so bad.';
done = 4;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = '*sniff* Mmmm, roadkill.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'RAIN OF DOOOOM!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'PIGGIES!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I can hear my child crying but i can\'t find him...i keep bumping into stuff.';
talk2 = 'Although...i have to say i don\'t really care anymore. Whiney kid.';
done = 3;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'OooOooOoo.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'OooOooOoo.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'OooOooOoo.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I\'m never gonna get my license at this rate.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'THE GNOME OF FOREVER!!!\nNah, we\'re cool.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'I was once blind but i am now BLINDER!';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
talk1 = 'Is this My Sanctuary?';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'DUM DUM DUM!';
otherparameter1 = 'canboss';
otherresult1 = 1;
fightresult2 = 'ryan';
regainhealth2 = true;
done = 3;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'OooOooOoo.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'OooOooOoo.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'OooOooOoo.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'OooOooOoo.';
done = 2;
}
}
instance of movieClip 161 {
onClipEvent (load) {
if (_root.foughtryan) {
this.swapDepths(2000);
this.removeMovieClip(this);
}
talk1 = 'OooOooOoo.';
done = 2;
}
}
}
movieClip 180 {
frame 1 {
stop();
}
}
movieClip 182 {
}
movieClip 184 {
}
movieClip 186 {
}
movieClip 188 {
}
movieClip 190 {
}
movieClip 192 {
}
movieClip 194 {
}
movieClip 196 {
}
movieClip 198 {
}
movieClip 200 {
}
movieClip 202 {
}
movieClip 204 {
}
movieClip 206 {
}
movieClip 208 {
}
movieClip 210 {
instance of movieClip 35 {
onClipEvent (load) {
_parent.swapDepths(_parent._y + 1000);
framer = _parent._parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._parent._currentframe != framer) {
_parent.removeMovieClip(_parent);
}
}
}
}
movieClip 212 {
instance of movieClip 35 {
onClipEvent (load) {
_parent.swapDepths(_parent._y + 1000);
framer = _parent._parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._parent._currentframe != framer) {
_parent.removeMovieClip(_parent);
}
}
}
}
movieClip 214 {
}
movieClip 216 {
}
movieClip 218 {
}
movieClip 220 {
}
movieClip 222 {
}
movieClip 224 {
}
movieClip 226 {
}
movieClip 228 {
}
movieClip 229 {
frame 1 {
stop();
}
instance of movieClip 182 {
onClipEvent (load) {
this.swapDepths(_y + 1001);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 184 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 186 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 188 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 190 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 192 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 194 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 196 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 198 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 200 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 202 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 204 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 206 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 208 {
onClipEvent (load) {
this.swapDepths(_y + 1001);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 214 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 216 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 218 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 214 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 212 {
onClipEvent (load) {
this.swapDepths(_y + 500);
}
onClipEvent (enterFrame) {
if (_parent._parent._currentframe != 1) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 220 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 222 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 224 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 226 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
instance of movieClip 228 {
onClipEvent (load) {
this.swapDepths(_y + 1000);
framer = _parent._currentframe;
}
onClipEvent (enterFrame) {
if (_parent._currentframe != framer) {
this.removeMovieClip(this);
}
}
}
}
movieClip 232 {
instance of movieClip 150 {
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent._visible = false;
} else {
_parent._visible = true;
}
}
}
}
movieClip 240 {
frame 1 {
stop();
}
}
movieClip 241 {
}
movieClip 245 {
frame 1 {
stop();
}
}
movieClip 250 {
}
movieClip 259 {
frame 1 {
stop();
}
frame 2 {
money = _root.money;
cards = _root.cards;
drugs = _root.drugs;
love = money * -10;
power = random(999999);
savefile = SharedObject.getLocal('morphemonep1');
savefile.data.bow = _root.bow;
savefile.data.nora = _root.nora;
savefile.data.zeezee = _root.zeezee;
savefile.data.kit = _root.kit;
savefile.data.metavee = _root.metavee;
savefile.data.cookie = _root.cookie;
savefile.data.phallimon = _root.phallimon;
savefile.data.bandit = _root.bandit;
savefile.data.gramps = _root.gramps;
savefile.data.food = _root.food;
savefile.data.forest = _root.forest;
savefile.data.boxkey = _root.boxkey;
savefile.data.money = _root.money;
savefile.data.cards = _root.cards;
savefile.data.stenchofdeath = _root.stenchofdeath;
savefile.data.drugs = _root.drugs;
savefile.data.foughttaco = _root.foughttaco;
savefile.data.kitjoined = _root.kitjoined;
savefile.data.canboss = _root.canboss;
savefile.data.foughtryan = _root.foughtryan;
savefile.data.metaveehealth = _root.metaveehealth;
savefile.data.cookiehealth = _root.cookiehealth;
savefile.data.phallimonhealth = _root.phallimonhealth;
savefile.data.bandithealth = _root.bandithealth;
savefile.data.licked = _root.licked;
savefile.data.camholdx = _root.cam._x;
savefile.data.camholdy = _root.cam._y;
savefile.data.bowholdx = _root.hero._x;
savefile.data.bowholdy = _root.hero._y;
savefile.data.bowdirhold = _root.hero.dir;
savefile.data.noraholdx = _root.nor._x;
savefile.data.noraholdy = _root.nor._y;
savefile.data.noradirhold = _root.hero.ndir;
savefile.data.zeezeeholdx = _root.zz._x;
savefile.data.zeezeeholdy = _root.zz._y;
savefile.data.zeezeedirhold = _root.hero.zdir;
savefile.data.map = _root.map;
savefile.flush();
}
instance of movieClip 250 {
onClipEvent (load) {
total = _root.getBytesTotal();
loadedin = _root.getBytesLoaded();
}
onClipEvent (enterFrame) {
loadedin = _root.getBytesLoaded();
_parent.percentile = Math.floor((loadedin / total) * 100);
}
}
instance of movieClip 147 {
onClipEvent (load) {
stop();
up = true;
down = true;
playat = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && up) {
gotoAndStop(1);
up = false;
}
if (!Key.isDown(38) && !up) {
up = true;
}
if (Key.isDown(40) && down) {
gotoAndStop(2);
down = false;
}
if (!Key.isDown(40) && !down) {
down = true;
}
if (Key.isDown(83)) {
if (_currentframe == 1) {
_root.hero.move = true;
_root.hero.canpause = true;
_root.mbox.music.stop();
_root.mbox.teh = random(3);
if (_root.mbox.teh == 0) {
_root.mbox.music.attachSound('w1intro');
_root.mbox.music.start(0, 1);
} else {
if (_root.mbox.teh == 1) {
_root.mbox.music.attachSound('w2intro');
_root.mbox.music.start(0, 1);
} else {
if (_root.mbox.teh == 2) {
_root.mbox.music.attachSound('w3');
_root.mbox.music.start(0, 999);
}
}
}
_parent.gotoAndStop(1);
}
if (_currentframe == 2) {
stopAllSounds();
_root.gotoAndStop(2);
}
}
}
}
}
movieClip 260 {
frame 1 {
stop();
}
frame 1 {
onEnterFrame = function () {
Mcamera = new Color(this);
parent = new Color(_parent);
parent.setTransform(Mcamera.getTransform());
this._visible = true;
_parent._x = -(this._x - this._width / 2) * Stage.width / this._width;
_parent._y = -(this._y - this._height / 2) * Stage.height / this._height;
_parent._xscale = (Stage.width / this._width) * 100;
_parent._yscale = (Stage.height / this._height) * 100;
};
onUnload = function () {
myColorTransform = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'};
parent.setTransform(myColorTransform);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
};
}
}
instance cam of movieClip 260 {
onClipEvent (load) {
jumped = false;
}
onClipEvent (enterFrame) {
if (jumped) {
while (!_root.world.bottom.hitTest(_x - 337, _y, true)) {
_x = _x + 10;
}
while (!_root.world.bottom.hitTest(_x + 337, _y, true)) {
_x = _x - 10;
}
while (!_root.world.bottom.hitTest(_x, _y - 225, true)) {
_y = _y + 10;
}
while (!_root.world.bottom.hitTest(_x, _y + 225, true)) {
_y = _y - 10;
}
jumped = false;
}
}
}
instance mbox of movieClip 35 {
onClipEvent (load) {
stopAllSounds();
music = new Sound(this);
teh = random(2);
teh2 = 0;
if (teh == 0) {
music.attachSound('w2intro');
music.start(0, 1);
} else {
if (teh == 1) {
music.attachSound('w3');
music.start(0, 999);
}
}
}
onClipEvent (enterFrame) {
if (teh == 0 && music.position == music.duration) {
teh2 = random(4);
if (teh2 == 0 || teh2 == 1 || teh2 == 2) {
music.attachSound('w2l1');
music.start(0, 1);
} else {
if (teh2 == 3) {
music.attachSound('w2intro');
music.start(0, 1);
}
}
}
}
}
movieClip 262 {
}
movieClip 278 {
}
movieClip 279 {
instance of movieClip 262 {
onClipEvent (load) {
colorize = true;
colorcur = 8882055;
colornew = 0;
(new Color(this)).setRGB(8882055);
a1 = 0;
a2 = 0;
a3 = 0;
a4 = 0;
a5 = 0;
a6 = 0;
b1 = 8;
b2 = 7;
b3 = 8;
b4 = 7;
b5 = 8;
b6 = 7;
c1 = 8;
c2 = 7;
c3 = 8;
c4 = 7;
c5 = 8;
c6 = 7;
count = 1;
}
onClipEvent (enterFrame) {
if (colorize) {
a1 = random(16);
a2 = random(16);
a3 = random(16);
a4 = random(16);
a5 = random(16);
a6 = random(16);
colorize = false;
colornew = '0x' + a1 + a2 + a3 + a4 + a5 + a6;
}
if (!colorize) {
if (colorcur != colornew) {
if (b1 > a1) {
--b1;
} else {
if (b1 < a1) {
++b1;
}
}
if (b2 > a2) {
--b2;
} else {
if (b2 < a2) {
++b2;
}
}
if (b3 > a3) {
--b3;
} else {
if (b3 < a3) {
++b3;
}
}
if (b4 > a4) {
--b4;
} else {
if (b4 < a4) {
++b4;
}
}
if (b5 > a5) {
--b5;
} else {
if (b5 < a5) {
++b5;
}
}
if (b6 > a6) {
--b6;
} else {
if (b6 < a6) {
++b6;
}
}
c1 = b1;
c2 = b2;
c3 = b3;
c4 = b4;
c5 = b5;
c6 = b6;
count = 1;
while (count < 7) {
name = ['c' + count];
while (name > 9) {
if (name == 10) {
name = 'A';
}
if (name == 12) {
name = 'B';
}
if (name == 12) {
name = 'C';
}
if (name == 13) {
name = 'D';
}
if (name == 14) {
name = 'E';
}
if (name == 15) {
name = 'F';
}
}
++count;
}
colortrans = '0x' + c1 + c2 + c3 + c4 + c5 + c6;
(new Color(this)).setRGB(colortrans);
colorcur = '0x' + b1 + b2 + b3 + b4 + b5 + b6;
}
if (colorcur == colornew) {
colorize = true;
}
}
}
}
instance of movieClip 278 {
onClipEvent (load) {
colorize = true;
colorcur = 8882055;
colornew = 0;
(new Color(this)).setRGB(8882055);
a1 = 0;
a2 = 0;
a3 = 0;
a4 = 0;
a5 = 0;
a6 = 0;
b1 = 8;
b2 = 7;
b3 = 8;
b4 = 7;
b5 = 8;
b6 = 7;
c1 = 8;
c2 = 7;
c3 = 8;
c4 = 7;
c5 = 8;
c6 = 7;
count = 1;
}
onClipEvent (enterFrame) {
if (colorize) {
a1 = random(16);
a2 = random(16);
a3 = random(16);
a4 = random(16);
a5 = random(16);
a6 = random(16);
colorize = false;
colornew = '0x' + a1 + a2 + a3 + a4 + a5 + a6;
}
if (!colorize) {
if (colorcur != colornew) {
if (b1 > a1) {
--b1;
} else {
if (b1 < a1) {
++b1;
}
}
if (b2 > a2) {
--b2;
} else {
if (b2 < a2) {
++b2;
}
}
if (b3 > a3) {
--b3;
} else {
if (b3 < a3) {
++b3;
}
}
if (b4 > a4) {
--b4;
} else {
if (b4 < a4) {
++b4;
}
}
if (b5 > a5) {
--b5;
} else {
if (b5 < a5) {
++b5;
}
}
if (b6 > a6) {
--b6;
} else {
if (b6 < a6) {
++b6;
}
}
c1 = b1;
c2 = b2;
c3 = b3;
c4 = b4;
c5 = b5;
c6 = b6;
count = 1;
while (count < 7) {
name = ['c' + count];
while (name > 9) {
if (name == 10) {
name = 'A';
}
if (name == 12) {
name = 'B';
}
if (name == 12) {
name = 'C';
}
if (name == 13) {
name = 'D';
}
if (name == 14) {
name = 'E';
}
if (name == 15) {
name = 'F';
}
}
++count;
}
colortrans = '0x' + c1 + c2 + c3 + c4 + c5 + c6;
(new Color(this)).setRGB(colortrans);
colorcur = '0x' + b1 + b2 + b3 + b4 + b5 + b6;
}
if (colorcur == colornew) {
colorize = true;
}
}
}
}
}
instance commandcenter of movieClip 85 {
onClipEvent (load) {
if (_root.enemymon == 'ryan') {
_root.foughtryan = true;
}
if (_root.enemymon == 'otakutaco') {
_root.foughttaco = true;
}
turn = 1;
end = 0;
run = false;
walk = false;
attack = 0;
cardchosen = '';
cardaction = 0;
druguse = 0;
drugchosen = '';
attack = 0;
wait = 0;
facefucked = 0;
hitnme = 0;
hitting = 0;
hittee = '';
damage = 0;
_root.output = '';
card1 = 'Invisibility';
card2 = 'Biggener';
card3 = 'Mechatize';
card4 = 'Heal';
card5 = 'Giant Bats';
card6 = 'Norweigians';
card7 = 'Mystery Box';
card8 = 'Homoeroticism';
card9 = '\'Splodeing';
card10 = 'Guns';
card11 = 'Cannabalism';
card12 = 'Lolicon';
card13 = 'Turnip Pull';
card14 = 'Claws';
card15 = 'Bake';
card16 = 'Magical Girl';
card17 = 'PiGPEN';
card18 = 'Terror';
card19 = 'MTV Emulate';
card20 = 'SOULBLAZER';
card21 = 'Enlargement';
card22 = 'Monolouge';
card23 = 'Gangstaness';
card24 = 'Solo';
card25 = 'Shredder';
card26 = 'DOOM';
card27 = 'Pluck';
card28 = 'Empty';
card29 = 'Buy Stuff';
card30 = 'Charge';
card31 = 'Rockets';
card32 = 'Babylon';
card33 = 'BluesDriveMon';
card34 = 'Little Busters';
card35 = 'Instant Pain';
card36 = 'Phantom Pain';
card37 = 'Sleep';
card38 = 'Wake';
card39 = 'Bunny';
card40 = 'Lo-Fi';
card41 = 'Hi-Fi';
card42 = 'Rosy Head';
card43 = 'Bondage';
card44 = 'Hybrid';
card45 = 'Conjoin';
card46 = 'Mate';
card47 = 'GooGum';
card48 = 'Coffee';
card49 = 'AIDS';
card50 = 'Count Sheep';
drug1 = 'Ritalin';
drug2 = 'Depacote';
drug3 = 'Heroin';
drug4 = 'Meth';
drug5 = 'Cannabis';
drug6 = 'Coffee';
drug7 = 'Laxatives';
drug8 = 'Codeine';
drug9 = 'Ecstacy';
drug10 = 'Crack';
drug11 = 'John\'s Wart';
drug12 = 'Water';
drug13 = 'Sugar';
drug14 = 'Nicotine';
drug15 = 'Porn';
}
onClipEvent (enterFrame) {
if (_root.metaveehealth < 1 && _root.cookiehealth < 1 && _root.phallimonhealth < 1 && (_root.bandithealth < 1 || !_root.kitjoined)) {
end = 2;
}
if (hitnme == _root.enemies.enemyhealth) {
end = 1;
}
if (end == 1) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.enemyname + ' was destroyed.';
_root.enemies.gotoAndStop(53);
}
++wait;
if (wait == 50) {
_root.output = _root.metavee + ' gained ' + random(5000) + ' Attack Power.';
}
if (wait == 100) {
_root.output = _root.cookie + ' gained ' + random(5000) + ' Attack Power.';
}
if (wait == 150) {
_root.output = _root.phallimon + ' gained ' + random(5000) + ' Attack Power.';
}
if (wait == 200) {
if (_root.kitjoined) {
_root.output = _root.bandit + ' gained ' + random(5000) + ' Attack Power.';
} else {
_root.output = 'The group gained $20.';
}
}
if (wait == 250) {
if (_root.enemyname == 'Gabriel') {
_root.output = 'Gabriel dropped a key as he died.';
++_root.canboss;
} else {
if (_root.kitjoined) {
_root.output = 'The group gained $10.';
} else {
if (_root.enemymon == 'bandit') {
_root.kitjoined = true;
}
_root.money += 10;
--_root.steps;
_root.prevFrame();
}
}
}
if (wait == 300) {
_root.money += 10;
--_root.steps;
_root.prevFrame();
}
}
if (end == 2) {
if (wait == 0) {
_root.stenchofdeath = true;
_root.input.arrow.move = false;
_root.output = _root.enemyname + ' kicked your asses.';
_root.heros.gotoAndStop(5);
}
++wait;
if (wait == 50) {
_root.output = _root.metavee + ' cried ' + random(5000) + ' tears.';
}
if (wait == 100) {
_root.output = _root.cookie + ' punched himself ' + random(5000) + ' times.';
}
if (wait == 150) {
_root.output = _root.phallimon + ' broke ' + random(5000) + ' circuits.';
}
if (wait == 200) {
if (_root.kitjoined) {
_root.output = _root.bandit + ' lost ' + random(5000) + ' body parts.';
} else {
if (_root.enemymon == 'bandit') {
_root.kitjoined = true;
}
_root.money += 20;
++_root.steps;
_root.prevFrame();
}
}
if (wait == 250) {
_root.money += 20;
++_root.steps;
_root.prevFrame();
}
}
if (end == 0) {
if (run) {
if (wait == 0) {
leaving = random(3);
_root.input.arrow.move = false;
_root.output = 'The group tried to run away.';
}
++wait;
if (wait == 100) {
if (_root.enemies.canrun == true && leaving == 0) {
_root.output = '...and SUCEEDED!';
} else {
_root.output = '...but failed.';
}
}
if (wait == 150) {
if (_root.enemies.canrun == true && leaving == 0) {
_root.output = 'Coward.';
_root.money += 10;
++_root.steps;
_root.prevFrame();
} else {
run = false;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
}
if (walk) {
if (wait == 0) {
leaving = random(2);
_root.input.arrow.move = false;
_root.output = 'The group tried to walk away.';
}
++wait;
if (wait == 100) {
if (_root.enemies.canwalk == true && leaving == 0) {
_root.output = '...and SUCEEDED!';
} else {
_root.output = '...but failed.';
}
}
if (wait == 150) {
if (_root.enemies.canwalk == true && leaving == 0) {
_root.output = 'Wuss.';
_root.money += 10;
++_root.steps;
_root.prevFrame();
} else {
walk = false;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
}
if (turn == 1) {
if (_root.metaveehealth < 1) {
++turn;
} else {
_root.input.name = _root.metavee;
_root.input.health = _root.metaveehealth;
_root.heros.gotoAndStop(1);
if (drugchosen != '') {
if (wait == 0) {
drugaction = random(10);
_root.input.arrow.move = false;
_root.output = _root.bow + ' forced ' + drugchosen + ' down ' + _root.metavee + '\'s throat.';
}
++wait;
if (wait == 50) {
if (drugaction == 0) {
_root.output = _root.metavee + ' gained 2500 health.';
_root.metaveehealth += 25;
} else {
if (drugaction == 1) {
_root.output = _root.metavee + ' gained 5000 health.';
_root.metaveehealth += 50;
} else {
if (drugaction == 2) {
_root.output = _root.metavee + ' lost 5000 health.';
_root.metaveehealth -= 50;
} else {
_root.output = _root.metavee + ' had no reaction.';
}
}
}
}
if (wait == 100) {
drugchosen = '';
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (cardchosen != '') {
if (wait == 0) {
cardaction = random(5);
if (cardaction == 1 && _root.enemyname == 'Gabriel') {
cardaction = 0;
}
_root.input.arrow.move = false;
_root.output = _root.bow + ' used the ' + cardchosen + ' card on ' + _root.metavee + '.';
}
++wait;
if (wait == 50) {
if (cardaction == 0) {
_root.output = _root.metavee + ' morphed and stole ' + _root.bow + '\'s mp3 player.';
} else {
if (cardaction == 1) {
_root.output = _root.metavee + ' morphed and dropped an A-bomb on ' + _root.enemyname + '.';
} else {
if (cardaction == 2) {
_root.output = _root.metavee + ' morphed and dissapearededed.';
} else {
if (cardaction == 3) {
_root.output = _root.metavee + ' morphed and saw Allah and Allah said unto him...';
} else {
if (cardaction == 4) {
_root.output = _root.metavee + ' morphed and ate an aborted fetus.';
}
}
}
}
}
}
if (wait == 100) {
if (cardaction == 0) {
_root.output = _root.bow + ' went insane and murdered everyone.';
} else {
if (cardaction == 1) {
cardchosen = '';
end = 1;
wait = 0;
} else {
if (cardaction == 2) {
cardchosen = '';
_root.input.arrow.move = true;
_root.metaveehealth = 0;
wait = 0;
++turn;
} else {
if (cardaction == 3) {
_root.output = _root.metavee + ' died of a seizure.';
} else {
if (cardaction == 4) {
_root.output = _root.metavee + ' regained all his health.';
}
}
}
}
}
}
if (wait == 150) {
if (cardaction == 0) {
cardchosen = '';
end = 2;
wait = 0;
} else {
if (cardaction == 3) {
cardchosen = '';
_root.input.arrow.move = true;
_root.metaveehealth = 0;
wait = 0;
++turn;
} else {
if (cardaction == 4) {
cardchosen = '';
_root.input.arrow.move = true;
_root.metaveehealth = 100;
wait = 0;
++turn;
}
}
}
}
}
if (attack == 1 && _root.licked < 10) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.metavee + ' licked ' + _root.enemyname + '.';
++_root.licked;
}
++wait;
if (wait == 50) {
_root.output = _root.enemyname + ' suffered ' + (random(500) + 500) + ' damage.';
}
if (wait == 100) {
if (_root.enemyname == 'Gabriel') {
_root.output = 'Gabriel laughed.';
} else {
attack = 0;
wait = 0;
end = 1;
}
}
if (wait == 150) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 1 && _root.licked > 9) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.metavee + ' ran out of saliva and couldn\'t use lick.';
}
++wait;
if (wait == 50) {
_root.output = _root.metavee + '\'s head exploded and he died.';
}
if (wait == 100) {
_root.metaveehealth = 0;
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 2) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.metavee + ' used Tail Whip.';
}
++wait;
if (wait == 50) {
_root.output = _root.enemyname + ' got a red mark and lost ' + random(100) + ' Health.';
++hitnme;
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 3) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.metavee + ' burped.';
}
++wait;
if (wait == 50) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
}
}
if (turn == 2) {
if (_root.cookiehealth < 1) {
++turn;
} else {
_root.input.name = _root.cookie;
_root.input.health = _root.cookiehealth;
_root.heros.gotoAndStop(2);
if (drugchosen != '') {
if (wait == 0) {
drugaction = random(10);
_root.input.arrow.move = false;
_root.output = _root.nora + ' forced ' + drugchosen + ' down ' + _root.cookie + '\'s throat.';
}
++wait;
if (wait == 50) {
if (drugaction == 0) {
_root.output = _root.cookie + ' gained 2500 health.';
_root.cookiehealth += 25;
} else {
if (drugaction == 1) {
_root.output = _root.cookie + ' gained 5000 health.';
_root.cookiehealth += 50;
} else {
if (drugaction == 2) {
_root.output = _root.cookie + ' lost 5000 health.';
_root.cookiehealth -= 50;
} else {
_root.output = _root.cookie + ' had no reaction.';
}
}
}
}
if (wait == 100) {
drugchosen = '';
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (cardchosen != '') {
if (wait == 0) {
cardaction = random(5);
if (cardaction == 1 && _root.enemyname == 'Gabriel') {
cardaction = 0;
}
_root.input.arrow.move = false;
_root.output = _root.nora + ' used the ' + cardchosen + ' card on ' + _root.cookie + '.';
}
++wait;
if (wait == 50) {
if (cardaction == 0) {
_root.output = _root.cookie + ' morphed and exploded.';
} else {
if (cardaction == 1) {
_root.output = _root.cookie + ' morphed and took a dump on ' + _root.enemyname + '\'s head.';
} else {
if (cardaction == 2) {
_root.output = _root.cookie + ' morphed and made a clone.';
} else {
if (cardaction == 3) {
_root.output = _root.cookie + ' morphed and got emo with ' + _root.nora + '.';
} else {
if (cardaction == 4) {
_root.output = _root.cookie + ' morphed and enlarged and engorged.';
}
}
}
}
}
}
if (wait == 100) {
if (cardaction == 0) {
cardchosen = '';
end = 2;
wait = 0;
} else {
if (cardaction == 1) {
_root.output = _root.enemyname + ' died of suffocation.';
} else {
if (cardaction == 2) {
_root.output = 'The clones did battle and both died a 69er death.';
} else {
if (cardaction == 3) {
cardchosen = '';
_root.input.arrow.move = true;
_root.cookiehealth = 0;
wait = 0;
++turn;
} else {
if (cardaction == 4) {
_root.output = _root.cookie + ' prevented prostate cancer.';
}
}
}
}
}
}
if (wait == 150) {
if (cardaction == 1) {
cardchosen = '';
end = 1;
wait = 0;
} else {
if (cardaction == 2) {
cardchosen = '';
_root.input.arrow.move = true;
_root.cookiehealth = 0;
wait = 0;
++turn;
} else {
if (cardaction == 4) {
cardchosen = '';
_root.input.arrow.move = true;
_root.cookiehealth = 100;
wait = 0;
++turn;
}
}
}
}
}
if (attack == 1) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.cookie + ' knee\'d ' + _root.enemyname + ' in the crotch.';
}
++wait;
if (wait == 50) {
_root.output = _root.enemyname + ' coughed up blood and lost ' + random(2000) + ' health.';
++hitnme;
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 2) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.cookie + ' raped ' + _root.enemyname + ' in the eye.';
}
++wait;
if (wait == 50) {
_root.output = _root.enemyname + ' cried blood and lost ' + random(2000) + ' health.';
++hitnme;
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 3) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.cookie + ' stared intently at ' + _root.enemyname + '.';
}
++wait;
if (wait == 50) {
if (_root.enemyname == 'Gabriel') {
_root.output = 'Gabriel urinated on ' + _root.cookie + '.';
_root.cookiehealth -= 20;
} else {
_root.output = _root.enemyname + ' cried in fear gaining ' + _root.cookie + ' 20 health.';
_root.cookiehealth += 20;
}
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
}
}
if (turn == 3) {
if (_root.phallimonhealth < 1) {
++turn;
} else {
_root.input.name = _root.phallimon;
_root.input.health = _root.phallimonhealth;
_root.heros.gotoAndStop(3);
if (drugchosen != '') {
if (wait == 0) {
drugaction = random(10);
_root.input.arrow.move = false;
_root.output = _root.zeezee + ' forced ' + drugchosen + ' down ' + _root.phallimon + '\'s throat.';
}
++wait;
if (wait == 50) {
if (drugaction == 0) {
_root.output = _root.phallimon + ' gained 2500 health.';
_root.phallimonhealth += 25;
} else {
if (drugaction == 1) {
_root.output = _root.phallimon + ' gained 5000 health.';
_root.phallimonhealth += 50;
} else {
if (drugaction == 2) {
_root.output = _root.phallimon + ' lost 5000 health.';
_root.phallimonhealth -= 50;
} else {
_root.output = _root.phallimon + ' had no reaction.';
}
}
}
}
if (wait == 100) {
drugchosen = '';
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (cardchosen != '') {
if (wait == 0) {
cardaction = random(5);
if (cardaction == 1 && _root.enemyname == 'Gabriel') {
cardaction = 0;
}
_root.input.arrow.move = false;
_root.output = _root.zeezee + ' used the ' + cardchosen + ' card on ' + _root.phallimon + '.';
}
++wait;
if (wait == 50) {
if (cardaction == 0) {
_root.output = _root.phallimon + ' morphed and grew a red eye.';
} else {
if (cardaction == 1) {
_root.output = _root.phallimon + ' morphed and became friends with ' + _root.enemyname + '.';
} else {
if (cardaction == 2) {
_root.output = _root.phallimon + ' morphed and found God within his chipset and conversed with God.';
} else {
if (cardaction == 3) {
_root.output = _root.phallimon + ' morphed and practiced calligraphy.';
} else {
if (cardaction == 4) {
_root.output = _root.phallimon + ' morphed and had a perfectly normal robot hug with ' + _root.zeezee + '.';
}
}
}
}
}
}
if (wait == 100) {
if (cardaction == 0) {
_root.output = _root.phallimon + ' killed everyone then ingested himself.';
} else {
if (cardaction == 1) {
_root.output = _root.phallimon + ' pet ' + _root.enemyname + ' too hard.';
} else {
if (cardaction == 2) {
cardchosen = '';
_root.input.arrow.move = true;
_root.phallimonhealth = 0;
wait = 0;
++turn;
} else {
if (cardaction == 3) {
cardchosen = '';
_root.input.arrow.move = true;
_root.phallimonhealth = 0;
wait = 0;
++turn;
} else {
if (cardaction == 4) {
_root.output = _root.phallimon + ' enjoyed the hug much.';
}
}
}
}
}
}
if (wait == 150) {
if (cardaction == 0) {
cardchosen = '';
end = 2;
wait = 0;
} else {
if (cardaction == 1) {
cardchosen = '';
end = 1;
wait = 0;
} else {
if (cardaction == 4) {
cardchosen = '';
_root.input.arrow.move = true;
_root.phallimonhealth = 100;
wait = 0;
++turn;
}
}
}
}
}
if (attack == 1) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.phallimon + ' spurt on ' + _root.enemyname + '.';
}
++wait;
if (wait == 50) {
_root.output = _root.enemyname + ' ate the spurt and gained 1000 health.';
hitnme = 0;
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 2) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.phallimon + ' headbutt ' + _root.enemyname + '.';
}
++wait;
if (wait == 50) {
_root.output = _root.enemyname + '\'s sexuality went under self-analysis.';
hitnme = 0;
}
if (wait == 100) {
if (_root.enemyname == 'Gabriel') {
_root.output = 'Gabriel admitted his homosexuality and moved on with life.';
_root.metaveehealth -= 20;
_root.cookiehealth -= 20;
_root.phallimonhealth -= 20;
_root.bandithealth -= 20;
} else {
if (facefucked < 2) {
_root.output = _root.enemyname + ' denied his true self and counter-attacked.';
_root.phallimonhealth -= 40;
++facefucked;
} else {
_root.output = _root.enemyname + ' came to terms with himself and decided to leave the battle.';
}
}
}
if (wait == 150) {
if (facefucked > 1) {
end = 1;
}
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 3) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.phallimon + ' tried to tell a joke.';
}
++wait;
if (wait == 50) {
_root.output = _root.phallimon + '\'s head exploded and he died.';
hitnme = 0;
}
if (wait == 100) {
_root.phallimonhealth = 0;
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
}
}
if (turn == 4 && _root.kitjoined) {
if (_root.bandithealth < 1) {
++turn;
} else {
_root.input.name = _root.bandit;
_root.input.health = _root.bandithealth;
_root.heros.gotoAndStop(4);
if (drugchosen != '') {
if (wait == 0) {
drugaction = random(10);
_root.input.arrow.move = false;
_root.output = _root.kit + ' forced ' + drugchosen + ' down ' + _root.bandit + '\'s throat.';
}
++wait;
if (wait == 50) {
if (drugaction == 0) {
_root.output = _root.bandit + ' gained 2500 health.';
_root.bandithealth += 25;
} else {
if (drugaction == 1) {
_root.output = _root.bandit + ' gained 5000 health.';
_root.bandithealth += 50;
} else {
if (drugaction == 2) {
_root.output = _root.bandit + ' lost 5000 health.';
_root.bandithealth -= 50;
} else {
_root.output = _root.bandit + ' had no reaction.';
}
}
}
}
if (wait == 100) {
drugchosen = '';
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (cardchosen != '') {
if (wait == 0) {
cardaction = random(5);
if (cardaction == 1 && _root.enemyname == 'Gabriel') {
cardaction = 0;
}
_root.input.arrow.move = false;
_root.output = _root.kit + ' used the ' + cardchosen + ' card on ' + _root.bandit + '.';
}
++wait;
if (wait == 50) {
if (cardaction == 0) {
_root.output = _root.bandit + ' morphed and FAILED!';
} else {
if (cardaction == 1) {
_root.output = _root.bandit + ' morphed and used arms to defeat ' + _root.enemyname + '.';
} else {
if (cardaction == 2) {
_root.output = _root.bandit + ' morphed and got ' + _root.kit + ' drunk.';
} else {
if (cardaction == 3) {
_root.output = _root.bandit + ' morphed and cried, cried, cried, cried, cried...';
} else {
if (cardaction == 4) {
_root.output = _root.bandit + ' morphed and suckled on ' + _root.zeezee + '.';
}
}
}
}
}
}
if (wait == 100) {
if (cardaction == 0) {
cardchosen = '';
end = 2;
wait = 0;
} else {
if (cardaction == 1) {
cardchosen = '';
end = 1;
wait = 0;
} else {
if (cardaction == 2) {
_root.output = _root.kit + ' was a violent drunk and killed ' + _root.bandit + '.';
} else {
if (cardaction == 3) {
cardchosen = '';
_root.input.arrow.move = true;
_root.bandithealth = 0;
wait = 0;
++turn;
} else {
if (cardaction == 4) {
cardchosen = '';
_root.input.arrow.move = true;
_root.bandithealth = 100;
wait = 0;
++turn;
}
}
}
}
}
}
if (wait == 150) {
if (cardaction == 2) {
cardchosen = '';
_root.input.arrow.move = true;
_root.bandithealth = 0;
wait = 0;
++turn;
}
}
}
if (attack == 1) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.bandit + ' tried to shoot his guns.';
}
++wait;
if (wait == 50) {
_root.output = '...but was unable with no arms.';
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 2) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.bandit + ' tried to attack with his swords.';
}
++wait;
if (wait == 50) {
_root.output = '...but was unable with no arms.';
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
if (attack == 3) {
if (wait == 0) {
_root.input.arrow.move = false;
_root.output = _root.bandit + ' tried to shake ' + _root.enemyname + '\'s hand.';
}
++wait;
if (wait == 50) {
_root.output = '...but was unable with no arms.';
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
++turn;
}
}
}
}
if (turn == 5 || turn == 4 && !_root.kitjoined) {
if (attack == 0) {
_root.input.arrow.move = false;
attack = random(3) + 1;
hitting = random(4);
if (hitting == 0 || hitting == 3 && !_root.kitjoined) {
hittee = _root.metavee;
} else {
if (hitting == 1) {
hittee = _root.cookie;
} else {
if (hitting == 2) {
hittee = _root.phallimon;
} else {
if (hitting == 3 && _root.kitjoined) {
hittee = _root.bandit;
}
}
}
}
}
if (attack == 1) {
if (wait == 0) {
_root.output = _root.enemyname + _root.enemies.enemyattack1 + hittee;
}
++wait;
if (wait == 50) {
damage = random(20) + 1;
_root.output = hittee + ' lost ' + damage + '00 health.';
if (hitting == 0 || hitting == 3 && !_root.kitjoined) {
_root.metaveehealth -= damage;
} else {
if (hitting == 1) {
_root.cookiehealth -= damage;
} else {
if (hitting == 2) {
_root.phallimonhealth -= damage;
} else {
if (hitting == 3 && _root.kitjoined) {
_root.bandithealth -= damage;
}
}
}
}
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
turn = 1;
}
}
if (attack == 2) {
if (wait == 0) {
_root.output = _root.enemyname + _root.enemies.enemyattack2;
}
++wait;
if (wait == 50) {
damage = random(10) + 1;
_root.output = 'Everyone lost ' + damage + '00 health.';
_root.metaveehealth -= damage;
_root.cookiehealth -= damage;
_root.phallimonhealth -= damage;
if (_root.kitjoined) {
_root.bandithealth -= damage;
}
}
if (wait == 100) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
turn = 1;
}
}
if (attack == 3) {
if (wait == 0) {
_root.output = _root.enemyname + _root.enemies.enemyattack3;
}
++wait;
if (wait == 50) {
attack = 0;
_root.input.arrow.move = true;
wait = 0;
turn = 1;
}
}
}
}
}
}
movieClip 343 {
}
movieClip 347 {
}
movieClip 351 {
frame 1 {
_root.enemyname = 'Ball';
enemyattack1 = ' gawked at ';
enemyattack2 = ' rode the success train.';
enemyattack3 = ' cracked his knuckles in anticipation.';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 2 {
_root.enemyname = 'Achtergrond';
enemyattack1 = ' nutted ';
enemyattack2 = ' showered M&M\'s.';
enemyattack3 = ' spun his head upsidedown.';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 3 {
_root.enemyname = 'Cudazi';
enemyattack1 = ' opressed ';
enemyattack2 = ' stank of sewage and vagina.';
enemyattack3 = ' waited to make his move.';
enemyhealth = 5;
canrun = true;
canwalk = false;
}
frame 4 {
_root.enemyname = 'Beef';
enemyattack1 = ' spread germs to ';
enemyattack2 = ' simmered violently.';
enemyattack3 = ' charred in silence.';
enemyhealth = 5;
canrun = true;
canwalk = true;
}
frame 5 {
_root.enemyname = 'Hafaza';
enemyattack1 = ' pranced around like ';
enemyattack2 = ' stole ' + _root.bow + '\'s mp3 player and he went insane.';
enemyattack3 = ' failed a urine test.';
enemyhealth = 20;
canrun = false;
canwalk = false;
}
frame 6 {
_root.enemyname = 'Cheez Stik';
enemyattack1 = ' slapped ';
enemyattack2 = ' melted into boiling fondue.';
enemyattack3 = ' found something less important to do.';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 7 {
_root.enemyname = 'Cheeseit';
enemyattack1 = ' rammed glass into the eye of ';
enemyattack2 = ' was eaten by rich people at an art gallery.';
enemyattack3 = ' drank heavily.';
enemyhealth = 5;
canrun = true;
canwalk = false;
}
frame 8 {
_root.enemyname = 'Chooken';
enemyattack1 = ' gazed at ';
enemyattack2 = ' glazed himself in honey and soy sauce.';
enemyattack3 = ' pecked at the ground playfully.';
enemyhealth = 100;
canrun = true;
canwalk = true;
}
frame 9 {
_root.enemyname = 'Cupcake';
enemyattack1 = ' sugar coated ';
enemyattack2 = '...did nothing...but it hurt.';
enemyattack3 = ' blinked in slow motion.';
enemyhealth = 20;
canrun = false;
canwalk = false;
}
frame 10 {
_root.enemyname = 'Darftw';
enemyattack1 = ' kicked ';
enemyattack2 = ' evolved explosively!';
enemyattack3 = ' snickered at your staticism.';
enemyhealth = 20;
canrun = true;
canwalk = false;
}
frame 11 {
_root.enemyname = 'Devious DLL';
enemyattack1 = ' put out ash on ';
enemyattack2 = ' called his goonies.';
enemyattack3 = ' took a puff of his cigar.';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 12 {
_root.enemyname = 'Leggers';
enemyattack1 = ' bludgeoned ';
enemyattack2 = ' bleeded profusely before clotting.';
enemyattack3 = ' took a nap.';
enemyhealth = 20;
canrun = true;
canwalk = true;
}
frame 13 {
_root.enemyname = 'Clam-Face';
enemyattack1 = ' clamped onto ';
enemyattack2 = ' shot 1000 ballistic missiles.';
enemyattack3 = ' stroked his beard.';
enemyhealth = 20;
canrun = false;
canwalk = true;
}
frame 14 {
_root.enemyname = 'A-Ball';
enemyattack1 = ' death massacred ';
enemyattack2 = ' coughed up a lung.';
enemyattack3 = ' moved really fast in place.';
enemyhealth = 1;
canrun = true;
canwalk = true;
}
frame 15 {
_root.enemyname = 'Fleshie';
enemyattack1 = ' stomped ';
enemyattack2 = ' flew into a rage of green.';
enemyattack3 = ' talked with his better half.';
enemyhealth = 20;
canrun = true;
canwalk = true;
}
frame 16 {
_root.enemyname = 'Von Fowl';
enemyattack1 = ' plucked ';
enemyattack2 = ' gave everyone bird flu.';
enemyattack3 = ' layed an egg.';
enemyhealth = 5;
canrun = true;
canwalk = false;
}
frame 17 {
_root.enemyname = 'Fragmon';
enemyattack1 = ' fragged ';
enemyattack2 = ' pulled the pin.';
enemyattack3 = ' giggled like a schoolgirl on crack.';
enemyhealth = 5;
canrun = true;
canwalk = true;
}
frame 18 {
_root.enemyname = 'Foxtrot';
enemyattack1 = ' shot ';
enemyattack2 = ' crashed a plane.';
enemyattack3 = ' stared blankly.';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 19 {
_root.enemyname = 'MacSmiles';
enemyattack1 = ' spread joy to ';
enemyattack2 = ' barfed rainbows.';
enemyattack3 = ' said \'HNAAAAAAH\'';
enemyhealth = 5;
canrun = true;
canwalk = true;
}
frame 20 {
_root.enemyname = 'Futs';
enemyattack1 = ' put his ciggarette out on ';
enemyattack2 = ' ate his enemies hearts.';
enemyattack3 = ' chain smoked.';
enemyhealth = 50;
canrun = true;
canwalk = false;
}
frame 21 {
_root.enemyname = 'Gray';
enemyattack1 = ' floated by ';
enemyattack2 = ' scared bejeezus.';
enemyattack3 = ' wondered where his pupils went.';
enemyhealth = 30;
canrun = true;
canwalk = true;
}
frame 22 {
_root.enemyname = 'Gruff';
enemyattack1 = ' inhaled ';
enemyattack2 = ' took a bite out of crime.';
enemyattack3 = ' acted emo.';
enemyhealth = 10;
canrun = true;
canwalk = false;
}
frame 23 {
_root.enemyname = 'Gungrave';
enemyattack1 = ' buried and mourned ';
enemyattack2 = ' shot everyone in slo-motion.';
enemyattack3 = ' licked his favorite gun.';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 24 {
_root.enemyname = 'Hammy HamHam';
enemyattack1 = ' stared blankly at ';
enemyattack2 = ' excreted meat juices.';
enemyattack3 = ' shaked his tail.';
enemyhealth = 5;
canrun = true;
canwalk = false;
}
frame 25 {
_root.enemyname = 'MegaHoboCrab';
enemyattack1 = ' snapped at ';
enemyattack2 = ' begged for change.';
enemyattack3 = ' drank a malt.';
enemyhealth = 20;
canrun = false;
canwalk = true;
}
frame 26 {
_root.enemyname = 'Ice Icer';
enemyattack1 = ' iced ';
enemyattack2 = ' melted ferociously.';
enemyattack3 = ' chilled out.';
enemyhealth = 5;
canrun = false;
canwalk = true;
}
frame 27 {
_root.enemyname = 'Lampmon';
enemyattack1 = ' partied hard with ';
enemyattack2 = ' gave everyone an idea.';
enemyattack3 = ' felt up' + _root.zeezee + '.';
enemyhealth = 5;
canrun = true;
canwalk = true;
}
frame 28 {
_root.enemyname = 'Lüky';
enemyattack1 = ' decapitated ';
enemyattack2 = ' watched as tubs of butter fell from the sky.';
enemyattack3 = ' felt lonely.';
enemyhealth = 20;
canrun = true;
canwalk = true;
}
frame 29 {
_root.enemyname = 'Suicide Meg';
enemyattack1 = ' hugged ';
enemyattack2 = ' gang raped the gang.';
enemyattack3 = ' failed a urine test.';
enemyhealth = 20;
canrun = false;
canwalk = true;
}
frame 30 {
_root.enemyname = 'Martyrmon';
enemyattack1 = ' took a hit from ';
enemyattack2 = ' exploded himself and earnt 20 virgins.';
enemyattack3 = ' stared into his destiny.';
enemyhealth = 5;
canrun = false;
canwalk = true;
}
frame 31 {
_root.enemyname = 'Monkeke2';
enemyattack1 = ' picked knits from ';
enemyattack2 = ' threw a buttload of poo.';
enemyattack3 = ' picked his nose.';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 32 {
_root.enemyname = 'Monkeke1';
enemyattack1 = ' slapped ';
enemyattack2 = ' threw pointy metal things.';
enemyattack3 = ' masked her fear with a smile.';
enemyhealth = 5;
canrun = true;
canwalk = false;
}
frame 33 {
_root.enemyname = 'Nookie';
enemyattack1 = ' smiled gleefully at ';
enemyattack2 = ' offered his brethren for sustainance.';
enemyattack3 = ' meditated.';
enemyhealth = 20;
canrun = true;
canwalk = true;
}
frame 34 {
_root.enemyname = 'Peppymon';
enemyattack1 = ' spoke with ';
enemyattack2 = ' said \'Sufferin suckatash soup is salty!\'';
enemyattack3 = ' sneezed.';
enemyhealth = 10;
canrun = true;
canwalk = false;
}
frame 35 {
_root.enemyname = 'Puffin';
enemyattack1 = ' offered bud to ';
enemyattack2 = ' stared at his fin.';
enemyattack3 = ' said \'Dude i\'m SO high.\'';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 36 {
_root.enemyname = 'Questawn';
enemyattack1 = ' popped a cap in ';
enemyattack2 = ' asked \'WHAT!?\'';
enemyattack3 = ' asked \'You sure you\'re straight?\'';
enemyhealth = 10;
canrun = true;
canwalk = false;
}
frame 37 {
_root.enemyname = 'Senòr Chilli';
enemyattack1 = ' burrito\'d ';
enemyattack2 = ' fiesta\'d on your organs.';
enemyattack3 = ' took a siesta.';
enemyhealth = 10;
canrun = true;
canwalk = false;
}
frame 38 {
_root.enemyname = 'Shroomzilla';
enemyattack1 = ' salivated on ';
enemyattack2 = ' creamed.';
enemyattack3 = ' made a lovely mushroom soup.';
enemyhealth = 5;
canrun = true;
canwalk = true;
}
frame 39 {
_root.enemyname = 'Slugger';
enemyattack1 = ' poured salt on ';
enemyattack2 = ' cleared his bowels.';
enemyattack3 = ' drank a Slurm.';
enemyhealth = 20;
canrun = true;
canwalk = false;
}
frame 40 {
_root.enemyname = 'SophIMPticated';
enemyattack1 = ' snubbed ';
enemyattack2 = ' read a Chuck Palahniuk novel.';
enemyattack3 = ' smoked pipe in his pipe.';
enemyhealth = 10;
canrun = true;
canwalk = true;
}
frame 41 {
_root.enemyname = 'Sordo';
enemyattack1 = ' rubbed ';
enemyattack2 = ' was a big stupid tard.';
enemyattack3 = ' ate the breadroll and cried.';
enemyhealth = 1;
canrun = true;
canwalk = true;
}
frame 42 {
_root.enemyname = 'SiamSpam';
enemyattack1 = ' sickened ';
enemyattack2 = ' killed in the name of \'STIMPY!\'';
enemyattack3 = ' mourned.';
enemyhealth = 15;
canrun = true;
canwalk = false;
}
frame 43 {
_root.enemyname = 'Stabamaphone';
enemyattack1 = ' gayed ';
enemyattack2 = ' was French and died.';
enemyattack3 = ' was French and died.';
enemyhealth = 1;
canrun = true;
canwalk = true;
}
frame 44 {
_root.enemyname = 'Crowmaster';
enemyattack1 = ' sicked a murder of crows on ';
enemyattack2 = ' poured straw in everyones pants.';
enemyattack3 = ' lit up a good candle in his head.';
enemyhealth = 10;
canrun = false;
canwalk = true;
}
frame 45 {
_root.enemyname = 'Monkeke3';
enemyattack1 = ' cunt-punched ';
enemyattack2 = ' urinated wildly.';
enemyattack3 = ' scratched his ass.';
enemyhealth = 15;
canrun = true;
canwalk = true;
}
frame 46 {
_root.enemyname = 'Thermon';
enemyattack1 = ' rectally examinated ';
enemyattack2 = ' ate up filesize with animation.';
enemyattack3 = ' felt a chill.';
enemyhealth = 10;
canrun = true;
canwalk = false;
}
frame 47 {
_root.enemyname = 'USHCS';
enemyattack1 = ' used a bright laser on ';
enemyattack2 = ' had an excessively long name.';
enemyattack3 = ' couldn\'t feel his legs.';
enemyhealth = 20;
canrun = false;
canwalk = true;
}
frame 48 {
_root.enemyname = 'Waccawakka';
enemyattack1 = ' loosened ';
enemyattack2 = ' had a frog in his throat.';
enemyattack3 = ' listened to the pillows.';
enemyhealth = 10;
canrun = true;
canwalk = true;
}
frame 49 {
_root.enemyname = '...ofDOOM';
enemyattack1 = ' brought DOOM on ';
enemyattack2 = ' felt dizzy and DOOMy.';
enemyattack3 = ' said \'DOOOOOOOOM\' and spun.';
enemyhealth = 20;
canrun = false;
canwalk = false;
}
frame 50 {
_root.enemyname = 'Otaku Taco';
enemyattack1 = ' was too mild for ';
enemyattack2 = ' pooped ice cream.';
enemyattack3 = ' murdered a vegan for eating grass.';
enemyhealth = 20;
canrun = false;
canwalk = false;
}
frame 51 {
_root.enemyname = 'Bandit';
enemyattack1 = ' shot ';
enemyattack2 = ' willed his swords to attack.';
enemyattack3 = ' tried to speak.';
enemyhealth = 20;
canrun = false;
canwalk = false;
}
frame 52 {
_root.enemyname = 'Gabriel';
enemyattack1 = ' stabbed ';
enemyattack2 = ' used STARSTROM!';
enemyattack3 = ' passed his turn and yawned.';
enemyhealth = -8;
canrun = false;
canwalk = false;
}
}
instance enemies of movieClip 351 {
onClipEvent (load) {
this.gotoAndStop(_root.enemymon);
}
}
movieClip 356 {
}
movieClip 360 {
}
movieClip 364 {
}
movieClip 368 {
frame 1 {
stop();
}
frame 2 {
num1 = random(50) + 1;
num2 = random(50) + 1;
num3 = random(50) + 1;
if (_root.cards > 2) {
card1 = _root.commandcenter['card' + num1];
card2 = _root.commandcenter['card' + num2];
card3 = _root.commandcenter['card' + num3];
} else {
if (_root.cards > 1) {
card1 = _root.commandcenter['card' + num1];
card2 = _root.commandcenter['card' + num2];
card3 = 'None';
} else {
if (_root.cards > 0) {
card1 = _root.commandcenter['card' + num1];
card2 = 'None';
card3 = 'None';
} else {
card1 = 'None';
card2 = 'None';
card3 = 'None';
}
}
}
}
instance arrow of movieClip 364 {
onClipEvent (load) {
stop();
up = true;
down = true;
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && up) {
if (_currentframe == 1) {
gotoAndStop(3);
} else {
if (_currentframe == 2) {
gotoAndStop(1);
} else {
if (_currentframe == 3) {
gotoAndStop(2);
}
}
}
up = false;
}
if (!Key.isDown(38) && !up) {
up = true;
}
if (Key.isDown(40) && down) {
if (_currentframe == 1) {
gotoAndStop(2);
} else {
if (_currentframe == 2) {
gotoAndStop(3);
} else {
if (_currentframe == 3) {
gotoAndStop(1);
}
}
}
down = false;
}
if (!Key.isDown(40) && !down) {
down = true;
}
}
}
}
movieClip 372 {
frame 1 {
stop();
}
frame 2 {
num1 = random(15) + 1;
num2 = random(15) + 1;
num3 = random(15) + 1;
if (_root.drugs > 2) {
drug1 = _root.commandcenter['drug' + num1];
drug2 = _root.commandcenter['drug' + num2];
drug3 = _root.commandcenter['drug' + num3];
} else {
if (_root.drugs > 1) {
drug1 = _root.commandcenter['drug' + num1];
drug2 = _root.commandcenter['drug' + num2];
drug3 = 'None';
} else {
if (_root.drugs > 0) {
drug1 = _root.commandcenter['drug' + num1];
drug2 = 'None';
drug3 = 'None';
} else {
drug1 = 'None';
drug2 = 'None';
drug3 = 'None';
}
}
}
}
instance arrow of movieClip 364 {
onClipEvent (load) {
stop();
up = true;
down = true;
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && up) {
if (_currentframe == 1) {
gotoAndStop(3);
} else {
if (_currentframe == 2) {
gotoAndStop(1);
} else {
if (_currentframe == 3) {
gotoAndStop(2);
}
}
}
up = false;
}
if (!Key.isDown(38) && !up) {
up = true;
}
if (Key.isDown(40) && down) {
if (_currentframe == 1) {
gotoAndStop(2);
} else {
if (_currentframe == 2) {
gotoAndStop(3);
} else {
if (_currentframe == 3) {
gotoAndStop(1);
}
}
}
down = false;
}
if (!Key.isDown(40) && !down) {
down = true;
}
}
}
}
movieClip 377 {
}
movieClip 378 {
frame 1 {
stop();
}
instance arrow of movieClip 364 {
onClipEvent (load) {
stop();
up = true;
down = true;
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && up) {
if (_currentframe == 1) {
gotoAndStop(3);
} else {
if (_currentframe == 2) {
gotoAndStop(1);
} else {
if (_currentframe == 3) {
gotoAndStop(2);
}
}
}
up = false;
}
if (!Key.isDown(38) && !up) {
up = true;
}
if (Key.isDown(40) && down) {
if (_currentframe == 1) {
gotoAndStop(2);
} else {
if (_currentframe == 2) {
gotoAndStop(3);
} else {
if (_currentframe == 3) {
gotoAndStop(1);
}
}
}
down = false;
}
if (!Key.isDown(40) && !down) {
down = true;
}
}
}
instance of movieClip 377 {
onClipEvent (load) {
gotoAndStop(_root.commandcenter.turn);
}
}
}
movieClip 379 {
instance arrow of movieClip 360 {
onClipEvent (load) {
stop();
right = true;
left = true;
up = true;
down = true;
es = true;
move = true;
table = 0;
}
onClipEvent (enterFrame) {
if (move) {
if (table == 0) {
if (Key.isDown(39) && right) {
if (_currentframe == 1) {
gotoAndStop(2);
} else {
if (_currentframe == 2) {
gotoAndStop(3);
} else {
if (_currentframe == 3) {
gotoAndStop(1);
} else {
if (_currentframe == 4) {
gotoAndStop(5);
} else {
if (_currentframe == 5) {
gotoAndStop(6);
} else {
if (_currentframe == 6) {
gotoAndStop(4);
}
}
}
}
}
}
right = false;
}
if (!Key.isDown(39) && !right) {
right = true;
}
if (Key.isDown(37) && left) {
if (_currentframe == 1) {
gotoAndStop(3);
} else {
if (_currentframe == 2) {
gotoAndStop(1);
} else {
if (_currentframe == 3) {
gotoAndStop(2);
} else {
if (_currentframe == 4) {
gotoAndStop(6);
} else {
if (_currentframe == 5) {
gotoAndStop(4);
} else {
if (_currentframe == 6) {
gotoAndStop(5);
}
}
}
}
}
}
left = false;
}
if (!Key.isDown(37) && !left) {
left = true;
}
if (Key.isDown(38) && up) {
if (_currentframe == 1) {
gotoAndStop(4);
} else {
if (_currentframe == 2) {
gotoAndStop(5);
} else {
if (_currentframe == 3) {
gotoAndStop(6);
} else {
if (_currentframe == 4) {
gotoAndStop(1);
} else {
if (_currentframe == 5) {
gotoAndStop(2);
} else {
if (_currentframe == 6) {
gotoAndStop(3);
}
}
}
}
}
}
up = false;
}
if (!Key.isDown(38) && !up) {
up = true;
}
if (Key.isDown(40) && down) {
if (_currentframe == 1) {
gotoAndStop(4);
} else {
if (_currentframe == 2) {
gotoAndStop(5);
} else {
if (_currentframe == 3) {
gotoAndStop(6);
} else {
if (_currentframe == 4) {
gotoAndStop(1);
} else {
if (_currentframe == 5) {
gotoAndStop(2);
} else {
if (_currentframe == 6) {
gotoAndStop(3);
}
}
}
}
}
}
down = false;
}
if (!Key.isDown(40) && !down) {
down = true;
}
if (Key.isDown(83) && es) {
if (_currentframe == 1) {
_parent.attack.gotoAndStop(2);
table = 1;
move = false;
} else {
if (_currentframe == 2) {
_parent.drugs.gotoAndStop(2);
table = 2;
move = false;
} else {
if (_currentframe == 3) {
--_root.commandcenter.hitnme;
++_root.commandcenter.turn;
} else {
if (_currentframe == 4) {
_parent.cards.gotoAndStop(2);
table = 3;
move = false;
} else {
if (_currentframe == 5) {
_root.commandcenter.run = true;
move = false;
} else {
if (_currentframe == 6) {
_root.commandcenter.walk = true;
move = false;
}
}
}
}
}
}
es = false;
gotoAndStop(1);
}
}
}
if (table != 0) {
gotoAndStop(7);
}
if (table == 1) {
if (Key.isDown(83) && es) {
if (_root.input.attack.arrow._currentframe == 1) {
_root.commandcenter.attack = 1;
} else {
if (_root.input.attack.arrow._currentframe == 2) {
_root.commandcenter.attack = 2;
} else {
if (_root.input.attack.arrow._currentframe == 3) {
_root.commandcenter.attack = 3;
}
}
}
_root.input.attack.gotoAndStop(1);
table = 0;
gotoAndStop(1);
es = false;
}
if (Key.isDown(65)) {
table = 0;
gotoAndStop(1);
move = true;
_root.input.attack.gotoAndStop(1);
}
}
if (table == 2) {
if (Key.isDown(83) && es) {
if (_root.input.drugs.arrow._currentframe == 1 && _root.input.drugs.drug1 != 'None') {
_root.commandcenter.drugchosen = _root.input.drugs.drug1;
} else {
if (_root.input.drugs.arrow._currentframe == 2 && _root.input.drugs.drug2 != 'None') {
_root.commandcenter.drugchosen = _root.input.drugs.drug2;
} else {
if (_root.input.drugs.arrow._currentframe == 3 && _root.input.drugs.drug3 != 'None') {
_root.commandcenter.drugchosen = _root.input.drugs.drug3;
} else {
move = true;
}
}
}
_root.input.drugs.gotoAndStop(1);
table = 0;
gotoAndStop(2);
es = false;
}
if (Key.isDown(65)) {
table = 0;
gotoAndStop(2);
move = true;
_root.input.drugs.gotoAndStop(1);
}
}
if (table == 3) {
if (Key.isDown(83) && es) {
if (_root.input.cards.arrow._currentframe == 1 && _root.input.cards.card1 != 'None') {
_root.commandcenter.cardchosen = _root.input.cards.card1;
} else {
if (_root.input.cards.arrow._currentframe == 2 && _root.input.cards.card2 != 'None') {
_root.commandcenter.cardchosen = _root.input.cards.card2;
} else {
if (_root.input.cards.arrow._currentframe == 3 && _root.input.cards.card3 != 'None') {
_root.commandcenter.cardchosen = _root.input.cards.card3;
} else {
move = true;
}
}
}
_root.input.cards.gotoAndStop(1);
table = 0;
gotoAndStop(4);
es = false;
}
if (Key.isDown(65)) {
table = 0;
gotoAndStop(4);
move = true;
_root.input.cards.gotoAndStop(1);
}
}
if (!Key.isDown(83) && !es) {
es = true;
}
}
}
}
instance mbox of movieClip 35 {
onClipEvent (load) {
stopAllSounds();
music = new Sound(this);
teh = random(3);
teh2 = 0;
if (teh == 0) {
music.attachSound('b2intro');
music.start(0, 1);
} else {
if (teh == 1) {
music.attachSound('b3');
music.start(0, 999);
}
}
}
onClipEvent (enterFrame) {
if (teh == 0 && music.position == music.duration) {
teh2 = random(2);
if (teh2 == 0) {
music.attachSound('b2l1');
music.start(0, 1);
} else {
if (teh2 == 1) {
music.attachSound('b2l2');
music.start(0, 1);
}
}
}
}
}
frame 8 {
stop();
}
movieClip 529 {
}
movieClip 645 {
}
movieClip 647 {
}
movieClip 648 {
}
movieClip 719 {
}
movieClip 932 {
}
movieClip 933 {
}
movieClip 965 {
}
movieClip 996 {
}
movieClip 1059 {
}
movieClip 1067 {
}
movieClip 1111 {
}
movieClip 1112 {
}
movieClip 1257 {
}
movieClip 1259 {
}
movieClip 1261 {
}
movieClip 1262 {
}
movieClip 1265 {
}
movieClip 1271 {
}
movieClip 1277 {
}
movieClip 1368 {
}
movieClip 1369 {
}
movieClip 1375 {
}
movieClip 1377 {
}
movieClip 1417 {
}
movieClip 1421 {
}
movieClip 1477 {
}
movieClip 1478 {
}
movieClip 1479 {
}
movieClip 1716 {
}
movieClip 1717 {
}
movieClip 1761 {
}
movieClip 1816 {
}
movieClip 1926 {
}
movieClip 1932 {
}
movieClip 1972 {
}
movieClip 1973 {
}
movieClip 1974 {
}
movieClip 2035 {
}
movieClip 2036 {
}
movieClip 2037 {
}
movieClip 2049 {
}
movieClip 2519 {
frame 15331 {
_root.gotoAndStop(9);
}
}
movieClip 2524 {
frame 1 {
stop();
}
}
movieClip 2527 {
frame 1 {
stop();
}
}
movieClip 2529 {
}
movieClip 2530 {
instance line of movieClip 2529 {
onClipEvent (load) {
lastframe = 28971;
goto = 0;
click = false;
}
onClipEvent (enterFrame) {
if (click) {
goto = Math.ceil(this._xmouse / (this._width / lastframe));
if (goto <= 15331) {
_root.gotoAndStop(8);
} else {
_root.gotoAndStop(9);
goto -= 15331;
}
if (_parent._parent._parent.pauseplay._currentframe == 1) {
_root.movie.gotoAndPlay(goto);
} else {
_root.movie.gotoAndStop(goto);
}
}
}
}
}
movieClip 2532 {
}
movieClip 2533 {
instance playbar of movieClip 2530 {
onClipEvent (press) {
this.line.click = true;
}
onClipEvent (release) {
this.line.click = false;
}
onClipEvent (releaseOutside) {
this.line.click = false;
}
}
instance playhead of movieClip 2532 {
onClipEvent (enterFrame) {
if (_root._currentframe == 8) {
this._x = Math.ceil(_root.movie._currentframe * (_parent.playbar.line._width / 28971));
} else {
this._x = Math.ceil((_root.movie._currentframe + 15331) * (_parent.playbar.line._width / 28971));
}
}
}
}
movieClip 2535 {
}
movieClip 2536 {
instance pauseplay of movieClip 2524 {
onClipEvent (release) {
if (this._currentframe == 1) {
_parent.forward.clicked = false;
_parent.forward.gotoAndStop(1);
_parent.rewind.clicked = false;
_parent.rewind.gotoAndStop(1);
_root.movie.stop();
this.gotoAndStop(2);
} else {
if (this._currentframe == 2) {
_parent.forward.clicked = false;
_parent.forward.gotoAndStop(1);
_parent.rewind.clicked = false;
_parent.rewind.gotoAndStop(1);
_root.movie.play();
this.gotoAndStop(1);
}
}
}
}
instance forward of movieClip 2527 {
onClipEvent (load) {
clicked = false;
}
onClipEvent (enterFrame) {
if (clicked) {
if (_root._currentframe == 8 && _root.movie._currentframe > 15306) {
_root.gotoAndStop(9);
}
if (_root._currentframe == 9 && _root.movie._currentframe > 28946) {
_root.gotoAndStop(2);
}
if (_parent.pauseplay._currentframe == 1) {
_root.movie.gotoAndPlay(_root.movie._currentframe + 24);
} else {
_root.movie.gotoAndStop(_root.movie._currentframe + 24);
}
}
}
onClipEvent (release) {
if (!clicked) {
clicked = true;
_parent.rewind.clicked = false;
_parent.rewind.gotoAndStop(1);
this.gotoAndStop(2);
} else {
if (clicked) {
clicked = false;
this.gotoAndStop(1);
}
}
}
}
instance rewind of movieClip 2527 {
onClipEvent (load) {
clicked = false;
}
onClipEvent (enterFrame) {
if (clicked) {
if (_root._currentframe == 9 && _root.movie._currentframe < 25) {
_root.gotoAndStop(8);
_root.movie.gotoAndStop(15330);
}
if (_parent.pauseplay._currentframe == 1) {
_root.movie.gotoAndPlay(_root.movie._currentframe - 24);
} else {
_root.movie.gotoAndStop(_root.movie._currentframe - 24);
}
}
}
onClipEvent (release) {
if (!clicked) {
clicked = true;
_parent.forward.clicked = false;
_parent.forward.gotoAndStop(1);
this.gotoAndStop(2);
} else {
if (clicked) {
clicked = false;
this.gotoAndStop(1);
}
}
}
}
instance controls of movieClip 2533 {
onClipEvent (load) {
seconds = 0;
minutes = 0;
}
onClipEvent (enterFrame) {
if (_root._currentframe == 8) {
seconds = Math.floor(_root.movie._currentframe / 24);
} else {
seconds = Math.floor((_root.movie._currentframe + 15331) / 24);
}
minutes = Math.floor(seconds / 60);
tens = seconds - minutes * 60;
if (tens < 10) {
_parent.runtime = minutes + '.0' + tens;
} else {
_parent.runtime = minutes + '.' + tens;
}
}
}
instance of movieClip 2535 {
onClipEvent (press) {
_root.gotoAndStop(2);
}
}
}
movieClip 2537 {
frame 1 {
stop();
}
frame 10 {
stop();
}
}
instance of movieClip 2537 {
onClipEvent (enterFrame) {
if (_root._ymouse > 527 && this._currentframe != 10) {
this.play();
}
if (_root._ymouse < 527 && this._currentframe == 10) {
this.play();
}
}
}
movieClip 2653 {
}
movieClip 2901 {
}
movieClip 3327 {
}
movieClip 3559 {
frame 13640 {
_root.gotoAndStop(2);
}
}