Frame 1
function button1(_param1, _param2) {
_root._quality = "LOW";
}
function button2(_param1, _param2) {
_root._quality = "MEDIUM";
}
function button3(_param1, _param2) {
_root._quality = "HIGH";
}
function button4(obj:Object, item:ContextMenuItem) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.start();
sfx1.setVolume(0);
}
function button5(obj:Object, item:ContextMenuItem) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.start();
sfx1.setVolume(100);
}
function button6(obj:Object, item:ContextMenuItem) {
getURL ("http://www.legitgames.com/", "_blank");
}
function button7(obj:Object, item:ContextMenuItem) {
getURL ("http://www.eviludy.net/", "_blank");
}
function button8(_param1, _param2) {
_root.changq = true;
}
function button9(_param1, _param2) {
_root.changq = false;
}
cm = new ContextMenu();
cm.hideBuiltInItems();
cm.customItems.push(new ContextMenuItem("Low Graphic Quality", button1));
cm.customItems.push(new ContextMenuItem("Medium Graphic Quality", button2));
cm.customItems.push(new ContextMenuItem("High Graphic Quality", button3));
cm.customItems.push(new ContextMenuItem("Turn sound off", button4));
cm.customItems.push(new ContextMenuItem("Turn sound on", button5));
cm.customItems.push(new ContextMenuItem("Play More games!", button6));
cm.customItems.push(new ContextMenuItem("Author's Website!", button7));
cm.customItems.push(new ContextMenuItem("Auto Quality Changing: On", button8));
cm.customItems.push(new ContextMenuItem("Auto Quality Changing: Off", button9));
cm.customItems[3].separatorBefore = true;
cm.customItems[5].separatorBefore = true;
cm.customItems[7].separatorBefore = true;
_root.menu = cm;
stop();
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.b_loaded = _root.getBytesLoaded();
_root.b_total = _root.getBytesTotal();
_root.percent = Math.round((_root.b_loaded / _root.b_total) * 100);
this._width = _root.percent * 2.53;
if (_root.percent == 100) {
_root.play();
}
}
Instance of Symbol 10 MovieClip in Frame 80
onClipEvent (enterFrame) {
_root.b_loaded = _root.getBytesLoaded();
_root.b_total = _root.getBytesTotal();
_root.percent = Math.round((_root.b_loaded / _root.b_total) * 100);
this._width = _root.percent * 2.53;
if (_root.percent == 100) {
}
}
Frame 349
function openSave() {
mySharedObject = SharedObject.getLocal("ThisHasToBeAnVeryUniqueValueSoIllJustUseThis12345");
_root.curLVL = mySharedObject.data.curLVL;
_root.lifeFrame = mySharedObject.data.lifeFrame;
gotoAndStop (357);
}
function custom() {
gotoAndStop (353);
}
function news() {
if (_root.startinglives == 15) {
_root.lifeFrame = 1;
}
if (_root.startinglives == 10) {
_root.lifeFrame = 6;
}
if (_root.startinglives == 5) {
_root.lifeFrame = 11;
}
_root.curLVL = 1;
gotoAndStop (357);
}
mySharedObject = SharedObject.getLocal("ThisHasToBeAnVeryUniqueValueSoIllJustUseThis12345");
_root.SavedGameExist = mySharedObject.data.SaveGame;
if ((!_root.SavedGameExist) == 1) {
_root.mnu.loadingbutton.enabled = false;
} else if (_root.SavedGameExist == 1) {
_root.mnu.loadingbutton.enabled = true;
}
stop();
_root.musics = 1;
Instance of Symbol 115 MovieClip "cursor" in Frame 349
onClipEvent (enterFrame) {
Mouse.hide();
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 352
function backToMain() {
_root.gotoAndStop("Menu", 1);
gotoAndStop (349);
}
stop();
_root.x = 1;
o = 0;
while (o < 138) {
_root["block" + _root.x] = 1;
_root.x++;
o++;
}
Instance of Symbol 197 MovieClip "chip113" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block113 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip114" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block114 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip115" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block115 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip116" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block116 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip117" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block117 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip118" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block118 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip119" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block119 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip120" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block120 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip121" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block121 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip122" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block122 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip123" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block123 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip124" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block124 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip125" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block125 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip126" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block126 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip127" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block127 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip128" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block128 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip97" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block97 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip98" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block98 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip99" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block99 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip100" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block100 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip101" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block101 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip102" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block102 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip103" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block103 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip104" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block104 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip105" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block105 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip106" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block106 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip107" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block107 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip108" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block108 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip109" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block109 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip110" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block110 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip111" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block111 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip112" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block112 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip81" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block81 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip82" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block82 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip83" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block83 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip84" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block84 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip85" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block85 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip86" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block86 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip87" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block87 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip88" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block88 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip89" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block89 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip90" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block90 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip91" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block91 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip92" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block92 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip93" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block93 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip94" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block94 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip95" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block95 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip96" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block96 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip65" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block65 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip66" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block66 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip67" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block67 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip68" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block68 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip69" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block69 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip70" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block70 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip71" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block71 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip72" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block72 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip73" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block73 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip74" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block74 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip75" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block75 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip76" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block76 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip77" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block77 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip78" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block78 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip79" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block79 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip80" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block80 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip49" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block49 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip50" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block50 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip51" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block51 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip52" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block52 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip53" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block53 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip54" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block54 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip55" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block55 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip33" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block33 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip34" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block34 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip35" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block35 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip36" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block36 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip37" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block37 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip38" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block38 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip39" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block39 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip17" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block17 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip18" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block18 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip19" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block19 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip20" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block20 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip21" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block21 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip22" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block22 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip23" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block23 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip1" in Frame 352
/* no clip actions */
Instance of Symbol 197 MovieClip "chip2" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block2 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip3" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block3 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip4" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block4 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip5" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block5 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip6" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block6 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip7" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block7 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip56" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block56 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip57" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block57 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip58" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block58 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip59" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block59 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip60" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block60 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip61" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block61 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip62" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block62 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip63" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block63 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip64" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block64 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip40" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block40 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip41" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block41 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip42" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block42 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip43" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block43 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip44" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block44 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip45" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block45 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip46" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block46 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip47" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block47 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip48" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block48 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip24" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block24 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip25" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block25 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip26" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block26 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip27" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block27 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip28" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block28 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip29" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block29 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip30" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block30 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip31" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block31 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip32" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block32 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip8" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block8 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip9" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block9 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip10" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block10 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip11" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block11 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip12" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block12 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip13" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block13 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip14" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block14 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip15" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block15 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 197 MovieClip "chip16" in Frame 352
on (press) {
if (_root.menuWindow._visible == false) {
_root.block16 = _root.brush;
if (_root.brush == 1) {
this.gotoAndStop(1);
} else if (_root.brush == 7) {
this.gotoAndStop(10);
} else if (_root.brush == 8) {
this.gotoAndStop(11);
} else if (_root.brush == 2) {
this.gotoAndStop(2);
} else if (_root.brush == 3) {
this.gotoAndStop(3);
} else if (_root.brush == 4) {
this.gotoAndStop(4);
} else if (_root.brush == 5) {
this.gotoAndStop(5);
} else if (_root.brush == 6) {
this.gotoAndStop(8);
}
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Frame 352
onClipEvent (load) {
this.gotoAndStop(1);
}
on (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cursor.boo)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 248 MovieClip "menuWindow" in Frame 352
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 115 MovieClip "cursor" in Frame 352
onClipEvent (enterFrame) {
Mouse.hide();
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 353
_root.brush = 0;
Instance of Symbol 115 MovieClip "cursor" in Frame 353
onClipEvent (enterFrame) {
Mouse.hide();
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 354
function gameOver() {
stopAllSounds();
_root.gotoAndStop("Custom", 4);
gotoAndStop (356);
}
function testUp() {
_root.tarblock = _root.curblock + 16;
if (((((_root["block" + _root.tarblock] == 2) || (_root["block" + _root.tarblock] == 3)) || (_root["block" + _root.tarblock] == 4)) || (_root["block" + _root.tarblock] == 5)) || (_root["block" + _root.tarblock] == 6)) {
_root.movePo = 0;
} else if (_root.curblock < 113) {
_root.movePo = 1;
_root.curblock = _root.curblock + 16;
} else {
_root.movePo = 0;
}
}
function testDown() {
_root.tarblock = _root.curblock - 16;
if (((((_root["block" + _root.tarblock] == 2) || (_root["block" + _root.tarblock] == 3)) || (_root["block" + _root.tarblock] == 4)) || (_root["block" + _root.tarblock] == 5)) || (_root["block" + _root.tarblock] == 6)) {
_root.movePo = 0;
} else if (_root.curblock > 16) {
_root.movePo = 1;
_root.curblock = _root.curblock - 16;
} else {
_root.movePo = 0;
}
}
function testRight() {
_root.tarblock = _root.curblock + 1;
if (((((_root["block" + _root.tarblock] == 2) || (_root["block" + _root.tarblock] == 3)) || (_root["block" + _root.tarblock] == 4)) || (_root["block" + _root.tarblock] == 5)) || (_root["block" + _root.tarblock] == 6)) {
_root.movePo = 0;
} else if ((((((((_root.curblock == 16) || (_root.curblock == 32)) || (_root.curblock == 48)) || (_root.curblock == 64)) || (_root.curblock == 80)) || (_root.curblock == 96)) || (_root.curblock == 112)) || (_root.curblock == 128)) {
_root.movePo = 0;
} else {
_root.movePo = 1;
_root.curblock = _root.curblock + 1;
}
}
function testLeft() {
_root.tarblock = _root.curblock - 1;
if (((((_root["block" + _root.tarblock] == 2) || (_root["block" + _root.tarblock] == 3)) || (_root["block" + _root.tarblock] == 4)) || (_root["block" + _root.tarblock] == 5)) || (_root["block" + _root.tarblock] == 6)) {
_root.movePo = 0;
} else if ((((((((_root.curblock == 1) || (_root.curblock == 17)) || (_root.curblock == 33)) || (_root.curblock == 49)) || (_root.curblock == 65)) || (_root.curblock == 81)) || (_root.curblock == 97)) || (_root.curblock == 113)) {
_root.movePo = 0;
} else {
_root.movePo = 1;
_root.curblock = _root.curblock - 1;
}
}
function swapFunc() {
_root.x = 1;
i = 0;
while (i < 138) {
if (_root["block" + _root.x] == 6) {
_root["chip" + _root.x].gotoAndStop(9);
}
_root.x++;
i++;
}
_root.x = 1;
i = 0;
while (i < 138) {
if (_root["block" + _root.x] == 5) {
_root["chip" + _root.x].gotoAndStop(6);
}
_root.x++;
i++;
}
}
function rob() {
_root.x = 1;
i = 0;
while (i < 138) {
if (_root["block" + _root.x] == 5) {
_root["chip" + _root.x].gotoAndStop(8);
_root.click = 999;
}
_root.x++;
i++;
}
}
function finish() {
stopAllSounds();
_root.nextFrame();
}
_root.x = 1;
_root.click = 0;
o = 0;
while (o < 138) {
if (_root["block" + _root.x] == 1) {
_root["chip" + _root.x].gotoAndStop(1);
} else if (_root["block" + _root.x] == 2) {
_root["chip" + _root.x].gotoAndStop(2);
} else if (_root["block" + _root.x] == 3) {
_root["chip" + _root.x].gotoAndStop(3);
} else if (_root["block" + _root.x] == 4) {
_root["chip" + _root.x].gotoAndStop(4);
} else if (_root["block" + _root.x] == 5) {
_root["chip" + _root.x].gotoAndStop(5);
} else if (_root["block" + _root.x] == 6) {
_root["chip" + _root.x].gotoAndStop(7);
} else if (_root["block" + _root.x] == 7) {
_root["chip" + _root.x].gotoAndStop(10);
} else if (_root["block" + _root.x] == 8) {
_root["chip" + _root.x].gotoAndStop(11);
}
_root.x++;
o++;
}
Instance of Symbol 268 MovieClip in Frame 354
onClipEvent (enterFrame) {
this.gotoAndStop(_root.terrain);
}
onClipEvent (load) {
this.gotoAndStop(_root.terrain);
}
Instance of Symbol 400 MovieClip "player" in Frame 354
onClipEvent (load) {
_root.curblock = 1;
sSpeed = 2;
hurts = false;
counts = 0;
}
onClipEvent (enterFrame) {
if (hurts == true) {
counts++;
_root.player._y = 326;
_root.player._x = 19.1;
_root.curblock = 1;
_root.dir = 0;
}
if (counts == 20) {
counts = 0;
hurts = false;
}
if (hurts == false) {
if ((_root.dir == 1) && (_root.movePo == 1)) {
this._y = this._y - sSpeed;
} else if ((_root.dir == 2) && (_root.movePo == 1)) {
this._x = this._x + sSpeed;
} else if ((_root.dir == 3) && (_root.movePo == 1)) {
this._y = this._y + sSpeed;
} else if ((_root.dir == 4) && (_root.movePo == 1)) {
this._x = this._x - sSpeed;
}
if (Key.isDown(38) && (_root.dir == 0)) {
_root.testUp();
this.gotoAndStop(5);
} else if (Key.isDown(37) && (_root.dir == 0)) {
_root.testLeft();
this.gotoAndStop(8);
} else if (Key.isDown(39) && (_root.dir == 0)) {
_root.testRight();
this.gotoAndStop(6);
} else if (Key.isDown(40) && (_root.dir == 0)) {
_root.testDown();
this.gotoAndStop(7);
}
}
}
Instance of Symbol 421 MovieClip in Frame 354
onClipEvent (load) {
stopAllSounds();
_root.trc = 0;
_root.trc = Number(_root.trc);
_root.track = Number(_root.track);
_root.trc = _root.trc + _root.track;
_root.trc = _root.trc + 1;
if (_root.musics == 0) {
this.gotoAndStop(8);
} else if (_root.musics == 1) {
this.gotoAndStop(_root.trc);
}
}
Instance of Symbol 441 MovieClip "health" in Frame 354
onClipEvent (load) {
if (_root.startinglives == 15) {
this.gotoAndStop(1);
}
if (_root.startinglives == 10) {
this.gotoAndStop(6);
}
if (_root.startinglives == 5) {
this.gotoAndStop(11);
}
}
Instance of Symbol 449 MovieClip in Frame 354
onClipEvent (enterFrame) {
this.gotoAndStop(_root.terrain);
}
onClipEvent (load) {
this.gotoAndStop(_root.terrain);
}
Instance of Symbol 461 MovieClip "fpscounter" in Frame 354
onClipEvent (enterFrame) {
with (this) {
f = Math.round(1000 / (getTimer() - t));
fff = f;
t = getTimer();
this.fps2 = f;
}
if (((this.fps2 < 30) && (_root._quality == "HIGH")) && (_root.changq == true)) {
_root._quality = "MEDIUM";
}
if (((this.fps2 < 30) && (_root._quality == "MEDIUM")) && (_root.changq == true)) {
_root._quality = "LOW";
}
}
Frame 357
if (_root.curLVL == 1) {
_root.loadcode = "Tutorial, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 3, 3, 3, 3, 4, 4, 4, 4, 1, 1, 1, 3, 1, 2, 2, 1, 3, 6, 1, 1, 4, 1, 1, 4, 1, 1, 1, 3, 1, 2, 2, 1, 3, 1, 1, 1, 4, 1, 1, 4, 1, 1, 5, 3, 1, 2, 2, 1, 3, 1, 1, 1, 4, 4, 4, 4, 3, 3, 3, 3, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2";
} else if (_root.curLVL == 2) {
_root.loadcode = "The V, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 3, 1, 1, 3, 1, 1, 3, 1, , 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 1, 3, 1, 1, 3, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 3, 6, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 1, 3, 4, 6, 1";
} else if (_root.curLVL == 3) {
_root.loadcode = "The Boo!, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 1, 3, 3, 3, 1, 3, 3, 3, 1, 3, 1, 1, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 1, 1, 1, 1, 3, 3, 3, 1, 3, 8, 3, 1, 3, 8, 3, 1, 3, 1, 1, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 1, 1, 3, 3, 3, 1, 3, 3, 3, 1, 3, 3, 3, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 2, 4, 1";
} else if (_root.curLVL == 4) {
_root.loadcode = "Slimey Appearance, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 6, 1, 1, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 5, 2, 2, 2, 2, 1, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2";
} else if (_root.curLVL == 5) {
_root.loadcode = "Darker Caves, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 3, 1, 1, 3, 1, 3, 3, 3, 3, 3, 1, 1, 7, 1, 1, 3, 3, 1, 1, 1, 7, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3, 3, 1, 3, 3, 3, 3, 3, 3, 1, 3, 1, 1, 1, 3, 1, 3, 3, 1, 6, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 3, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 3";
} else if (_root.curLVL == 6) {
_root.loadcode = "Mountain Labyrinth, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 6, 3, 1, 1, 1, 1, 1, 1, 1, 8, 3, 3, 1, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 1, 3, 3, 1, 3, 3, 3, 3, 3, 5, 3, 3, 1, 1, 1, 3, 1, 1, 3, 1, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 1, 3, 1, 3, 3, 1, 3, 1, 1, 1, 1, 1, 1, 1, 7, 3, 1, 3, 1, 3, 3, 1, 1, 1, 3, 3, 3, 1, 3, 1, 3, 3, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 3";
} else if (_root.curLVL == 7) {
_root.loadcode = "Monster Lab, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 7, 1, 2, 1, 1, 1, 2, 1, 1, 1, 8, 1, 1, 1, 6, 2, 2, 5, 1, 1, 1, 8, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2";
} else if (_root.curLVL == 8) {
_root.loadcode = "The Passion, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 2, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 7, 1, 1, 1, 1, 3, 1, 1, 3, 1, 7, 1, 6, 2, 2, 2, 2, 2, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 5";
} else if (_root.curLVL == 9) {
_root.loadcode = "Tribute, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 8, 1, 4, 1, 1, 1, 4, 1, 4, 1, 1, 1, 4, 1, 3, 3, 1, 1, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 1, 3, 3, 1, 3, 1, 1, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 3, 3, 1, 3, 1, 1, 1, 4, 1, 1, 1, 4, 1, 1, 1, 1, 3, 3, 5, 3, 6, 1, 1, 1, 4, 1, 4, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 2, 1, 5";
} else if (_root.curLVL == 10) {
_root.loadcode = "Ever-seeing Eye, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 1, 7, 1, 1, 4, 4, 4, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 4, 4, 1, 4, 1, 1, 1, 1, 4, 7, 1, 1, 1, 4, 7, 1, 1, 1, 4, 1, 4, 4, 1, 1, 4, 1, 1, 1, 7, 4, 6, 1, 4, 4, 1, 1, 1, 1, 4, 4, 4, 1, 1, 5, 1, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 4, 6, 5";
} else if (_root.curLVL == 11) {
_root.loadcode = "Black Beard Bay, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 2, 1, 8, 1, 8, 2, 8, 2, 1, 1, 2, 2, 2, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 2, 6, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 5, 2, 1, 2, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 3, 4";
} else if (_root.curLVL == 12) {
_root.loadcode = "Absolute Chaos, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 4, 4, 4, 4, 4, 1, 4, 1, 1, 1, 4, 1, 1, 4, 4, 1, 1, 4, 1, 6, 4, 1, 4, 1, 4, 1, 4, 4, 1, 1, 4, 4, 1, 1, 1, 4, 4, 1, 4, 1, 4, 1, 1, 1, 7, 1, 1, 4, 8, 4, 1, 1, 1, 1, 1, 1, 4, 1, 1, 4, 4, 4, 4, 4, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 4, 1, 5, 4, 4, 1, 4, 4, 4, 1, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4";
} else if (_root.curLVL == 13) {
_root.loadcode = "Guarded Jewels, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 8, 1, 1, 1, 1, 3, 1, 6, 3, 1, 1, 1, 3, 3, 3, 1, 1, 7, 1, 1, 3, 1, 1, 3, 3, 1, 1, 3, 3, 4, 3, 3, 1, 1, 1, 3, 3, 8, 3, 3, 3, 1, 3, 3, 4, 1, 4, 3, 3, 5, 3, 3, 1, 1, 3, 3, 3, 1, 3, 4, 1, 1, 1, 4, 3, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 6, 2";
} else if (_root.curLVL == 14) {
_root.loadcode = "Drop Out, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 2, 2, 1, 8, 8, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 5, 3";
} else if (_root.curLVL == 15) {
_root.loadcode = "Bottom, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 3, 3, 3, 3, 3, 3, 1, 1, 3, 3, 3, 3, 3, 3, 4, 1, 3, 4, 1, 1, 1, 4, 1, 1, 4, 1, 1, 1, 4, 3, 1, 1, 3, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 4, 4, 4, 1, 4, 4, 1, 4, 4, 4, 1, 3, 1, 1, 3, 6, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 5, 3, 1, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 2, 4, 3";
} else if (_root.curLVL == 16) {
_root.loadcode = "Pangea, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 2, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 7, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 2, 1, 7, 1, 1, 1, 1, 4, 2, 1, 1, 1, 4, 1, 1, 1, 1, 8, 1, 1, 1, 4, 1, 2, 1, 3, 1, 1, 3, 1, 1, 1, 1, 4, 1, 3, 1, 3, 1, 4, 7, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 6, 1, 1, 1, 4, 1, 1, 1, 1, 5, 3, 4, 5";
} else if (_root.curLVL == 17) {
_root.loadcode = "Slimey Waters, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 3, 3, 4, 4, 4, 4, 4, 4, 1, 1, 4, 4, 4, 4, 4, 4, 3, 3, 1, 1, 1, 1, 4, 1, 7, 1, 1, 4, 1, 1, 1, 1, 3, 3, 4, 4, 4, 4, 4, 4, 1, 1, 4, 4, 4, 4, 4, 4, 3, 3, 1, 1, 1, 1, 4, 1, 1, 7, 1, 1, 1, 1, 1, 1, 3, 3, 5, 4, 4, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 2";
} else if (_root.curLVL == 18) {
_root.loadcode = "Follow the Pattern, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 2, 2, 2, 1, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 6, 1, 2, 1, 2, 1, 1, 2, 2, 2, 3, 3, 2, 1, 2, 2, 2, 2, 2, 8, 2, 5, 1, 1, 7, 1, 1, 3, 2, 1, 2, 2, 3, 3, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 2, 1, 2, 2, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 2";
} else if (_root.curLVL == 19) {
_root.loadcode = "Pain Fields, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 3, 3, 1, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 1, 3, 1, 3, 3, 1, 3, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 3, 1, 3, 3, 1, 3, 1, 4, 4, 1, 1, 1, 1, 4, 4, 1, 3, 1, 3, 3, 4, 3, 1, 3, 3, 3, 3, 3, 1, 1, 3, 3, 3, 1, 3, 3, 6, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 4, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 2, 5";
} else if (_root.curLVL == 20) {
_root.loadcode = "Dark Depths, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 3, 1, 1, 7, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 3, 3, 1, 3, 1, 1, 3, 1, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 1, 3, 1, 1, 3, 1, 3, 3, 3, 3, 3, 1, 1, 3, 3, 3, 1, 3, 5, 4, 3, 1, 3, 3, 3, 3, 1, 7, 1, 1, 3, 3, 1, 3, 3, 3, 3, 1, 3, 3, 3, 3, 1, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 6, 6, 1";
} else if (_root.curLVL == 21) {
_root.loadcode = "Triangle, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 1, 1, 1, 1, 1, 1, 3, 3, 3, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 3, 1, 3, 3, 3, 7, 1, 1, 1, 1, 1, 7, 3, 3, 3, 1, 3, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 3, 1, 1, 1, 1, 3, 3, 8, 5, 8, 3, 3, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 6, 1, 1, 1, 1, 3, 3, 5, 3";
} else if (_root.curLVL == 22) {
_root.loadcode = "Threefold, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 4, 1, 4, 1, 4, 1, 4, 1, 1, 1, 4, 4, 4, 4, 4, 1, 4, 1, 1, 1, 4, 1, 4, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 1, 4, 1, 1, 1, 4, 1, 1, 4, 1, 4, 4, 1, 4, 4, 1, 8, 4, 1, 4, 1, 1, 1, 4, 4, 1, 4, 4, 1, 1, 4, 4, 1, 4, 8, 4, 1, 4, 1, 4, 1, 1, 4, 4, 4, 1, 6, 4, 1, 4, 1, 4, 8, 4, 1, 4, 5, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 2, 2, 5";
} else if (_root.curLVL == 23) {
_root.loadcode = "One Way to it, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 3, 0, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 7, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 1, 1, 3, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 7, 1, 1, 3, 3, 1, 1, 7, 1, 1, 3, 1, 1, 3, 1, 1, 1, 5, 3, 3, 3, 3, 6, 1, 1, 1, 3, 1, 8, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 4, 3, 4";
} else if (_root.curLVL == 24) {
_root.loadcode = "Jackpot, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 1, 3, 3, 3, 1, 4, 3, 1, 8, 1, 1, 3, 1, 1, 3, 1, 1, 8, 1, 3, 4, 4, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 4, 4, 3, 1, 1, 1, 7, 3, 1, 1, 3, 7, 1, 1, 1, 3, 4, 4, 3, 5, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 6, 3, 4, 4, 3, 3, 3, 3, 3, 3, 4, 4, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 4, 4, 4, 4, 4, 4, 4, 3, 4, 4";
} else if (_root.curLVL == 25) {
_root.loadcode = "Switch, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 2, 2, 5, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 2";
} else if (_root.curLVL == 26) {
_root.loadcode = "Square Treasure, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 4, 4, 1, 1, 1, 1, 3, 3, 3, 1, 6, 3, 3, 3, 1, 1, 1, 1, 5, 1, 1, 1, 3, 3, 3, 1, 3, 3, 3, 3, 1, 1, 1, 1, 4, 4, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 4, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 3, 2";
} else if (_root.curLVL == 27) {
_root.loadcode = "Wake the Dead, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 2, 1, 1, 5, 2, 1, 1, 1, 1, 1, 1, 2, 6, 1, 1, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 1, 2, 1, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 7, 2, 1, 2, 2, 7, 1, 1, 2, 1, 2, 2, 1, 2, 1, 8, 1, 2, 2, 1, 2, 1, 8, 1, 2, 1, 2, 2, 1, 1, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 3, 3";
} else if (_root.curLVL == 28) {
_root.loadcode = "Labirinth, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 3, 1, 3, 1, 3, 1, 1, 1, 1, 3, 3, 3, 3, 1, 3, 1, 1, 1, 1, 1, 3, 1, 3, 3, 1, 3, 3, 1, 1, 8, 3, 1, 3, 3, 3, 1, 3, 1, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 1, 1, 3, 8, 1, 1, 1, 1, 7, 3, 3, 1, 3, 1, 3, 3, 3, 1, 3, 1, 3, 3, 3, 3, 1, 3, 3, 5, 1, 1, 1, 7, 1, 1, 3, 1, 3, 6, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 6, 4, 1";
} else if (_root.curLVL == 29) {
_root.loadcode = "Dungeon of the Dead, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 3, 4, 4, 3, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 3, 4, 4, 3, 1, 1, 3, 1, 1, 3, 3, 1, 1, 3, 1, 1, 3, 4, 4, 3, 1, 1, 3, 1, 1, 3, 3, 5, 4, 3, 1, 1, 3, 4, 4, 3, 1, 1, 3, 4, 4, 3, 3, 3, 3, 3, 1, 1, 3, 3, 3, 3, 1, 1, 3, 3, 3, 3, 3, 7, 1, 1, 8, 1, 1, 1, 1, 1, 1, 8, 1, 1, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4";
} else if (_root.curLVL == 30) {
_root.loadcode = "Red Cross, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 4, 1, 4, 1, 3, 1, 8, 3, 1, 4, 1, 4, 1, 1, 3, 1, 3, 3, 3, 3, 3, 1, 1, 3, 3, 3, 3, 3, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 3, 3, 3, 3, 3, 1, 1, 3, 3, 3, 3, 3, 1, 3, 3, 7, 1, 1, 1, 1, 3, 8, 1, 3, 1, 1, 1, 1, 7, 3, 1, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 6, 1, 4, 6, 4";
} else if (_root.curLVL == 31) {
_root.loadcode = "Haunted Bay, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 6, 1, 4, 1, 1, 1, 1, 7, 1, 1, 1, 1, 3, 3, 3, 1, 1, 1, 4, 4, 4, 4, 4, 1, 4, 4, 4, 1, 1, 3, 3, 1, 4, 4, 2, 7, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 7, 2, 4, 4, 1, 3, 3, 1, 1, 4, 4, 4, 4, 1, 4, 4, 4, 4, 1, 1, 1, 3, 3, 3, 1, 1, 1, 1, 1, 7, 1, 1, 1, 4, 1, 5, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 5, 2, 1";
} else if (_root.curLVL == 32) {
_root.loadcode = "Cave of the Dead, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 3, 5, 1, 1, 3, 3, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 3, 3, 1, 3, 7, 1, 1, 1, 8, 1, 1, 1, 1, 8, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 1, 1, 3, 3, 6, 1, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 5, 3";
} else if (_root.curLVL == 33) {
_root.loadcode = "Rock Bottom, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 1, 4, 1, 4, 1, 1, 4, 1, 4, 1, 4, 4, 4, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 3, 3, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 3, 3, 6, 3";
} else if (_root.curLVL == 34) {
_root.loadcode = "Evil Passageway, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 1, 3, 3, 1, 3, 3, 3, 3, 8, 3, 3, 3, 1, 3, 3, 3, 1, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 1, 1, 3, 3, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 1, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 1, 1, 3, 3, 5, 3, 3, 3, 3, 1, 3, 3, 3, 8, 3, 3, 3, 1, 3, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 6, 1, 6, 6, 5";
} else if (_root.curLVL == 35) {
_root.loadcode = "Red fase 0, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 4, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 5, 3, 1, 3, 3, 3, 3, 8, 3, 3, 1, 3, 3, 3, 3, 1, 3, 3, 1, 3, 6, 1, 1, 1, 3, 3, 1, 1, 1, 2, 3, 1, 3, 3, 1, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 1, 3, 3, 1, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 1, 3, 3, 1, 1, 1, 1, 1, 1, 3, 3, 8, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5, 5";
} else if (_root.curLVL == 36) {
_root.loadcode = "Rock Bottom, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 3, 1, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 3, 3, 1, 3, 1, 1, 1, 1, 3, 3, 3, 1, 1, 7, 1, 3, 3, 3, 1, 3, 1, 3, 3, 8, 3, 3, 3, 3, 5, 4, 3, 3, 3, 3, 1, 3, 1, 1, 1, 1, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 1, 3, 3, 3, 3, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 5";
} else if (_root.curLVL == 37) {
_root.loadcode = "There and Back again, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 2, 2, 4, 1, 3, 3, 1, 2, 1, 2, 1, 3, 3, 1, 1, 4, 2, 2, 4, 1, 3, 3, 1, 2, 1, 2, 1, 3, 3, 1, 1, 4, 2, 2, 1, 1, 1, 1, 5, 2, 8, 2, 6, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 2";
} else if (_root.curLVL == 38) {
_root.loadcode = "It's a Puzzle, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 3, 2, 2, 3, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 2, 2, 8, 1, 2, 3, 1, 5, 2, 2, 6, 1, 2, 2, 1, 8, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 5, 2";
} else if (_root.curLVL == 39) {
_root.loadcode = "Genuine, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3, 3, 1, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 3, 4, 4, 3, 1, 1, 1, 3, 1, 4, 4, 1, 3, 8, 1, 1, 3, 4, 4, 3, 3, 3, 7, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 4, 4, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 7, 3, 3, 3, 4, 4, 3, 1, 1, 8, 3, 1, 4, 4, 1, 3, 1, 1, 1, 3, 4, 4, 3, 3, 5, 3, 3, 3, 3, 3, 3, 3, 3, 6, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 2, 2, 3";
} else if (_root.curLVL == 40) {
_root.loadcode = "Finale, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 6, 3, 7, 1, 1, 8, 1, 1, 1, 1, 1, 1, 8, 1, 1, 1, 3, 3, 3, 3, 1, 1, 3, 3, 3, 3, 3, 3, 1, 1, 3, 3, 3, 1, 4, 3, 1, 1, 3, 4, 1, 1, 4, 3, 1, 1, 3, 4, 1, 1, 1, 3, 1, 1, 3, 4, 1, 5, 4, 3, 1, 1, 3, 1, 1, 1, 1, 3, 1, 1, 3, 3, 1, 1, 3, 3, 1, 1, 3, 1, 1, 1, 1, 3, 8, 1, 1, 1, 1, 1, 1, 1, 1, 8, 3, 1, 1, 2, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 2, 6, 6, 5";
} else if (_root.curLVL == 41) {
trace("GO");
gotoAndStop (361);
}
_root.datastuff = _root.loadcode.split(", ");
_root.a = 0;
i = 0;
while (i < 150) {
_root["block" + _root.a] = _root.datastuff[_root.a];
_root.a++;
i++;
}
_root.mapname = _root.block0;
_root.terrain = _root.block129;
_root.track = _root.block130;
_root.monster = _root.block131;
nextFrame();
Instance of Symbol 115 MovieClip "cursor" in Frame 357
onClipEvent (enterFrame) {
Mouse.hide();
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 359
function testUp() {
_root.tarblock = _root.curblock + 16;
if (((((_root["block" + _root.tarblock] == 2) || (_root["block" + _root.tarblock] == 3)) || (_root["block" + _root.tarblock] == 4)) || (_root["block" + _root.tarblock] == 5)) || (_root["block" + _root.tarblock] == 6)) {
_root.movePo = 0;
} else if (_root.curblock < 113) {
_root.movePo = 1;
_root.curblock = _root.curblock + 16;
} else {
_root.movePo = 0;
}
}
function testDown() {
_root.tarblock = _root.curblock - 16;
if (((((_root["block" + _root.tarblock] == 2) || (_root["block" + _root.tarblock] == 3)) || (_root["block" + _root.tarblock] == 4)) || (_root["block" + _root.tarblock] == 5)) || (_root["block" + _root.tarblock] == 6)) {
_root.movePo = 0;
} else if (_root.curblock > 16) {
_root.movePo = 1;
_root.curblock = _root.curblock - 16;
} else {
_root.movePo = 0;
}
}
function testRight() {
_root.tarblock = _root.curblock + 1;
if (((((_root["block" + _root.tarblock] == 2) || (_root["block" + _root.tarblock] == 3)) || (_root["block" + _root.tarblock] == 4)) || (_root["block" + _root.tarblock] == 5)) || (_root["block" + _root.tarblock] == 6)) {
_root.movePo = 0;
} else if ((((((((_root.curblock == 16) || (_root.curblock == 32)) || (_root.curblock == 48)) || (_root.curblock == 64)) || (_root.curblock == 80)) || (_root.curblock == 96)) || (_root.curblock == 112)) || (_root.curblock == 128)) {
_root.movePo = 0;
} else {
_root.movePo = 1;
_root.curblock = _root.curblock + 1;
}
}
function testLeft() {
_root.tarblock = _root.curblock - 1;
if (((((_root["block" + _root.tarblock] == 2) || (_root["block" + _root.tarblock] == 3)) || (_root["block" + _root.tarblock] == 4)) || (_root["block" + _root.tarblock] == 5)) || (_root["block" + _root.tarblock] == 6)) {
_root.movePo = 0;
} else if ((((((((_root.curblock == 1) || (_root.curblock == 17)) || (_root.curblock == 33)) || (_root.curblock == 49)) || (_root.curblock == 65)) || (_root.curblock == 81)) || (_root.curblock == 97)) || (_root.curblock == 113)) {
_root.movePo = 0;
} else {
_root.movePo = 1;
_root.curblock = _root.curblock - 1;
}
}
function swapFunc() {
_root.x = 1;
i = 0;
while (i < 138) {
if (_root["block" + _root.x] == 6) {
_root["chip" + _root.x].gotoAndStop(9);
}
_root.x++;
i++;
}
_root.x = 1;
i = 0;
while (i < 138) {
if (_root["block" + _root.x] == 5) {
_root["chip" + _root.x].gotoAndStop(6);
}
_root.x++;
i++;
}
}
function rob() {
_root.x = 1;
i = 0;
while (i < 138) {
if (_root["block" + _root.x] == 5) {
_root["chip" + _root.x].gotoAndStop(8);
_root.click = 999;
}
_root.x++;
i++;
}
}
function finish() {
stopAllSounds();
_root.nextFrame();
}
_root.x = 1;
_root.click = 0;
o = 0;
while (o < 138) {
if (_root["block" + _root.x] == 1) {
_root["chip" + _root.x].gotoAndStop(1);
} else if (_root["block" + _root.x] == 2) {
_root["chip" + _root.x].gotoAndStop(2);
} else if (_root["block" + _root.x] == 3) {
_root["chip" + _root.x].gotoAndStop(3);
} else if (_root["block" + _root.x] == 4) {
_root["chip" + _root.x].gotoAndStop(4);
} else if (_root["block" + _root.x] == 5) {
_root["chip" + _root.x].gotoAndStop(5);
} else if (_root["block" + _root.x] == 6) {
_root["chip" + _root.x].gotoAndStop(7);
} else if (_root["block" + _root.x] == 7) {
_root["chip" + _root.x].gotoAndStop(10);
} else if (_root["block" + _root.x] == 8) {
_root["chip" + _root.x].gotoAndStop(11);
}
_root.x++;
o++;
}
function gameOver() {
stopAllSounds();
_root.gotoAndStop("Basic Levels", 5);
gotoAndStop (361);
}
Instance of Symbol 268 MovieClip in Frame 359
onClipEvent (enterFrame) {
this.gotoAndStop(_root.terrain);
}
onClipEvent (load) {
this.gotoAndStop(_root.terrain);
}
Instance of Symbol 400 MovieClip "player" in Frame 359
onClipEvent (load) {
_root.curblock = 1;
sSpeed = 2;
hurts = false;
counts = 0;
}
onClipEvent (enterFrame) {
if (hurts == true) {
counts++;
_root.player._y = 326;
_root.player._x = 19.1;
_root.curblock = 1;
_root.dir = 0;
}
if (counts == 20) {
counts = 0;
hurts = false;
}
if (hurts == false) {
if ((_root.dir == 1) && (_root.movePo == 1)) {
this._y = this._y - sSpeed;
} else if ((_root.dir == 2) && (_root.movePo == 1)) {
this._x = this._x + sSpeed;
} else if ((_root.dir == 3) && (_root.movePo == 1)) {
this._y = this._y + sSpeed;
} else if ((_root.dir == 4) && (_root.movePo == 1)) {
this._x = this._x - sSpeed;
}
if (Key.isDown(38) && (_root.dir == 0)) {
_root.testUp();
this.gotoAndStop(5);
} else if (Key.isDown(37) && (_root.dir == 0)) {
_root.testLeft();
this.gotoAndStop(8);
} else if (Key.isDown(39) && (_root.dir == 0)) {
_root.testRight();
this.gotoAndStop(6);
} else if (Key.isDown(40) && (_root.dir == 0)) {
_root.testDown();
this.gotoAndStop(7);
}
}
}
Instance of Symbol 461 MovieClip "fpscounter" in Frame 359
onClipEvent (enterFrame) {
with (this) {
f = Math.round(1000 / (getTimer() - t));
fff = f;
t = getTimer();
this.fps2 = f;
}
if (((this.fps2 < 30) && (_root._quality == "HIGH")) && (_root.changq == true)) {
_root._quality = "MEDIUM";
}
if (((this.fps2 < 30) && (_root._quality == "MEDIUM")) && (_root.changq == true)) {
_root._quality = "LOW";
}
}
Instance of Symbol 421 MovieClip in Frame 359
onClipEvent (load) {
stopAllSounds();
_root.trc = 0;
_root.trc = Number(_root.trc);
_root.track = Number(_root.track);
_root.trc = _root.trc + _root.track;
_root.trc = _root.trc + 1;
if (_root.musics == 0) {
this.gotoAndStop(8);
} else if (_root.musics == 1) {
this.gotoAndStop(_root.trc);
}
}
Instance of Symbol 441 MovieClip "health" in Frame 359
onClipEvent (load) {
if (_root.startinglives == 15) {
this.gotoAndStop(1);
}
if (_root.startinglives == 10) {
this.gotoAndStop(6);
}
if (_root.startinglives == 5) {
this.gotoAndStop(11);
}
}
Instance of Symbol 449 MovieClip in Frame 359
onClipEvent (enterFrame) {
this.gotoAndStop(_root.terrain);
}
onClipEvent (load) {
this.gotoAndStop(_root.terrain);
}
Frame 360
_root.curLVL = _root.curLVL + 1;
mySharedObject = SharedObject.getLocal("ThisHasToBeAnVeryUniqueValueSoIllJustUseThis12345");
mySharedObject.data.SaveGame = 1;
mySharedObject.data.curLVL = _root.curLVL;
mySharedObject.data.lifeFrame = _root.lifeFrame;
mySharedObject.flush();
Frame 361
stop();
Symbol 18 Button
on (release) {
getURL ("http://www.legitgames.com", "_blank");
}
Symbol 35 Button
on (release) {
getURL ("http://www.legitgames.com", "_blank");
}
Symbol 53 Button
on (release) {
_root.mapname = "Getting started";
_root.news();
}
Symbol 56 Button
on (release) {
_root.openSave();
}
Symbol 59 Button
on (release) {
nextFrame();
}
Symbol 62 Button
on (release) {
stopAllSounds();
_root.track = 1;
_root.terrain = 1;
i = 0;
while (i < 150) {
_root.lol++;
_root["block" + _root.lol] = 1;
i++;
}
_root.play();
}
Symbol 65 Button
on (release) {
_root.custom();
}
Symbol 68 Button
on (release) {
getURL ("http://www.google.com", "_blank");
}
Symbol 71 Button
on (release) {
_root.nextFrame();
}
Symbol 84 Button
on (release) {
prevFrame();
}
Symbol 88 Button
on (release) {
_quality = "LOW";
}
Symbol 89 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 90 Button
on (release) {
_quality = "HIGH";
}
Symbol 91 Button
on (release) {
_root.musics = 1;
}
Symbol 92 Button
on (release) {
_root.musics = 0;
}
Symbol 93 Button
on (release) {
_root.startinglives = 15;
}
Symbol 94 Button
on (release) {
_root.startinglives = 10;
}
Symbol 95 Button
on (release) {
_root.startinglives = 5;
}
Symbol 96 MovieClip Frame 1
stop();
Symbol 104 Button
on (release) {
_root.gotoAndStop(_root._currentframe + 2);
}
Symbol 107 MovieClip Frame 9
stop();
Symbol 115 MovieClip Frame 1
stop();
Symbol 125 Button
on (release) {
stopAllSounds();
_root.prevFrame();
}
Symbol 127 MovieClip Frame 1
stop();
Symbol 133 Button
on (release) {
nextFrame();
}
Symbol 143 Button
on (release) {
prevFrame();
}
Symbol 151 MovieClip Frame 1
stop();
Symbol 154 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(_root._currentframe - 2);
}
Symbol 155 MovieClip Frame 1
stop();
Symbol 168 Button
on (release) {
_root.brush = 4;
}
Symbol 170 Button
on (release) {
_root.brush = 5;
}
Symbol 171 Button
on (release) {
_root.brush = 1;
}
Symbol 173 Button
on (release) {
_root.brush = 3;
}
Symbol 175 Button
on (release) {
_root.brush = 6;
}
Symbol 177 Button
on (release) {
_root.brush = 2;
}
Symbol 179 Button
on (release) {
_root.brush = 7;
}
Symbol 180 Button
on (release) {
_root.brush = 8;
}
Symbol 185 Button
on (release) {
_root.menuWindow._visible = true;
_root.menuWindow.gotoAndStop(1);
}
Symbol 197 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Symbol 208 Button
on (release) {
_root.backToMain();
}
Symbol 211 Button
on (release) {
gotoAndStop (3);
}
Symbol 214 Button
on (release) {
gotoAndStop (2);
}
Symbol 217 Button
on (release) {
gotoAndStop (4);
}
Symbol 220 Button
on (release) {
_root.menuWindow._visible = false;
}
Symbol 230 Button
on (release) {
_root.datastuff = _root.loadcode.split(", ");
_root.a = 0;
i = 0;
while (i < 150) {
_root["block" + _root.a] = _root.datastuff[_root.a];
_root.a++;
i++;
}
_root.terrain = _root.block129;
_root.track = _root.block130;
_root.x = 1;
o = 0;
while (o < 138) {
if (_root["block" + _root.x] == 1) {
_root["chip" + _root.x].gotoAndStop(1);
} else if (_root["block" + _root.x] == 2) {
_root["chip" + _root.x].gotoAndStop(2);
} else if (_root["block" + _root.x] == 3) {
_root["chip" + _root.x].gotoAndStop(3);
} else if (_root["block" + _root.x] == 4) {
_root["chip" + _root.x].gotoAndStop(4);
} else if (_root["block" + _root.x] == 5) {
_root["chip" + _root.x].gotoAndStop(5);
} else if (_root["block" + _root.x] == 6) {
_root["chip" + _root.x].gotoAndStop(7);
} else if (_root["block" + _root.x] == 7) {
_root["chip" + _root.x].gotoAndStop(10);
} else if (_root["block" + _root.x] == 8) {
_root["chip" + _root.x].gotoAndStop(11);
}
_root.x++;
o++;
}
}
Symbol 237 MovieClip Frame 1
stop();
_root.terrain = 1;
Symbol 237 MovieClip Frame 10
_root.terrain = 2;
stop();
Symbol 237 MovieClip Frame 20
_root.terrain = 3;
stop();
Symbol 237 MovieClip Frame 30
_root.terrain = 4;
stop();
Symbol 237 MovieClip Frame 40
_root.terrain = 5;
stop();
Symbol 237 MovieClip Frame 50
_root.terrain = 6;
stop();
Symbol 237 MovieClip Frame 60
_root.terrain = 5;
stop();
Symbol 237 MovieClip Frame 70
_root.terrain = 4;
stop();
Symbol 237 MovieClip Frame 80
_root.terrain = 3;
stop();
Symbol 237 MovieClip Frame 90
_root.terrain = 2;
stop();
Symbol 237 MovieClip Frame 100
_root.terrain = 1;
stop();
Symbol 239 MovieClip Frame 1
stop();
_root.track = 1;
Symbol 239 MovieClip Frame 10
_root.track = 2;
stop();
Symbol 239 MovieClip Frame 20
_root.track = 3;
stop();
Symbol 239 MovieClip Frame 30
_root.track = 4;
stop();
Symbol 239 MovieClip Frame 40
_root.track = 5;
stop();
Symbol 239 MovieClip Frame 50
_root.track = 6;
stop();
Symbol 239 MovieClip Frame 60
_root.track = 5;
stop();
Symbol 239 MovieClip Frame 70
_root.track = 4;
stop();
Symbol 239 MovieClip Frame 80
_root.track = 3;
stop();
Symbol 239 MovieClip Frame 90
_root.track = 2;
stop();
Symbol 239 MovieClip Frame 100
_root.track = 1;
stop();
Symbol 241 MovieClip Frame 1
stop();
_root.monster = 2;
Symbol 241 MovieClip Frame 10
_root.monster = 5;
stop();
Symbol 241 MovieClip Frame 20
_root.monster = 3;
stop();
Symbol 241 MovieClip Frame 30
_root.monster = 4;
stop();
Symbol 241 MovieClip Frame 40
_root.monster = 1;
stop();
Symbol 241 MovieClip Frame 50
_root.monster = 4;
stop();
Symbol 241 MovieClip Frame 60
_root.monster = 3;
stop();
Symbol 241 MovieClip Frame 70
_root.monster = 5;
stop();
Symbol 241 MovieClip Frame 80
_root.monster = 2;
stop();
Symbol 242 Button
on (release) {
if (_root.terrain == 2) {
_root.menuWindow.slider1.gotoAndPlay(91);
}
if (_root.terrain == 3) {
_root.menuWindow.slider1.gotoAndPlay(81);
}
if (_root.terrain == 4) {
_root.menuWindow.slider1.gotoAndPlay(71);
}
if (_root.terrain == 5) {
_root.menuWindow.slider1.gotoAndPlay(61);
}
if (_root.terrain == 6) {
_root.menuWindow.slider1.gotoAndPlay(51);
}
}
Symbol 243 Button
on (release) {
if (_root.terrain == 1) {
_root.menuWindow.slider1.gotoAndPlay(2);
}
if (_root.terrain == 2) {
_root.menuWindow.slider1.gotoAndPlay(11);
}
if (_root.terrain == 3) {
_root.menuWindow.slider1.gotoAndPlay(21);
}
if (_root.terrain == 4) {
_root.menuWindow.slider1.gotoAndPlay(31);
}
if (_root.terrain == 5) {
_root.menuWindow.slider1.gotoAndPlay(41);
}
}
Symbol 244 Button
on (release) {
if (_root.track == 2) {
_root.menuWindow.slider2.gotoAndPlay(91);
}
if (_root.track == 3) {
_root.menuWindow.slider2.gotoAndPlay(81);
}
if (_root.track == 4) {
_root.menuWindow.slider2.gotoAndPlay(71);
}
if (_root.track == 5) {
_root.menuWindow.slider2.gotoAndPlay(61);
}
if (_root.track == 6) {
_root.menuWindow.slider2.gotoAndPlay(51);
}
}
Symbol 245 Button
on (release) {
if (_root.track == 1) {
_root.menuWindow.slider2.gotoAndPlay(2);
}
if (_root.track == 2) {
_root.menuWindow.slider2.gotoAndPlay(11);
}
if (_root.track == 3) {
_root.menuWindow.slider2.gotoAndPlay(21);
}
if (_root.track == 4) {
_root.menuWindow.slider2.gotoAndPlay(31);
}
if (_root.track == 5) {
_root.menuWindow.slider2.gotoAndPlay(41);
}
}
Symbol 246 Button
on (release) {
if (_root.monster == 1) {
_root.menuWindow.slider3.gotoAndPlay(41);
}
if (_root.monster == 4) {
_root.menuWindow.slider3.gotoAndPlay(51);
}
if (_root.monster == 3) {
_root.menuWindow.slider3.gotoAndPlay(61);
}
if (_root.monster == 5) {
_root.menuWindow.slider3.gotoAndPlay(71);
}
}
Symbol 247 Button
on (release) {
if (_root.monster == 2) {
_root.menuWindow.slider3.gotoAndPlay(2);
}
if (_root.monster == 5) {
_root.menuWindow.slider3.gotoAndPlay(11);
}
if (_root.monster == 3) {
_root.menuWindow.slider3.gotoAndPlay(21);
}
if (_root.monster == 4) {
_root.menuWindow.slider3.gotoAndPlay(31);
}
}
Symbol 248 MovieClip Frame 2
_root.code = (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("InsertMapNameHere, " + _root.block1) + ", ") + _root.block2) + ", ") + _root.block3) + ", ") + _root.block4) + ", ") + _root.block5) + ", ") + _root.block6) + ", ") + _root.block7) + ", ") + _root.block8) + ", ") + _root.block9) + ", ") + _root.block10) + ", ") + _root.block11) + ", ") + _root.block12) + ", ") + _root.block13) + ", ") + _root.block14) + ", ") + _root.block15) + ", ") + _root.block16) + ", ") + _root.block17) + ", ") + _root.block18) + ", ") + _root.block19) + ", ") + _root.block20) + ", ") + _root.block21) + ", ") + _root.block22) + ", ") + _root.block23) + ", ") + _root.block24) + ", ") + _root.block25) + ", ") + _root.block26) + ", ") + _root.block27) + ", ") + _root.block28) + ", ") + _root.block29) + ", ") + _root.block30) + ", ") + _root.block31) + ", ") + _root.block32) + ", ") + _root.block33) + ", ") + _root.block34) + ", ") + _root.block35) + ", ") + _root.block36) + ", ") + _root.block37) + ", ") + _root.block38) + ", ") + _root.block39) + ", ") + _root.block40) + ", ") + _root.block41) + ", ") + _root.block42) + ", ") + _root.block43) + ", ") + _root.block44) + ", ") + _root.block45) + ", ") + _root.block46) + ", ") + _root.block47) + ", ") + _root.block48) + ", ") + _root.block49) + ", ") + _root.block50) + ", ") + _root.block51) + ", ") + _root.block52) + ", ") + _root.block53) + ", ") + _root.block54) + ", ") + _root.block55) + ", ") + _root.block56) + ", ") + _root.block57) + ", ") + _root.block58) + ", ") + _root.block59) + ", ") + _root.block60) + ", ") + _root.block61) + ", ") + _root.block62) + ", ") + _root.block63) + ", ") + _root.block64) + ", ") + _root.block65) + ", ") + _root.block66) + ", ") + _root.block67) + ", ") + _root.block68) + ", ") + _root.block69) + ", ") + _root.block70) + ", ") + _root.block71) + ", ") + _root.block72) + ", ") + _root.block73) + ", ") + _root.block74) + ", ") + _root.block75) + ", ") + _root.block76) + ", ") + _root.block77) + ", ") + _root.block78) + ", ") + _root.block79) + ", ") + _root.block80) + ", ") + _root.block81) + ", ") + _root.block82) + ", ") + _root.block83) + ", ") + _root.block84) + ", ") + _root.block85) + ", ") + _root.block86) + ", ") + _root.block87) + ", ") + _root.block88) + ", ") + _root.block89) + ", ") + _root.block90) + ", ") + _root.block91) + ", ") + _root.block92) + ", ") + _root.block93) + ", ") + _root.block94) + ", ") + _root.block95) + ", ") + _root.block96) + ", ") + _root.block97) + ", ") + _root.block98) + ", ") + _root.block99) + ", ") + _root.block100) + ", ") + _root.block101) + ", ") + _root.block102) + ", ") + _root.block103) + ", ") + _root.block104) + ", ") + _root.block105) + ", ") + _root.block106) + ", ") + _root.block107) + ", ") + _root.block108) + ", ") + _root.block109) + ", ") + _root.block110) + ", ") + _root.block111) + ", ") + _root.block112) + ", ") + _root.block113) + ", ") + _root.block114) + ", ") + _root.block115) + ", ") + _root.block116) + ", ") + _root.block117) + ", ") + _root.block118) + ", ") + _root.block119) + ", ") + _root.block120) + ", ") + _root.block121) + ", ") + _root.block122) + ", ") + _root.block123) + ", ") + _root.block124) + ", ") + _root.block125) + ", ") + _root.block126) + ", ") + _root.block127) + ", ") + _root.block128) + ", ") + _root.terrain) + ", ") + _root.track) + ", ") + _root.monster;
Symbol 251 Button
on (release) {
stopAllSounds();
gotoAndStop (349);
}
Symbol 252 Button
on (release) {
_root.datastuff = _root.loadcode.split(", ");
_root.a = 0;
i = 0;
while (i < 150) {
_root["block" + _root.a] = _root.datastuff[_root.a];
_root.a++;
i++;
}
_root.mapname = _root.block0;
_root.terrain = _root.block129;
_root.track = _root.block130;
_root.monster = _root.block131;
nextFrame();
}
Symbol 268 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 40
_root.finish();
stop();
Instance of Symbol 291 MovieClip in Symbol 314 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 302 MovieClip in Symbol 314 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 313 MovieClip in Symbol 314 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 302 MovieClip in Symbol 314 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Symbol 315 MovieClip Frame 1
stop();
Instance of Symbol 331 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 323 MovieClip in Symbol 339 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 338 MovieClip in Symbol 339 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 331 MovieClip in Symbol 339 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 349 MovieClip in Symbol 368 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 358 MovieClip in Symbol 368 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 367 MovieClip in Symbol 368 MovieClip Frame 20
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Instance of Symbol 358 MovieClip in Symbol 368 MovieClip Frame 30
onClipEvent (load) {
this.gotoAndStop(_root.monster);
}
Symbol 369 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 1
stop();
Instance of Symbol 274 MovieClip "tree" in Symbol 370 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.player.hitTest(this) && (Key.isDown(32))) {
_root.rob();
}
}
Instance of Symbol 276 MovieClip "tree" in Symbol 370 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.player.hitTest(this) && (Key.isDown(32))) {
_root.click = 1;
_root.swapFunc();
}
}
Instance of Symbol 315 MovieClip in Symbol 370 MovieClip Frame 10
onClipEvent (load) {
eSpeed = 2;
setSide = 2;
}
onClipEvent (enterFrame) {
_root.x = 0;
a = 0;
while (a < 138) {
if (this.hitTest(_root["chip" + _root.x].tree)) {
if (setSide == 1) {
setSide = 2;
} else if (setSide == 2) {
setSide = 1;
}
}
_root.x++;
a++;
}
if (setSide == 2) {
this._x = this._x + eSpeed;
this.gotoAndStop(1);
} else if (setSide == 1) {
this._x = this._x - eSpeed;
this.gotoAndStop(2);
}
if (this.hitTest(_root.player)) {
_root.player.hurts = true;
_root.health.nextFrame();
_root.player._y = 326;
_root.player._x = 19.1;
_root.curblock = 1;
_root.dir = 0;
}
}
Instance of Symbol 369 MovieClip in Symbol 370 MovieClip Frame 11
onClipEvent (load) {
eSpeed = 2;
setSide = 2;
}
onClipEvent (enterFrame) {
_root.x = 0;
a = 0;
while (a < 138) {
if (this.hitTest(_root["chip" + _root.x].tree)) {
if (setSide == 1) {
setSide = 2;
} else if (setSide == 2) {
setSide = 1;
}
}
_root.x++;
a++;
}
if (setSide == 2) {
this._y = this._y + eSpeed;
this.gotoAndStop(2);
} else if (setSide == 1) {
this._y = this._y - eSpeed;
this.gotoAndStop(1);
}
if (this.hitTest(_root.player)) {
_root.health.nextFrame();
_root.player.hurts = true;
_root.player._y = 326;
_root.player._x = 19.1;
_root.curblock = 1;
_root.dir = 0;
}
}
Symbol 381 MovieClip Frame 21
_root.player.gotoAndStop(1);
Symbol 387 MovieClip Frame 21
_root.player.gotoAndStop(2);
Symbol 393 MovieClip Frame 21
_root.player.gotoAndStop(3);
Symbol 399 MovieClip Frame 21
_root.player.gotoAndStop(4);
Symbol 400 MovieClip Frame 1
stop();
_root.dir = 0;
Symbol 400 MovieClip Frame 2
_root.dir = 0;
Symbol 400 MovieClip Frame 3
_root.dir = 0;
Symbol 400 MovieClip Frame 4
_root.dir = 0;
Symbol 400 MovieClip Frame 5
_root.dir = 1;
Symbol 400 MovieClip Frame 6
_root.dir = 2;
Symbol 400 MovieClip Frame 7
_root.dir = 3;
Symbol 400 MovieClip Frame 8
_root.dir = 4;
Symbol 421 MovieClip Frame 2
_root.sounds = 1;
Symbol 421 MovieClip Frame 3
_root.sounds = 1;
Symbol 421 MovieClip Frame 4
_root.sounds = 1;
Symbol 421 MovieClip Frame 5
_root.sounds = 1;
Symbol 421 MovieClip Frame 6
_root.sounds = 1;
Symbol 421 MovieClip Frame 7
_root.sounds = 1;
Symbol 421 MovieClip Frame 8
_root.sounds = 0;
Symbol 441 MovieClip Frame 1
stop();
Symbol 441 MovieClip Frame 16
_root.gameOver();
Symbol 449 MovieClip Frame 1
stop();
Instance of Symbol 451 MovieClip "meter" in Symbol 458 MovieClip Frame 1
onClipEvent (load) {
highfps = 0;
}
onClipEvent (enterFrame) {
nowfps = _parent._parent.f;
this._yscale = (nowfps * 100) / 80;
}
Symbol 486 MovieClip Frame 161
_root.nextFrame();
Symbol 490 Button
on (release) {
if (_root.curLVL == 41) {
stopAllSounds();
gotoAndStop (361);
} else {
stopAllSounds();
gotoAndStop (357);
}
}