Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 32 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", "_self");
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[_local7].onRelease = function () {
if (_root.color_state == true) {
if ((Math.abs(this._x - this.xx) <= adsorb_x) and (Math.abs(this._y - this.yy) <= 500)) {
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 = 50;
_root[("c" + _local4) + _root.cr_no]._y = 120;
_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 = 80;
_root[("c" + _local4) + _root.cr_no]._y = 80;
_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 = 80;
_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;
}
} 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;
}
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;
}
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;
}
}
} 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[_local6].onRelease = function () {
if (_root.del_state == true) {
del_sd();
var _local6 = this.v;
var _local5 = this._name.substr(1, 3);
_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;
}
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;
}
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;
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 _local2 in this) {
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "a")) {
this[_local2]._visible = true;
this[_local2]._x = this[_local2].x0;
this[_local2]._y = this[_local2].y0;
this[_local2].swapDepths(this[_local2].sd);
this[_local2].enabled = true;
}
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "c")) {
this[_local2]._x = this[_local2].x0;
this[_local2]._y = this[_local2].y0;
this[_local2]._visible = false;
}
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "d")) {
this[_local2]._x = this[_local2].x0;
this[_local2]._y = this[_local2].y0;
}
}
var _local2 = 1;
while (_local2 <= 9) {
this["on_clothing" + _local2] = undefined;
_local2++;
}
}
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 * 30) + 240;
this.top_arry[_local3]._y = 20;
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 * 30) + 240;
this.bot_arry[_local3]._y = 150;
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 * 30) + 240;
this.sho_arry[_local3]._y = 350;
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;
_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) == "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) == "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 > 7) {
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 <= 7) {
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 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();
Frame 112
stop();
game_start();
Instance of Symbol 84 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 86 MovieClip "asho02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 87.8;
this.yy = 454.6;
}
Instance of Symbol 88 MovieClip "asho01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 88.8;
this.yy = 478.4;
}
Instance of Symbol 90 MovieClip "asho03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 84.5;
this.yy = 420.2;
}
Instance of Symbol 92 MovieClip "asho04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 82.3;
this.yy = 371.1;
}
Instance of Symbol 94 MovieClip "asho05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 80.3;
this.yy = 369.8;
}
Instance of Symbol 129 MovieClip "abot01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 78.5;
this.yy = 219.8;
}
Instance of Symbol 131 MovieClip "abot02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 78.1;
this.yy = 223.3;
}
Instance of Symbol 133 MovieClip "abot03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 69.3;
this.yy = 221.9;
}
Instance of Symbol 135 MovieClip "abot04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 58;
this.yy = 219.8;
}
Instance of Symbol 137 MovieClip "abot05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 82;
this.yy = 228.8;
}
Instance of Symbol 139 MovieClip "abot06" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 84.3;
this.yy = 217.3;
}
Instance of Symbol 141 MovieClip "abot07" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 85.8;
this.yy = 225.4;
}
Instance of Symbol 143 MovieClip "abot08" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 84.7;
this.yy = 227.7;
}
Instance of Symbol 145 MovieClip "abot09" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 84.8;
this.yy = 223.3;
}
Instance of Symbol 147 MovieClip "abot10" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 76.5;
this.yy = 226.7;
}
Instance of Symbol 311 MovieClip "atop01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 58.2;
this.yy = 80.3;
}
Instance of Symbol 313 MovieClip "atop02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 55.4;
this.yy = 80.3;
}
Instance of Symbol 315 MovieClip "atop03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 89.8;
this.yy = 115.7;
}
Instance of Symbol 317 MovieClip "atop04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 54.8;
this.yy = 81.9;
}
Instance of Symbol 319 MovieClip "atop05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 54.7;
this.yy = 80;
}
Instance of Symbol 321 MovieClip "atop06" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 54.1;
this.yy = 82.3;
}
Instance of Symbol 323 MovieClip "atop07" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 55.4;
this.yy = 81;
}
Instance of Symbol 325 MovieClip "atop08" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 54;
this.yy = 79.8;
}
Instance of Symbol 327 MovieClip "atop09" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 56;
this.yy = 81;
}
Instance of Symbol 329 MovieClip "atop10" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 55.5;
this.yy = 80.2;
}
Instance of Symbol 333 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 335 MovieClip "axxx01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 117.4;
this.yy = 101.8;
}
Instance of Symbol 339 MovieClip "axxx02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 111.8;
this.yy = 111.3;
}
Instance of Symbol 341 MovieClip "axxx03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 111.3;
this.yy = 110.7;
}
Instance of Symbol 343 MovieClip "axxx04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 112.1;
this.yy = 117.9;
}
Instance of Symbol 345 MovieClip "ahar01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 88.8;
this.yy = 40.8;
}
Instance of Symbol 347 MovieClip "ahar02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 92.5;
this.yy = 30;
}
Instance of Symbol 349 MovieClip "ahar03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 89.8;
this.yy = 34.5;
}
Instance of Symbol 351 MovieClip "ahar04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 86.7;
this.yy = 32.2;
}
Instance of Symbol 353 MovieClip "ahar05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 90.6;
this.yy = 34;
}
Instance of Symbol 355 MovieClip "acap01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 87.5;
this.yy = 21.8;
}
Instance of Symbol 357 MovieClip "aeee01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 106.4;
this.yy = 76;
}
Instance of Symbol 360 MovieClip "aeee02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 107.2;
this.yy = 75.8;
}
Instance of Symbol 362 MovieClip "aeee03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 107;
this.yy = 73;
}
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;
}
}
Instance of Symbol 370 MovieClip "panel" in Frame 113
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 35;
this.yy = 10;
}
Instance of Symbol 427 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 664 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;
};
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 = "";
Frame 116
stop();
_root.switch_init("d");
girl(200, 0, 75);
Symbol 63 Button
on (release) {
gotoAndStop (112);
}
Symbol 66 Button
on (release) {
gotoAndStop (113);
}
Symbol 76 Button
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 99 MovieClip [isho02] Frame 1
_root.cloths_c(this);
Symbol 106 MovieClip [isho01] Frame 1
_root.cloths_c(this);
Symbol 113 MovieClip [isho03] Frame 1
_root.cloths_c(this);
Symbol 118 MovieClip [isho04] Frame 1
_root.cloths_c(this);
Symbol 127 MovieClip [isho05] Frame 1
_root.cloths_c(this);
Symbol 158 MovieClip [ibot01] Frame 1
_root.cloths_c(this);
Symbol 163 MovieClip [ibot02] Frame 1
_root.cloths_c(this);
Symbol 168 MovieClip [ibot03] Frame 1
_root.cloths_c(this);
Symbol 173 MovieClip [ibot04] Frame 1
_root.cloths_c(this);
Symbol 180 MovieClip [ibot05] Frame 1
_root.cloths_c(this);
Symbol 185 MovieClip [ibot06] Frame 1
_root.cloths_c(this);
Symbol 194 MovieClip [ibot07] Frame 1
_root.cloths_c(this);
Symbol 201 MovieClip [ibot08] Frame 1
_root.cloths_c(this);
Symbol 206 MovieClip [ibot09] Frame 1
_root.cloths_c(this);
Symbol 213 MovieClip [ibot10] Frame 1
_root.cloths_c(this);
Symbol 222 MovieClip [itop01] Frame 1
_root.cloths_c(this);
Symbol 231 MovieClip [itop02] Frame 1
_root.cloths_c(this);
Symbol 238 MovieClip [itop03] Frame 1
_root.cloths_c(this);
Symbol 247 MovieClip [itop04] Frame 1
_root.cloths_c(this);
Symbol 256 MovieClip [itop05] Frame 1
_root.cloths_c(this);
Symbol 265 MovieClip [itop06] Frame 1
_root.cloths_c(this);
Symbol 272 MovieClip [itop07] Frame 1
_root.cloths_c(this);
Symbol 281 MovieClip [itop08] Frame 1
_root.cloths_c(this);
Symbol 290 MovieClip [itop09] Frame 1
_root.cloths_c(this);
Symbol 297 MovieClip [itop10] Frame 1
_root.cloths_c(this);
Symbol 306 Button
on (release) {
depth_fun();
gotoAndStop (111);
}
Symbol 308 Button
on (release) {
gotoAndStop (116);
}
Symbol 372 Button
on (release) {
gotoAndStop (114);
}
Symbol 376 Button
on (release) {
_root.save_init(_root.temp_mc);
}
Symbol 427 MovieClip Frame 1
stop();
button.onRelease = function () {
gotoAndStop (2);
_root.palette_mc.gotoAndStop(1);
};
Symbol 427 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 434 Button
on (release) {
myColor.setRGB(65280);
}
Symbol 435 Button
on (release) {
myColor.setRGB(52224);
}
Symbol 436 Button
on (release) {
myColor.setRGB(39168);
}
Symbol 437 Button
on (release) {
myColor.setRGB(26112);
}
Symbol 438 Button
on (release) {
myColor.setRGB(13056);
}
Symbol 439 Button
on (release) {
myColor.setRGB(0);
}
Symbol 440 Button
on (release) {
myColor.setRGB(65331);
}
Symbol 441 Button
on (release) {
myColor.setRGB(52275);
}
Symbol 442 Button
on (release) {
myColor.setRGB(39219);
}
Symbol 443 Button
on (release) {
myColor.setRGB(26163);
}
Symbol 444 Button
on (release) {
myColor.setRGB(13107);
}
Symbol 445 Button
on (release) {
myColor.setRGB(51);
}
Symbol 446 Button
on (release) {
myColor.setRGB(65382);
}
Symbol 447 Button
on (release) {
myColor.setRGB(52326);
}
Symbol 448 Button
on (release) {
myColor.setRGB(39270);
}
Symbol 449 Button
on (release) {
myColor.setRGB(26214);
}
Symbol 450 Button
on (release) {
myColor.setRGB(13158);
}
Symbol 451 Button
on (release) {
myColor.setRGB(102);
}
Symbol 452 Button
on (release) {
myColor.setRGB(65433);
}
Symbol 453 Button
on (release) {
myColor.setRGB(52377);
}
Symbol 454 Button
on (release) {
myColor.setRGB(39321);
}
Symbol 455 Button
on (release) {
myColor.setRGB(26265);
}
Symbol 456 Button
on (release) {
myColor.setRGB(13209);
}
Symbol 457 Button
on (release) {
myColor.setRGB(153);
}
Symbol 458 Button
on (release) {
myColor.setRGB(65484);
}
Symbol 459 Button
on (release) {
myColor.setRGB(52428);
}
Symbol 460 Button
on (release) {
myColor.setRGB(39372);
}
Symbol 461 Button
on (release) {
myColor.setRGB(26316);
}
Symbol 462 Button
on (release) {
myColor.setRGB(13260);
}
Symbol 463 Button
on (release) {
myColor.setRGB(204);
}
Symbol 464 Button
on (release) {
myColor.setRGB(65535);
}
Symbol 465 Button
on (release) {
myColor.setRGB(52479);
}
Symbol 466 Button
on (release) {
myColor.setRGB(39423);
}
Symbol 467 Button
on (release) {
myColor.setRGB(26367);
}
Symbol 468 Button
on (release) {
myColor.setRGB(13311);
}
Symbol 469 Button
on (release) {
myColor.setRGB(255);
}
Symbol 470 Button
on (release) {
myColor.setRGB(10092288);
}
Symbol 471 Button
on (release) {
myColor.setRGB(10079232);
}
Symbol 472 Button
on (release) {
myColor.setRGB(10066176);
}
Symbol 473 Button
on (release) {
myColor.setRGB(10053120);
}
Symbol 474 Button
on (release) {
myColor.setRGB(10040064);
}
Symbol 475 Button
on (release) {
myColor.setRGB(10027008);
}
Symbol 476 Button
on (release) {
myColor.setRGB(10092339);
}
Symbol 477 Button
on (release) {
myColor.setRGB(10079283);
}
Symbol 478 Button
on (release) {
myColor.setRGB(10066227);
}
Symbol 479 Button
on (release) {
myColor.setRGB(10053171);
}
Symbol 480 Button
on (release) {
myColor.setRGB(10040115);
}
Symbol 481 Button
on (release) {
myColor.setRGB(10027059);
}
Symbol 482 Button
on (release) {
myColor.setRGB(10092390);
}
Symbol 483 Button
on (release) {
myColor.setRGB(10079334);
}
Symbol 484 Button
on (release) {
myColor.setRGB(10066278);
}
Symbol 485 Button
on (release) {
myColor.setRGB(10053222);
}
Symbol 486 Button
on (release) {
myColor.setRGB(10040166);
}
Symbol 487 Button
on (release) {
myColor.setRGB(10027110);
}
Symbol 488 Button
on (release) {
myColor.setRGB(10092441);
}
Symbol 489 Button
on (release) {
myColor.setRGB(10079385);
}
Symbol 490 Button
on (release) {
myColor.setRGB(10066329);
}
Symbol 491 Button
on (release) {
myColor.setRGB(10053273);
}
Symbol 492 Button
on (release) {
myColor.setRGB(10040217);
}
Symbol 493 Button
on (release) {
myColor.setRGB(10027161);
}
Symbol 494 Button
on (release) {
myColor.setRGB(10092492);
}
Symbol 495 Button
on (release) {
myColor.setRGB(10079436);
}
Symbol 496 Button
on (release) {
myColor.setRGB(10066380);
}
Symbol 497 Button
on (release) {
myColor.setRGB(10053324);
}
Symbol 498 Button
on (release) {
myColor.setRGB(10040268);
}
Symbol 499 Button
on (release) {
myColor.setRGB(10027212);
}
Symbol 500 Button
on (release) {
myColor.setRGB(10092543);
}
Symbol 501 Button
on (release) {
myColor.setRGB(10079487);
}
Symbol 502 Button
on (release) {
myColor.setRGB(10066431);
}
Symbol 503 Button
on (release) {
myColor.setRGB(10053375);
}
Symbol 504 Button
on (release) {
myColor.setRGB(10040319);
}
Symbol 505 Button
on (release) {
myColor.setRGB(10027263);
}
Symbol 506 Button
on (release) {
myColor.setRGB(3407616);
}
Symbol 507 Button
on (release) {
myColor.setRGB(3394560);
}
Symbol 508 Button
on (release) {
myColor.setRGB(3381504);
}
Symbol 509 Button
on (release) {
myColor.setRGB(3368448);
}
Symbol 510 Button
on (release) {
myColor.setRGB(3355392);
}
Symbol 511 Button
on (release) {
myColor.setRGB(3342336);
}
Symbol 512 Button
on (release) {
myColor.setRGB(3407667);
}
Symbol 513 Button
on (release) {
myColor.setRGB(3394611);
}
Symbol 514 Button
on (release) {
myColor.setRGB(3381555);
}
Symbol 515 Button
on (release) {
myColor.setRGB(3368499);
}
Symbol 516 Button
on (release) {
myColor.setRGB(3355443);
}
Symbol 517 Button
on (release) {
myColor.setRGB(3342387);
}
Symbol 518 Button
on (release) {
myColor.setRGB(3407718);
}
Symbol 519 Button
on (release) {
myColor.setRGB(3394662);
}
Symbol 520 Button
on (release) {
myColor.setRGB(3381606);
}
Symbol 521 Button
on (release) {
myColor.setRGB(3368550);
}
Symbol 522 Button
on (release) {
myColor.setRGB(3355494);
}
Symbol 523 Button
on (release) {
myColor.setRGB(3342438);
}
Symbol 524 Button
on (release) {
myColor.setRGB(3407769);
}
Symbol 525 Button
on (release) {
myColor.setRGB(3394713);
}
Symbol 526 Button
on (release) {
myColor.setRGB(3381657);
}
Symbol 527 Button
on (release) {
myColor.setRGB(3368601);
}
Symbol 528 Button
on (release) {
myColor.setRGB(3355545);
}
Symbol 529 Button
on (release) {
myColor.setRGB(3342489);
}
Symbol 530 Button
on (release) {
myColor.setRGB(3407820);
}
Symbol 531 Button
on (release) {
myColor.setRGB(3394764);
}
Symbol 532 Button
on (release) {
myColor.setRGB(3381708);
}
Symbol 533 Button
on (release) {
myColor.setRGB(3368652);
}
Symbol 534 Button
on (release) {
myColor.setRGB(3355596);
}
Symbol 535 Button
on (release) {
myColor.setRGB(3342540);
}
Symbol 536 Button
on (release) {
myColor.setRGB(3407871);
}
Symbol 537 Button
on (release) {
myColor.setRGB(3394815);
}
Symbol 538 Button
on (release) {
myColor.setRGB(3381759);
}
Symbol 539 Button
on (release) {
myColor.setRGB(3368703);
}
Symbol 540 Button
on (release) {
myColor.setRGB(3355647);
}
Symbol 541 Button
on (release) {
myColor.setRGB(3342591);
}
Symbol 542 Button
on (release) {
myColor.setRGB(13434624);
}
Symbol 543 Button
on (release) {
myColor.setRGB(13421568);
}
Symbol 544 Button
on (release) {
myColor.setRGB(13408512);
}
Symbol 545 Button
on (release) {
myColor.setRGB(13395456);
}
Symbol 546 Button
on (release) {
myColor.setRGB(13382400);
}
Symbol 547 Button
on (release) {
myColor.setRGB(13369344);
}
Symbol 548 Button
on (release) {
myColor.setRGB(13434675);
}
Symbol 549 Button
on (release) {
myColor.setRGB(13421619);
}
Symbol 550 Button
on (release) {
myColor.setRGB(13408563);
}
Symbol 551 Button
on (release) {
myColor.setRGB(13395507);
}
Symbol 552 Button
on (release) {
myColor.setRGB(13382451);
}
Symbol 553 Button
on (release) {
myColor.setRGB(13369395);
}
Symbol 554 Button
on (release) {
myColor.setRGB(13434726);
}
Symbol 555 Button
on (release) {
myColor.setRGB(13421670);
}
Symbol 556 Button
on (release) {
myColor.setRGB(13408614);
}
Symbol 557 Button
on (release) {
myColor.setRGB(13395558);
}
Symbol 558 Button
on (release) {
myColor.setRGB(13382502);
}
Symbol 559 Button
on (release) {
myColor.setRGB(13369446);
}
Symbol 560 Button
on (release) {
myColor.setRGB(13434777);
}
Symbol 561 Button
on (release) {
myColor.setRGB(13421721);
}
Symbol 562 Button
on (release) {
myColor.setRGB(13408665);
}
Symbol 563 Button
on (release) {
myColor.setRGB(13395609);
}
Symbol 564 Button
on (release) {
myColor.setRGB(13382553);
}
Symbol 565 Button
on (release) {
myColor.setRGB(13369497);
}
Symbol 566 Button
on (release) {
myColor.setRGB(13434828);
}
Symbol 567 Button
on (release) {
myColor.setRGB(13421772);
}
Symbol 568 Button
on (release) {
myColor.setRGB(13395660);
}
Symbol 569 Button
on (release) {
myColor.setRGB(13382604);
}
Symbol 570 Button
on (release) {
myColor.setRGB(13369548);
}
Symbol 571 Button
on (release) {
myColor.setRGB(13434879);
}
Symbol 572 Button
on (release) {
myColor.setRGB(13421823);
}
Symbol 573 Button
on (release) {
myColor.setRGB(13408767);
}
Symbol 574 Button
on (release) {
myColor.setRGB(13395711);
}
Symbol 575 Button
on (release) {
myColor.setRGB(13382655);
}
Symbol 576 Button
on (release) {
myColor.setRGB(13369599);
}
Symbol 577 Button
on (release) {
myColor.setRGB(6749952);
}
Symbol 578 Button
on (release) {
myColor.setRGB(6736896);
}
Symbol 579 Button
on (release) {
myColor.setRGB(6723840);
}
Symbol 580 Button
on (release) {
myColor.setRGB(6710784);
}
Symbol 581 Button
on (release) {
myColor.setRGB(6697728);
}
Symbol 582 Button
on (release) {
myColor.setRGB(6684672);
}
Symbol 583 Button
on (release) {
myColor.setRGB(6750003);
}
Symbol 584 Button
on (release) {
myColor.setRGB(6736947);
}
Symbol 585 Button
on (release) {
myColor.setRGB(6723891);
}
Symbol 586 Button
on (release) {
myColor.setRGB(6710835);
}
Symbol 587 Button
on (release) {
myColor.setRGB(6697779);
}
Symbol 588 Button
on (release) {
myColor.setRGB(6684723);
}
Symbol 589 Button
on (release) {
myColor.setRGB(6750054);
}
Symbol 590 Button
on (release) {
myColor.setRGB(6736998);
}
Symbol 591 Button
on (release) {
myColor.setRGB(6723942);
}
Symbol 592 Button
on (release) {
myColor.setRGB(6710886);
}
Symbol 593 Button
on (release) {
myColor.setRGB(6697830);
}
Symbol 594 Button
on (release) {
myColor.setRGB(6684774);
}
Symbol 595 Button
on (release) {
myColor.setRGB(6750105);
}
Symbol 596 Button
on (release) {
myColor.setRGB(6737049);
}
Symbol 597 Button
on (release) {
myColor.setRGB(6723993);
}
Symbol 598 Button
on (release) {
myColor.setRGB(6710937);
}
Symbol 599 Button
on (release) {
myColor.setRGB(6697881);
}
Symbol 600 Button
on (release) {
myColor.setRGB(6684825);
}
Symbol 601 Button
on (release) {
myColor.setRGB(6750156);
}
Symbol 602 Button
on (release) {
myColor.setRGB(6710988);
}
Symbol 603 Button
on (release) {
myColor.setRGB(6724044);
}
Symbol 604 Button
on (release) {
myColor.setRGB(6697932);
}
Symbol 605 Button
on (release) {
myColor.setRGB(6684876);
}
Symbol 606 Button
on (release) {
myColor.setRGB(6750207);
}
Symbol 607 Button
on (release) {
myColor.setRGB(6737151);
}
Symbol 608 Button
on (release) {
myColor.setRGB(6724095);
}
Symbol 609 Button
on (release) {
myColor.setRGB(6711039);
}
Symbol 610 Button
on (release) {
myColor.setRGB(6697983);
}
Symbol 611 Button
on (release) {
myColor.setRGB(6684927);
}
Symbol 612 Button
on (release) {
myColor.setRGB(16776960);
}
Symbol 613 Button
on (release) {
myColor.setRGB(16763904);
}
Symbol 614 Button
on (release) {
myColor.setRGB(16750848);
}
Symbol 615 Button
on (release) {
myColor.setRGB(16737792);
}
Symbol 616 Button
on (release) {
myColor.setRGB(16724736);
}
Symbol 617 Button
on (release) {
myColor.setRGB(16711680);
}
Symbol 618 Button
on (release) {
myColor.setRGB(16777011);
}
Symbol 619 Button
on (release) {
myColor.setRGB(16763955);
}
Symbol 620 Button
on (release) {
myColor.setRGB(16750899);
}
Symbol 621 Button
on (release) {
myColor.setRGB(16737843);
}
Symbol 622 Button
on (release) {
myColor.setRGB(16724787);
}
Symbol 623 Button
on (release) {
myColor.setRGB(16711731);
}
Symbol 624 Button
on (release) {
myColor.setRGB(16777062);
}
Symbol 625 Button
on (release) {
myColor.setRGB(16764006);
}
Symbol 626 Button
on (release) {
myColor.setRGB(16750950);
}
Symbol 627 Button
on (release) {
myColor.setRGB(16737894);
}
Symbol 628 Button
on (release) {
myColor.setRGB(16724838);
}
Symbol 629 Button
on (release) {
myColor.setRGB(16711782);
}
Symbol 630 Button
on (release) {
myColor.setRGB(16777113);
}
Symbol 631 Button
on (release) {
myColor.setRGB(16764057);
}
Symbol 632 Button
on (release) {
myColor.setRGB(16751001);
}
Symbol 633 Button
on (release) {
myColor.setRGB(16737945);
}
Symbol 634 Button
on (release) {
myColor.setRGB(16724889);
}
Symbol 635 Button
on (release) {
myColor.setRGB(16711833);
}
Symbol 636 Button
on (release) {
myColor.setRGB(16777164);
}
Symbol 637 Button
on (release) {
myColor.setRGB(16764108);
}
Symbol 638 Button
on (release) {
myColor.setRGB(16751052);
}
Symbol 639 Button
on (release) {
myColor.setRGB(16737996);
}
Symbol 640 Button
on (release) {
myColor.setRGB(16724940);
}
Symbol 641 Button
on (release) {
myColor.setRGB(16711884);
}
Symbol 642 Button
on (release) {
myColor.setRGB(16777215);
}
Symbol 643 Button
on (release) {
myColor.setRGB(16764159);
}
Symbol 644 Button
on (release) {
myColor.setRGB(16751103);
}
Symbol 645 Button
on (release) {
myColor.setRGB(16738047);
}
Symbol 646 Button
on (release) {
myColor.setRGB(16724991);
}
Symbol 647 Button
on (release) {
myColor.setRGB(16711935);
}
Symbol 648 Button
on (release) {
myColor.setRGB(3355443);
}
Symbol 649 Button
on (release) {
myColor.setRGB(6710886);
}
Symbol 650 Button
on (release) {
myColor.setRGB(10066329);
}
Symbol 651 Button
on (release) {
myColor.setRGB(13421772);
}
Symbol 652 Button
on (release) {
myColor.setRGB(16777215);
}
Symbol 653 Button
on (release) {
myColor.setRGB(16711680);
}
Symbol 654 Button
on (release) {
myColor.setRGB(65280);
}
Symbol 655 Button
on (release) {
myColor.setRGB(255);
}
Symbol 656 Button
on (release) {
myColor.setRGB(16776960);
}
Symbol 657 Button
on (release) {
myColor.setRGB(65535);
}
Symbol 658 Button
on (release) {
myColor.setRGB(16711935);
}
Symbol 659 Button
on (release) {
myColor.setRGB(3426635);
}
Symbol 660 Button
on (release) {
myColor.setRGB(5995652);
}
Symbol 661 Button
on (release) {
myColor.setRGB(7510172);
}
Symbol 662 Button
on (release) {
myColor.setRGB(10204857);
}
Symbol 663 Button
on (release) {
myColor.setRGB(12899285);
}
Symbol 664 MovieClip Frame 1
stop();
_global.myColor = new Color("c");
button.onRelease = function () {
gotoAndStop (2);
_root.palette_shad.gotoAndStop(1);
};
Symbol 664 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 666 Button
on (release) {
depth_fun();
gotoAndStop (113);
}
Symbol 668 Button
on (release) {
gotoAndStop (115);
}
Symbol 671 Button
on (release) {
depth_fun();
gotoAndStop (114);
}
Symbol 675 Button
on (release) {
depth_fun();
depth_fun2();
gotoAndStop (111);
}