Frame 1
function itemHandler0(obj, item) {
getURL ("http://www.jacksmack.com/index.php?action=robotlist", "_blank");
myMenu.customItems[0].enabled = false;
myMenu.customItems[1].enabled = true;
}
function itemHandler1(obj, item) {
getURL ("http://www.jacksmack.com", "_blank");
myMenu.customItems[0].enabled = true;
myMenu.customItems[1].enabled = false;
}
function itemHandler2(obj, item) {
_quality = "LOW";
}
function itemHandler3(obj, item) {
_quality = "MEDIUM";
}
function itemHandler4(obj, item) {
_quality = "HIGH";
}
_root.myWarnText = "It is best to be playing this game while logged in on Jacksmack.com to save robots to the gallery.";
if (_root.userName != undefined) {
_root.loggedIn = true;
_root.myWarnText = ("Welcome to Build a Robot 3 " + _root.userName) + "! You can save robots to the gallery!";
} else {
_root.loggedIn = false;
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
myMenu.customItems.push(new ContextMenuItem("View the Robot Gallery", itemHandler0));
myMenu.customItems.push(new ContextMenuItem("Visit Jacksmack.com", itemHandler1));
myMenu.customItems[1].separatorBefore = true;
myMenu.customItems.push(new ContextMenuItem("Low Quality (for slow computers)", itemHandler2));
myMenu.customItems.push(new ContextMenuItem("Medium Quality (for average computers)", itemHandler3));
myMenu.customItems.push(new ContextMenuItem("High Quality (for average to Fast computers)", itemHandler4));
myMenu.customItems[2].separatorBefore = true;
_root.menu = myMenu;
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
_root.NewgroundsAPI_id = 1420;
_root.unlock = false;
__com_mochibot__("8abbd308", this, 10301, true);
Frame 3
Frame 4
_root.siteLock.onEnterFrame = function () {
};
_root.openMenuInstructions._visible = false;
var buttonSet = false;
stopAllSounds();
mySound = new Sound(this);
mySound.setVolume(50);
var songNumber = 1;
mySound.attachSound("tea_and_crumpets");
mySound.onSoundComplete = function () {
songNumber++;
if (songNumber == 1) {
trace("SEEK_MEDICAL completed");
mySound.attachSound("tea_and_crumpets");
} else if (songNumber == 2) {
trace("WatchIt completed");
mySound.attachSound("WatchIt");
} else if (songNumber == 3) {
trace("tea_and_crumpets completed");
mySound.attachSound("Sunshine_and_Farts");
} else if (songNumber == 4) {
trace("Sunshine_and_Farts completed");
mySound.attachSound("SEEK_MEDICAL");
songNumber = 0;
}
mySound.start();
};
mySound.start();
Frame 5
_global.partCount = 0;
_root.frameCount = 0;
_global.loadedColor = false;
_root.buildMenu.directory.directoryinner.blocker.useHandCursor = false;
onEnterFrame = function () {
_root.frameCount++;
if (Key.isDown(46)) {
if (_root.deleteFocus != "") {
removeMovieClip(_root.FT_CC);
if (curs.visible == 2) {
}
Mouse.show();
_root.customStyle.removeAll();
_root.deleteFocus.removeMovieClip();
_root.deleteFocus = "";
_root.deleteCount++;
_root.partCounterText--;
if (partCounterText < 0) {
_root.partCounterText = 0;
}
_root.buildMenu.directory.directoryinner.countText.text = _root.partCounterText;
}
}
if (Key.isDown(39)) {
_root.paintFocus._x++;
_root.paintFocus.updateFreeTransform(_root.customStyle);
trace("right");
} else if (Key.isDown(37)) {
_root.paintFocus._x--;
_root.paintFocus.updateFreeTransform(_root.customStyle);
trace("left");
}
if (Key.isDown(38) && (!Key.isDown(17))) {
_root.paintFocus._y--;
_root.paintFocus.updateFreeTransform(_root.customStyle);
trace("right");
} else if (Key.isDown(40) && (!Key.isDown(17))) {
_root.paintFocus._y++;
_root.paintFocus.updateFreeTransform(_root.customStyle);
trace("left");
}
if (Key.isDown(38) && (Key.isDown(17))) {
if (_root.paintFocus.getDepth() <= (_root.getNextHighestDepth() - 4)) {
_root.paintFocus.swapDepths(_root.paintFocus.getDepth() + 1);
trace(_root.paintFocus.getDepth());
}
} else if (Key.isDown(40) && (Key.isDown(17))) {
if (_root.paintFocus.getDepth() > 0) {
_root.paintFocus.swapDepths(_root.paintFocus.getDepth() - 1);
trace(_root.paintFocus.getDepth());
}
}
};
var partColorArray = new Array();
partColorArray = [16777215, 15132390, 13816530, 12500670, 10526880, 8882055, 10855845, 3947580, 1973790, 0, 16769505, 16757940, 16743805, 16727100, 16711680, 14024704, 13762560, 11796480, 7864320, 3276800, 16769430, 16769430, 16762930, 16756480, 16750080, 15432960, 14443520, 12471040, 8203520, 4921600, 16777160, 16777110, 16777060, 16776960, 16770560, 13816320, 12171520, 10526720, 6908160, 3947520, 14811105, 11532975, 11526575, 6615140, 1697305, 56320, 51200, 38400, 25600, 12800, 13158655, 9869055, 6579455, 3289855, 210, 180, 140, 110, 80, 50, 16764159, 16750335, 16737535, 15736560, 13763794, 11796660, 9175180, 7209070, 8928369, 3276850];
trace(partColorArray);
FreeTransformStyle = function (linestyle, fillstyle, layout, autoRaise, autoRemove, sizeRestrict) {
if (linestyle != undefined) {
this.linestyle = linestyle;
}
if (fillstyle != undefined) {
this.fillstyle = fillstyle;
}
if (layout != undefined) {
this.layout = layout;
}
if (autoRaise != undefined) {
this.autoRaise = autoRaise;
}
if (autoRemove != undefined) {
this.autoRemove = autoRemove;
}
if (sizeRestrict != undefined) {
this.sizeRestrict = sizeRestrict;
}
this._freetransforms = [];
this._arms = [];
return(this);
};
FreeTransformStyle.prototype.linestyle = [0, 13158, 100];
FreeTransformStyle.prototype.fillstyle = [10, 13158, 100];
FreeTransformStyle.prototype.layout = ["r", "s", "r", "s", "r", "s", "r", "s", "s", "s"];
FreeTransformStyle.prototype.autoRaise = true;
FreeTransformStyle.prototype.autoRemove = 1;
FreeTransformStyle.prototype.sizeRestrict = {xMin:-500, xMax:500, yMin:-500, yMax:500};
FreeTransformStyle.prototype.removeAll = function () {
var _local2 = this._freetransforms.length;
while (_local2--) {
this._freetransforms[_local2]._FTobject.FT.removeMovieClip();
delete this._freetransforms[_local2]._FTobject;
}
this._freetransforms = [];
};
FreeTransformStyle.prototype.customCursor = function (type, linker, visible, rotate) {
if (typeof(type) == "string") {
this[type + "cursor"] = {linker:linker, visible:visible, rotate:rotate};
} else {
var _local3 = arguments.length;
while (_local3--) {
arguments.callee.apply(this, arguments[_local3]);
}
}
};
FreeTransformStyle.prototype.removeHandle = function (angle, noRedraw) {
var _local2 = 0;
while (_local2 < this._arms.length) {
if (this._arms[_local2].angle == angle) {
this._arms.splice(_local2, 1);
break;
}
_local2++;
}
if (!noRedraw) {
_local2 = 0;
while (_local2 < this._freetransforms.length) {
this._freetransforms[_local2].addFreeTransform(this);
_local2++;
}
}
};
FreeTransformStyle.prototype.addHandle = function (type, angle, size) {
if (typeof(type) == "string") {
if (angle < 0) {
angle = -angle;
}
angle = angle % 8;
this.removeHandle(angle, true);
if (size == undefined) {
size = 1.5;
}
this._arms[this._arms.length] = {type:type, angle:angle, size:size};
} else {
var _local4 = arguments.length;
while (_local4--) {
arguments.callee.apply(this, arguments[_local4]);
}
}
var _local3 = 0;
while (_local3 < this._freetransforms.length) {
this._freetransforms[_local3].addFreeTransform(this);
_local3++;
}
};
FreeTransform = function (mc, style) {
this.clip = mc;
if (style != undefined) {
this.style = style;
}
this.create();
return(this);
};
FreeTransform.prototype.style = new FreeTransformStyle();
FreeTransform.prototype.create = function () {
var _local3;
var _local4 = this.style._arms;
var _local6 = this.clip.getBoundaries();
if (this.style.autoRaise) {
this.clip.swapDepths(this.clip._parent.topDepth() + 1);
}
this.FT = this.clip._parent.createEmptyMovieClip(this.clip._name + "FT_mc", this.clip._parent.topDepth() + 1);
this.FT.match(this.clip, "_alpha", "_visible", "_rotation", "_x", "_y");
this.drawBounds(_local6);
_local3 = 0;
while (_local3 < 10) {
if (this.style.layout[_local3] == "r") {
this.addRotateHandle(_local3, _local3);
} else if (this.style.layout[_local3] == "s") {
this.addScaleHandle(_local3, _local3);
} else if (this.style.layout[_local3] == "f") {
this.addFlipHandle(_local3, _local3);
}
_local3++;
}
_local3 = 0;
while (_local3 < _local4.length) {
if (_local4[_local3].type == "r") {
this.addRotateHandle(_local4[_local3].angle, 8 + _local3);
} else if (_local4[_local3].type == "s") {
this.addScaleHandle(_local4[_local3].angle, 8 + _local3);
} else if (_local4[_local3].type == "f") {
this.addFlipHandle(_local4[_local3].angle, 8 + _local3);
}
_local3++;
}
this.updateHandles(_local6);
this.addCenter();
if (this.style.autoRemove == 1) {
this.FT.FTobj = this;
this.FT.onMouseDown = function () {
if ((!this.hitTest(_root._xmouse, _root._ymouse, true)) && (!this.FTobj.clip.hitTest(_root._xmouse, _root._ymouse, true))) {
this.FTobj.clip.removeFreeTransform();
}
};
}
if (this.style.autoRemove == 2) {
var _local5 = this.style._freetransforms.length;
while (_local5--) {
this.style._freetransforms[_local5]._FTobject.FT.removeMovieClip();
delete this.style._freetransforms[_local5]._FTobject;
}
this.style._freetransforms = [this.clip];
} else {
this.style._freetransforms[this.style._freetransforms.length] = this.clip;
}
};
FreeTransform.prototype.handleCursor = function (c, handle, pos) {
var curs = this.style[handle + "cursor"];
if (curs.visible == 1) {
c.useHandCursor = false;
}
c.onRollOver = function () {
var _local3 = _root.attachMovie(curs.linker, "FT_CC", _root.getNextHighestDepth());
_local3._x = _root._xmouse;
_local3._y = _root._ymouse;
if (curs.rotate) {
_local3._rotation = (this._parent._rotation + 135) + (pos * 45);
_local3.c = this;
}
if (curs.visible == 2) {
Mouse.hide();
}
_local3.onMouseMove = function () {
this._x = _root._xmouse;
this._y = _root._ymouse;
if (curs.rotate) {
this._rotation = (this.c._parent._rotation + 135) + (pos * 45);
var _local4;
var _local3;
_local4 = this.c.FTobj.clip._xscale < 0;
if (_local4) {
if ((pos == 0) || (pos == 4)) {
this._rotation = this._rotation + 90;
} else if ((pos == 2) || (pos == 6)) {
this._rotation = this._rotation - 90;
} else if ((pos == 3) || (pos == 7)) {
this._rotation = this._rotation + 180;
}
}
_local3 = this.c.FTobj.clip._yscale < 0;
if (_local3) {
if ((pos == 0) || (pos == 4)) {
this._rotation = this._rotation - 90;
} else if ((pos == 2) || (pos == 6)) {
this._rotation = this._rotation + 90;
} else if ((pos == 1) || (pos == 5)) {
this._rotation = this._rotation + 180;
}
}
if (_local4 && (_local3)) {
if (!(pos % 2)) {
this._rotation = this._rotation + 180;
}
}
}
updateAfterEvent();
};
};
c.onRollOut = function () {
trace("rollout");
removeMovieClip(_root.FT_CC);
if (curs.visible == 2) {
Mouse.show();
}
};
c.onReleaseOutside = function () {
trace("release outside");
removeMovieClip(_root.FT_CC);
if (curs.visible == 2) {
Mouse.show();
}
delete this.onMouseMove;
};
};
FreeTransform.prototype.drawBounds = function (b) {
var _local2;
var _local3 = this.style._arms;
var _local4 = this.FT;
if (b == undefined) {
b = this.clip.getBoundaries();
}
_local4.clear();
lineStyle.apply(_local4, this.style.linestyle);
_local2 = 0;
while (_local2 < 9) {
if (!_local2) {
moveTo.apply(_local4, b[_local2]);
} else {
lineTo.apply(_local4, b[_local2]);
}
_local2 = _local2 + 2;
}
_local2 = 0;
while (_local2 < _local3.length) {
moveTo.apply(_local4, [0, 0]);
lineTo.apply(_local4, [b[_local3[_local2].angle][0] * _local3[_local2].size, b[_local3[_local2].angle][1] * _local3[_local2].size]);
_local2++;
}
};
FreeTransform.prototype.addRotateHandle = function (pos, ID) {
var _local3 = this.FT.createEmptyMovieClip("h" + ID, ID + 10);
beginFill.apply(_local3, this.style.fillstyle.slice(1));
lineStyle.apply(_local3, this.style.linestyle);
_local3.DrawCircle(0, 0, this.style.fillstyle[0]);
_local3.endFill();
_local3.FTobj = this;
_local3.onPress = function () {
_root.rotatedPart = true;
var clickAngle = this._parent.getMouseAngle();
var clickRotation = this._parent._rotation;
this.onMouseMove = function () {
var _local2 = (clickRotation - clickAngle) + this._parent.getMouseAngle();
this._parent._rotation = (Key.isDown(16) ? (_local2.snap(45, clickRotation)) : (_local2));
this.FTobj.clip.match(this._parent, "_alpha", "_visible", "_rotation", "_x", "_y");
updateAfterEvent();
};
};
_local3.onRelease = (_local3.onReleaseOutside = function () {
delete this.onMouseMove;
});
if (this.style.rcursor) {
this.handleCursor(_local3, "r", pos);
}
};
FreeTransform.prototype.addScaleHandle = function (pos, ID) {
var s;
var c = this.FT.createEmptyMovieClip("h" + ID, ID + 10);
beginFill.apply(c, this.style.fillstyle.slice(1));
lineStyle.apply(c, this.style.linestyle);
c.DrawSquare(0, 0, this.style.fillstyle[0]);
c.endFill();
c.FTobj = this;
c.xsize = (((!pos) || (pos > 5)) ? "xMin" : ((((1 < pos) && (pos < 5)) ? "xMax" : null)));
c.ysize = ((pos < 3) ? "yMin" : ((((7 > pos) && (pos > 3)) ? "yMax" : null)));
c.onPress = function () {
_root.scaledPart = true;
var b = this.FTobj.clip.getBounds();
var offx = this._xmouse;
var offy = this._ymouse;
var _local7 = this._parent._xmouse;
var _local6 = this._parent._ymouse;
var clickXscale = this.FTobj.clip._xscale;
var clickYscale = this.FTobj.clip._yscale;
s = ((ID < 8) ? 100 : (100 / this.FTobj.style._arms[ID - 8].size));
this.onMouseMove = function () {
var _local2 = this.FTobj.style.sizeRestrict;
if (this.xsize.length && (this.ysize.length)) {
var _local3 = Math.max((((this._parent._xmouse - offx) * s) / clickXscale) / b[this.xsize], (((this._parent._ymouse - offy) * s) / clickYscale) / b[this.ysize]);
var _local4 = [clickXscale * _local3, clickYscale * _local3];
this.FTobj.clip._xscale = _local4[0].clamp(_local2.xMin, _local2.xMax);
this.FTobj.clip._yscale = _local4[1].clamp(_local2.yMin, _local2.yMax);
} else {
var _local4 = [clickXscale * ((((this._parent._xmouse - offx) * s) / clickXscale) / b[this.xsize]), clickYscale * ((((this._parent._ymouse - offy) * s) / clickYscale) / b[this.ysize])];
if (this.xsize.length) {
this.FTobj.clip._xscale = _local4[0].clamp(_local2.xMin, _local2.xMax);
}
if (this.ysize.length) {
this.FTobj.clip._yscale = _local4[1].clamp(_local2.yMin, _local2.yMax);
}
}
if (!this.FTobj.clip._xscale) {
this.FTobj.clip._xscale = 0.1;
}
if (!this.FTobj.clip._yscale) {
this.FTobj.clip._yscale = 0.1;
}
var b = c.FTobj.clip.getBoundaries();
c.FTobj.updateHandles(b);
c.FTobj.drawBounds(b);
updateAfterEvent();
};
};
c.onRelease = (c.onReleaseOutside = function () {
delete this.onMouseMove;
});
if (this.style.scursor) {
this.handleCursor(c, "s", pos);
}
};
FreeTransform.prototype.addFlipHandle = function (pos, ID) {
var s;
var c = this.FT.createEmptyMovieClip("h" + ID, ID + 10);
beginFill.apply(c, this.style.fillstyle.slice(1));
lineStyle.apply(c, this.style.linestyle);
c.DrawFlip(0, 0, this.style.fillstyle[0]);
c.endFill();
c.FTobj = this;
c.xsize = (((!pos) || (pos > 5)) ? "xMin" : ((((1 < pos) && (pos < 5)) ? "xMax" : null)));
c.ysize = ((pos < 3) ? "yMin" : ((((7 > pos) && (pos > 3)) ? "yMax" : null)));
c.onPress = function () {
_root.flippedPart = true;
var _local3 = this.FTobj.clip.getBounds();
var _local9 = this._xmouse;
var _local8 = this._ymouse;
var _local5 = this._parent._xmouse;
var _local4 = this._parent._ymouse;
var _local6 = this.FTobj.clip._xscale;
var _local7 = this.FTobj.clip._yscale;
s = ((ID < 8) ? 100 : (100 / this.FTobj.style._arms[ID - 8].size));
this.FTobj.clip._xscale = -this.FTobj.clip._xscale;
_local3 = c.FTobj.clip.getBoundaries();
c.FTobj.updateHandles(_local3);
c.FTobj.drawBounds(_local3);
updateAfterEvent();
};
c.onRelease = (c.onReleaseOutside = function () {
delete this.onMouseMove;
});
if (this.style.fcursor) {
this.handleCursor(c, "f", pos);
}
};
FreeTransform.prototype.updateHandles = function (b) {
var _local2;
var _local3 = this.style._arms;
if (!b) {
b = this.clip.getBoundaries();
}
_local2 = 0;
while (_local2 < 8) {
this.FT["h" + _local2]._x = b[_local2][0];
this.FT["h" + _local2]._y = b[_local2][1];
_local2++;
}
_local2 = 0;
while (_local2 < _local3.length) {
this.FT["h" + (_local2 + 8)]._x = b[_local3[_local2].angle][0] * _local3[_local2].size;
this.FT["h" + (_local2 + 8)]._y = b[_local3[_local2].angle][1] * _local3[_local2].size;
_local2++;
}
};
FreeTransform.prototype.addCenter = function () {
var _local2 = this.FT.createEmptyMovieClip("center", 0);
lineStyle.apply(_local2, this.style.linestyle);
_local2.DrawCircle(0, 0, this.style.fillstyle[0]);
_local2.DrawCross(0, 0, this.style.fillstyle[0]);
_local2.hitArea = this.clip;
_local2.FTobj = this;
_local2.onPress = function () {
if (this.FTobj.style.autoraise && (this.FTobj.clip.getDepth() != (this.FTobj.clip._parent.topDepth() - 1))) {
var _local2 = this.FTobj.clip._parent.topDepth() + 1;
this.FTobj.clip.swapDepths(_local2);
this.FTobj.FT.swapDepths(_local2 + 1);
}
var offx = (this._parent._parent._xmouse - this._parent._x);
var offy = (this._parent._parent._ymouse - this._parent._y);
var clickx = this._parent._x;
var clicky = this._parent._y;
this.onMouseMove = function () {
if (Key.isDown(16)) {
var _local2 = this._parent._parent._xmouse - clickx;
var _local3 = this._parent._parent._ymouse - clicky;
if (Math.abs(_local2) > Math.abs(_local3)) {
this._parent._x = this._parent._parent._xmouse - offx;
this._parent._y = clicky;
} else {
this._parent._y = this._parent._parent._ymouse - offy;
this._parent._x = clickx;
}
} else {
this._parent._x = this._parent._parent._xmouse - offx;
this._parent._y = this._parent._parent._ymouse - offy;
}
this.FTobj.clip.match(this._parent, "_alpha", "_visible", "_rotation", "_x", "_y");
updateAfterEvent();
};
};
_local2.onRelease = (_local2.onReleaseOutside = function () {
delete this.onMouseMove;
});
if (this.style.mcursor) {
this.handleCursor(_local2, "m");
}
};
MovieClip.prototype.DrawCircle = function (x, y, diameter) {
var _local2 = diameter / 2;
var _local6 = _local2 * 0.414213562373095;
var _local5 = (_local2 * Math.SQRT2) / 2;
this.moveTo(x + _local2, y);
this.curveTo(x + _local2, y + _local6, x + _local5, y + _local5);
this.curveTo(x + _local6, y + _local2, x, y + _local2);
this.curveTo(x - _local6, y + _local2, x - _local5, y + _local5);
this.curveTo(x - _local2, y + _local6, x - _local2, y);
this.curveTo(x - _local2, y - _local6, x - _local5, y - _local5);
this.curveTo(x - _local6, y - _local2, x, y - _local2);
this.curveTo(x + _local6, y - _local2, x + _local5, y - _local5);
this.curveTo(x + _local2, y - _local6, x + _local2, y);
};
MovieClip.prototype.DrawSquare = function (x, y, size) {
var _local2 = size / 2;
this.moveTo(x - _local2, y - _local2);
this.lineTo(x + _local2, y - _local2);
this.lineTo(x + _local2, y + _local2);
this.lineTo(x - _local2, y + _local2);
this.lineTo(x - _local2, y - _local2);
};
MovieClip.prototype.DrawFlip = function (x, y, size) {
var _local2 = size;
this.moveTo(x, y - (_local2 / 2));
this.lineTo(x + _local2, y);
this.lineTo(x, y + (_local2 / 2));
this.lineTo(x - _local2, y);
this.lineTo(x, y - (_local2 / 2));
};
MovieClip.prototype.DrawCross = function (x, y, size) {
var _local2 = size / 2;
this.moveTo(x, y - _local2);
this.lineTo(x, y + _local2);
this.moveTo(x - _local2, y);
this.lineTo(x + _local2, y);
};
MovieClip.prototype.getBoundaries = function () {
var _local2 = this.getBounds();
_local2.xMin = _local2.xMin * (this._xscale / 100);
_local2.xMax = _local2.xMax * (this._xscale / 100);
_local2.yMin = _local2.yMin * (this._yscale / 100);
_local2.yMax = _local2.yMax * (this._yscale / 100);
_local2.xhalf = _local2.xMin + ((_local2.xMax - _local2.xMin) / 2);
_local2.yhalf = _local2.yMin + ((_local2.yMax - _local2.yMin) / 2);
return([[_local2.xMin, _local2.yMin], [_local2.xhalf, _local2.yMin], [_local2.xMax, _local2.yMin], [_local2.xMax, _local2.yhalf], [_local2.xMax, _local2.yMax], [_local2.xhalf, _local2.yMax], [_local2.xMin, _local2.yMax], [_local2.xMin, _local2.yhalf], [_local2.xMin, _local2.yMin]]);
};
Number.prototype.snap = function (range, base) {
var _local2 = (this - base) % range;
var _local3 = this - _local2;
if (_local2 > 0) {
if (_local2 > (range / 2)) {
_local3 = _local3 + range;
}
} else if (_local2 < ((-range) / 2)) {
_local3 = _local3 - range;
}
return(_local3);
};
Number.prototype.clamp = function (low, high) {
if (this < low) {
return(low);
}
if (this > high) {
return(high);
}
return(this);
};
Array.prototype.findAndRemove = function (e) {
var _local2 = this.length;
while (_local2--) {
if (this[_local2] == e) {
return(this.splice(_local2, 1));
}
}
return(false);
};
MovieClip.prototype.getMouseAngle = function () {
return((Math.atan2(this._parent._ymouse - this._y, this._parent._xmouse - this._x) * 180) / Math.PI);
};
MovieClip.prototype.topDepth = function () {
var _local2;
var _local3 = 0;
for (_local2 in this) {
if (typeof(this[_local2]) == "movieclip") {
if (this[_local2].getDepth() > _local3) {
_local3 = this[_local2].getDepth();
}
}
}
return(_local3);
};
MovieClip.prototype.match = function (mc, props) {
props = arguments;
var _local3 = props.length;
if (_local3 == 1) {
props = [null, "_alpha", "_visible", "_rotation", "_xscale", "_yscale", "_x", "_y"];
_local3 = props.length;
}
while (_local3--) {
this[props[_local3]] = mc[props[_local3]];
}
};
MovieClip.prototype.updateFreeTransform = function () {
if (!this._FTobject) {
return(false);
}
var _local2 = this.getBoundaries();
this._FTobject.FT.match(this, "_alpha", "_visible", "_rotation", "_x", "_y");
this._FTobject.updateHandles(_local2);
this._FTobject.drawBounds(_local2);
updateAfterEvent();
};
MovieClip.prototype.removeFreeTransform = function () {
if (!this._FTobject) {
return(undefined);
}
this._FTobject.FT.removeMovieClip();
this._FTobject.style._freetransforms.findAndRemove(this);
delete this._FTObject;
if (_root.Menuaction == 6) {
this.removeMovieClip();
}
};
MovieClip.prototype.addFreeTransform = function (style) {
if (this._FTobject) {
this.removeFreeTransform();
}
this._FTobject = new FreeTransform(this, style);
_root.paintFocus = this;
};
function partButton(LIB_PART, ARMOR, SPEED, POWER, REPEATED) {
_root.partNumber++;
_root.partCounterText++;
if (_root.partNumber >= (_root.partMaxNumber + 1)) {
_root.partNumber = _root.partMaxNumber;
} else {
_root.buildMenu.directory.directoryinner.countText.text = _root.partCounterText;
if (!_root[LIB_PART + "count"]) {
_root[LIB_PART + "count"] = 0;
}
_root[LIB_PART + "count"]++;
attachMovie(LIB_PART, ["Part" + partNumber], this.getNextHighestDepth());
_root["Part" + _root.partNumber].swapDepths(_root.buildMenu);
_root.warningBox.swapDepths(_root.getNextHighestDepth());
if ((_root.partNumber >= 10) && (_root.windowClosed != true)) {
_root.windowClosed = true;
_root.popupWarning = "You need to hit the close button on the top of the screen to see the parts that you have added.";
_root.warningBox.gotoAndPlay(2);
}
if ((_root.partNumber >= 15) && (_root.paintChange != true)) {
_root.paintChange = true;
_root.popupWarning = "You can change the color of the parts by using the paint chooser in the part menu and the main screen.";
_root.warningBox.gotoAndPlay(2);
}
if ((_root.partNumber >= 25) && (((_root.flippedPart != true) || (_root.scaledPart != true)) || (_root.rotatedPart != true))) {
_root.flippedPart = true;
_root.scaledPart = true;
_root.rotatedPart = true;
_root.popupWarning = "Not only can you MOVE the selected part by dragging it, you can ROTATE, SCALE, FLIP and PAINT each part.";
_root.warningBox.gotoAndPlay(2);
}
_root["Part" + _root.partNumber]._x = random(700) + 40;
_root["Part" + _root.partNumber]._y = random(100) + 400;
_root["Part" + _root.partNumber].partNum = partNumber;
_root["Part" + _root.partNumber].partName = LIB_PART;
trace(((LIB_PART + "count") + " = ") + _root[LIB_PART + "count"]);
_root["Part" + _root.partNumber].AutoPaint = true;
_root.PlayerRobotParts.push(new Array());
_root.MoveFocus = _root["Part" + _root.partNumber];
_root.AutoPaint = false;
_root["Part" + _root.partNumber]._visible = false;
}
}
function saveButton() {
if (_root.partNumber > 0) {
deleteOffset = 0;
_root.PlayerRobotParts = new Array();
saveloop = 0;
while (saveloop < _root.partNumber) {
trace("Part Name 1 = " + _root["Part" + (saveloop + 1)].partName);
trace(_root["Part" + (saveloop + 1)].partName);
trace(saveloop + 1);
var _local3 = _root["Part" + (saveloop + 1)]._rotation.toString();
var _local4 = _local3.length;
var _local2 = "";
if (_local3.length > 5) {
_local2 = _local3.slice(0, 5);
trace("shortRotate = " + _local2);
}
if (_local2 == "") {
_local2 = "0";
}
_root.PlayerRobotParts.push(new Array());
_root.PlayerRobotParts[saveloop].push("STARTPART");
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)].partName);
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)].partNum);
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)]._x);
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)]._y);
_root.PlayerRobotParts[saveloop].push(_local2);
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)]._xscale);
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)]._yscale);
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)].paint1);
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)].paint2);
_root.PlayerRobotParts[saveloop].push(_root["Part" + (saveloop + 1)].getDepth());
_root.PlayerRobotParts[saveloop].push("Part" + (saveloop + 1));
saveloop++;
}
saveloop = 0;
while (saveloop < _root.partNumber) {
if (_root.PlayerRobotParts[saveloop + deleteOffset][1] == undefined) {
_root.PlayerRobotParts.splice(saveloop + deleteOffset, 1);
deleteOffset--;
}
saveloop++;
}
trace("_root.PlayerRobotParts = " + _root.PlayerRobotParts);
botArray = new LoadVars();
myData = new LoadVars();
botArray.robotArray = _root.PlayerRobotParts;
botArray.robotName = _root.transerName;
botArray.robotDesc = _root.transerDesc;
botArray.robotBG = _root.robotBG;
botArray.userName = _root.userName;
botArray.contest = _root.contest;
if ((botArray.robotArray != "") && (_root.loggedIn == false)) {
botArray.action = "register";
trace("boobies" + botArray.userName);
botArray.send("http://www.jacksmack.com/index.php", "_blank", "POST");
}
if ((((botArray.robotArray != "") && (botArray.userName != "")) && (_root.loggedIn == true)) && (_root.onJacksmack == true)) {
botArray.sendAndLoad("http://www.jacksmack.com/BAR3/BAR3CODE/robotGallerySubmit.php", myData, "POST");
myData.onLoad = function (success) {
trace("myData.saved = " + myData.robotIDReturn);
if (success) {
getURL ("http://www.jacksmack.com/index.php?action=robotgallery&robotID=" + myData.robotIDReturn);
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("Saved");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
}
};
}
} else {
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("notEnough");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
}
}
function paintButton(thePaint) {
if (_root.partNumber > 0) {
_root.paintChange = true;
}
if (_root.paintnumber == 0) {
_root.paintnumber = _root.oldpaintnumber;
_root.color1.gotoAndStop(1);
_root.Menuaction = 5;
_root.buildMenu.downstates.gotoAndStop(5);
_root.paintbrush.removeMovieClip();
} else if (_root.paintnumber == "") {
_root.paintnumber = 1;
_root.color1.gotoAndStop(1);
_root.Menuaction = 5;
_root.buildMenu.downstates.gotoAndStop(5);
_root.paintbrush.removeMovieClip();
}
if ((_root.paintnumber == 1) || ((_root.oldpaintNumber == 1) && (_root.paintnumber != 2))) {
_root.paintnumber = 1;
_root.paint1 = thePaint;
_root.color1.gotoAndStop(2);
} else if ((_root.paintnumber == 2) || ((_root.oldpaintNumber == 2) && (_root.paintnumber != 1))) {
_root.paintnumber = 2;
_root.paint2 = thePaint;
_root.color2.gotoAndStop(2);
}
_root.saved == false;
trace("paint1 = " + _root.paint1);
trace("paint2 = " + _root.paint2);
}
stop();
var deleteCount = 0;
var partCounterText = 0;
var robotBG = 1;
_root.partMaxNumber = 250;
var randomBG = (random(6) + 1);
_root.bgClip.gotoAndStop(randomBG);
_root.robotBG = randomBG;
_global.secretUnlockedx = _root.buildMenu.directory.directoryinner.secrets._x;
_root.buildMenu.directory.directoryinner.secrets._x = -500;
_root.saved == false;
_root.final = false;
_root.playerbot1 = 0;
var partsDeleted = 0;
_root.playerbot1 = savefile.data.playerbot1;
if (_root.unlock == true) {
_root.buildMenu.directory.directoryinner.secrets._x = secretUnlockedx;
}
paint2 = "0xA0A0A0";
paint1 = "0xFF0000";
_root.fighting = false;
paintnumber = 0;
paintpart = 0;
PlayerRobotParts = new Array();
customStyle = new FreeTransformStyle([1.5, 51, 100], [10, 8101874, 50], ["r", null, "r", "s", "s", "s", "r", null], true, 2);
customStyle.customCursor(["r", "spin", 2], ["s", "scale", 2, true], ["m", "move", 1], ["f", "flip", 1]);
customStyle.addHandle("r", 4, 1.3);
customStyle.addHandle("f", 7, 1.5);
partNumber = 0;
trace("_root.userName = " + _root.userName);
SelectThePart = function () {
partNumberSelect = 0;
while (partNumberSelect < (partNumber + 1)) {
_root["Part" + partNumberSelect].onRelease = function () {
_root.paintFocus = this;
_root.deleteFocus = this;
this.addFreeTransform(_root.customStyle);
_root.saved == false;
};
partNumberSelect++;
}
};
onMouseDown = function () {
if (_root.menuClosed == true) {
SelectThePart();
}
};
deselect.useHandCursor = false;
this.buildMenu.directory.DIRECTORYBLOCKER.useHandCursor = false;
deselect.onRelease = function () {
deselectCode();
};
deselectCode = function () {
if (_root.paintnumber != 0) {
_root.oldpaintNumber = _root.paintnumber;
_root.paintnumber = 0;
_root.buildMenu.colorbar.color1.gotoAndStop(1);
_root.buildMenu.colorbar.color2.gotoAndStop(1);
} else if ((_root.paintnumber == 0) && (_root.oldpaintNumber == "")) {
}
_root.buildMenu.downstates.gotoAndStop(1);
_root.paintbrush.removeMovieClip();
_root.paintFocus = "";
customStyle.removeAll();
};
Instance of Symbol 3280 MovieClip "buildMenu" in Frame 5
/* no clip actions */
Symbol 20 MovieClip [PART3] Frame 1
paintload = 1;
while (paintload <= 100) {
if (!_root.PlayerRobotParts[paintload - 1][7]) {
_root.PlayerRobotParts[paintload - 1][7] = 10526880 /* 0xA0A0A0 */;
}
if (!_root.PlayerRobotParts[paintload - 1][8]) {
_root.PlayerRobotParts[paintload - 1][8] = 16777215 /* 0xFFFFFF */;
}
if (this == _root.PLAYER1["LoadPart" + paintload]) {
this.paint1 = _root.PlayerRobotParts[paintload - 1][7];
var painted1 = new Color("painted1");
painted1.setRGB(_root.PlayerRobotParts[paintload - 1][7]);
this.paint2 = _root.PlayerRobotParts[paintload - 1][8];
var painted2 = new Color("painted2");
painted2.setRGB(_root.PlayerRobotParts[paintload - 1][8]);
}
paintload++;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1.toString(16);
this.paint1 = this.paint1.toUpperCase();
while (this.paint1.length < 6) {
this.paint1 = "0" + this.paint1;
}
this.painter1 = "0x" + this.paint1;
_root.PlayerRobotParts[this.partNum - 1][7] = this.painter1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2.toString(16);
this.paint2 = this.paint2.toUpperCase();
while (this.paint2.length < 6) {
this.paint2 = "0" + this.paint2;
}
this.painter2 = "0x" + this.paint2;
_root.PlayerRobotParts[this.partNum - 1][8] = this.painter2;
}
ySpeed == null;
if (this.Death == true) {
if (ySpeed == null) {
ySpeed = random(30) - 15;
xSpeed = random(100) - 50;
ground = random(100) + 400;
rotate = random(100) - 50;
}
gravity = 3;
bounce = 0.2;
if (_y < ground) {
this._rotation = this._rotation + rotate;
ySpeed = ySpeed + gravity;
} else if (ySpeed > (gravity * 7)) {
_y = ground;
ySpeed = ySpeed * (-bounce);
} else {
ySpeed = 0;
_y = ground;
}
_y = (_y + ySpeed);
if ((_x < 0) || (_x > 550)) {
xSpeed = xSpeed * -1;
}
if ((_x > 0) && (_x < 700)) {
_x = (_x + xSpeed);
xSpeed = xSpeed * 0.9;
} else if ((_x < 50) || (_x > 700)) {
xSpeed = xSpeed - xSpeed;
}
if (rotate < 0) {
rotate = rotate + 0.7;
} else if (rotate > 0) {
rotate = rotate - 0.7;
}
}
Symbol 28 MovieClip [paintbrush] Frame 1
this.setDepthTo(10000);
if (_root.paintnumber == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
var painter = new Color("painter");
painter.setRGB(_root.paint1);
} else if (_root.paintnumber == 2) {
this._x = _root._xmouse;
this._y = _root._ymouse;
var painter = new Color("painter");
painter.setRGB(_root.paint2);
} else {
this._x = -100;
this._y = -100;
}
Instance of Symbol 26 MovieClip "painter" in Symbol 28 MovieClip [paintbrush] Frame 1
/* no clip actions */
Symbol 35 MovieClip [forarm1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 39 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("forarm1");
gotoAndPlay (3);
};
Symbol 39 MovieClip Frame 2
gotoAndPlay (1);
Symbol 39 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 46 MovieClip [forarm2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 47 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("forarm2");
gotoAndPlay (3);
};
Symbol 47 MovieClip Frame 2
gotoAndPlay (1);
Symbol 47 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 53 MovieClip [forarm3] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 54 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("forarm3");
gotoAndPlay (3);
};
Symbol 54 MovieClip Frame 2
gotoAndPlay (1);
Symbol 54 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 60 MovieClip [forarm4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 61 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("forarm4");
gotoAndPlay (3);
};
Symbol 61 MovieClip Frame 2
gotoAndPlay (1);
Symbol 61 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 67 MovieClip [forarm5] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 68 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("forarm5");
gotoAndPlay (3);
};
Symbol 68 MovieClip Frame 2
gotoAndPlay (1);
Symbol 68 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 90 MovieClip [forarm6] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 93 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("forarm6");
gotoAndPlay (3);
};
Symbol 93 MovieClip Frame 2
gotoAndPlay (1);
Symbol 93 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 99 MovieClip [forarm7] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 100 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("forarm7");
gotoAndPlay (3);
};
Symbol 100 MovieClip Frame 2
gotoAndPlay (1);
Symbol 100 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 106 MovieClip [PRT13] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 107 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT13");
gotoAndPlay (3);
};
Symbol 107 MovieClip Frame 2
gotoAndPlay (1);
Symbol 107 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 113 MovieClip [PRT15] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 114 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT15");
gotoAndPlay (3);
};
Symbol 114 MovieClip Frame 2
gotoAndPlay (1);
Symbol 114 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 120 MovieClip [PRT14] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 121 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT14");
gotoAndPlay (3);
};
Symbol 121 MovieClip Frame 2
gotoAndPlay (1);
Symbol 121 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 127 MovieClip [PRT16] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 128 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT16");
gotoAndPlay (3);
};
Symbol 128 MovieClip Frame 2
gotoAndPlay (1);
Symbol 128 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 134 MovieClip [PRT17] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 135 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT17");
gotoAndPlay (3);
};
Symbol 135 MovieClip Frame 2
gotoAndPlay (1);
Symbol 135 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 149 MovieClip [PRT18] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 150 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT18");
gotoAndPlay (3);
};
Symbol 150 MovieClip Frame 2
gotoAndPlay (1);
Symbol 150 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 160 MovieClip Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 161 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder1");
gotoAndPlay (3);
};
Symbol 161 MovieClip Frame 2
gotoAndPlay (1);
Symbol 161 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 167 MovieClip [Sholder14] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 168 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder14");
gotoAndPlay (3);
};
Symbol 168 MovieClip Frame 2
gotoAndPlay (1);
Symbol 172 MovieClip [Sholder12] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 173 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder12");
gotoAndPlay (3);
};
Symbol 173 MovieClip Frame 2
gotoAndPlay (1);
Symbol 179 MovieClip [Sholder4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 180 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder4");
gotoAndPlay (3);
};
Symbol 180 MovieClip Frame 2
gotoAndPlay (1);
Symbol 180 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 187 MovieClip [Sholder5] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 188 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder5");
gotoAndPlay (3);
};
Symbol 188 MovieClip Frame 2
gotoAndPlay (1);
Symbol 188 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 195 MovieClip [Sholder6] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 196 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder6");
gotoAndPlay (3);
};
Symbol 196 MovieClip Frame 2
gotoAndPlay (1);
Symbol 196 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 202 MovieClip [Sholder7] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 203 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder7");
gotoAndPlay (3);
};
Symbol 203 MovieClip Frame 2
gotoAndPlay (1);
Symbol 203 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 228 MovieClip [Sholder8] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 229 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder8");
gotoAndPlay (3);
};
Symbol 229 MovieClip Frame 2
gotoAndPlay (1);
Symbol 229 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 235 MovieClip [Sholder9] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 236 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder9");
gotoAndPlay (3);
};
Symbol 236 MovieClip Frame 2
gotoAndPlay (1);
Symbol 236 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 242 MovieClip [Sholder10] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 243 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder10");
gotoAndPlay (3);
};
Symbol 243 MovieClip Frame 2
gotoAndPlay (1);
Symbol 243 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 250 MovieClip [Sholder2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 251 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder2");
gotoAndPlay (3);
};
Symbol 251 MovieClip Frame 2
gotoAndPlay (1);
Symbol 251 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 258 MovieClip [Sholder3] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 259 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder3");
gotoAndPlay (3);
};
Symbol 259 MovieClip Frame 2
gotoAndPlay (1);
Symbol 259 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 265 MovieClip [Sholder11] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 266 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder11");
gotoAndPlay (3);
};
Symbol 266 MovieClip Frame 2
gotoAndPlay (1);
Symbol 272 MovieClip [Sholder13] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 273 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder13");
gotoAndPlay (3);
};
Symbol 273 MovieClip Frame 2
gotoAndPlay (1);
Symbol 279 MovieClip [Sholder15] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 280 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder15");
gotoAndPlay (3);
};
Symbol 280 MovieClip Frame 2
gotoAndPlay (1);
Symbol 286 MovieClip [Sholder16] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 287 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder16");
gotoAndPlay (3);
};
Symbol 287 MovieClip Frame 2
gotoAndPlay (1);
Symbol 294 MovieClip [Sholder17] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 295 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder17");
gotoAndPlay (3);
};
Symbol 295 MovieClip Frame 2
gotoAndPlay (1);
Symbol 301 MovieClip [Sholder18] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 302 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder18");
gotoAndPlay (3);
};
Symbol 302 MovieClip Frame 2
gotoAndPlay (1);
Symbol 309 MovieClip [sholder19] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 310 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder19");
gotoAndPlay (3);
};
Symbol 310 MovieClip Frame 2
gotoAndPlay (1);
Symbol 316 MovieClip [Sholder20] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 317 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder20");
gotoAndPlay (3);
};
Symbol 317 MovieClip Frame 2
gotoAndPlay (1);
Symbol 324 MovieClip [Sholder21] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 325 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder21");
gotoAndPlay (3);
};
Symbol 325 MovieClip Frame 2
gotoAndPlay (1);
Symbol 331 MovieClip [sholder23] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 332 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder23");
gotoAndPlay (3);
};
Symbol 332 MovieClip Frame 2
gotoAndPlay (1);
Symbol 338 MovieClip [Sholder26] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 339 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder26");
gotoAndPlay (3);
};
Symbol 339 MovieClip Frame 2
gotoAndPlay (1);
Symbol 345 MovieClip [sholder25] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 346 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder25");
gotoAndPlay (3);
};
Symbol 346 MovieClip Frame 2
gotoAndPlay (1);
Symbol 352 MovieClip [Sholder24] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 353 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder24");
gotoAndPlay (3);
};
Symbol 353 MovieClip Frame 2
gotoAndPlay (1);
Symbol 359 MovieClip [Sholder22] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 360 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder22");
gotoAndPlay (3);
};
Symbol 360 MovieClip Frame 2
gotoAndPlay (1);
Symbol 375 MovieClip [sholder27] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 376 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder27");
gotoAndPlay (3);
};
Symbol 376 MovieClip Frame 2
gotoAndPlay (1);
Symbol 382 MovieClip [Sholder28] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 383 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("Sholder28");
gotoAndPlay (3);
};
Symbol 383 MovieClip Frame 2
gotoAndPlay (1);
Symbol 384 MovieClip [armsDirectory] Frame 1
stop();
Symbol 390 MovieClip [torso5] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 396 MovieClip [torso11] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 403 MovieClip [torso10] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 409 MovieClip [torso7] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 415 MovieClip [torso9] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 432 Button
on (release) {
_root.gotoAndPlay(3);
}
Symbol 434 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 434 MovieClip Frame 2
gotoAndPlay (1);
Symbol 439 Button
on (release) {
_root.NewgroundsAPI_loadNewgrounds();
}
Symbol 442 Button
on (release) {
_root.NewgroundsAPI_loadNewgrounds();
}
Symbol 444 MovieClip Frame 1
function load_ad() {
url = new XML();
url.onLoad = function (s) {
if (s) {
_root.NewgroundsAPI_Ad_Unit.start_ad(this.toString());
}
};
url.load(_root.NewgroundsAPI_params.ad_url);
}
function start_ad(url) {
trace("[Newgrounds Flash Ads] Your ad was loaded. Your version of flash may have trouble displaying the ad, however, the ad will load fine if you test in a browser!");
ng_ad.loadMovie(url);
}
_root.NewgroundsAPI_Ad_Unit = this;
if (_root.NewgroundsAPI_params.ad_url != undefined) {
_root.NewgroundsAPI_Ad_Unit.load_ad();
}
_root.NewgroundsAPI_onAdsApproved = function () {
_root.NewgroundsAPI_Ad_Unit.load_ad();
};
Symbol 464 MovieClip Frame 1
_root.stop();
Symbol 466 Button
on (release) {
_root.NewgroundsAPI_loadMySite();
}
Symbol 476 Button
on (release) {
_root.NewgroundsAPI_loadMyMovie();
}
Symbol 481 Button
on (release) {
_root.NewgroundsAPI_loadMyMovie();
}
Symbol 484 Button
on (release) {
this._visible = false;
}
Symbol 486 MovieClip Frame 1
_visible = false;
_root.NewgroundsAPI = this;
STAT_MOVIE_VIEWS = 1;
STAT_AUTHOR_SITE = 2;
STAT_NEWGROUNDS = 3;
STAT_NEW_VERSION = 4;
STAT_CUSTOM_STATS = 50;
Symbol 486 MovieClip Frame 2
_root.NewgroundsAPI.POPUP_ERROR._visible = false;
_root.NewgroundsAPI.POPUP_VERSION._visible = false;
customStats = new Object();
i = 1;
while (i < _root.NewgroundsAPI_customLinks.length) {
customStats[_root.NewgroundsAPI_customLinks[i]] = i + STAT_CUSTOM_STATS;
i++;
}
i = 1;
while (i < _root.NewgroundsAPI_customEvents.length) {
customStats[_root.NewgroundsAPI_customEvents[i]] = i + STAT_CUSTOM_STATS;
i++;
}
_x = 0;
_y = 0;
configureMovie = function () {
if (_root.NewgroundsAPI_params.error != undefined) {
sendError(_root.NewgroundsAPI_params.error);
}
if (_root.NewgroundsAPI_params.settings_loaded == 1) {
sendMessage("You have successfully connected to the Newgrounds API gateway!");
sendMessage(("Movie Identified as '" + _root.NewgroundsAPI_params.movie_name) + "'");
}
if (_root.NewgroundsAPI_params.deny_host == 1) {
sendMessage(host + " is not approved to use this movie");
_root.NewgroundsAPI_onDenyHost(host, _root.NewgroundsAPI_params.movie_url, (script_url + "&stat=") + STAT_NEW_VERSION);
}
if (_root.NewgroundsAPI_params.movie_version == 1) {
sendMessage(("Version " + _root.NewgroundsAPI_params.movie_version) + " is now available!");
_root.NewgroundsAPI_onNewVersionAvailable(_root.NewgroundsAPI_params.movie_version, _root.NewgroundsAPI_params.movie_url, (script_url + "&stat=") + STAT_NEW_VERSION);
}
if (_root.NewgroundsAPI_params.ad_url != undefined) {
sendMessage("This movie has been approved to use Flash Ads");
_root.NewgroundsAPI_onAdsApproved(_root.NewgroundsAPI_params.ad_url);
}
};
sendError = function (error) {
trace("[NEWGROUNDS API ERROR] " + error);
};
sendMessage = function (message) {
trace("[NEWGROUNDS API] " + message);
};
sendStats = function (stat, new_window) {
if (script_url != undefined) {
query = "&stat=" + stat;
if (new_window == true) {
getURL (script_url + query, "_blank");
} else {
initInfo = new XML();
initInfo.onLoad = function () {
i = 0;
while (i < this.childNodes.length) {
if (this.childNodes[i].nodeName != null) {
j = 0;
while (j < this.childNodes[i].childNodes.length) {
if (this.childNodes[i].childNodes[j].nodeName != null) {
param_name = this.childNodes[i].childNodes[j].nodeName;
param_value = unescape(this.childNodes[i].childNodes[j].attributes.value);
_root.NewgroundsAPI_params[param_name] = param_value;
}
j++;
}
}
i++;
}
_root.NewgroundsAPI.configureMovie();
};
initInfo.load(script_url + query);
}
}
};
host = _url.split("/")[2].toLowerCase();
if (host.length < 1) {
host = "localhost";
}
if (!_root.NewgroundsAPI_id) {
sendError("Missing required '_root.NewgroundsAPI_id' variable");
} else if (!tracker_id) {
tracker_id = _root.NewgroundsAPI_id;
script_url = (("http://www.ngads.com/gateway.php?id=" + tracker_id) + "&host=") + escape(host);
_root.NewgroundsAPI_params = new Object();
sendMessage("Connecting to API gateway...");
sendStats(STAT_MOVIE_VIEWS, false);
}
_root.NewgroundsAPI_loadMyMovie = function () {
_root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_NEW_VERSION, true);
};
_root.NewgroundsAPI_loadNewgrounds = function () {
_root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_NEWGROUNDS, true);
};
_root.NewgroundsAPI_loadMySite = function () {
_root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_AUTHOR_SITE, true);
};
_root.NewgroundsAPI_loadCustomLink = function (link) {
if (_root.NewgroundsAPI.customStats[link]) {
_root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.customStats[link], true);
} else {
_root.NewgroundsAPI.sendError(("The custom link '" + link) + "' has not beed defined.");
}
};
_root.NewgroundsAPI_logCustomEvent = function (event) {
if (_root.NewgroundsAPI.customStats[event]) {
_root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.customStats[event], false);
} else {
_root.NewgroundsAPI.sendError(("The custom event '" + event) + "' has not beed defined.");
}
};
if (typeof(_root.NewgroundsAPI_onDenyHost) != "function") {
_root.NewgroundsAPI_onDenyHost = function (ad_url) {
_root.NewgroundsAPI.swapDepths(99999);
_root.NewgroundsAPI._visible = true;
_root.NewgroundsAPI.POPUP_ERROR._visible = true;
};
}
if (typeof(_root.NewgroundsAPI_onNewVersionAvailable) != "function") {
_root.NewgroundsAPI_onNewVersionAvailable = function (ad_url) {
_root.NewgroundsAPI.swapDepths(99999);
_root.NewgroundsAPI._visible = true;
_root.NewgroundsAPI.POPUP_VERSION._visible = true;
};
}
stop();
Symbol 490 MovieClip Frame 1
block.useHandCursor = false;
_root.siteLock._visible = false;
_root.siteLock.onEnterFrame = function () {
urlStart = _url.indexOf("://") + 3;
urlEnd = _url.indexOf("/", urlStart);
domain = _url.substring(urlStart, urlEnd);
LastDot = domain.lastIndexOf(".") - 1;
domEnd = domain.lastIndexOf(".", LastDot) + 1;
domain = domain.substring(domEnd, domain.length);
if ((domain != "jacksmack.com") && (domain != "newgrounds.com")) {
_root.contestEnabled = false;
_root.siteLock._visible = true;
_root.siteLock.onEnterFrame = function () {
};
} else {
if (domain == "jacksmack.com") {
_root.onJacksmack = true;
}
_root.siteLock.onEnterFrame = function () {
};
_root.contestEnabled = true;
}
};
Symbol 497 MovieClip Frame 1
stopAllSounds();
stopAllSounds();
stopAllSounds();
stopAllSounds();
stopAllSounds();
Symbol 497 MovieClip Frame 2
stopAllSounds();
stop();
Symbol 503 Button
on (release) {
_root.gotoAndPlay("MainMenu");
}
Symbol 506 MovieClip Frame 20
stop();
Symbol 507 MovieClip Frame 25
stop();
Symbol 544 MovieClip Frame 1
_root.stop();
stopAllSounds();
Symbol 544 MovieClip Frame 266
stop();
_root.gotoAndPlay("MainMenu");
Symbol 554 MovieClip Frame 1
a = eye._y - _ymouse;
b = eye._x - _xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
eye._rotation = degrees;
a2 = eye2._y - _ymouse;
b2 = eye2._x - _xmouse;
angleA2 = Math.atan2(a2, b2);
degrees2 = angleA2 / (Math.PI/180);
setProperty("eye2", _rotation , degrees2);
Symbol 554 MovieClip Frame 2
gotoAndPlay (1);
Symbol 556 MovieClip Frame 1
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
this.paint1 = _root.paint1.toString(16);
this.paint1 = this.paint1.toUpperCase();
while (this.paint1.length < 6) {
this.paint1 = "0" + this.paint1;
}
this.painter1 = "0x" + this.paint1;
_root.PlayerRobotParts[this.partNum - 1][7] = this.painter1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.paint2 = _root.paint2.toString(16);
this.paint2 = this.paint2.toUpperCase();
while (this.paint2.length < 6) {
this.paint2 = "0" + this.paint2;
}
this.painter2 = "0x" + this.paint2;
_root.PlayerRobotParts[this.partNum - 1][8] = this.painter2;
}
if (this.fighting == true) {
var painted1 = new Color("painted1");
painted1.setRGB(this.paint1);
var painted2 = new Color("painted2");
painted2.setRGB(this.paint2);
}
Symbol 563 Button
on (release) {
_root.gotoAndStop("Build");
}
Symbol 567 Button
on (release) {
getURL ("http://www.jacksmack.com/index.php?action=robotlist", "_blank");
}
Symbol 570 Button
on (release) {
_root.openMenuInstructions._visible = true;
_root.unlock = true;
_root.buildMenu.directory.directoryinner.secrets._x = secretUnlockedx;
}
Symbol 610 Button
on (release) {
getURL ("http://www.etrusoft.com/download.htm", "_blank");
}
Symbol 611 MovieClip Frame 1
stop();
Instance of Symbol 617 MovieClip "container" in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 623 Button
on (release) {
_root.openMenuInstructions._visible = false;
}
Symbol 624 MovieClip Frame 1
this.DIRECTORYBLOCKER.useHandCursor = false;
Symbol 626 Button
on (release) {
_root.NewgroundsAPI_loadNewgrounds();
}
Instance of Symbol 638 MovieClip in Symbol 644 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(60);
}
Instance of Symbol 638 MovieClip in Symbol 644 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(60);
}
Symbol 651 MovieClip Frame 1
numberOfStars = 700;
i = 0;
while (i < numberOfStars) {
this.attachMovie("starRamdomizer", "star" + i, this.getNextHighestDepth());
this["star" + i]._x = random(880);
this["star" + i]._y = random(470);
this["star" + i]._xscale = (this["star" + i]._yscale = random(50) + 50);
i++;
}
Symbol 659 MovieClip Frame 1
stop();
Symbol 667 Button
on (release) {
stopAllSounds();
_root.songNumber = null;
_root.buttonsSet == false;
}
Symbol 669 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 2
stop();
Symbol 676 Button
on (release) {
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
play();
}
Symbol 685 Button
on (release) {
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("Delete");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
}
Symbol 687 Button
on (release) {
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("Gallery");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
}
Symbol 689 Button
on (release) {
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("SoundOptions");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
}
Symbol 691 Button
on (release) {
_root.openMenuInstructions.swapDepths(_root.getNextHighestDepth());
_root.openMenuInstructions._visible = true;
_root.unlock = true;
_root.buildMenu.directory.directoryinner.secrets._x = secretUnlockedx;
}
Symbol 693 Button
on (release) {
deselectCode();
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("preSave");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
}
Symbol 698 Button
on (release) {
play();
}
Symbol 700 MovieClip Frame 1
stop();
Symbol 700 MovieClip Frame 8
stop();
Symbol 703 Button
on (release) {
nextFrame();
_root.paintnumber = 2;
_root.buildMenu.colorbar.color1.gotoAndStop(1);
_root.Menuaction = 5;
_root.paintbrush.removeMovieClip();
_root.attachMovie("paintbrush", "paintbrush", _root.getNextHighestDepth());
}
Symbol 705 MovieClip Frame 1
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
Symbol 707 MovieClip Frame 1
stop();
var active = 0;
Instance of Symbol 705 MovieClip in Symbol 707 MovieClip Frame 1
onClipEvent (load) {
if ((loadedColor = false)) {
_root.paintnumber = 2;
_root.paintButton(_root.partColorArray[random(partColorArray.length)]);
loadedColor = true;
}
}
Symbol 707 MovieClip Frame 2
stop();
var active = 1;
Symbol 708 Button
on (release) {
nextFrame();
_root.paintnumber = 1;
_root.buildMenu.colorbar.color2.gotoAndStop(1);
_root.Menuaction = 5;
_root.paintbrush.removeMovieClip();
_root.attachMovie("paintbrush", "paintbrush", _root.getNextHighestDepth());
}
Symbol 709 MovieClip Frame 1
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
Instance of Symbol 704 MovieClip "painted1" in Symbol 709 MovieClip Frame 1
/* no clip actions */
Symbol 711 MovieClip Frame 1
stop();
var active = 0;
Instance of Symbol 709 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (load) {
if ((loadedColor = false)) {
_root.paintnumber = 1;
_root.paintButton(_root.partColorArray[random(partColorArray.length)]);
}
}
Symbol 711 MovieClip Frame 2
stop();
var active = 1;
Symbol 712 Button
on (release) {
_root.paintButton(0);
}
Symbol 713 Button
on (release) {
_root.paintButton(1973790);
}
Symbol 714 Button
on (release) {
_root.paintButton(3947580);
}
Symbol 715 Button
on (release) {
_root.paintButton(10855845);
}
Symbol 716 Button
on (release) {
_root.paintButton(8882055);
}
Symbol 717 Button
on (release) {
_root.paintButton(3276800);
}
Symbol 718 Button
on (release) {
_root.paintButton(7864320);
}
Symbol 719 Button
on (release) {
_root.paintButton(11796480);
}
Symbol 720 Button
on (release) {
_root.paintButton(13762560);
}
Symbol 721 Button
on (release) {
_root.paintButton(14024704);
}
Symbol 722 Button
on (release) {
_root.paintButton(3947520);
}
Symbol 723 Button
on (release) {
_root.paintButton(6908160);
}
Symbol 724 Button
on (release) {
_root.paintButton(10526720);
}
Symbol 725 Button
on (release) {
_root.paintButton(12171520);
}
Symbol 726 Button
on (release) {
_root.paintButton(13816320);
}
Symbol 727 Button
on (release) {
_root.paintButton(12800);
}
Symbol 728 Button
on (release) {
_root.paintButton(25600);
}
Symbol 729 Button
on (release) {
_root.paintButton(38400);
}
Symbol 730 Button
on (release) {
_root.paintButton(51200);
}
Symbol 731 Button
on (release) {
_root.paintButton(56320);
}
Symbol 732 Button
on (release) {
_root.paintButton(50);
}
Symbol 733 Button
on (release) {
_root.paintButton(80);
}
Symbol 734 Button
on (release) {
_root.paintButton(110);
}
Symbol 735 Button
on (release) {
_root.paintButton(140);
}
Symbol 736 Button
on (release) {
_root.paintButton(180);
}
Symbol 737 Button
on (release) {
_root.paintButton(3276850);
}
Symbol 738 Button
on (release) {
_root.paintButton(8928369);
}
Symbol 739 Button
on (release) {
_root.paintButton(7209070);
}
Symbol 740 Button
on (release) {
_root.paintButton(9175180);
}
Symbol 741 Button
on (release) {
_root.paintButton(11796660);
}
Symbol 742 Button
on (release) {
_root.paintButton(10526880);
}
Symbol 743 Button
on (release) {
_root.paintButton(12500670);
}
Symbol 744 Button
on (release) {
_root.paintButton(13816530);
}
Symbol 745 Button
on (release) {
_root.paintButton(15132390);
}
Symbol 746 Button
on (release) {
_root.paintButton(16777215);
}
Symbol 747 Button
on (release) {
_root.paintButton(16711680);
}
Symbol 748 Button
on (release) {
_root.paintButton(16727100);
}
Symbol 749 Button
on (release) {
_root.paintButton(16743805);
}
Symbol 750 Button
on (release) {
_root.paintButton(16757940);
}
Symbol 751 Button
on (release) {
_root.paintButton(16769505);
}
Symbol 752 Button
on (release) {
_root.paintButton(16770560);
}
Symbol 753 Button
on (release) {
_root.paintButton(16776960);
}
Symbol 754 Button
on (release) {
_root.paintButton(16777060);
}
Symbol 755 Button
on (release) {
_root.paintButton(16777110);
}
Symbol 756 Button
on (release) {
_root.paintButton(16777160);
}
Symbol 757 Button
on (release) {
_root.paintButton(1697305);
}
Symbol 758 Button
on (release) {
_root.paintButton(6615140);
}
Symbol 759 Button
on (release) {
_root.paintButton(11526575);
}
Symbol 760 Button
on (release) {
_root.paintButton(11532975);
}
Symbol 761 Button
on (release) {
_root.paintButton(14811105);
}
Symbol 762 Button
on (release) {
_root.paintButton(210);
}
Symbol 763 Button
on (release) {
_root.paintButton(3289855);
}
Symbol 764 Button
on (release) {
_root.paintButton(6579455);
}
Symbol 765 Button
on (release) {
_root.paintButton(9869055);
}
Symbol 766 Button
on (release) {
_root.paintButton(13158655);
}
Symbol 767 Button
on (release) {
_root.paintButton(13763794);
}
Symbol 768 Button
on (release) {
_root.paintButton(15736560);
}
Symbol 769 Button
on (release) {
_root.paintButton(16737535);
}
Symbol 770 Button
on (release) {
_root.paintButton(16750335);
}
Symbol 771 Button
on (release) {
_root.paintButton(16764159);
}
Symbol 772 Button
on (release) {
_root.paintButton(4921600);
}
Symbol 773 Button
on (release) {
_root.paintButton(8203520);
}
Symbol 774 Button
on (release) {
_root.paintButton(12471040);
}
Symbol 775 Button
on (release) {
_root.paintButton(14443520);
}
Symbol 776 Button
on (release) {
_root.paintButton(15432960);
}
Symbol 777 Button
on (release) {
_root.paintButton(16750080);
}
Symbol 778 Button
on (release) {
_root.paintButton(16756480);
}
Symbol 779 Button
on (release) {
_root.paintButton(16762930);
}
Symbol 780 Button
on (release) {
_root.paintButton(16769430);
}
Symbol 781 Button
on (release) {
_root.paintButton(16769430);
}
Instance of Symbol 711 MovieClip "color1" in Symbol 782 MovieClip Frame 1
/* no clip actions */
Symbol 792 Button
on (release) {
_root.Menuaction = 1;
_root.downstates.gotoAndStop(1);
if (paintnumber != 0) {
oldpaintnumber = paintnumber;
}
paintnumber = 0;
}
Symbol 798 Button
on (release) {
_root.Menuaction = 5;
_root.paintbrush.removeMovieClip();
attachMovie("paintbrush", "paintbrush", _root.getNextHighestDepth());
_root.buildMenu.downstates.gotoAndStop(5);
paintnumber = oldpaintnumber;
}
Symbol 806 MovieClip Frame 1
stop();
Symbol 806 MovieClip Frame 2
stop();
Symbol 806 MovieClip Frame 3
stop();
Symbol 806 MovieClip Frame 4
stop();
Symbol 806 MovieClip Frame 5
stop();
Symbol 806 MovieClip Frame 6
stop();
Symbol 809 Button
on (release) {
_root.Menuaction = 6;
_root.buildMenu.downstates.gotoAndStop(6);
_root.paintbrush.removeMovieClip();
if (paintnumber != 0) {
oldpaintnumber = paintnumber;
}
paintnumber = 0;
}
Symbol 821 MovieClip Frame 29
_root.buildMenu.gotoAndStop(2);
Symbol 830 Button
on (release) {
_root.AutoPaint = true;
_parent.gotoAndStop(8);
}
Symbol 833 Button
on (release) {
_root.AutoPaint = true;
_parent.gotoAndStop(7);
}
Symbol 834 Button
on (release) {
_root.AutoPaint = true;
_parent.gotoAndStop(6);
}
Symbol 835 Button
on (release) {
_root.AutoPaint = true;
_parent.gotoAndStop(5);
}
Symbol 836 Button
on (release) {
_root.AutoPaint = true;
_parent.gotoAndStop(4);
}
Symbol 837 Button
on (release) {
_root.AutoPaint = true;
_parent.gotoAndStop(3);
}
Symbol 838 Button
on (release) {
_root.AutoPaint = true;
_parent.gotoAndStop(2);
}
Symbol 839 Button
on (release) {
_root.AutoPaint = true;
_parent.gotoAndStop(1);
}
Symbol 861 MovieClip [torso2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 862 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso2");
gotoAndPlay (3);
};
Symbol 862 MovieClip Frame 2
gotoAndPlay (1);
Symbol 862 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 869 MovieClip [TORSO1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 870 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso1");
gotoAndPlay (3);
};
Symbol 870 MovieClip Frame 2
gotoAndPlay (1);
Symbol 870 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 876 MovieClip [torso3] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 877 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso3");
gotoAndPlay (3);
};
Symbol 877 MovieClip Frame 2
gotoAndPlay (1);
Symbol 877 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 883 MovieClip [torso4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 884 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso4");
gotoAndPlay (3);
};
Symbol 884 MovieClip Frame 2
gotoAndPlay (1);
Symbol 884 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 885 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso9");
gotoAndPlay (3);
};
Symbol 885 MovieClip Frame 2
gotoAndPlay (1);
Symbol 885 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 891 MovieClip [torso6] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 892 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso6");
gotoAndPlay (3);
};
Symbol 892 MovieClip Frame 2
gotoAndPlay (1);
Symbol 892 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 893 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso7");
gotoAndPlay (3);
};
Symbol 893 MovieClip Frame 2
gotoAndPlay (1);
Symbol 893 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 899 MovieClip [torso8] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 900 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso8");
gotoAndPlay (3);
};
Symbol 900 MovieClip Frame 2
gotoAndPlay (1);
Symbol 900 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 901 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso10");
gotoAndPlay (3);
};
Symbol 901 MovieClip Frame 2
gotoAndPlay (1);
Symbol 901 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 902 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso11");
gotoAndPlay (3);
};
Symbol 902 MovieClip Frame 2
gotoAndPlay (1);
Symbol 902 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 908 MovieClip [torso12] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 909 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso12");
gotoAndPlay (3);
};
Symbol 909 MovieClip Frame 2
gotoAndPlay (1);
Symbol 909 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 926 MovieClip [torso13] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 927 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso13");
gotoAndPlay (3);
};
Symbol 927 MovieClip Frame 2
gotoAndPlay (1);
Symbol 927 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 933 MovieClip [torso14] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 934 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso14");
gotoAndPlay (3);
};
Symbol 934 MovieClip Frame 2
gotoAndPlay (1);
Symbol 934 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 940 MovieClip [torso15] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 941 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso15");
gotoAndPlay (3);
};
Symbol 941 MovieClip Frame 2
gotoAndPlay (1);
Symbol 941 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 947 MovieClip [torso16] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 948 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso16");
gotoAndPlay (3);
};
Symbol 948 MovieClip Frame 2
gotoAndPlay (1);
Symbol 948 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 954 MovieClip [torso17] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 955 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso17");
gotoAndPlay (3);
};
Symbol 955 MovieClip Frame 2
gotoAndPlay (1);
Symbol 955 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 961 MovieClip [torso18] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 962 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso18");
gotoAndPlay (3);
};
Symbol 962 MovieClip Frame 2
gotoAndPlay (1);
Symbol 962 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 968 MovieClip [torso19] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 969 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso19");
gotoAndPlay (3);
};
Symbol 969 MovieClip Frame 2
gotoAndPlay (1);
Symbol 969 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 975 MovieClip [torso20] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 976 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso20");
gotoAndPlay (3);
};
Symbol 976 MovieClip Frame 2
gotoAndPlay (1);
Symbol 976 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 982 MovieClip [torso21] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 983 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso21");
gotoAndPlay (3);
};
Symbol 983 MovieClip Frame 2
gotoAndPlay (1);
Symbol 983 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 989 MovieClip [torso22] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 990 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso22");
gotoAndPlay (3);
};
Symbol 990 MovieClip Frame 2
gotoAndPlay (1);
Symbol 990 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 996 MovieClip [torso23] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 997 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso23");
gotoAndPlay (3);
};
Symbol 997 MovieClip Frame 2
gotoAndPlay (1);
Symbol 997 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1003 MovieClip [torso24] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1004 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso24");
gotoAndPlay (3);
};
Symbol 1004 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1004 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1005 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("torso5");
gotoAndPlay (3);
};
Symbol 1005 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1005 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1006 MovieClip Frame 1
stop();
Symbol 1015 Button
on (release) {
_root.AutoPaint = false;
nextFrame();
}
Symbol 1017 MovieClip Frame 1
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
Symbol 1018 MovieClip Frame 1
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
Symbol 1019 Button
on (release) {
_root.AutoPaint = true;
prevFrame();
}
Symbol 1020 MovieClip Frame 1
stop();
_root.AutoPaint = true;
Symbol 1020 MovieClip Frame 2
stop();
_root.AutoPaint = false;
Symbol 1025 Button
on (release) {
_root.windowClosed = true;
visCount = 0;
while (visCount <= _root.partNumber) {
_root["Part" + visCount]._visible = true;
visCount++;
}
_parent.play();
}
Symbol 1029 Button
on (release) {
nextFrame();
_root.paintnumber = 2;
_root.buildMenu.directory.directoryinner.colorbar.color1.gotoAndStop(1);
}
Symbol 1030 MovieClip Frame 1
stop();
var active = 0;
Instance of Symbol 705 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (load) {
_root.paintnumber = 2;
_root.paintButton(_root.partColorArray[random(69)]);
}
Symbol 1030 MovieClip Frame 2
stop();
var active = 1;
Symbol 1031 Button
on (release) {
nextFrame();
_root.paintnumber = 1;
_root.buildMenu.directory.directoryinner.colorbar.color2.gotoAndStop(1);
}
Symbol 1032 MovieClip Frame 1
stop();
var active = 0;
Instance of Symbol 709 MovieClip in Symbol 1032 MovieClip Frame 1
onClipEvent (load) {
_root.paintnumber = 1;
_root.paintButton(_root.partColorArray[random(69)]);
}
Symbol 1032 MovieClip Frame 2
stop();
var active = 1;
Symbol 1033 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(0);
}
Symbol 1034 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(1973790);
}
Symbol 1035 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(3947580);
}
Symbol 1036 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(8882055);
}
Symbol 1037 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(10855845);
}
Symbol 1038 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(3276800);
}
Symbol 1039 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(7864320);
}
Symbol 1040 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(11796480);
}
Symbol 1041 Button
on (release) {
_root.paintButton(13762560);
_root.AutoPaint = true;
}
Symbol 1042 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(14024704);
}
Symbol 1043 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(12800);
}
Symbol 1044 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(25600);
}
Symbol 1045 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(38400);
}
Symbol 1046 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(51200);
}
Symbol 1047 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(56320);
}
Symbol 1048 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(50);
}
Symbol 1049 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(80);
}
Symbol 1050 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(110);
}
Symbol 1051 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(140);
}
Symbol 1052 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(180);
}
Symbol 1053 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(3276850);
}
Symbol 1054 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(8928369);
}
Symbol 1055 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(7209070);
}
Symbol 1056 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(9175180);
}
Symbol 1057 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(11796660);
}
Symbol 1058 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(10526880);
}
Symbol 1059 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(12500670);
}
Symbol 1060 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(13816530);
}
Symbol 1061 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(15132390);
}
Symbol 1062 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16777215);
}
Symbol 1063 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16711680);
}
Symbol 1064 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16727100);
}
Symbol 1065 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16743805);
}
Symbol 1066 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16757940);
}
Symbol 1067 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16769505);
}
Symbol 1068 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16770560);
}
Symbol 1069 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16776960);
}
Symbol 1070 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16777060);
}
Symbol 1071 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16777110);
}
Symbol 1072 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16777160);
}
Symbol 1073 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(1697305);
}
Symbol 1074 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(6615140);
}
Symbol 1075 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(11526575);
}
Symbol 1076 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(11532975);
}
Symbol 1077 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(14811105);
}
Symbol 1078 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(210);
}
Symbol 1079 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(3289855);
}
Symbol 1080 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(6579455);
}
Symbol 1081 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(9869055);
}
Symbol 1082 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(13158655);
}
Symbol 1083 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(13763794);
}
Symbol 1084 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(15736560);
}
Symbol 1085 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16737535);
}
Symbol 1086 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16750335);
}
Symbol 1087 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16764159);
}
Symbol 1088 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(4921600);
}
Symbol 1089 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(8203520);
}
Symbol 1090 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(12471040);
}
Symbol 1091 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(14443520);
}
Symbol 1092 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(15432960);
}
Symbol 1093 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16750080);
}
Symbol 1094 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16756480);
}
Symbol 1095 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16762930);
}
Symbol 1096 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16769430);
}
Symbol 1097 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(16769430);
}
Symbol 1098 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(3947520);
}
Symbol 1099 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(6908160);
}
Symbol 1100 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(10526720);
}
Symbol 1101 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(12171520);
}
Symbol 1102 Button
on (release) {
_root.AutoPaint = true;
_root.paintButton(13816320);
}
Instance of Symbol 1032 MovieClip "color1" in Symbol 1103 MovieClip Frame 1
/* no clip actions */
Symbol 1111 MovieClip [head1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1112 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("head1");
gotoAndPlay (3);
};
Symbol 1112 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1112 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1118 MovieClip [head2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1119 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("head2");
gotoAndPlay (3);
};
Symbol 1119 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1119 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1123 MovieClip Frame 1
a = eye._y - _ymouse;
b = eye._x - _xmouse;
angleA = Math.atan2(a, b);
degrees = angleA / (Math.PI/180);
eye._rotation = degrees;
a2 = eye2._y - _ymouse;
b2 = eye2._x - _xmouse;
angleA2 = Math.atan2(a2, b2);
degrees2 = angleA2 / (Math.PI/180);
setProperty("eye2", _rotation , degrees2);
Symbol 1123 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1126 MovieClip [eye2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1127 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye2");
gotoAndPlay (3);
};
Symbol 1127 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1127 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1130 MovieClip [eye4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1131 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye4");
gotoAndPlay (3);
};
Symbol 1131 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1131 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1133 MovieClip [eye9] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1134 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye9");
gotoAndPlay (3);
};
Symbol 1134 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1134 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1137 MovieClip [eye10] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1138 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye10");
gotoAndPlay (3);
};
Symbol 1138 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1138 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1141 MovieClip [eye11] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1142 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye11");
gotoAndPlay (3);
};
Symbol 1142 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1142 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1143 MovieClip [eye12] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1144 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye12");
gotoAndPlay (3);
};
Symbol 1144 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1144 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1150 MovieClip [head13] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1151 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head13");
gotoAndPlay (3);
};
Symbol 1151 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1151 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1157 MovieClip [head14] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1158 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head14");
gotoAndPlay (3);
};
Symbol 1158 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1158 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1164 MovieClip [head15] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1165 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head15");
gotoAndPlay (3);
};
Symbol 1165 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1165 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1171 MovieClip [head16] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1172 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head16");
gotoAndPlay (3);
};
Symbol 1172 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1172 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1178 MovieClip [head17] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1179 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head17");
gotoAndPlay (3);
};
Symbol 1179 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1179 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1185 MovieClip [head18] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1186 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head18");
gotoAndPlay (3);
};
Symbol 1186 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1186 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1192 MovieClip [mouth1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1193 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth1");
gotoAndPlay (3);
};
Symbol 1193 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1193 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1203 MovieClip [mouth2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1204 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth2");
gotoAndPlay (3);
};
Symbol 1204 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1204 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1210 MovieClip [mouth3] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1211 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth3");
gotoAndPlay (3);
};
Symbol 1211 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1211 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1217 MovieClip [mouth4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1218 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth4");
gotoAndPlay (3);
};
Symbol 1218 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1218 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1224 MovieClip [mouth5] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1225 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth5");
gotoAndPlay (3);
};
Symbol 1225 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1225 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1231 MovieClip [mouth6] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1232 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth6");
gotoAndPlay (3);
};
Symbol 1232 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1232 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1238 MovieClip [mouth7] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1239 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth7");
gotoAndPlay (3);
};
Symbol 1239 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1239 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1243 MovieClip [mouth8] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1244 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth8");
gotoAndPlay (3);
};
Symbol 1244 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1244 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1246 MovieClip [mouth9] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1247 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth9");
gotoAndPlay (3);
};
Symbol 1247 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1247 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1253 MovieClip [mouth10] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1254 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth10");
gotoAndPlay (3);
};
Symbol 1254 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1254 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1268 MovieClip [mouth11] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1269 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth11");
gotoAndPlay (3);
};
Symbol 1269 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1269 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1275 MovieClip [mouth12] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1276 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth12");
gotoAndPlay (3);
};
Symbol 1276 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1276 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1278 MovieClip [mouth13] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1279 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth13");
gotoAndPlay (3);
};
Symbol 1279 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1279 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1281 MovieClip [mouth14] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1282 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth14");
gotoAndPlay (3);
};
Symbol 1282 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1282 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1288 MovieClip [mouth15] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1289 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth15");
gotoAndPlay (3);
};
Symbol 1289 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1289 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1291 MovieClip [mouth16] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1292 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth16");
gotoAndPlay (3);
};
Symbol 1292 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1292 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1298 MovieClip [mouth17] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1299 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth17");
gotoAndPlay (3);
};
Symbol 1299 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1299 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1305 MovieClip [mouth18] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1306 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth18");
gotoAndPlay (3);
};
Symbol 1306 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1306 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1310 MovieClip [mouth19] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1311 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth19");
gotoAndPlay (3);
};
Symbol 1311 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1311 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1316 MovieClip [mouth20] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1317 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth20");
gotoAndPlay (3);
};
Symbol 1317 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1317 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1321 MovieClip [mouth21] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1322 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth21");
gotoAndPlay (3);
};
Symbol 1322 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1322 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1326 MovieClip [mouth22] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1327 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth22");
gotoAndPlay (3);
};
Symbol 1327 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1327 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1333 MovieClip [mouth23] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1334 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth23");
gotoAndPlay (3);
};
Symbol 1334 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1334 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1340 MovieClip [mouth24] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1341 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("mouth24");
gotoAndPlay (3);
};
Symbol 1341 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1341 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1351 MovieClip [eye5] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1352 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye5");
gotoAndPlay (3);
};
Symbol 1352 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1352 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1355 MovieClip [eye6] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 10)) {
painted1._y = (-(painted2._height / 2)) + 10;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 10)) {
painted1._y = (painted2._height / 2) - 10;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1356 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye6");
gotoAndPlay (3);
};
Symbol 1356 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1356 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1359 MovieClip [eye7] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 10)) {
painted1._y = (-(painted2._height / 2)) + 10;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 10)) {
painted1._y = (painted2._height / 2) - 10;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1360 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye7");
gotoAndPlay (3);
};
Symbol 1360 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1360 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1363 MovieClip [eye8] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 10)) {
painted1._y = (-(painted2._height / 2)) + 10;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 10)) {
painted1._y = (painted2._height / 2) - 10;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1364 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye8");
gotoAndPlay (3);
};
Symbol 1364 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1364 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1370 MovieClip [head3] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1371 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head3");
gotoAndPlay (3);
};
Symbol 1371 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1371 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1377 MovieClip [head4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1378 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head4");
gotoAndPlay (3);
};
Symbol 1378 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1378 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1384 MovieClip [head5] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1385 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head5");
gotoAndPlay (3);
};
Symbol 1385 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1385 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1391 MovieClip [head6] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1392 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head6");
gotoAndPlay (3);
};
Symbol 1392 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1392 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1398 MovieClip [head7] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1399 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head7");
gotoAndPlay (3);
};
Symbol 1399 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1399 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1405 MovieClip [head8] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1406 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head8");
gotoAndPlay (3);
};
Symbol 1406 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1406 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1412 MovieClip [head9] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1413 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head9");
gotoAndPlay (3);
};
Symbol 1413 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1413 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1419 MovieClip [head10] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1420 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head10");
gotoAndPlay (3);
};
Symbol 1420 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1420 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1423 MovieClip [eye13] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 10)) {
painted1._y = (-(painted2._height / 2)) + 10;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 10)) {
painted1._y = (painted2._height / 2) - 10;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1424 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye13");
gotoAndPlay (3);
};
Symbol 1424 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1424 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1427 MovieClip [eye14] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 10)) {
painted1._y = (-(painted2._height / 2)) + 10;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 10)) {
painted1._y = (painted2._height / 2) - 10;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1428 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye14");
gotoAndPlay (3);
};
Symbol 1428 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1428 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1434 MovieClip [head11] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1435 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head11");
gotoAndPlay (3);
};
Symbol 1435 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1435 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1442 MovieClip [head12] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1443 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("head12");
gotoAndPlay (3);
};
Symbol 1443 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1443 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1448 MovieClip [eye15] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1449 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye15");
gotoAndPlay (3);
};
Symbol 1449 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1449 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1452 MovieClip [eye16] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1453 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye16");
gotoAndPlay (3);
};
Symbol 1453 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1453 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1456 MovieClip [eye17] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1457 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye17");
gotoAndPlay (3);
};
Symbol 1457 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1457 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1460 MovieClip [eye18] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1461 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye18");
gotoAndPlay (3);
};
Symbol 1461 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1461 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1464 MovieClip [eye19] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1465 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye19");
gotoAndPlay (3);
};
Symbol 1465 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1465 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1468 MovieClip [eye20] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1469 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye20");
gotoAndPlay (3);
};
Symbol 1469 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1469 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1480 MovieClip [eye21] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1481 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye21");
gotoAndPlay (3);
};
Symbol 1481 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1481 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1484 MovieClip [eye22] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1485 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye22");
gotoAndPlay (3);
};
Symbol 1485 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1485 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1488 MovieClip [eye23] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1489 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye23");
gotoAndPlay (3);
};
Symbol 1489 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1489 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1492 MovieClip [eye24] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1493 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye24");
gotoAndPlay (3);
};
Symbol 1493 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1493 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1496 MovieClip [eye25] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1497 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye25");
gotoAndPlay (3);
};
Symbol 1497 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1497 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1500 MovieClip [eye26] Frame 1
onEnterFrame = function () {
deltaX = (_xmouse - painted1._x) / 20;
deltaY = (_ymouse - painted1._y) / 20;
painted1._x = painted1._x + deltaX;
painted1._y = painted1._y + deltaY;
shine._y = painted1._y;
shine._x = painted1._x;
if (painted1._x <= ((-(painted2._width / 2)) + 5)) {
painted1._x = (-(painted2._width / 2)) + 5;
shine._x = painted1._x;
}
if (painted1._x >= ((painted2._width / 2) - 5)) {
painted1._x = (painted2._width / 2) - 5;
shine._x = painted1._x;
}
if (painted1._y <= ((-(painted2._height / 2)) + 5)) {
painted1._y = (-(painted2._height / 2)) + 5;
shine._y = painted1._y;
}
if (painted1._y >= ((painted2._height / 2) - 5)) {
painted1._y = (painted2._height / 2) - 5;
shine._y = painted1._y;
}
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var painted1 = new Color("painted1");
painted1.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var painted2 = new Color("painted2");
painted2.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1501 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("eye26");
gotoAndPlay (3);
};
Symbol 1501 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1501 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1507 MovieClip [PRT5] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1508 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT5");
gotoAndPlay (3);
};
Symbol 1508 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1508 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1510 MovieClip [PRT6] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1511 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT6");
gotoAndPlay (3);
};
Symbol 1511 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1511 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1517 MovieClip [PRT2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1518 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT2");
gotoAndPlay (3);
};
Symbol 1518 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1518 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1522 MovieClip [PRT3] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1523 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT3");
gotoAndPlay (3);
};
Symbol 1523 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1523 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1527 MovieClip [PRT4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1528 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT4");
gotoAndPlay (3);
};
Symbol 1528 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1528 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1534 MovieClip [PRT1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1535 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT1");
gotoAndPlay (3);
};
Symbol 1535 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1535 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1537 MovieClip [PRT7] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1538 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT7");
gotoAndPlay (3);
};
Symbol 1538 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1538 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1548 MovieClip [PRT8] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1549 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT8");
gotoAndPlay (3);
};
Symbol 1549 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1549 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1555 MovieClip [PRT9] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1556 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT9");
gotoAndPlay (3);
};
Symbol 1556 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1556 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1560 MovieClip [PRT10] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1561 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT10");
gotoAndPlay (3);
};
Symbol 1561 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1561 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1565 MovieClip [PRT12] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1566 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT12");
gotoAndPlay (3);
};
Symbol 1566 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1566 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1570 MovieClip [PRT11] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1571 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT11");
gotoAndPlay (3);
};
Symbol 1571 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1571 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1575 MovieClip [PRT55] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1576 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT55");
gotoAndPlay (3);
};
Symbol 1576 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1576 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1578 MovieClip [PRT56] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1579 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT56");
gotoAndPlay (3);
};
Symbol 1579 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1579 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1581 MovieClip [PRT52] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1582 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT52");
gotoAndPlay (3);
};
Symbol 1582 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1582 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1584 MovieClip [PRT53] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1585 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT53");
gotoAndPlay (3);
};
Symbol 1585 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1585 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1589 MovieClip [PRT54] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1590 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT54");
gotoAndPlay (3);
};
Symbol 1590 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1590 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1592 MovieClip [PRT51] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1593 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT51");
gotoAndPlay (3);
};
Symbol 1593 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1593 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1597 MovieClip [PR_T145] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1600 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T145");
gotoAndPlay (3);
};
Symbol 1600 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1600 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1604 MovieClip [PR_T146] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1605 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T146");
gotoAndPlay (3);
};
Symbol 1605 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1605 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1607 MovieClip [PR_T142] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1608 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T142");
gotoAndPlay (3);
};
Symbol 1608 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1608 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1612 MovieClip [PR_T155] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1613 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T155");
gotoAndPlay (3);
};
Symbol 1613 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1613 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1617 MovieClip [PR_T152] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1618 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T152");
gotoAndPlay (3);
};
Symbol 1618 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1618 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1620 MovieClip [PR_T151] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1621 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T151");
gotoAndPlay (3);
};
Symbol 1621 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1621 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1624 MovieClip Frame 1
stop();
Symbol 1633 MovieClip [PRT37] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1634 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT37");
gotoAndPlay (3);
};
Symbol 1634 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1634 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1640 MovieClip [PRT38] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1641 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT38");
gotoAndPlay (3);
};
Symbol 1641 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1641 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1647 MovieClip [PRT39] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1648 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT39");
gotoAndPlay (3);
};
Symbol 1648 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1648 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1654 MovieClip [PRT40] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1655 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT40");
gotoAndPlay (3);
};
Symbol 1655 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1655 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1661 MovieClip [PRT41] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1662 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT41");
gotoAndPlay (3);
};
Symbol 1662 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1662 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1670 MovieClip [leg1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1671 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("leg1");
gotoAndPlay (3);
};
Symbol 1671 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1671 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1677 MovieClip [leg2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1678 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("leg2");
gotoAndPlay (3);
};
Symbol 1678 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1678 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1684 MovieClip [PRT19] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1685 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT19");
gotoAndPlay (3);
};
Symbol 1685 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1685 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1691 MovieClip [PRT20] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1692 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT20");
gotoAndPlay (3);
};
Symbol 1692 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1692 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1698 MovieClip [PRT21] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1699 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT21");
gotoAndPlay (3);
};
Symbol 1699 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1699 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1705 MovieClip [PRT22] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1706 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT22");
gotoAndPlay (3);
};
Symbol 1706 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1706 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1712 MovieClip [PRT23] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1713 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT23");
gotoAndPlay (3);
};
Symbol 1713 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1713 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1719 MovieClip [PRT24] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1720 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT24");
gotoAndPlay (3);
};
Symbol 1720 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1720 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1724 MovieClip [PRT25] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1725 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT25");
gotoAndPlay (3);
};
Symbol 1725 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1725 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1731 MovieClip [PRT26] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1732 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT26");
gotoAndPlay (3);
};
Symbol 1732 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1732 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1738 MovieClip [PRT27] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1739 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT27");
gotoAndPlay (3);
};
Symbol 1739 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1739 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1745 MovieClip [PRT28] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1746 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT28");
gotoAndPlay (3);
};
Symbol 1746 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1746 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1752 MovieClip [PRT29] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1753 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT29");
gotoAndPlay (3);
};
Symbol 1753 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1753 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1759 MovieClip [PRT30] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1760 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT30");
gotoAndPlay (3);
};
Symbol 1760 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1760 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1766 MovieClip [PRT31] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1767 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT31");
gotoAndPlay (3);
};
Symbol 1767 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1767 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1773 MovieClip [PRT32] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1774 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT32");
gotoAndPlay (3);
};
Symbol 1774 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1774 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1780 MovieClip [PRT33] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1781 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT33");
gotoAndPlay (3);
};
Symbol 1781 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1781 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1787 MovieClip [PRT34] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1788 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT34");
gotoAndPlay (3);
};
Symbol 1788 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1788 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1794 MovieClip [PRT35] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1795 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT35");
gotoAndPlay (3);
};
Symbol 1795 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1795 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1801 MovieClip [PRT36] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1802 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT36");
gotoAndPlay (3);
};
Symbol 1802 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1802 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1808 MovieClip [PRT42] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1809 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT42");
gotoAndPlay (3);
};
Symbol 1809 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1809 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1815 MovieClip [PRT43] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1816 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT43");
gotoAndPlay (3);
};
Symbol 1816 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1816 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1822 MovieClip [PRT44] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1823 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT44");
gotoAndPlay (3);
};
Symbol 1823 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1823 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1829 MovieClip [PRT45] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1830 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT45");
gotoAndPlay (3);
};
Symbol 1830 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1830 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1836 MovieClip [PRT46] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1837 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT46");
gotoAndPlay (3);
};
Symbol 1837 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1837 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1843 MovieClip [PRT47] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1844 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT47");
gotoAndPlay (3);
};
Symbol 1844 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1844 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1850 MovieClip [PRT48] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1851 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT48");
gotoAndPlay (3);
};
Symbol 1851 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1851 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1857 MovieClip [PRT49] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1858 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT49");
gotoAndPlay (3);
};
Symbol 1858 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1858 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1864 MovieClip [PRT50] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1865 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT50");
gotoAndPlay (3);
};
Symbol 1865 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1865 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1866 MovieClip Frame 1
stop();
Symbol 1876 MovieClip [weapon2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1877 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("weapon2");
gotoAndPlay (3);
};
Symbol 1877 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1877 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 1883 MovieClip [PRT69] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1884 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT69");
gotoAndPlay (3);
};
Symbol 1884 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1884 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1890 MovieClip [PRT70] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1891 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT70");
gotoAndPlay (3);
};
Symbol 1891 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1891 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1897 MovieClip [PRT75] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1898 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT75");
gotoAndPlay (3);
};
Symbol 1898 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1898 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1904 MovieClip [PRT76] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1905 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT76");
gotoAndPlay (3);
};
Symbol 1905 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1905 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1911 MovieClip [PRT77] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1912 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT77");
gotoAndPlay (3);
};
Symbol 1912 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1912 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1918 MovieClip [PRT78] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1919 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT78");
gotoAndPlay (3);
};
Symbol 1919 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1919 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1935 MovieClip [PRT79] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1936 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT79");
gotoAndPlay (3);
};
Symbol 1936 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1936 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1942 MovieClip [PRT80] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1943 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT80");
gotoAndPlay (3);
};
Symbol 1943 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1943 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1949 MovieClip [PRT72] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1950 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT72");
gotoAndPlay (3);
};
Symbol 1950 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1950 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1956 MovieClip [PRT74] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1957 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT74");
gotoAndPlay (3);
};
Symbol 1957 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1957 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1963 MovieClip [PRT71] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1964 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT71");
gotoAndPlay (3);
};
Symbol 1964 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1964 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1970 MovieClip [PRT85] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1971 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT85");
gotoAndPlay (3);
};
Symbol 1971 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1971 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1977 MovieClip [PRT87] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1978 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT87");
gotoAndPlay (3);
};
Symbol 1978 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1978 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1990 MovieClip [PRT88] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1991 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT88");
gotoAndPlay (3);
};
Symbol 1991 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1991 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 1997 MovieClip [PRT89] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 1998 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT89");
gotoAndPlay (3);
};
Symbol 1998 MovieClip Frame 2
gotoAndPlay (1);
Symbol 1998 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2009 MovieClip [PRT92] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2010 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT92");
gotoAndPlay (3);
};
Symbol 2010 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2010 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2020 MovieClip [PRT91] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2021 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT91");
gotoAndPlay (3);
};
Symbol 2021 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2021 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2027 MovieClip [PRT57] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2028 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT57");
gotoAndPlay (3);
};
Symbol 2028 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2028 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2034 MovieClip [PRT58] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2035 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT58");
gotoAndPlay (3);
};
Symbol 2035 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2035 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2042 MovieClip [PRT59] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2043 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT59");
gotoAndPlay (3);
};
Symbol 2043 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2043 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2049 MovieClip [PRT60] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2050 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT60");
gotoAndPlay (3);
};
Symbol 2050 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2050 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2056 MovieClip [PRT62] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2057 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT62");
gotoAndPlay (3);
};
Symbol 2057 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2057 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2063 MovieClip [PRT61] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2064 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT61");
gotoAndPlay (3);
};
Symbol 2064 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2064 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2070 MovieClip [PRT65] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2071 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT65");
gotoAndPlay (3);
};
Symbol 2071 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2071 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2077 MovieClip [PRT66] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2078 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT66");
gotoAndPlay (3);
};
Symbol 2078 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2078 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2084 MovieClip [PRT67] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2085 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT67");
gotoAndPlay (3);
};
Symbol 2085 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2085 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2103 MovieClip [PRT68] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2104 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT68");
gotoAndPlay (3);
};
Symbol 2104 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2104 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2110 MovieClip [PRT63] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2111 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT63");
gotoAndPlay (3);
};
Symbol 2111 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2111 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2118 MovieClip [PRT64] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2119 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT64");
gotoAndPlay (3);
};
Symbol 2119 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2119 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2125 MovieClip [PRT86] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2126 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT86");
gotoAndPlay (3);
};
Symbol 2126 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2126 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2133 MovieClip [PRT90] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2134 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT90");
gotoAndPlay (3);
};
Symbol 2134 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2134 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2145 MovieClip [PRT82] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2146 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT82");
gotoAndPlay (3);
};
Symbol 2146 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2146 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2152 MovieClip [PRT83] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2153 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT83");
gotoAndPlay (3);
};
Symbol 2153 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2153 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2159 MovieClip [PRT84] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2160 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT84");
gotoAndPlay (3);
};
Symbol 2160 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2160 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2166 MovieClip [PRT81] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2167 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT81");
gotoAndPlay (3);
};
Symbol 2167 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2167 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
button.onRelease = function () {
};
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2168 MovieClip Frame 1
stop();
Symbol 2177 MovieClip [equip1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2178 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("equip1");
gotoAndPlay (3);
};
Symbol 2178 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2178 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 2184 MovieClip [equip2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2185 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("equip2");
gotoAndPlay (3);
};
Symbol 2185 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2185 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 2191 MovieClip [PRT96] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2192 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT96");
gotoAndPlay (3);
};
Symbol 2192 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2192 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2198 MovieClip [PRT97] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2199 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT97");
gotoAndPlay (3);
};
Symbol 2199 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2199 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2205 MovieClip [PRT98] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2206 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT98");
gotoAndPlay (3);
};
Symbol 2206 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2206 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2210 MovieClip [PRT93] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2211 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT93");
gotoAndPlay (3);
};
Symbol 2211 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2211 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2217 MovieClip [PRT94] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2218 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT94");
gotoAndPlay (3);
};
Symbol 2218 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2218 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2222 MovieClip [PR_T105] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2223 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T105");
gotoAndPlay (3);
};
Symbol 2223 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2223 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2229 MovieClip [PR_T106] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2230 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T106");
gotoAndPlay (3);
};
Symbol 2230 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2230 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2241 MovieClip [PR_T102] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2242 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T102");
gotoAndPlay (3);
};
Symbol 2242 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2242 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2264 MovieClip [PR_T103] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2265 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T103");
gotoAndPlay (3);
};
Symbol 2265 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2265 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2296 MovieClip [PR_T104] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2297 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T104");
gotoAndPlay (3);
};
Symbol 2297 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2297 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2316 MovieClip [PR_T101] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2317 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T101");
gotoAndPlay (3);
};
Symbol 2317 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2317 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2321 MovieClip [PR_T115] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2322 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T115");
gotoAndPlay (3);
};
Symbol 2322 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2322 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2328 MovieClip [PR_T113] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2329 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T113");
gotoAndPlay (3);
};
Symbol 2329 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2329 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2335 MovieClip [PR_T114] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2336 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T114");
gotoAndPlay (3);
};
Symbol 2336 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2336 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2342 MovieClip [PR_T111] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2343 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T111");
gotoAndPlay (3);
};
Symbol 2343 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2343 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2348 MovieClip [PR_T125] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2349 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T125");
gotoAndPlay (3);
};
Symbol 2349 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2349 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2353 MovieClip [PR_T126] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2354 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T126");
gotoAndPlay (3);
};
Symbol 2354 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2354 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2360 MovieClip [PR_T122] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2361 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T122");
gotoAndPlay (3);
};
Symbol 2361 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2361 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2365 MovieClip [PR_T123] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2366 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T123");
gotoAndPlay (3);
};
Symbol 2366 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2366 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2372 MovieClip [PR_T124] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2373 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T124");
gotoAndPlay (3);
};
Symbol 2373 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2373 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2379 MovieClip [PR_T135] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2380 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T135");
gotoAndPlay (3);
};
Symbol 2380 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2380 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2384 MovieClip [PR_T136] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2385 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T136");
gotoAndPlay (3);
};
Symbol 2385 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2385 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2391 MovieClip [PR_T132] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2392 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T132");
gotoAndPlay (3);
};
Symbol 2392 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2392 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2398 MovieClip [PR_T133] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2399 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T133");
gotoAndPlay (3);
};
Symbol 2399 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2399 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2403 MovieClip [PR_T134] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2404 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T134");
gotoAndPlay (3);
};
Symbol 2404 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2404 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2416 MovieClip [PR_T131] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2417 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T131");
gotoAndPlay (3);
};
Symbol 2417 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2417 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2423 MovieClip [PR_T177] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2424 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T177");
gotoAndPlay (3);
};
Symbol 2424 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2424 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2430 MovieClip [PR_T178] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2431 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T178");
gotoAndPlay (3);
};
Symbol 2431 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2431 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2437 MovieClip [PR_T179] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2438 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T179");
gotoAndPlay (3);
};
Symbol 2438 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2438 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2443 MovieClip [PR_T180] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2444 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T180");
gotoAndPlay (3);
};
Symbol 2444 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2444 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2448 MovieClip [PR_T187] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2449 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T187");
gotoAndPlay (3);
};
Symbol 2449 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2449 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2455 MovieClip [PR_T188] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2456 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T188");
gotoAndPlay (3);
};
Symbol 2456 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2456 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2467 MovieClip [PR_T189] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2468 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T189");
gotoAndPlay (3);
};
Symbol 2468 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2468 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2476 MovieClip [PR_T190] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2477 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T190");
gotoAndPlay (3);
};
Symbol 2477 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2477 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2483 MovieClip [PR_T198] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2484 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T198");
gotoAndPlay (3);
};
Symbol 2484 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2484 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2490 MovieClip [PR_T199] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2491 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T199");
gotoAndPlay (3);
};
Symbol 2491 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2491 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2492 MovieClip Frame 1
stop();
Symbol 2499 MovieClip [misc1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2500 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("misc1");
gotoAndPlay (3);
};
Symbol 2500 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2500 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 2514 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("misc2");
gotoAndPlay (3);
};
Symbol 2514 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2514 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 2519 MovieClip [arm1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2520 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("arm1");
gotoAndPlay (3);
};
Symbol 2520 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2520 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 2524 MovieClip [arm2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2525 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("arm2");
gotoAndPlay (3);
};
Symbol 2525 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2525 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 2529 MovieClip [arm3] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2530 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("arm3");
gotoAndPlay (3);
};
Symbol 2530 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2530 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 2534 MovieClip [arm4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2535 MovieClip Frame 1
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("arm4");
gotoAndPlay (3);
};
Symbol 2535 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2535 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 2540 MovieClip [PRT99] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2541 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT99");
gotoAndPlay (3);
};
Symbol 2541 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2541 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2546 MovieClip [PRT100] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2547 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT100");
gotoAndPlay (3);
};
Symbol 2547 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2547 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2552 MovieClip [PRT107] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2553 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT107");
gotoAndPlay (3);
};
Symbol 2553 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2553 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2558 MovieClip [PRT108] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2559 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT108");
gotoAndPlay (3);
};
Symbol 2559 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2559 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2564 MovieClip [PRT109] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2565 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT109");
gotoAndPlay (3);
};
Symbol 2565 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2565 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2570 MovieClip [PRT110] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2571 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT110");
gotoAndPlay (3);
};
Symbol 2571 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2571 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2576 MovieClip [PRT117] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2577 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT117");
gotoAndPlay (3);
};
Symbol 2577 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2577 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2581 MovieClip [PRT118] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2582 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT118");
gotoAndPlay (3);
};
Symbol 2582 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2582 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2585 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT119");
gotoAndPlay (3);
};
Symbol 2585 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2585 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2589 MovieClip [PRT120] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2590 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT120");
gotoAndPlay (3);
};
Symbol 2590 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2590 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2596 MovieClip [PRT127] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2597 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT127");
gotoAndPlay (3);
};
Symbol 2597 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2597 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2601 MovieClip [PRT128] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2602 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT128");
gotoAndPlay (3);
};
Symbol 2602 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2602 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2604 MovieClip [PRT129] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2605 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT129");
gotoAndPlay (3);
};
Symbol 2605 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2605 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2607 MovieClip [PRT130] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2608 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT130");
gotoAndPlay (3);
};
Symbol 2608 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2608 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2611 MovieClip [PRT137] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2612 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT137");
gotoAndPlay (3);
};
Symbol 2612 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2612 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2617 MovieClip [PRT138] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2618 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT138");
gotoAndPlay (3);
};
Symbol 2618 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2618 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2623 MovieClip [PRT139] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2624 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT139");
gotoAndPlay (3);
};
Symbol 2624 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2624 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2629 MovieClip [PRT140] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2630 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT140");
gotoAndPlay (3);
};
Symbol 2630 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2630 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2635 MovieClip [PRT146] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2636 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT146");
gotoAndPlay (3);
};
Symbol 2636 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2636 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2641 MovieClip [PRT147] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2642 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT147");
gotoAndPlay (3);
};
Symbol 2642 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2642 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2647 MovieClip [PRT148] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2648 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT148");
gotoAndPlay (3);
};
Symbol 2648 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2648 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2653 MovieClip [PRT149] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2654 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT149");
gotoAndPlay (3);
};
Symbol 2654 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2654 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2659 MovieClip [PRT150] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2660 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT150");
gotoAndPlay (3);
};
Symbol 2660 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2660 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2665 MovieClip [PRT156] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2666 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT156");
gotoAndPlay (3);
};
Symbol 2666 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2666 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2671 MovieClip [PRT157] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2672 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT157");
gotoAndPlay (3);
};
Symbol 2672 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2672 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2677 MovieClip [PRT158] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2678 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT158");
gotoAndPlay (3);
};
Symbol 2678 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2678 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2683 MovieClip [PRT159] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2684 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT159");
gotoAndPlay (3);
};
Symbol 2684 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2684 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2689 MovieClip [PRT160] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2690 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT160");
gotoAndPlay (3);
};
Symbol 2690 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2690 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2695 MovieClip [PRT166] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2696 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT166");
gotoAndPlay (3);
};
Symbol 2696 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2696 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2701 MovieClip [PRT167] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2702 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT167");
gotoAndPlay (3);
};
Symbol 2702 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2702 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2707 MovieClip [PRT168] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2708 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT168");
gotoAndPlay (3);
};
Symbol 2708 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2708 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2713 MovieClip [PRT169] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2714 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT169");
gotoAndPlay (3);
};
Symbol 2714 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2714 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2719 MovieClip [PRT170] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2720 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT170");
gotoAndPlay (3);
};
Symbol 2720 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2720 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2725 MovieClip [PRT176] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2726 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT176");
gotoAndPlay (3);
};
Symbol 2726 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2726 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2731 MovieClip [PRT177] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2732 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT177");
gotoAndPlay (3);
};
Symbol 2732 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2732 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2737 MovieClip [PRT178] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2738 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT178");
gotoAndPlay (3);
};
Symbol 2738 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2738 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2743 MovieClip [PRT179] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2744 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT179");
gotoAndPlay (3);
};
Symbol 2744 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2744 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2749 MovieClip [PRT180] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2750 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT180");
gotoAndPlay (3);
};
Symbol 2750 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2750 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2755 MovieClip [PRT186] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2756 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT186");
gotoAndPlay (3);
};
Symbol 2756 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2756 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2761 MovieClip [PRT187] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2762 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT187");
gotoAndPlay (3);
};
Symbol 2762 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2762 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2767 MovieClip [PRT188] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2768 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT188");
gotoAndPlay (3);
};
Symbol 2768 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2768 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2773 MovieClip [PRT189] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2774 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT189");
gotoAndPlay (3);
};
Symbol 2774 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2774 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2779 MovieClip [PRT190] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2780 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT190");
gotoAndPlay (3);
};
Symbol 2780 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2780 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2785 MovieClip [PRT196] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2786 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT196");
gotoAndPlay (3);
};
Symbol 2786 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2786 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2791 MovieClip [PRT197] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2792 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT197");
gotoAndPlay (3);
};
Symbol 2792 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2792 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2797 MovieClip [PRT198] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2798 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT198");
gotoAndPlay (3);
};
Symbol 2798 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2798 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2803 MovieClip [PRT199] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2804 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT199");
gotoAndPlay (3);
};
Symbol 2804 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2804 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2806 MovieClip [PRT200] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 2807 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT200");
gotoAndPlay (3);
};
Symbol 2807 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2807 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2813 MovieClip [PR_T17] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2814 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T17");
gotoAndPlay (3);
};
Symbol 2814 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2814 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2818 MovieClip [PR_T18] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2819 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T18");
gotoAndPlay (3);
};
Symbol 2819 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2819 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2826 MovieClip [PR_T19] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2827 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T19");
gotoAndPlay (3);
};
Symbol 2827 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2827 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2835 MovieClip [PR_T20] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2836 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T20");
gotoAndPlay (3);
};
Symbol 2836 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2836 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2841 MovieClip [PR_T27] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2842 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T27");
gotoAndPlay (3);
};
Symbol 2842 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2842 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2846 MovieClip [PR_T28] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2847 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T28");
gotoAndPlay (3);
};
Symbol 2847 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2847 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2853 MovieClip [PR_T95] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2854 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T95");
gotoAndPlay (3);
};
Symbol 2854 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2854 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2858 MovieClip [PR_T96] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2859 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T96");
gotoAndPlay (3);
};
Symbol 2859 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2859 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2868 MovieClip [PR_T94] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2869 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T94");
gotoAndPlay (3);
};
Symbol 2869 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2869 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2871 MovieClip [PR_T107] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2872 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T107");
gotoAndPlay (3);
};
Symbol 2872 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2872 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2874 MovieClip [PR_T108] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2875 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T108");
gotoAndPlay (3);
};
Symbol 2875 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2875 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2879 MovieClip [PR_T117] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2880 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T117");
gotoAndPlay (3);
};
Symbol 2880 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2880 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2884 MovieClip [PR_T118] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2885 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T118");
gotoAndPlay (3);
};
Symbol 2885 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2885 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2888 MovieClip [PR_T119] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2889 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T119");
gotoAndPlay (3);
};
Symbol 2889 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2889 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2894 MovieClip [PR_T120] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2895 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T120");
gotoAndPlay (3);
};
Symbol 2895 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2895 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2902 MovieClip [PR_T127] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2903 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T127");
gotoAndPlay (3);
};
Symbol 2903 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2903 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2905 MovieClip [PR_T128] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2906 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T128");
gotoAndPlay (3);
};
Symbol 2906 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2906 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2910 MovieClip [PR_T129] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2911 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T129");
gotoAndPlay (3);
};
Symbol 2911 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2911 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2917 MovieClip [PR_T130] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2918 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T130");
gotoAndPlay (3);
};
Symbol 2918 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2918 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2922 MovieClip [PR_T137] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2923 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T137");
gotoAndPlay (3);
};
Symbol 2923 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2923 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2929 MovieClip [PR_T138] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2930 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T138");
gotoAndPlay (3);
};
Symbol 2930 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2930 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2935 MovieClip [PR_T139] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2936 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T139");
gotoAndPlay (3);
};
Symbol 2936 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2936 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2941 MovieClip [PR_T140] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2942 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T140");
gotoAndPlay (3);
};
Symbol 2942 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2942 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2948 MovieClip [PR_T147] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2949 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T147");
gotoAndPlay (3);
};
Symbol 2949 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2949 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2954 MovieClip [PR_T148] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2955 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T148");
gotoAndPlay (3);
};
Symbol 2955 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2955 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2957 MovieClip [PR_T149] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2958 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T149");
gotoAndPlay (3);
};
Symbol 2958 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2958 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2963 MovieClip [PR_T150] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Instance of Symbol 2512 MovieClip in Symbol 2963 MovieClip [PR_T150] Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(50));
}
Symbol 2964 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T150");
gotoAndPlay (3);
};
Symbol 2964 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2964 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2969 MovieClip [PR_T157] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2970 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T157");
gotoAndPlay (3);
};
Symbol 2970 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2970 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2974 MovieClip [PR_T159] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2975 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T159");
gotoAndPlay (3);
};
Symbol 2975 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2975 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2979 MovieClip [PR_T158] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2980 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T158");
gotoAndPlay (3);
};
Symbol 2980 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2980 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2982 MovieClip [PR_T160] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2983 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T160");
gotoAndPlay (3);
};
Symbol 2983 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2983 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2985 MovieClip [PR_T167] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2986 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T167");
gotoAndPlay (3);
};
Symbol 2986 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2986 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2990 MovieClip [PR_T168] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2991 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T168");
gotoAndPlay (3);
};
Symbol 2991 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2991 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2993 MovieClip [PR_T169] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2994 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T169");
gotoAndPlay (3);
};
Symbol 2994 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2994 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 2996 MovieClip [PR_T170] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 2997 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T170");
gotoAndPlay (3);
};
Symbol 2997 MovieClip Frame 2
gotoAndPlay (1);
Symbol 2997 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3001 MovieClip [PR_T121] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3002 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T121");
gotoAndPlay (3);
};
Symbol 3002 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3002 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3008 MovieClip [PR_T143] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3009 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T143");
gotoAndPlay (3);
};
Symbol 3009 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3009 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3013 MovieClip [PR_T144] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3014 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T144");
gotoAndPlay (3);
};
Symbol 3014 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3014 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3020 MovieClip [PR_T153] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3021 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T153");
gotoAndPlay (3);
};
Symbol 3021 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3021 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3025 MovieClip [PR_T154] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3026 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T154");
gotoAndPlay (3);
};
Symbol 3026 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3026 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3031 MovieClip [PR_T2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3032 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T2");
gotoAndPlay (3);
};
Symbol 3032 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3032 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3038 MovieClip [PR_T1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3039 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T1");
gotoAndPlay (3);
};
Symbol 3039 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3039 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3040 MovieClip Frame 1
stop();
Symbol 3049 MovieClip [PR_T68] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3050 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T68");
gotoAndPlay (3);
};
Symbol 3050 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3050 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3055 MovieClip [PR_T69] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3056 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T69");
gotoAndPlay (3);
};
Symbol 3056 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3056 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3063 MovieClip [PR_T70] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3064 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T70");
gotoAndPlay (3);
};
Symbol 3064 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3064 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3071 MovieClip [PR_T78] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3072 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T78");
gotoAndPlay (3);
};
Symbol 3072 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3072 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3079 MovieClip [PR_T79] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3080 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T79");
gotoAndPlay (3);
};
Symbol 3080 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3080 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3086 MovieClip [PR_T80] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3087 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T80");
gotoAndPlay (3);
};
Symbol 3087 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3087 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3092 MovieClip [PR_T165] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3093 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T165");
gotoAndPlay (3);
};
Symbol 3093 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3093 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3100 MovieClip [PR_T166] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3101 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T166");
gotoAndPlay (3);
};
Symbol 3101 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3101 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3104 MovieClip [PR_T162] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3105 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T162");
gotoAndPlay (3);
};
Symbol 3105 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3105 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3110 MovieClip [PR_T163] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3111 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T163");
gotoAndPlay (3);
};
Symbol 3111 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3111 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3116 MovieClip [PR_T164] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3117 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T164");
gotoAndPlay (3);
};
Symbol 3117 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3117 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3122 MovieClip [PR_T161] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3123 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T161");
gotoAndPlay (3);
};
Symbol 3123 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3123 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3127 MovieClip [PR_T175] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3128 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T175");
gotoAndPlay (3);
};
Symbol 3128 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3128 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3135 MovieClip [PR_T176] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3136 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T176");
gotoAndPlay (3);
};
Symbol 3136 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3136 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3143 MovieClip [PR_T172] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3144 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T172");
gotoAndPlay (3);
};
Symbol 3144 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3144 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3148 MovieClip [PR_T173] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3149 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T173");
gotoAndPlay (3);
};
Symbol 3149 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3149 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3156 MovieClip [PR_T174] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3157 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T174");
gotoAndPlay (3);
};
Symbol 3157 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3157 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3164 MovieClip [PR_T171] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3165 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T171");
gotoAndPlay (3);
};
Symbol 3165 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3165 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3172 MovieClip [PR_T185] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3173 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T185");
gotoAndPlay (3);
};
Symbol 3173 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3173 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3180 MovieClip [PRT95] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
}
}
};
Symbol 3181 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PRT95");
gotoAndPlay (3);
};
Symbol 3181 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3181 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3188 MovieClip [PR_T116] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3189 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T116");
gotoAndPlay (3);
};
Symbol 3189 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3189 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3196 MovieClip [PR_T112] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3197 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T112");
gotoAndPlay (3);
};
Symbol 3197 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3197 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3204 MovieClip [PR_T197] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3205 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T197");
gotoAndPlay (3);
};
Symbol 3205 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3205 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3212 MovieClip [PR_T200] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3213 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T200");
gotoAndPlay (3);
};
Symbol 3213 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3213 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3217 MovieClip [PR_T184] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local4 = new Color("p1");
_local4.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local3 = new Color("p2");
_local3.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3218 MovieClip Frame 1
startAlpha = false;
buttonalpha._alpha = 0;
if (_root.AutoPaint == true) {
button.AutoPaint = true;
} else if (_root.AutoPaint == false) {
button.AutoPaint = false;
}
button.onRelease = function () {
trace("you clicked");
_root.partButton("PR_T184");
gotoAndPlay (3);
};
Symbol 3218 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3218 MovieClip Frame 3
startAlpha = true;
buttonalpha._alpha = 50;
this.onEnterFrame = function () {
if (startAlpha == true) {
buttonalpha._alpha = buttonalpha._alpha - 5;
}
};
partBlocker.useHandCursor = false;
Symbol 3225 MovieClip [secret1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3226 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("secret1");
gotoAndPlay (3);
};
Symbol 3226 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3226 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 3229 MovieClip [secret5] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3230 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("secret5");
gotoAndPlay (3);
};
Symbol 3230 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3230 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 3233 MovieClip [secret2] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3234 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("secret2");
gotoAndPlay (3);
};
Symbol 3234 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3234 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 3239 MovieClip [secret3] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3240 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("secret3");
gotoAndPlay (3);
};
Symbol 3240 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3240 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 3243 MovieClip [secret4] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3244 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("secret4");
gotoAndPlay (3);
};
Symbol 3244 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3244 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 3247 MovieClip [secret7] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3248 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("secret7");
gotoAndPlay (3);
};
Symbol 3248 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3248 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 3251 MovieClip [secret6] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3252 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("secret6");
gotoAndPlay (3);
};
Symbol 3252 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3252 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 3253 MovieClip [weapon1] Frame 1
onEnterFrame = function () {
if ((_root.frameCount / 3) == Math.round(_root.frameCount / 3)) {
if (this.AutoPaint == true) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
this.AutoPaint = false;
}
if ((this == _root.paintFocus) && (_root.paintnumber == 1)) {
var _local3 = new Color("painted1");
_local3.setRGB(_root.paint1);
this.paint1 = _root.paint1;
} else if ((this == _root.paintFocus) && (_root.paintnumber == 2)) {
var _local4 = new Color("painted2");
_local4.setRGB(_root.paint2);
this.paint2 = _root.paint2;
}
}
};
Symbol 3254 MovieClip Frame 1
button.AutoPaint = true;
button.onRelease = function () {
trace("you clicked");
_root.partButton("weapon1");
gotoAndPlay (3);
};
Symbol 3254 MovieClip Frame 2
gotoAndPlay (1);
Symbol 3254 MovieClip Frame 3
partBlocker.useHandCursor = false;
Symbol 3255 MovieClip Frame 1
stop();
Symbol 3257 MovieClip Frame 1
stop();
Instance of Symbol 1011 MovieClip "container" in Symbol 3257 MovieClip Frame 1
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 3257 MovieClip Frame 2
stop();
Instance of Symbol 1625 MovieClip "container" in Symbol 3257 MovieClip Frame 2
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 3257 MovieClip Frame 3
stop();
Instance of Symbol 1626 MovieClip "container" in Symbol 3257 MovieClip Frame 3
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 3257 MovieClip Frame 4
stop();
Instance of Symbol 1867 MovieClip "container" in Symbol 3257 MovieClip Frame 4
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 3257 MovieClip Frame 5
stop();
Instance of Symbol 2169 MovieClip "container" in Symbol 3257 MovieClip Frame 5
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 3257 MovieClip Frame 6
stop();
Instance of Symbol 2493 MovieClip "container" in Symbol 3257 MovieClip Frame 6
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 3257 MovieClip Frame 7
stop();
Instance of Symbol 3041 MovieClip "container" in Symbol 3257 MovieClip Frame 7
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 3257 MovieClip Frame 8
stop();
Instance of Symbol 3256 MovieClip "container" in Symbol 3257 MovieClip Frame 8
onClipEvent (load) {
function updateScrollbar() {
content._y = -(((scroller._y - top) / diff_y) * (content._height - bound_box._height));
}
diff_y = bound_box._height - scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin + (scroller._height / 2);
bottom = bounds.yMax - (scroller._height / 2);
friction = 0.9;
}
onClipEvent (mouseDown) {
if (scroller.hitTest(_root._xmouse, _root._ymouse)) {
startDrag ("scroller", false, scroller._x, top, scroller._x, bottom);
scrolling = true;
}
}
onClipEvent (mouseUp) {
stopDrag();
scrolling = false;
}
onClipEvent (enterFrame) {
if (scrolling) {
updateScrollbar();
newY = scroller._y;
}
}
Symbol 3258 MovieClip Frame 1
var mouseListener = new Object();
mouseListener.onMouseWheel = function (wheelNum) {
if (wheelNum > 0) {
trace("towards computer");
trace(_root.buildMenu.directory.directoryinner.container.top);
if (_root.buildMenu.directory.directoryinner.container.scroller._y > _root.buildMenu.directory.directoryinner.container.top) {
_root.buildMenu.directory.directoryinner.container.scroller._y = _root.buildMenu.directory.directoryinner.container.scroller._y - 25;
_root.buildMenu.directory.directoryinner.container.scrolling = true;
if (_root.buildMenu.directory.directoryinner.container.scroller._y <= _root.buildMenu.directory.directoryinner.container.top) {
_root.buildMenu.directory.directoryinner.container.scroller._y = _root.buildMenu.directory.directoryinner.container.top;
}
} else {
_root.buildMenu.directory.directoryinner.container.scroller._y = _root.buildMenu.directory.directoryinner.container.top;
}
} else if (wheelNum < 0) {
trace("away from computer");
trace(_root.buildMenu.directory.directoryinner.container.bottom);
if (_root.buildMenu.directory.directoryinner.container.scroller._y < _root.buildMenu.directory.directoryinner.container.bottom) {
_root.buildMenu.directory.directoryinner.container.scroller._y = _root.buildMenu.directory.directoryinner.container.scroller._y + 25;
_root.buildMenu.directory.directoryinner.container.scrolling = true;
if (_root.buildMenu.directory.directoryinner.container.scroller._y >= _root.buildMenu.directory.directoryinner.container.bottom) {
_root.buildMenu.directory.directoryinner.container.scroller._y = _root.buildMenu.directory.directoryinner.container.bottom;
}
} else {
_root.buildMenu.directory.directoryinner.container.scroller._y = _root.buildMenu.directory.directoryinner.container.bottom;
}
}
};
Mouse.addListener(mouseListener);
stop();
_root.menuClosed = true;
_root.buildMenu.directory.directoryinner.container._visible = false;
Symbol 3258 MovieClip Frame 2
_root.buildMenu.directory.directoryinner.container._visible = true;
if ((unlock = true)) {
directoryinner.secrets._visible = true;
}
Symbol 3258 MovieClip Frame 12
stop();
_root.menuClosed = false;
visCount = 0;
while (visCount <= _root.partNumber) {
_root["Part" + visCount]._visible = false;
visCount++;
}
Symbol 3258 MovieClip Frame 13
if (_root.paintnumber != 0) {
_root.oldpaintNumber = _root.paintnumber;
_root.paintnumber = 0;
_root.buildMenu.colorbar.color1.gotoAndStop(1);
_root.buildMenu.colorbar.color2.gotoAndStop(1);
} else if ((_root.paintnumber == 0) && (_root.oldpaintNumber == "")) {
}
Symbol 3259 Button
on (release) {
_root.buildMenu.nextFrame();
}
Symbol 3261 Button
on (release) {
_root.buildMenu.downstates.gotoAndStop(1);
_root.paintbrush.removeMovieClip();
_root.paintFocus = "";
_root.customStyle.removeAll();
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
this.directory.play();
this.directory.directoryinner.gotoAndStop(7);
_root.AutoPaint = true;
}
Symbol 3263 Button
on (release) {
_root.buildMenu.downstates.gotoAndStop(1);
_root.paintbrush.removeMovieClip();
_root.paintFocus = "";
_root.customStyle.removeAll();
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
this.directory.play();
this.directory.directoryinner.gotoAndStop(6);
_root.AutoPaint = true;
}
Symbol 3265 Button
on (release) {
_root.buildMenu.downstates.gotoAndStop(1);
_root.paintbrush.removeMovieClip();
_root.paintFocus = "";
_root.customStyle.removeAll();
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
this.directory.play();
this.directory.directoryinner.gotoAndStop(5);
_root.AutoPaint = true;
}
Symbol 3267 Button
on (release) {
_root.buildMenu.downstates.gotoAndStop(1);
_root.paintbrush.removeMovieClip();
_root.paintFocus = "";
_root.customStyle.removeAll();
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
this.directory.play();
this.directory.directoryinner.gotoAndStop(4);
_root.AutoPaint = true;
}
Symbol 3269 Button
on (release) {
_root.buildMenu.downstates.gotoAndStop(1);
_root.paintbrush.removeMovieClip();
_root.paintFocus = "";
_root.customStyle.removeAll();
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
this.directory.play();
this.directory.directoryinner.gotoAndStop(3);
_root.AutoPaint = true;
}
Symbol 3271 Button
on (release) {
_root.buildMenu.downstates.gotoAndStop(1);
_root.paintbrush.removeMovieClip();
_root.paintFocus = "";
_root.customStyle.removeAll();
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
this.directory.play();
this.directory.directoryinner.gotoAndStop(2);
_root.AutoPaint = true;
}
Symbol 3273 Button
on (release) {
_root.buildMenu.downstates.gotoAndStop(1);
_root.paintbrush.removeMovieClip();
_root.paintFocus = "";
_root.customStyle.removeAll();
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
this.directory.play();
this.directory.directoryinner.gotoAndStop(1);
_root.AutoPaint = true;
}
Symbol 3274 Button
on (release) {
_root.Menuaction = 1;
_root.buildMenu.downstates.gotoAndStop(1);
if (paintnumber != 0) {
oldpaintnumber = paintnumber;
}
_root.paintbrush.removeMovieClip();
paintnumber = 0;
}
Symbol 3275 Button
on (release) {
_root.Menuaction = 5;
_root.buildMenu.downstates.gotoAndStop(5);
if ((_root.paintnumber != 1) && (_root.paintnumber != 2)) {
_root.paintnumber = 1;
_root.color1.gotoAndStop(1);
_root.Menuaction = 5;
_root.paintbrush.removeMovieClip();
_root.attachMovie("paintbrush", "paintbrush", _root.getNextHighestDepth());
}
if (((oldpaintnumber != 0) || (oldpaintnumber != 1)) || (oldpaintnumber != 2)) {
oldpaintnumber = 1;
}
}
Symbol 3276 Button
on (release) {
deselectCode();
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("backgrounds");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
}
Symbol 3277 Button
on (release) {
trace("_root.deleteFocus = " + _root.deleteFocus);
_root.customStyle.removeAll();
_root.deleteFocus.removeMovieClip();
_root.deleteFocus = "";
_root.deleteCount++;
_root.partCounterText--;
_root.buildMenu.directory.directoryinner.countText.text = _root.partCounterText;
}
Symbol 3278 Button
on (release) {
_root.buildMenu.swapDepths(_root.getNextHighestDepth());
_root.buildMenu.gotoAndPlay(1);
}
Symbol 3279 MovieClip Frame 29
stop();
Symbol 3280 MovieClip Frame 1
stop();
Instance of Symbol 3258 MovieClip "directory" in Symbol 3280 MovieClip Frame 1
/* no clip actions */
Symbol 3280 MovieClip Frame 2
stop();
Symbol 3280 MovieClip Frame 3
stop();
Symbol 3282 Button
on (release) {
prevFrame();
}
Symbol 3284 MovieClip Frame 1
stop();
Symbol 3284 MovieClip Frame 2
stop();
Symbol 3291 Button
on (release) {
this._visible = false;
}
Symbol 3292 MovieClip Frame 1
function load_ad() {
url = new XML();
url.onLoad = function (s) {
if (s) {
_root.NewgroundsAPI_Ad_Unit.start_ad(this.toString());
}
};
url.load(_root.NewgroundsAPI_params.ad_url);
}
function start_ad(url) {
trace("[Newgrounds Flash Ads] Your ad was loaded. Your version of flash may have trouble displaying the ad, however, the ad will load fine if you test in a browser!");
ng_ad.loadMovie(url);
}
_root.NewgroundsAPI_Ad_Unit = this;
if (_root.NewgroundsAPI_params.ad_url != undefined) {
_root.NewgroundsAPI_Ad_Unit.load_ad();
}
_root.NewgroundsAPI_onAdsApproved = function () {
_root.NewgroundsAPI_Ad_Unit.load_ad();
};
Symbol 3301 Button
on (release) {
getURL ("http://www.jacksmack.com/index.php?action=robotlist", "_blank");
}
Symbol 3307 Button
on (release) {
this._visible = false;
}
Symbol 3310 Button
on (release) {
_root.customStyle.removeAll();
trace("ok all gone now.");
removeNumber = 0;
while (removeNumber <= (_root.partNumber + _root.partsDeleted)) {
_root.deleteFocus.removeMovieClip();
_root["Part" + removeNumber].removeMovieClip();
removeNumber++;
}
_root.partNumber = 0;
_root.deleteCount = 0;
_root.partCounterText = 0;
_root.buildMenu.directory.directoryinner.countText.text = _root.partCounterText;
}
Symbol 3315 Button
on (release) {
this._visible = false;
}
Symbol 3320 Button
on (release) {
stopAllSounds();
_root.songNumber = 0;
_root.mySound.attachSound("SEEK_MEDICAL");
_root.buttonSet = false;
_root.mySound.start();
}
Symbol 3322 Button
on (release) {
stopAllSounds();
_root.songNumber = 3;
_root.mySound.attachSound("Sunshine_and_Farts");
_root.buttonSet = false;
_root.mySound.start();
}
Symbol 3324 Button
on (release) {
stopAllSounds();
_root.songNumber = 1;
_root.mySound.attachSound("WatchIt");
_root.buttonSet = false;
_root.mySound.start();
}
Symbol 3326 Button
on (release) {
stopAllSounds();
_root.songNumber = 2;
_root.mySound.attachSound("tea_and_crumpets");
_root.buttonSet = false;
_root.mySound.start();
}
Symbol 3330 Button
on (release) {
stopAllSounds();
_root.songNumber = null;
_root.buttonsSet == false;
}
Symbol 3337 MovieClip Frame 1
this.ratio = 35;
_root.volume = ratio;
_root.mySound.setVolume(_root.volume * 2);
dragger.onPress = function () {
this.startDrag(true, 0, 0, line._width, 0);
this.onEnterFrame = function () {
ratio = Math.round((this._x * 100) / line._width);
_root.volume = ratio;
};
};
dragger.onRelease = (dragger.onreleaseOutside = stopDrag);
Symbol 3342 Button
on (release) {
this._visible = false;
}
Symbol 3346 Button
on (release) {
_root.saveButton();
}
Symbol 3353 Button
on (release) {
if (robotName1.text == "Robot Name is Required.") {
} else if (robotName1.text != "") {
_root.transerName = robotName1.text;
if (descriptBox.robotDesc1.text == "") {
descriptBox.robotDesc1.text = "No description provided.";
}
_root.transerDesc = descriptBox.robotDesc1.text;
if (_root.userName == undefined) {
_root.loggedIn = false;
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("notLoggedIn");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
} else {
_root.loggedIn = true;
if (_root.partNumber != 0) {
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("SaveRobot");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
} else {
_root.overMenu._visible = true;
_root.overMenu.gotoAndStop("notEnough");
_root.overMenu.swapDepths(_root.getNextHighestDepth());
}
}
} else {
robotName1.text = "Robot Name is Required.";
}
}
Symbol 3360 Button
on (release) {
gotoAndStop (2);
}
Symbol 3362 Button
on (release) {
gotoAndStop (1);
}
Symbol 3363 MovieClip Frame 1
stop();
_root.contest = 0;
Symbol 3363 MovieClip Frame 2
stop();
_root.contest = 1;
Symbol 3364 MovieClip Frame 1
robotDesc1._accProps = new Object();
robotDesc1._accProps.name = "Robot Description";
robotDesc1.tabIndex = 2;
stop();
Symbol 3364 MovieClip Frame 2
robotDesc1._accProps = new Object();
robotDesc1._accProps.name = "Robot Description";
Symbol 3367 Button
on (release) {
this._visible = false;
}
Symbol 3370 Button
on (release) {
this._visible = false;
}
Symbol 3376 Button
on (release) {
_root.saveButton();
}
Symbol 3382 Button
on (release) {
this._visible = false;
}
Symbol 3384 Button
on (release) {
this._visible = false;
}
Symbol 3387 Button
on (release) {
_root.bgClip.gotoAndStop(1);
_root.robotBG = 1;
}
Symbol 3389 Button
on (release) {
_root.bgClip.gotoAndStop(2);
_root.robotBG = 2;
}
Symbol 3391 Button
on (release) {
_root.bgClip.gotoAndStop(3);
_root.robotBG = 3;
}
Symbol 3393 Button
on (release) {
_root.bgClip.gotoAndStop(5);
_root.robotBG = 5;
}
Symbol 3395 Button
on (release) {
_root.bgClip.gotoAndStop(4);
_root.robotBG = 4;
}
Symbol 3397 Button
on (release) {
_root.bgClip.gotoAndStop(6);
_root.robotBG = 6;
}
Symbol 3399 MovieClip Frame 1
stop();
Symbol 3399 MovieClip Frame 2
stop();
this.confirm._visible = false;
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Symbol 3399 MovieClip Frame 8
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Symbol 3399 MovieClip Frame 18
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Symbol 3399 MovieClip Frame 25
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Symbol 3399 MovieClip Frame 32
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Instance of Symbol 3337 MovieClip "mySlider" in Symbol 3399 MovieClip Frame 32
onClipEvent (enterFrame) {
downloaded = mySound.getBytesLoaded();
total = mySound.getBytesTotal();
if (downloaded != total) {
_root.dl = "downloading song...";
} else {
complete = 1;
_root.dl = "";
}
_root.mySound.setVolume(_root.volume * 2);
}
Symbol 3399 MovieClip Frame 43
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Symbol 3399 MovieClip Frame 51
robotName1._accProps = new Object();
robotName1._accProps.name = "Robot Name";
robotName1.tabIndex = 1;
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
robotName1.onSetFocus = function () {
robotName1.text = "";
};
if (_root.contestEnabled == true) {
descriptBox.gotoAndStop(2);
}
_root.robotName1 = "";
_root.robotDesc1 = "";
Symbol 3399 MovieClip Frame 60
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Symbol 3399 MovieClip Frame 68
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Symbol 3399 MovieClip Frame 80
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
_root.customStyle.removeAll();
trace("ok all gone now.");
removeNumber = 0;
while (removeNumber <= (_root.partNumber + _root.partsDeleted)) {
_root.deleteFocus.removeMovieClip();
_root["Part" + removeNumber].removeMovieClip();
removeNumber++;
}
_root.partNumber = 0;
_root.deleteCount = 0;
_root.partCounterText = 0;
_root.buildMenu.directory.directoryinner.countText.text = _root.partCounterText;
Symbol 3399 MovieClip Frame 86
nextFrame();
DIRECTORYBLOCKER.useHandCursor = false;
Symbol 3403 Button
on (release) {
_parent.gotoAndStop(1);
}
Symbol 3407 MovieClip Frame 1
stop();
Symbol 3407 MovieClip Frame 2
_root.windowClosed = true;