Instance of Symbol 35 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 35 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Frame 109
stop();
loader_mc.onEnterFrame = function () {
var _local3 = this._parent;
var _local2 = _local3.getBytesLoaded() / _local3.getBytesTotal();
trace(_local2);
_local3.per = int(_local2 * 100);
this._xscale = int(_local2 * 100);
if (_local2 == 1) {
this.onEnterFrame = null;
_local3.nextFrame();
}
};
Frame 110
function start_link() {
gotoAndPlay (111);
trace("ok");
}
function domain_link() {
getURL ("http://www.i-dressup.com", "_blank");
trace("ok");
}
function sound_click() {
btn_sound = new Sound(this.btn_mc2);
btn_sound.attachSound("click");
btn_sound.setVolume(50);
btn_sound.start(0, 1);
}
stop();
begin_btn.onRelease = function () {
start_link();
};
begin_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
begin_btn.onRollOut = (begin_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
domain_btn.onRelease = function () {
domain_link();
};
domain_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
domain_btn.onRollOut = (domain_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
Frame 111
function pla(_mc) {
var _local5 = _root;
var _local2 = palette_shad.cc.sh_acc;
_local5.co_bit = _mc;
var _local4 = new flash.display.BitmapData(_mc._width, _mc._height);
_local4.draw(_mc, new flash.geom.Matrix());
matrix = new flash.geom.Matrix();
sh_mc = _local2.createEmptyMovieClip("sh_mc", 1);
_local2.sh_mc.beginBitmapFill(_local4, matrix, true);
_local2.sh_mc.moveTo(0, 0);
_local2.sh_mc.lineTo(0, 350);
_local2.sh_mc.lineTo(350, 350);
_local2.sh_mc.lineTo(350, 0);
_local2.sh_mc.lineTo(0, 0);
_local2.sh_mc.endFill();
}
function pla_in(_mc, _co_bit, _num) {
var _local8 = _root;
var _local2 = _mc._parent;
var _local5 = "sh_mc" + _num;
var _local4 = new flash.display.BitmapData(_co_bit._width, _co_bit._height);
_local4.draw(_co_bit, new flash.geom.Matrix());
matrix = new flash.geom.Matrix();
_local5 = _local2.createEmptyMovieClip("sh_mc" + _num, _num);
_local2["sh_mc" + _num].beginBitmapFill(_local4, matrix, true);
_local2["sh_mc" + _num].moveTo(0, 0);
_local2["sh_mc" + _num].lineTo(0, 350);
_local2["sh_mc" + _num].lineTo(350, 350);
_local2["sh_mc" + _num].lineTo(350, 0);
_local2["sh_mc" + _num].lineTo(0, 0);
_local2["sh_mc" + _num].endFill();
_local2["sh_mc" + _num].setMask(_mc);
_local2.lunke.swapDepths(100);
}
function pla_co(_mc) {
var _local2 = new Color(_mc);
_local2.setRGB(_root.co_str);
}
function cloths_c(_mc) {
for (var _local5 in _mc) {
if ((typeof(_mc[_local5]) == "movieclip") and (_mc[_local5]._name.substr(0, 1) == "c")) {
_mc[_local5].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1));
if (_root.co_boo == true) {
this._parent["sh_mc" + _local3].removeMovieClip();
_root.pla_co(this);
}
if (_root.bit_boo == true) {
_root.pla_in(this, _root.co_bit, _local3);
}
};
}
}
}
function init() {
adsorb_x = 88;
adsorb_y = 88;
for (var _local7 in this) {
if ((typeof(this[_local7]) == "movieclip") and (this[_local7]._name.substr(0, 1) == "a")) {
if (this[_local7]._name.substr(0, 4) == "aeee") {
var _local5 = Number(this[_local7]._name.substr(4)) + 1100;
this[_local7].sd = _local5;
this[_local7].swapDepths(_local5);
}
if (this[_local7]._name.substr(0, 4) == "asho") {
var _local5 = Number(this[_local7]._name.substr(4)) + 600;
this[_local7].sd = _local5;
this[_local7].swapDepths(_local5);
}
if (this[_local7]._name.substr(0, 4) == "abot") {
var _local5 = Number(this[_local7]._name.substr(4)) + 500;
this[_local7].sd = _local5;
this[_local7].swapDepths(_local5);
}
if (this[_local7]._name.substr(0, 4) == "atop") {
var _local5 = Number(this[_local7]._name.substr(4)) + 700;
this[_local7].sd = _local5;
this[_local7].swapDepths(_local5);
}
if (this[_local7]._name.substr(0, 4) == "axxx") {
var _local5 = Number(this[_local7]._name.substr(4)) + 900;
this[_local7].sd = _local5;
this[_local7].swapDepths(_local5);
}
if (this[_local7]._name.substr(0, 4) == "ahar") {
var _local5 = Number(this[_local7]._name.substr(4)) + 1000;
this[_local7].sd = _local5;
this[_local7].swapDepths(_local5);
}
if (this[_local7]._name.substr(0, 4) == "acap") {
var _local5 = Number(this[_local7]._name.substr(4)) + 1200;
this[_local7].sd = _local5;
this[_local7].swapDepths(_local5);
}
this[_local7].en = true;
this[_local7].onPress = function () {
if (this.en == true) {
this.swapDepths(this._parent.getNextHighestDepth());
this.startDrag();
this._xscale = 100;
this._yscale = 100;
}
};
this[_local7].onRelease = (this[_local7].onReleaseOutside = function () {
if (_root.color_state == true) {
if ((Math.abs(this._x - this.xx) <= 150) and (Math.abs(this._y - this.yy) <= 250)) {
s2_sd();
var _local6 = this._name.substr(1, 5);
var _local4 = this._name.substr(1, 3);
to_initialize_fun(this);
_root.attachMovie("i" + _local6, ("c" + _local4) + _root.cr_no, 1);
_root.temp_mc = _root[("c" + _local4) + _root.cr_no];
trace(_root.temp_mc);
if (_local4 == "top") {
var _local5 = _root.cr_no + 750;
_root[("c" + _local4) + _root.cr_no]._x = 100;
_root[("c" + _local4) + _root.cr_no]._y = 150;
_root[("c" + _local4) + _root.cr_no].xx = this.xx;
_root[("c" + _local4) + _root.cr_no].yy = this.yy;
_root[("c" + _local4) + _root.cr_no].sd = _local5;
}
if (_local4 == "bot") {
var _local5 = _root.cr_no + 550;
_root[("c" + _local4) + _root.cr_no]._x = 100;
_root[("c" + _local4) + _root.cr_no]._y = 170;
_root[("c" + _local4) + _root.cr_no].xx = this.xx;
_root[("c" + _local4) + _root.cr_no].yy = this.yy;
_root[("c" + _local4) + _root.cr_no].sd = _local5;
}
if (_local4 == "sho") {
var _local5 = _root.cr_no + 650;
_root[("c" + _local4) + _root.cr_no]._x = 100;
_root[("c" + _local4) + _root.cr_no]._y = 250;
_root[("c" + _local4) + _root.cr_no].xx = this.xx;
_root[("c" + _local4) + _root.cr_no].yy = this.yy;
_root[("c" + _local4) + _root.cr_no].sd = _local5;
}
} else {
to_initialize_fun(this);
}
}
if (_root.dress_state == true) {
if (this.en == true) {
if ((Math.abs(this._x - this.xx) <= adsorb_x) and (Math.abs(this._y - this.yy) <= adsorb_y)) {
this._x = this.xx;
this._y = this.yy;
this.en = false;
this.swapDepths(this.sd);
x_sound = new Sound();
x_sound.attachSound("xx_sound");
x_sound.start(0, 1);
if ((((((this != _root.on_clothing1) and (this != _root.on_clothing2)) and (this != _root.on_clothing3)) and (this != _root.on_clothing4)) and (this != _root.on_clothing5)) and (this != _root.on_clothing6)) {
if (this._name.substr(0, 4) == "aeee") {
if (_root.on_clothing1 != undefined) {
to_initialize_fun(_root.on_clothing1);
_root.on_clothing1 = undefined;
}
_root.on_clothing1 = this;
}
if (this._name.substr(0, 4) == "asho") {
if (_root.on_clothing2 != undefined) {
to_initialize_fun(_root.on_clothing2);
_root.on_clothing2 = undefined;
}
_root.on_clothing2 = this;
}
if (this._name.substr(0, 4) == "abot") {
if (_root.on_clothing3 != undefined) {
to_initialize_fun(_root.on_clothing3);
var _local3 = 1;
while (_local3 <= 10) {
if (_root.on_clothing4 == _root["atopa" + _local3]) {
to_initialize_fun(_root.on_clothing4);
}
_local3++;
}
_root.on_clothing3 = undefined;
}
_root.on_clothing3 = this;
_root.model_mc.underwear2_mc._visible = false;
}
if (this._name.substr(0, 4) == "atop") {
if (_root.on_clothing4 != undefined) {
to_initialize_fun(_root.on_clothing4);
_root.on_clothing4 = undefined;
}
_root.on_clothing4 = this;
_root.model_mc.underwear1_mc._visible = false;
}
if (this._name.substr(0, 4) == "axxx") {
if (_root.on_clothing5 != undefined) {
to_initialize_fun(_root.on_clothing5);
_root.on_clothing5 = undefined;
}
_root.on_clothing5 = this;
}
if (this._name.substr(0, 4) == "ahar") {
if (_root.on_clothing6 != undefined) {
to_initialize_fun(_root.on_clothing6);
_root.on_clothing6 = undefined;
}
_root.on_clothing6 = this;
_root.model_mc.hair._visible = false;
}
if (this._name.substr(0, 4) == "acap") {
if (_root.on_clothing7 != undefined) {
to_initialize_fun(_root.on_clothing7);
_root.on_clothing7 = undefined;
}
_root.on_clothing7 = this;
}
if (this._name.substr(0, 4) == "awww") {
if (_root.on_clothing8 != undefined) {
to_initialize_fun(_root.on_clothing8);
_root.on_clothing8 = undefined;
}
_root.on_clothing8 = this;
}
}
} else {
to_initialize_fun(this);
}
} else {
this.swapDepths(this._parent.getNextHighestDepth());
}
}
this.stopDrag();
trace(this.getDepth());
});
}
}
}
function c_init() {
adsorb_x = 88;
adsorb_y = 88;
for (var _local6 in this) {
if ((typeof(this[_local6]) == "movieclip") and (this[_local6]._name.substr(0, 1) == "c")) {
this[_local6].en = true;
this[_local6].onPress = function () {
if (this.en == true) {
this.swapDepths(this._parent.getNextHighestDepth());
this.startDrag();
this._xscale = 100;
this._yscale = 100;
}
};
this[_local6].onRelease = (this[_local6].onReleaseOutside = function () {
if (_root.del_state == true) {
del_sd();
var _local6 = this.v;
var _local5 = this._name.substr(1, 3);
if (_local5 == "top") {
_root.model_mc.underwear1_mc._visible = true;
} else if (_local5 == "bot") {
_root.model_mc.underwear2_mc._visible = true;
}
_root[_local5 + "_arry"].splice(_local6, 1);
this.removeMovieClip();
_root.switch_init("A");
var _local3 = 1;
while (_local3 < 5) {
_root["on_clothing" + _local3]._x = _root["on_clothing" + _local3].xx;
_root["on_clothing" + _local3]._y = _root["on_clothing" + _local3].yy;
_local3++;
}
_root.del_state = false;
_root.dress_state = true;
trace(_root[_local5 + "_arry"]);
}
if (_root.dress_state == true) {
if (this.en == true) {
if ((Math.abs(this._x - this.xx) <= adsorb_x) and (Math.abs(this._y - this.yy) <= adsorb_y)) {
this._x = this.xx;
this._y = this.yy;
this.en = false;
this.swapDepths(this.sd);
x_sound = new Sound();
x_sound.attachSound("xx_sound");
x_sound.start(0, 1);
if ((((((this != _root.on_clothing1) and (this != _root.on_clothing2)) and (this != _root.on_clothing3)) and (this != _root.on_clothing4)) and (this != _root.on_clothing5)) and (this != _root.on_clothing6)) {
if (this._name.substr(0, 4) == "ceee") {
if (_root.on_clothing1 != undefined) {
to_c_fun(_root.on_clothing1);
_root.on_clothing1 = undefined;
}
_root.on_clothing1 = this;
}
if (this._name.substr(0, 4) == "csho") {
if (_root.on_clothing2 != undefined) {
to_c_fun(_root.on_clothing2);
_root.on_clothing2 = undefined;
}
_root.on_clothing2 = this;
}
if (this._name.substr(0, 4) == "cbot") {
if (_root.on_clothing3 != undefined) {
to_c_fun(_root.on_clothing3);
var _local4 = 1;
while (_local4 <= 10) {
if (_root.on_clothing4 == _root["atopa" + _local4]) {
to_initialize_fun(_root.on_clothing4);
}
_local4++;
}
_root.on_clothing3 = undefined;
}
_root.on_clothing3 = this;
_root.model_mc.underwear2_mc._visible = false;
}
if (this._name.substr(0, 4) == "ctop") {
if (_root.on_clothing4 != undefined) {
to_c_fun(_root.on_clothing4);
_root.on_clothing4 = undefined;
}
_root.on_clothing4 = this;
_root.model_mc.underwear1_mc._visible = false;
}
if (this._name.substr(0, 4) == "cxxx") {
if (_root.on_clothing5 != undefined) {
to_c_fun(_root.on_clothing5);
_root.on_clothing5 = undefined;
}
_root.on_clothing5 = this;
}
if (this._name.substr(0, 4) == "char") {
if (_root.on_clothing6 != undefined) {
to_c_fun(_root.on_clothing6);
_root.on_clothing6 = undefined;
}
_root.on_clothing6 = this;
}
if (this._name.substr(0, 4) == "ccap") {
if (_root.on_clothing7 != undefined) {
to_c_fun(_root.on_clothing7);
_root.on_clothing7 = undefined;
}
_root.on_clothing7 = this;
}
}
} else {
to_c_fun(this);
}
} else {
this.swapDepths(this._parent.getNextHighestDepth());
}
}
this.stopDrag();
});
}
}
}
function to_initialize_fun(_mc) {
var _local2 = _mc._name.substr(0, 1);
_mc.swapDepths(_mc.sd);
_mc._x = _mc.x0;
_mc._y = _mc.y0;
_mc._xscale = 70;
_mc._yscale = 70;
if (_local2 == "a") {
_mc._visible = true;
} else {
_mc._visible = false;
}
_mc.en = true;
}
function to_c_fun(_mc) {
var _local2 = _mc._name.substr(0, 1);
_mc.swapDepths(_mc.sd);
_mc._x = _mc.x0;
_mc._y = _mc.y0;
if (_local2 == "c") {
_mc._visible = true;
} else {
_mc._visible = false;
}
_mc.en = true;
}
function replay_fun() {
for (var _local3 in this) {
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "a")) {
this[_local3]._visible = true;
this[_local3]._x = this[_local3].x0;
this[_local3]._y = this[_local3].y0;
this[_local3].swapDepths(this[_local3].sd);
this[_local3].enabled = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "c")) {
this[_local3]._x = this[_local3].x0;
this[_local3]._y = this[_local3].y0;
this[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "d")) {
this[_local3]._x = this[_local3].x0;
this[_local3]._y = this[_local3].y0;
}
}
var _local3 = 1;
while (_local3 <= 9) {
this["on_clothing" + _local3] = undefined;
_local3++;
}
_root.model_mc.underwear1_mc._visible = true;
_root.model_mc.underwear2_mc._visible = true;
}
function game_start() {
_root.dress_state = true;
_root.color_state = false;
_root.custom_state = false;
init();
}
function save_init(_mc) {
var _local2 = _root;
var _local4 = _mc._name.substr(1, 3);
_local2.palette_mc.gotoAndStop(1);
_local2.palette_shad.gotoAndStop(1);
trace("n_name:" + _local4);
_mc.swapDepths(_mc.sd);
_mc._x = 1000;
if (_mc != undefined) {
if (_local4 == "top") {
var _local5 = _local2.top_arry.length;
if (_local5 < 11) {
save_sd();
_local2.top_arry.push(_mc);
_local2.dress_cr_arry.push(_mc);
_local2.save_text = "The tops saved";
trace("top_arry:" + _local2.top_arry);
} else {
false_sd();
trace("full");
_local2.save_text = "The tops storage is full,Design is not saved";
}
}
if (_local4 == "bot") {
var _local5 = _local2.bot_arry.length;
if (_local5 < 11) {
save_sd();
_local2.bot_arry.push(_mc);
_local2.dress_cr_arry.push(_mc);
_local2.save_text = "The bottoms saved";
trace("bot_arry:" + _local2.bot_arry);
} else {
false_sd();
trace("full");
_local2.save_text = "The bottoms storage is full,Design is not saved";
}
}
if (_local4 == "sho") {
var _local5 = _local2.sho_arry.length;
if (_local5 < 11) {
save_sd();
_local2.sho_arry.push(_mc);
_local2.dress_cr_arry.push(_mc);
_local2.save_text = "The shoes saved";
trace("sho_arry:" + _local2.sho_arry);
} else {
false_sd();
trace("full");
_local2.save_text = "The shoes storage is full,Design is not saved";
}
}
}
_root.temp_mc = undefined;
_root.cr_no++;
trace("dress_cr_arry:" + _local2.dress_cr_arry);
}
function switch_init(st) {
switch (st) {
case "A" :
for (var _local3 in this) {
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "a")) {
this[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "c")) {
this[_local3]._visible = true;
}
}
var _local3 = 0;
while (_local3 <= 10) {
this.top_arry[_local3]._x = (_local3 * 25) + 340;
this.top_arry[_local3]._y = 80;
this.top_arry[_local3]._xscale = 70;
this.top_arry[_local3]._yscale = 70;
this.top_arry[_local3].v = _local3;
this.top_arry[_local3].x0 = this.top_arry[_local3]._x;
this.top_arry[_local3].y0 = this.top_arry[_local3]._y;
this.bot_arry[_local3]._x = (_local3 * 25) + 340;
this.bot_arry[_local3]._y = 200;
this.bot_arry[_local3]._xscale = 70;
this.bot_arry[_local3]._yscale = 70;
this.bot_arry[_local3].v = _local3;
this.bot_arry[_local3].x0 = this.bot_arry[_local3]._x;
this.bot_arry[_local3].y0 = this.bot_arry[_local3]._y;
this.sho_arry[_local3]._x = (_local3 * 25) + 340;
this.sho_arry[_local3]._y = 450;
this.sho_arry[_local3]._xscale = 70;
this.sho_arry[_local3]._yscale = 70;
this.sho_arry[_local3].v = _local3;
this.sho_arry[_local3].x0 = this.sho_arry[_local3]._x;
this.sho_arry[_local3].y0 = this.sho_arry[_local3]._y;
_local3++;
}
_local3 = 1;
while (_local3 <= 7) {
this["on_clothing" + _local3]._visible = true;
_root["on_clothing" + _local3]._x = _root["on_clothing" + _local3].xx;
_root["on_clothing" + _local3]._y = _root["on_clothing" + _local3].yy;
_root["on_clothing" + _local3]._xscale = 100;
_root["on_clothing" + _local3]._yscale = 100;
_local3++;
}
break;
case "B" :
for (_local3 in this) {
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "ahar")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "aeee")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "acap")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "axxx")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "awww")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "atop")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "abot")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "asho")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "c")) {
this[_local3]._visible = false;
}
}
_local3 = 1;
while (_local3 <= 7) {
this["on_clothing" + _local3]._visible = true;
_local3++;
}
break;
case "C" :
for (_local3 in this) {
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "ahar")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "aeee")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "acap")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "axxx")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "awww")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "atop")) {
this[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "abot")) {
this[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "asho")) {
this[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "c")) {
this[_local3]._visible = false;
}
}
_local3 = 1;
while (_local3 <= 7) {
this["on_clothing" + _local3]._visible = true;
_local3++;
}
break;
case "d" :
for (_local3 in this) {
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "a")) {
this[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 1) == "c")) {
this[_local3]._visible = false;
}
}
_local3 = 1;
for(;;){
if (_local3 > 9) {
break;
}
this["on_clothing" + _local3]._visible = true;
_local3++;
};
}
}
function depth_fun() {
for (var _local2 in this) {
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "a")) {
this[_local2].removeMovieClip();
}
}
}
function depth_fun2() {
for (var _local2 in this) {
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "c")) {
this[_local2].removeMovieClip();
}
}
jiandao.removeMovieClip();
top_arry = [];
bot_arry = [];
sho_arry = [];
dress_cr_arry = [];
}
function girl(x1, y1, s) {
if (this.model_mc.x0 and this.model_mc.y0) {
this.model_mc._x = this.model_mc.x0 + x1;
this.model_mc._y = this.model_mc.y0 + y1;
this.model_mc._xscale = (this.model_mc._yscale = s);
this.model_mc._rotation = 0;
}
var _local2 = 1;
while (_local2 <= 9) {
this["on_clothing" + _local2]._x = this["on_clothing" + _local2]._x + x1;
this["on_clothing" + _local2]._y = this["on_clothing" + _local2]._y + y1;
_local2++;
}
trace(this.model_mc._x);
}
function s2_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("s2");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function del_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("del");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function save_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("save");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function eff_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("s4");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function false_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("false");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
stop();
var co_boo;
var bit_boo;
var co_str;
var co_bit;
var temp_mc;
var dress_state;
var color_state;
var custom_state;
var switch_state;
var save_text = "";
var del_state = false;
var cr_no = 1;
var dress_cr_arry = new Array();
var top_arry = new Array();
var bot_arry = new Array();
var sho_arry = new Array();
custom_btn.onRelease = function () {
if (_root.custom_state == false) {
_root.custom_state = true;
_root.switch_init("A");
_root.c_init();
removeMovieClip(_root.temp_mc);
_root.dress_state = true;
_root.color_state = false;
_root.save_btn._y = 570;
_root.model_mc._x = _root.model_mc.x0;
_root.model_mc._y = _root.model_mc.y0;
_root.panel._x = _root.panel.x0;
_root.panel._y = _root.panel.y0;
_root.palette_mc._x = _root.palette_mc.x0;
_root.palette_mc._y = _root.palette_mc.y0;
_root.palette_mc.gotoAndStop(1);
_root.palette_shad._x = _root.palette_shad.x0;
_root.palette_shad._y = _root.palette_shad.y0;
_root.palette_shad.gotoAndStop(1);
_root.del_btn._x = 632.5;
_root.save_text = "";
}
};
design_btn.onRelease = function () {
_root.model_mc.hair._visible = true;
_root.color_state = true;
_root.dress_state = false;
_root.custom_state = false;
_root.del_state = false;
_root.replay_fun();
_root.model_mc._x = _root.model_mc.xx;
_root.model_mc._y = _root.model_mc.yy;
_root.save_btn._x = 110;
_root.save_btn._y = 505;
_root.panel._x = 35;
_root.panel._y = 50;
_root.palette_mc._x = _root.palette_mc.xx;
_root.palette_mc._y = _root.palette_mc.yy;
_root.palette_mc.gotoAndStop(1);
_root.palette_shad._x = _root.palette_shad.xx;
_root.palette_shad._y = _root.palette_shad.yy;
_root.palette_mc.gotoAndStop(1);
_root.del_btn._x = 740;
_root.save_text = "";
for (var _local2 in _root) {
if ((typeof(_root[_local2]) == "movieclip") and (_root[_local2]._name.substr(0, 4) == "ahar")) {
_root[_local2]._visible = false;
}
if ((typeof(_root[_local2]) == "movieclip") and (_root[_local2]._name.substr(0, 4) == "aeee")) {
_root[_local2]._visible = false;
}
if ((typeof(_root[_local2]) == "movieclip") and (_root[_local2]._name.substr(0, 4) == "acap")) {
_root[_local2]._visible = false;
}
if ((typeof(_root[_local2]) == "movieclip") and (_root[_local2]._name.substr(0, 4) == "axxx")) {
_root[_local2]._visible = false;
}
}
};
jew_btn.onRelease = function () {
trace("temp_mc:" + _root.temp_mc);
removeMovieClip(_root.temp_mc);
_root.dress_state = true;
_root.color_state = false;
_root.custom_state = false;
_root.save_btn._y = 570;
_root.model_mc._x = _root.model_mc.x0;
_root.model_mc._y = _root.model_mc.y0;
_root.panel._x = _root.panel.x0;
_root.panel._y = _root.panel.y0;
_root.palette_mc._x = _root.palette_mc.x0;
_root.palette_mc._y = _root.palette_mc.y0;
_root.palette_mc.gotoAndStop(1);
_root.palette_shad._x = _root.palette_shad.x0;
_root.palette_shad._y = _root.palette_shad.y0;
_root.del_btn._x = 740;
_root.palette_shad.gotoAndStop(1);
_root.switch_init("C");
_root.save_text = "";
};
replay_fun();
n_btn.onRelease = function () {
gotoAndStop (112);
sound_click();
};
n_btn.onRollOver = function () {
this.gotoAndStop(2);
eff_sd();
};
n_btn.onRollOut = function () {
this.gotoAndStop(3);
};
d_btn.onRelease = function () {
gotoAndStop (113);
sound_click();
};
d_btn.onRollOver = function () {
this.gotoAndStop(2);
eff_sd();
};
d_btn.onRollOut = function () {
this.gotoAndStop(3);
};
Frame 112
stop();
game_start();
m_btn.onRelease = function () {
depth_fun();
gotoAndStop (111);
sound_click();
};
m_btn.onRollOver = function () {
this.gotoAndStop(2);
};
m_btn.onRollOut = function () {
this.gotoAndStop(3);
};
next_btn.onRelease = function () {
gotoAndStop (116);
sound_click();
};
next_btn.onRollOver = function () {
this.gotoAndStop(2);
};
next_btn.onRollOut = function () {
this.gotoAndStop(3);
};
Instance of Symbol 126 MovieClip "model_mc" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = -300;
this.yy = 80.2;
}
Instance of Symbol 128 MovieClip "asho01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 108.8;
this.yy = 477.1;
}
Instance of Symbol 130 MovieClip "asho02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 102;
this.yy = 474.3;
}
Instance of Symbol 132 MovieClip "asho03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 104.7;
this.yy = 466.7;
}
Instance of Symbol 134 MovieClip "asho04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 107;
this.yy = 468.8;
}
Instance of Symbol 136 MovieClip "asho05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 95.2;
this.yy = 432.9;
}
Instance of Symbol 138 MovieClip "abot01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 49.6;
this.yy = 215.3;
}
Instance of Symbol 140 MovieClip "abot02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 72.8;
this.yy = 219.3;
}
Instance of Symbol 142 MovieClip "abot03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 74.3;
this.yy = 216.8;
}
Instance of Symbol 144 MovieClip "abot04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 48.9;
this.yy = 209.1;
}
Instance of Symbol 146 MovieClip "abot05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 67.7;
this.yy = 215.2;
}
Instance of Symbol 148 MovieClip "abot06" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 74.3;
this.yy = 218.3;
}
Instance of Symbol 150 MovieClip "abot07" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 74.8;
this.yy = 216.8;
}
Instance of Symbol 152 MovieClip "abot08" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 74.5;
this.yy = 218.8;
}
Instance of Symbol 154 MovieClip "abot09" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 73.8;
this.yy = 219.4;
}
Instance of Symbol 156 MovieClip "abot10" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 75;
this.yy = 216.3;
}
Instance of Symbol 359 MovieClip "atop01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 77.3;
this.yy = 106;
}
Instance of Symbol 361 MovieClip "atop02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 72;
this.yy = 114.6;
}
Instance of Symbol 363 MovieClip "atop03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 66.3;
this.yy = 114;
}
Instance of Symbol 365 MovieClip "atop04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 66.8;
this.yy = 115;
}
Instance of Symbol 367 MovieClip "atop05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 78.7;
this.yy = 115.2;
}
Instance of Symbol 369 MovieClip "atop06" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 86.6;
this.yy = 114;
}
Instance of Symbol 371 MovieClip "atop07" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 79.7;
this.yy = 114.6;
}
Instance of Symbol 373 MovieClip "atop08" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 61;
this.yy = 114.5;
}
Instance of Symbol 375 MovieClip "atop09" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 69.7;
this.yy = 114.7;
}
Instance of Symbol 377 MovieClip "atop10" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 74.8;
this.yy = 104.7;
}
Instance of Symbol 381 MovieClip "jiandao" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.swapDepths(2000);
}
onClipEvent (enterFrame) {
if (_root.del_state == true) {
this._x = _root._xmouse;
this._y = _root._ymouse;
} else {
this._x = this.x0;
this._y = this.y0;
}
}
Instance of Symbol 383 MovieClip "ahar01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 92.1;
this.yy = 17.4;
}
Instance of Symbol 385 MovieClip "ahar02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 98.5;
this.yy = 25.3;
}
Instance of Symbol 387 MovieClip "ahar03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 99;
this.yy = 19.3;
}
Instance of Symbol 389 MovieClip "ahar04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 99.2;
this.yy = 17.5;
}
Instance of Symbol 391 MovieClip "ahar05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 93;
this.yy = 19.7;
}
Instance of Symbol 393 MovieClip "acap01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 100.4;
this.yy = 17.9;
}
Instance of Symbol 395 MovieClip "awww01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 85.9;
this.yy = 107.7;
}
Instance of Symbol 397 MovieClip "aeee01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 53.8;
this.yy = 235.8;
}
Instance of Symbol 399 MovieClip "acap02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 105.6;
this.yy = 38.5;
}
Instance of Symbol 401 MovieClip "axxx01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 74.5;
this.yy = 218.8;
}
Instance of Symbol 403 MovieClip "axxx02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 89.7;
this.yy = 203.3;
}
Frame 113
stop();
game_start();
_root.model_mc.hair._visible = true;
_root.color_state = true;
_root.dress_state = false;
_root.custom_state = false;
_root.del_state = false;
_root.replay_fun();
_root.model_mc._x = _root.model_mc.xx;
_root.model_mc._y = _root.model_mc.yy;
_root.palette_mc.gotoAndStop(1);
_root.palette_mc.gotoAndStop(1);
_root.save_text = "";
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 4) == "ahar")) {
this[i]._visible = false;
}
if ((typeof(_root[i]) == "movieclip") and (this[i]._name.substr(0, 4) == "aeee")) {
this[i]._visible = false;
}
if ((typeof(_root[i]) == "movieclip") and (this[i]._name.substr(0, 4) == "acap")) {
this[i]._visible = false;
}
if ((typeof(_root[i]) == "movieclip") and (this[i]._name.substr(0, 4) == "axxx")) {
this[i]._visible = false;
}
if ((typeof(_root[i]) == "movieclip") and (this[i]._name.substr(0, 4) == "awww")) {
this[i]._visible = false;
}
}
tom_btn.onRelease = function () {
gotoAndStop (114);
sound_click();
};
tom_btn.onRollOver = function () {
this.gotoAndStop(2);
};
tom_btn.onRollOut = function () {
this.gotoAndStop(3);
};
Instance of Symbol 478 MovieClip "palette_shad" in Frame 113
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 139.6;
this.yy = 337.4;
}
Instance of Symbol 714 MovieClip "palette_mc" in Frame 113
//component parameters
onClipEvent (construct) {
ColorObject = "defaultValue";
BtnLabel = "defaultValue";
BtnWidth = 60;
butColorVar = 13421772 /* 0xCCCCCC */;
butTextColor = 0;
}
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 92.9;
this.yy = 479;
}
Frame 114
stop();
if (_root.custom_state == false) {
_root.custom_state = true;
_root.switch_init("A");
_root.c_init();
removeMovieClip(_root.temp_mc);
_root.dress_state = true;
_root.color_state = false;
_root.save_btn._y = 570;
_root.model_mc._x = _root.model_mc.x0;
_root.model_mc._y = _root.model_mc.y0;
_root.palette_mc.gotoAndStop(1);
_root.palette_shad.gotoAndStop(1);
_root.save_text = "";
}
del_btn.onRelease = function () {
_root.del_state = true;
_root.dress_state = false;
};
del_btn.onRollOver = function () {
this.gotoAndStop(2);
};
del_btn.onRollOut = function () {
this.gotoAndStop(3);
};
design_btn.onRelease = function () {
depth_fun();
gotoAndStop (113);
sound_click();
};
design_btn.onRollOver = function () {
this.gotoAndStop(2);
};
design_btn.onRollOut = function () {
this.gotoAndStop(3);
};
mix_btn.onRelease = function () {
gotoAndStop (115);
sound_click();
};
mix_btn.onRollOver = function () {
this.gotoAndStop(2);
};
mix_btn.onRollOut = function () {
this.gotoAndStop(3);
};
Frame 115
stop();
game_start();
trace("temp_mc:" + _root.temp_mc);
removeMovieClip(_root.temp_mc);
_root.dress_state = true;
_root.color_state = false;
_root.custom_state = false;
_root.del_state = false;
_root.model_mc._x = _root.model_mc.x0;
_root.model_mc._y = _root.model_mc.y0;
_root.palette_mc.gotoAndStop(1);
_root.palette_shad.gotoAndStop(1);
_root.switch_init("B");
_root.save_text = "";
m_btn.onRelease = function () {
depth_fun();
gotoAndStop (114);
sound_click();
};
m_btn.onRollOver = function () {
this.gotoAndStop(2);
};
m_btn.onRollOut = function () {
this.gotoAndStop(3);
};
next_btn.onRelease = function () {
gotoAndStop (116);
sound_click();
};
next_btn.onRollOver = function () {
this.gotoAndStop(2);
};
next_btn.onRollOut = function () {
this.gotoAndStop(3);
};
Frame 116
stop();
_root.switch_init("d");
girl(200, 0, 100);
m_btn.onRelease = function () {
depth_fun();
depth_fun2();
gotoAndStop (111);
sound_click();
};
m_btn.onRollOver = function () {
this.gotoAndStop(2);
};
m_btn.onRollOut = function () {
this.gotoAndStop(3);
};
Symbol 11 MovieClip [isho01] Frame 1
_root.cloths_c(this);
Symbol 64 Button
on (release) {
gotoAndStop (112);
}
Symbol 67 Button
on (release) {
gotoAndStop (113);
}
Symbol 85 MovieClip Frame 50
this.stop();
Symbol 86 MovieClip Frame 19
this.stop();
Symbol 87 MovieClip Frame 12
this.stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 19
this.stop();
Symbol 92 MovieClip Frame 12
this.stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 11
stop();
Symbol 112 MovieClip Frame 11
stop();
Symbol 113 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 11
stop();
Symbol 117 MovieClip Frame 11
stop();
Symbol 118 MovieClip Frame 1
stop();
Symbol 167 Button
on (release) {
depth_fun();
gotoAndStop (111);
}
Symbol 169 Button
on (release) {
gotoAndStop (116);
}
Symbol 176 MovieClip [ibot01] Frame 1
_root.cloths_c(this);
Symbol 183 MovieClip [ibot02] Frame 1
_root.cloths_c(this);
Symbol 190 MovieClip [ibot03] Frame 1
_root.cloths_c(this);
Symbol 195 MovieClip [ibot04] Frame 1
_root.cloths_c(this);
Symbol 202 MovieClip [ibot05] Frame 1
_root.cloths_c(this);
Symbol 209 MovieClip [ibot06] Frame 1
_root.cloths_c(this);
Symbol 216 MovieClip [ibot07] Frame 1
_root.cloths_c(this);
Symbol 223 MovieClip [ibot08] Frame 1
_root.cloths_c(this);
Symbol 230 MovieClip [ibot09] Frame 1
_root.cloths_c(this);
Symbol 238 MovieClip [ibot10] Frame 1
_root.cloths_c(this);
Symbol 246 MovieClip [isho02] Frame 1
_root.cloths_c(this);
Symbol 253 MovieClip [isho03] Frame 1
_root.cloths_c(this);
Symbol 260 MovieClip [isho04] Frame 1
_root.cloths_c(this);
Symbol 267 MovieClip [isho05] Frame 1
_root.cloths_c(this);
Symbol 276 MovieClip [itop01] Frame 1
_root.cloths_c(this);
Symbol 285 MovieClip [itop02] Frame 1
_root.cloths_c(this);
Symbol 292 MovieClip [itop03] Frame 1
_root.cloths_c(this);
Symbol 301 MovieClip [itop04] Frame 1
_root.cloths_c(this);
Symbol 312 MovieClip [itop05] Frame 1
_root.cloths_c(this);
Symbol 320 MovieClip [itop06] Frame 1
_root.cloths_c(this);
Symbol 330 MovieClip [itop07] Frame 1
_root.cloths_c(this);
Symbol 341 MovieClip [itop08] Frame 1
_root.cloths_c(this);
Symbol 349 MovieClip [itop09] Frame 1
_root.cloths_c(this);
Symbol 357 MovieClip [itop10] Frame 1
_root.cloths_c(this);
Symbol 409 Button
on (release) {
getURL ("http://www.i-dressup.com", "_blank");
}
Symbol 412 MovieClip Frame 11
stop();
Symbol 413 MovieClip Frame 11
stop();
Symbol 414 MovieClip Frame 1
stop();
Symbol 417 MovieClip Frame 11
stop();
Symbol 418 MovieClip Frame 11
stop();
Symbol 419 MovieClip Frame 1
stop();
Symbol 424 Button
on (release) {
gotoAndStop (114);
}
Symbol 428 Button
on (release) {
_root.save_init(_root.temp_mc);
}
Symbol 478 MovieClip Frame 1
stop();
button.onRelease = function () {
gotoAndStop (2);
_root.palette_mc.gotoAndStop(1);
};
Symbol 478 MovieClip Frame 2
stop();
_root.save_text = "";
button2.onRelease = function () {
gotoAndStop (1);
};
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 2) == "sh")) {
this[i].onPress = function () {
var _local3 = Number(this._name.substr(2));
_root.co_boo = false;
_root.bit_boo = true;
_root.pla(this);
};
}
}
Symbol 484 Button
on (release) {
myColor.setRGB(65280);
}
Symbol 485 Button
on (release) {
myColor.setRGB(52224);
}
Symbol 486 Button
on (release) {
myColor.setRGB(39168);
}
Symbol 487 Button
on (release) {
myColor.setRGB(26112);
}
Symbol 488 Button
on (release) {
myColor.setRGB(13056);
}
Symbol 489 Button
on (release) {
myColor.setRGB(0);
}
Symbol 490 Button
on (release) {
myColor.setRGB(65331);
}
Symbol 491 Button
on (release) {
myColor.setRGB(52275);
}
Symbol 492 Button
on (release) {
myColor.setRGB(39219);
}
Symbol 493 Button
on (release) {
myColor.setRGB(26163);
}
Symbol 494 Button
on (release) {
myColor.setRGB(13107);
}
Symbol 495 Button
on (release) {
myColor.setRGB(51);
}
Symbol 496 Button
on (release) {
myColor.setRGB(65382);
}
Symbol 497 Button
on (release) {
myColor.setRGB(52326);
}
Symbol 498 Button
on (release) {
myColor.setRGB(39270);
}
Symbol 499 Button
on (release) {
myColor.setRGB(26214);
}
Symbol 500 Button
on (release) {
myColor.setRGB(13158);
}
Symbol 501 Button
on (release) {
myColor.setRGB(102);
}
Symbol 502 Button
on (release) {
myColor.setRGB(65433);
}
Symbol 503 Button
on (release) {
myColor.setRGB(52377);
}
Symbol 504 Button
on (release) {
myColor.setRGB(39321);
}
Symbol 505 Button
on (release) {
myColor.setRGB(26265);
}
Symbol 506 Button
on (release) {
myColor.setRGB(13209);
}
Symbol 507 Button
on (release) {
myColor.setRGB(153);
}
Symbol 508 Button
on (release) {
myColor.setRGB(65484);
}
Symbol 509 Button
on (release) {
myColor.setRGB(52428);
}
Symbol 510 Button
on (release) {
myColor.setRGB(39372);
}
Symbol 511 Button
on (release) {
myColor.setRGB(26316);
}
Symbol 512 Button
on (release) {
myColor.setRGB(13260);
}
Symbol 513 Button
on (release) {
myColor.setRGB(204);
}
Symbol 514 Button
on (release) {
myColor.setRGB(65535);
}
Symbol 515 Button
on (release) {
myColor.setRGB(52479);
}
Symbol 516 Button
on (release) {
myColor.setRGB(39423);
}
Symbol 517 Button
on (release) {
myColor.setRGB(26367);
}
Symbol 518 Button
on (release) {
myColor.setRGB(13311);
}
Symbol 519 Button
on (release) {
myColor.setRGB(255);
}
Symbol 520 Button
on (release) {
myColor.setRGB(10092288);
}
Symbol 521 Button
on (release) {
myColor.setRGB(10079232);
}
Symbol 522 Button
on (release) {
myColor.setRGB(10066176);
}
Symbol 523 Button
on (release) {
myColor.setRGB(10053120);
}
Symbol 524 Button
on (release) {
myColor.setRGB(10040064);
}
Symbol 525 Button
on (release) {
myColor.setRGB(10027008);
}
Symbol 526 Button
on (release) {
myColor.setRGB(10092339);
}
Symbol 527 Button
on (release) {
myColor.setRGB(10079283);
}
Symbol 528 Button
on (release) {
myColor.setRGB(10066227);
}
Symbol 529 Button
on (release) {
myColor.setRGB(10053171);
}
Symbol 530 Button
on (release) {
myColor.setRGB(10040115);
}
Symbol 531 Button
on (release) {
myColor.setRGB(10027059);
}
Symbol 532 Button
on (release) {
myColor.setRGB(10092390);
}
Symbol 533 Button
on (release) {
myColor.setRGB(10079334);
}
Symbol 534 Button
on (release) {
myColor.setRGB(10066278);
}
Symbol 535 Button
on (release) {
myColor.setRGB(10053222);
}
Symbol 536 Button
on (release) {
myColor.setRGB(10040166);
}
Symbol 537 Button
on (release) {
myColor.setRGB(10027110);
}
Symbol 538 Button
on (release) {
myColor.setRGB(10092441);
}
Symbol 539 Button
on (release) {
myColor.setRGB(10079385);
}
Symbol 540 Button
on (release) {
myColor.setRGB(10066329);
}
Symbol 541 Button
on (release) {
myColor.setRGB(10053273);
}
Symbol 542 Button
on (release) {
myColor.setRGB(10040217);
}
Symbol 543 Button
on (release) {
myColor.setRGB(10027161);
}
Symbol 544 Button
on (release) {
myColor.setRGB(10092492);
}
Symbol 545 Button
on (release) {
myColor.setRGB(10079436);
}
Symbol 546 Button
on (release) {
myColor.setRGB(10066380);
}
Symbol 547 Button
on (release) {
myColor.setRGB(10053324);
}
Symbol 548 Button
on (release) {
myColor.setRGB(10040268);
}
Symbol 549 Button
on (release) {
myColor.setRGB(10027212);
}
Symbol 550 Button
on (release) {
myColor.setRGB(10092543);
}
Symbol 551 Button
on (release) {
myColor.setRGB(10079487);
}
Symbol 552 Button
on (release) {
myColor.setRGB(10066431);
}
Symbol 553 Button
on (release) {
myColor.setRGB(10053375);
}
Symbol 554 Button
on (release) {
myColor.setRGB(10040319);
}
Symbol 555 Button
on (release) {
myColor.setRGB(10027263);
}
Symbol 556 Button
on (release) {
myColor.setRGB(3407616);
}
Symbol 557 Button
on (release) {
myColor.setRGB(3394560);
}
Symbol 558 Button
on (release) {
myColor.setRGB(3381504);
}
Symbol 559 Button
on (release) {
myColor.setRGB(3368448);
}
Symbol 560 Button
on (release) {
myColor.setRGB(3355392);
}
Symbol 561 Button
on (release) {
myColor.setRGB(3342336);
}
Symbol 562 Button
on (release) {
myColor.setRGB(3407667);
}
Symbol 563 Button
on (release) {
myColor.setRGB(3394611);
}
Symbol 564 Button
on (release) {
myColor.setRGB(3381555);
}
Symbol 565 Button
on (release) {
myColor.setRGB(3368499);
}
Symbol 566 Button
on (release) {
myColor.setRGB(3355443);
}
Symbol 567 Button
on (release) {
myColor.setRGB(3342387);
}
Symbol 568 Button
on (release) {
myColor.setRGB(3407718);
}
Symbol 569 Button
on (release) {
myColor.setRGB(3394662);
}
Symbol 570 Button
on (release) {
myColor.setRGB(3381606);
}
Symbol 571 Button
on (release) {
myColor.setRGB(3368550);
}
Symbol 572 Button
on (release) {
myColor.setRGB(3355494);
}
Symbol 573 Button
on (release) {
myColor.setRGB(3342438);
}
Symbol 574 Button
on (release) {
myColor.setRGB(3407769);
}
Symbol 575 Button
on (release) {
myColor.setRGB(3394713);
}
Symbol 576 Button
on (release) {
myColor.setRGB(3381657);
}
Symbol 577 Button
on (release) {
myColor.setRGB(3368601);
}
Symbol 578 Button
on (release) {
myColor.setRGB(3355545);
}
Symbol 579 Button
on (release) {
myColor.setRGB(3342489);
}
Symbol 580 Button
on (release) {
myColor.setRGB(3407820);
}
Symbol 581 Button
on (release) {
myColor.setRGB(3394764);
}
Symbol 582 Button
on (release) {
myColor.setRGB(3381708);
}
Symbol 583 Button
on (release) {
myColor.setRGB(3368652);
}
Symbol 584 Button
on (release) {
myColor.setRGB(3355596);
}
Symbol 585 Button
on (release) {
myColor.setRGB(3342540);
}
Symbol 586 Button
on (release) {
myColor.setRGB(3407871);
}
Symbol 587 Button
on (release) {
myColor.setRGB(3394815);
}
Symbol 588 Button
on (release) {
myColor.setRGB(3381759);
}
Symbol 589 Button
on (release) {
myColor.setRGB(3368703);
}
Symbol 590 Button
on (release) {
myColor.setRGB(3355647);
}
Symbol 591 Button
on (release) {
myColor.setRGB(3342591);
}
Symbol 592 Button
on (release) {
myColor.setRGB(13434624);
}
Symbol 593 Button
on (release) {
myColor.setRGB(13421568);
}
Symbol 594 Button
on (release) {
myColor.setRGB(13408512);
}
Symbol 595 Button
on (release) {
myColor.setRGB(13395456);
}
Symbol 596 Button
on (release) {
myColor.setRGB(13382400);
}
Symbol 597 Button
on (release) {
myColor.setRGB(13369344);
}
Symbol 598 Button
on (release) {
myColor.setRGB(13434675);
}
Symbol 599 Button
on (release) {
myColor.setRGB(13421619);
}
Symbol 600 Button
on (release) {
myColor.setRGB(13408563);
}
Symbol 601 Button
on (release) {
myColor.setRGB(13395507);
}
Symbol 602 Button
on (release) {
myColor.setRGB(13382451);
}
Symbol 603 Button
on (release) {
myColor.setRGB(13369395);
}
Symbol 604 Button
on (release) {
myColor.setRGB(13434726);
}
Symbol 605 Button
on (release) {
myColor.setRGB(13421670);
}
Symbol 606 Button
on (release) {
myColor.setRGB(13408614);
}
Symbol 607 Button
on (release) {
myColor.setRGB(13395558);
}
Symbol 608 Button
on (release) {
myColor.setRGB(13382502);
}
Symbol 609 Button
on (release) {
myColor.setRGB(13369446);
}
Symbol 610 Button
on (release) {
myColor.setRGB(13434777);
}
Symbol 611 Button
on (release) {
myColor.setRGB(13421721);
}
Symbol 612 Button
on (release) {
myColor.setRGB(13408665);
}
Symbol 613 Button
on (release) {
myColor.setRGB(13395609);
}
Symbol 614 Button
on (release) {
myColor.setRGB(13382553);
}
Symbol 615 Button
on (release) {
myColor.setRGB(13369497);
}
Symbol 616 Button
on (release) {
myColor.setRGB(13434828);
}
Symbol 617 Button
on (release) {
myColor.setRGB(13421772);
}
Symbol 618 Button
on (release) {
myColor.setRGB(13395660);
}
Symbol 619 Button
on (release) {
myColor.setRGB(13382604);
}
Symbol 620 Button
on (release) {
myColor.setRGB(13369548);
}
Symbol 621 Button
on (release) {
myColor.setRGB(13434879);
}
Symbol 622 Button
on (release) {
myColor.setRGB(13421823);
}
Symbol 623 Button
on (release) {
myColor.setRGB(13408767);
}
Symbol 624 Button
on (release) {
myColor.setRGB(13395711);
}
Symbol 625 Button
on (release) {
myColor.setRGB(13382655);
}
Symbol 626 Button
on (release) {
myColor.setRGB(13369599);
}
Symbol 627 Button
on (release) {
myColor.setRGB(6749952);
}
Symbol 628 Button
on (release) {
myColor.setRGB(6736896);
}
Symbol 629 Button
on (release) {
myColor.setRGB(6723840);
}
Symbol 630 Button
on (release) {
myColor.setRGB(6710784);
}
Symbol 631 Button
on (release) {
myColor.setRGB(6697728);
}
Symbol 632 Button
on (release) {
myColor.setRGB(6684672);
}
Symbol 633 Button
on (release) {
myColor.setRGB(6750003);
}
Symbol 634 Button
on (release) {
myColor.setRGB(6736947);
}
Symbol 635 Button
on (release) {
myColor.setRGB(6723891);
}
Symbol 636 Button
on (release) {
myColor.setRGB(6710835);
}
Symbol 637 Button
on (release) {
myColor.setRGB(6697779);
}
Symbol 638 Button
on (release) {
myColor.setRGB(6684723);
}
Symbol 639 Button
on (release) {
myColor.setRGB(6750054);
}
Symbol 640 Button
on (release) {
myColor.setRGB(6736998);
}
Symbol 641 Button
on (release) {
myColor.setRGB(6723942);
}
Symbol 642 Button
on (release) {
myColor.setRGB(6710886);
}
Symbol 643 Button
on (release) {
myColor.setRGB(6697830);
}
Symbol 644 Button
on (release) {
myColor.setRGB(6684774);
}
Symbol 645 Button
on (release) {
myColor.setRGB(6750105);
}
Symbol 646 Button
on (release) {
myColor.setRGB(6737049);
}
Symbol 647 Button
on (release) {
myColor.setRGB(6723993);
}
Symbol 648 Button
on (release) {
myColor.setRGB(6710937);
}
Symbol 649 Button
on (release) {
myColor.setRGB(6697881);
}
Symbol 650 Button
on (release) {
myColor.setRGB(6684825);
}
Symbol 651 Button
on (release) {
myColor.setRGB(6750156);
}
Symbol 652 Button
on (release) {
myColor.setRGB(6710988);
}
Symbol 653 Button
on (release) {
myColor.setRGB(6724044);
}
Symbol 654 Button
on (release) {
myColor.setRGB(6697932);
}
Symbol 655 Button
on (release) {
myColor.setRGB(6684876);
}
Symbol 656 Button
on (release) {
myColor.setRGB(6750207);
}
Symbol 657 Button
on (release) {
myColor.setRGB(6737151);
}
Symbol 658 Button
on (release) {
myColor.setRGB(6724095);
}
Symbol 659 Button
on (release) {
myColor.setRGB(6711039);
}
Symbol 660 Button
on (release) {
myColor.setRGB(6697983);
}
Symbol 661 Button
on (release) {
myColor.setRGB(6684927);
}
Symbol 662 Button
on (release) {
myColor.setRGB(16776960);
}
Symbol 663 Button
on (release) {
myColor.setRGB(16763904);
}
Symbol 664 Button
on (release) {
myColor.setRGB(16750848);
}
Symbol 665 Button
on (release) {
myColor.setRGB(16737792);
}
Symbol 666 Button
on (release) {
myColor.setRGB(16724736);
}
Symbol 667 Button
on (release) {
myColor.setRGB(16711680);
}
Symbol 668 Button
on (release) {
myColor.setRGB(16777011);
}
Symbol 669 Button
on (release) {
myColor.setRGB(16763955);
}
Symbol 670 Button
on (release) {
myColor.setRGB(16750899);
}
Symbol 671 Button
on (release) {
myColor.setRGB(16737843);
}
Symbol 672 Button
on (release) {
myColor.setRGB(16724787);
}
Symbol 673 Button
on (release) {
myColor.setRGB(16711731);
}
Symbol 674 Button
on (release) {
myColor.setRGB(16777062);
}
Symbol 675 Button
on (release) {
myColor.setRGB(16764006);
}
Symbol 676 Button
on (release) {
myColor.setRGB(16750950);
}
Symbol 677 Button
on (release) {
myColor.setRGB(16737894);
}
Symbol 678 Button
on (release) {
myColor.setRGB(16724838);
}
Symbol 679 Button
on (release) {
myColor.setRGB(16711782);
}
Symbol 680 Button
on (release) {
myColor.setRGB(16777113);
}
Symbol 681 Button
on (release) {
myColor.setRGB(16764057);
}
Symbol 682 Button
on (release) {
myColor.setRGB(16751001);
}
Symbol 683 Button
on (release) {
myColor.setRGB(16737945);
}
Symbol 684 Button
on (release) {
myColor.setRGB(16724889);
}
Symbol 685 Button
on (release) {
myColor.setRGB(16711833);
}
Symbol 686 Button
on (release) {
myColor.setRGB(16777164);
}
Symbol 687 Button
on (release) {
myColor.setRGB(16764108);
}
Symbol 688 Button
on (release) {
myColor.setRGB(16751052);
}
Symbol 689 Button
on (release) {
myColor.setRGB(16737996);
}
Symbol 690 Button
on (release) {
myColor.setRGB(16724940);
}
Symbol 691 Button
on (release) {
myColor.setRGB(16711884);
}
Symbol 692 Button
on (release) {
myColor.setRGB(16777215);
}
Symbol 693 Button
on (release) {
myColor.setRGB(16764159);
}
Symbol 694 Button
on (release) {
myColor.setRGB(16751103);
}
Symbol 695 Button
on (release) {
myColor.setRGB(16738047);
}
Symbol 696 Button
on (release) {
myColor.setRGB(16724991);
}
Symbol 697 Button
on (release) {
myColor.setRGB(16711935);
}
Symbol 698 Button
on (release) {
myColor.setRGB(3355443);
}
Symbol 699 Button
on (release) {
myColor.setRGB(6710886);
}
Symbol 700 Button
on (release) {
myColor.setRGB(10066329);
}
Symbol 701 Button
on (release) {
myColor.setRGB(13421772);
}
Symbol 702 Button
on (release) {
myColor.setRGB(16777215);
}
Symbol 703 Button
on (release) {
myColor.setRGB(16711680);
}
Symbol 704 Button
on (release) {
myColor.setRGB(65280);
}
Symbol 705 Button
on (release) {
myColor.setRGB(255);
}
Symbol 706 Button
on (release) {
myColor.setRGB(16776960);
}
Symbol 707 Button
on (release) {
myColor.setRGB(65535);
}
Symbol 708 Button
on (release) {
myColor.setRGB(16711935);
}
Symbol 709 Button
on (release) {
myColor.setRGB(3426635);
}
Symbol 710 Button
on (release) {
myColor.setRGB(5995652);
}
Symbol 711 Button
on (release) {
myColor.setRGB(7510172);
}
Symbol 712 Button
on (release) {
myColor.setRGB(10204857);
}
Symbol 713 Button
on (release) {
myColor.setRGB(12899285);
}
Symbol 714 MovieClip Frame 1
stop();
_global.myColor = new Color("c");
button.onRelease = function () {
gotoAndStop (2);
_root.palette_shad.gotoAndStop(1);
};
Symbol 714 MovieClip Frame 2
stop();
_root.save_text = "";
button2.onRelease = function () {
gotoAndStop (1);
};
for (var i in this) {
if (typeof(this[i]) == "object") {
this[i].onRelease = function () {
_root.co_boo = true;
_root.bit_boo = false;
_root.co_str = "0x" + myColor.getRGB().toString(16);
trace(_root.co_str);
};
}
}
paletteCloseBtn.useHandCursor = false;
Symbol 717 MovieClip Frame 11
stop();
Symbol 718 MovieClip Frame 11
stop();
Symbol 719 MovieClip Frame 1
stop();
Symbol 722 Button
on (release) {
_root.save_init(_root.temp_mc);
}
Symbol 724 Button
on (release) {
depth_fun();
gotoAndStop (113);
}
Symbol 726 Button
on (release) {
gotoAndStop (115);
}
Symbol 731 MovieClip Frame 11
stop();
Symbol 732 MovieClip Frame 11
stop();
Symbol 733 MovieClip Frame 1
stop();
Symbol 736 MovieClip Frame 11
stop();
Symbol 737 MovieClip Frame 11
stop();
Symbol 738 MovieClip Frame 1
stop();
Symbol 741 MovieClip Frame 11
stop();
Symbol 742 MovieClip Frame 11
stop();
Symbol 743 MovieClip Frame 1
stop();
Symbol 744 Button
on (release) {
depth_fun();
gotoAndStop (114);
}
Symbol 747 Button
on (release) {
depth_fun();
depth_fun2();
gotoAndStop (111);
}