Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 30 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._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;
}
if (this._name.substr(0, 4) == "ayyy") {
if (_root.on_clothing9 != undefined) {
to_initialize_fun(_root.on_clothing9);
_root.on_clothing9 = undefined;
}
_root.on_clothing9 = this;
}
if (this._name.substr(0, 4) == "asss") {
if (_root.on_clothing10 != undefined) {
to_initialize_fun(_root.on_clothing10);
_root.on_clothing10 = undefined;
}
_root.on_clothing10 = 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;
_root.jiandao.swapDepths(_root.jiandao.sw0);
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;
_mc._xscale = 70;
_mc._yscale = 70;
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 <= 10) {
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 = 380;
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) == "ayyy")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "asss")) {
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) == "ayyy")) {
this[_local3]._visible = true;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "asss")) {
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 > 10) {
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 _local3 in _root) {
if ((typeof(_root[_local3]) == "movieclip") and (_root[_local3]._name.substr(0, 4) == "ahar")) {
_root[_local3]._visible = false;
}
if ((typeof(_root[_local3]) == "movieclip") and (_root[_local3]._name.substr(0, 4) == "aeee")) {
_root[_local3]._visible = false;
}
if ((typeof(_root[_local3]) == "movieclip") and (_root[_local3]._name.substr(0, 4) == "acap")) {
_root[_local3]._visible = false;
}
if ((typeof(_root[_local3]) == "movieclip") and (_root[_local3]._name.substr(0, 4) == "axxx")) {
_root[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "ayyy")) {
this[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "asss")) {
this[_local3]._visible = false;
}
if ((typeof(this[_local3]) == "movieclip") and (this[_local3]._name.substr(0, 4) == "awww")) {
this[_local3]._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 127 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 129 MovieClip "asho01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 105.6;
this.yy = 502.9;
}
Instance of Symbol 131 MovieClip "asho02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 110.9;
this.yy = 462.6;
}
Instance of Symbol 133 MovieClip "asho03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 109.2;
this.yy = 503;
}
Instance of Symbol 135 MovieClip "asho04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 111.3;
this.yy = 487.4;
}
Instance of Symbol 137 MovieClip "asho05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 102.7;
this.yy = 373.3;
}
Instance of Symbol 139 MovieClip "abot01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 92;
this.yy = 226.2;
}
Instance of Symbol 141 MovieClip "abot02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 89;
this.yy = 229.7;
}
Instance of Symbol 143 MovieClip "abot03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 87.6;
this.yy = 222.3;
}
Instance of Symbol 145 MovieClip "abot04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 43.5;
this.yy = 219.8;
}
Instance of Symbol 147 MovieClip "abot05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 32.1;
this.yy = 207.7;
}
Instance of Symbol 149 MovieClip "abot06" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 68.8;
this.yy = 208.6;
}
Instance of Symbol 151 MovieClip "abot07" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 92.2;
this.yy = 229.5;
}
Instance of Symbol 153 MovieClip "abot08" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 93.2;
this.yy = 227.6;
}
Instance of Symbol 155 MovieClip "abot09" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 91.7;
this.yy = 228.7;
}
Instance of Symbol 157 MovieClip "abot10" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 93.5;
this.yy = 225.6;
}
Instance of Symbol 173 MovieClip "jiandao" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.sw0 = this.getDepth();
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 175 MovieClip "atop01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 84.8;
this.yy = 117.7;
}
Instance of Symbol 177 MovieClip "atop02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 79.2;
this.yy = 117.3;
}
Instance of Symbol 179 MovieClip "atop03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 66.7;
this.yy = 120.2;
}
Instance of Symbol 181 MovieClip "atop04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 65.7;
this.yy = 117.2;
}
Instance of Symbol 183 MovieClip "atop05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 89.1;
this.yy = 107.4;
}
Instance of Symbol 185 MovieClip "atop06" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 59.4;
this.yy = 98.5;
}
Instance of Symbol 187 MovieClip "atop07" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 58.6;
this.yy = 117.3;
}
Instance of Symbol 189 MovieClip "atop08" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 74;
this.yy = 117.4;
}
Instance of Symbol 191 MovieClip "atop09" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 49;
this.yy = 112.1;
}
Instance of Symbol 193 MovieClip "atop10" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 42.6;
this.yy = 110.5;
}
Instance of Symbol 195 MovieClip "aeee01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 86.1;
this.yy = 86.2;
}
Instance of Symbol 197 MovieClip "asss01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 60.9;
this.yy = 248.1;
}
Instance of Symbol 199 MovieClip "ayyy01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 97.8;
this.yy = 120.5;
}
Instance of Symbol 201 MovieClip "acap01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 83.6;
this.yy = 26.1;
}
Instance of Symbol 203 MovieClip "awww01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 60.8;
this.yy = 285.7;
}
Instance of Symbol 205 MovieClip "axxx01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 99.5;
this.yy = 216.6;
}
Instance of Symbol 210 MovieClip "aeee02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 87;
this.yy = 87.1;
}
Instance of Symbol 213 MovieClip "ayyy02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 95;
this.yy = 121.1;
}
Instance of Symbol 220 MovieClip "aeee03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 86.9;
this.yy = 87.3;
}
Instance of Symbol 223 MovieClip "ayyy03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 94.8;
this.yy = 121.3;
}
Instance of Symbol 225 MovieClip "ahar01" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 80.5;
this.yy = 23.8;
}
Instance of Symbol 227 MovieClip "ahar02" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 81.2;
this.yy = 25.8;
}
Instance of Symbol 229 MovieClip "ahar03" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 78.1;
this.yy = 20.1;
}
Instance of Symbol 231 MovieClip "ahar04" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 72.5;
this.yy = 20.7;
}
Instance of Symbol 233 MovieClip "ahar05" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 39.3;
this.yy = 23.2;
}
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;
}
if ((typeof(_root[i]) == "movieclip") and (this[i]._name.substr(0, 4) == "asss")) {
this[i]._visible = false;
}
if ((typeof(_root[i]) == "movieclip") and (this[i]._name.substr(0, 4) == "ayyy")) {
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 511 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 747 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;
_root.jiandao.swapDepths(2000);
};
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 60 Button
on (release) {
gotoAndStop (112);
}
Symbol 63 Button
on (release) {
gotoAndStop (113);
}
Symbol 81 MovieClip Frame 50
this.stop();
Symbol 82 MovieClip Frame 19
this.stop();
Symbol 83 MovieClip Frame 12
this.stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 19
this.stop();
Symbol 88 MovieClip Frame 12
this.stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 102 Button
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}
Symbol 114 MovieClip Frame 11
stop();
Symbol 115 MovieClip Frame 11
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 11
stop();
Symbol 120 MovieClip Frame 11
stop();
Symbol 121 MovieClip Frame 1
stop();
Symbol 167 Button
on (release) {
depth_fun();
gotoAndStop (111);
}
Symbol 169 Button
on (release) {
gotoAndStop (116);
}
Symbol 240 MovieClip [itop01] Frame 1
_root.cloths_c(this);
Symbol 250 MovieClip [itop02] Frame 1
_root.cloths_c(this);
Symbol 257 MovieClip [itop03] Frame 1
_root.cloths_c(this);
Symbol 265 MovieClip [itop04] Frame 1
_root.cloths_c(this);
Symbol 273 MovieClip [itop05] Frame 1
_root.cloths_c(this);
Symbol 282 MovieClip [itop06] Frame 1
_root.cloths_c(this);
Symbol 291 MovieClip [itop07] Frame 1
_root.cloths_c(this);
Symbol 306 MovieClip [itop08] Frame 1
_root.cloths_c(this);
Symbol 315 MovieClip [itop09] Frame 1
_root.cloths_c(this);
Symbol 324 MovieClip [itop10] Frame 1
_root.cloths_c(this);
Symbol 331 MovieClip [isho01] Frame 1
_root.cloths_c(this);
Symbol 340 MovieClip [isho02] Frame 1
_root.cloths_c(this);
Symbol 347 MovieClip [isho03] Frame 1
_root.cloths_c(this);
Symbol 356 MovieClip [isho04] Frame 1
_root.cloths_c(this);
Symbol 367 MovieClip [isho05] Frame 1
_root.cloths_c(this);
Symbol 376 MovieClip [ibot01] Frame 1
_root.cloths_c(this);
Symbol 385 MovieClip [ibot02] Frame 1
_root.cloths_c(this);
Symbol 394 MovieClip [ibot03] Frame 1
_root.cloths_c(this);
Symbol 399 MovieClip [ibot04] Frame 1
_root.cloths_c(this);
Symbol 408 MovieClip [ibot05] Frame 1
_root.cloths_c(this);
Symbol 413 MovieClip [ibot06] Frame 1
_root.cloths_c(this);
Symbol 418 MovieClip [ibot07] Frame 1
_root.cloths_c(this);
Symbol 425 MovieClip [ibot08] Frame 1
_root.cloths_c(this);
Symbol 432 MovieClip [ibot09] Frame 1
_root.cloths_c(this);
Symbol 441 MovieClip [ibot10] Frame 1
_root.cloths_c(this);
Symbol 444 MovieClip Frame 11
stop();
Symbol 445 MovieClip Frame 11
stop();
Symbol 446 MovieClip Frame 1
stop();
Symbol 449 MovieClip Frame 11
stop();
Symbol 450 MovieClip Frame 11
stop();
Symbol 451 MovieClip Frame 1
stop();
Symbol 456 Button
on (release) {
gotoAndStop (114);
}
Symbol 460 Button
on (release) {
_root.save_init(_root.temp_mc);
}
Symbol 511 MovieClip Frame 1
stop();
button.onRelease = function () {
gotoAndStop (2);
_root.palette_mc.gotoAndStop(1);
};
Symbol 511 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 517 Button
on (release) {
myColor.setRGB(65280);
}
Symbol 518 Button
on (release) {
myColor.setRGB(52224);
}
Symbol 519 Button
on (release) {
myColor.setRGB(39168);
}
Symbol 520 Button
on (release) {
myColor.setRGB(26112);
}
Symbol 521 Button
on (release) {
myColor.setRGB(13056);
}
Symbol 522 Button
on (release) {
myColor.setRGB(0);
}
Symbol 523 Button
on (release) {
myColor.setRGB(65331);
}
Symbol 524 Button
on (release) {
myColor.setRGB(52275);
}
Symbol 525 Button
on (release) {
myColor.setRGB(39219);
}
Symbol 526 Button
on (release) {
myColor.setRGB(26163);
}
Symbol 527 Button
on (release) {
myColor.setRGB(13107);
}
Symbol 528 Button
on (release) {
myColor.setRGB(51);
}
Symbol 529 Button
on (release) {
myColor.setRGB(65382);
}
Symbol 530 Button
on (release) {
myColor.setRGB(52326);
}
Symbol 531 Button
on (release) {
myColor.setRGB(39270);
}
Symbol 532 Button
on (release) {
myColor.setRGB(26214);
}
Symbol 533 Button
on (release) {
myColor.setRGB(13158);
}
Symbol 534 Button
on (release) {
myColor.setRGB(102);
}
Symbol 535 Button
on (release) {
myColor.setRGB(65433);
}
Symbol 536 Button
on (release) {
myColor.setRGB(52377);
}
Symbol 537 Button
on (release) {
myColor.setRGB(39321);
}
Symbol 538 Button
on (release) {
myColor.setRGB(26265);
}
Symbol 539 Button
on (release) {
myColor.setRGB(13209);
}
Symbol 540 Button
on (release) {
myColor.setRGB(153);
}
Symbol 541 Button
on (release) {
myColor.setRGB(65484);
}
Symbol 542 Button
on (release) {
myColor.setRGB(52428);
}
Symbol 543 Button
on (release) {
myColor.setRGB(39372);
}
Symbol 544 Button
on (release) {
myColor.setRGB(26316);
}
Symbol 545 Button
on (release) {
myColor.setRGB(13260);
}
Symbol 546 Button
on (release) {
myColor.setRGB(204);
}
Symbol 547 Button
on (release) {
myColor.setRGB(65535);
}
Symbol 548 Button
on (release) {
myColor.setRGB(52479);
}
Symbol 549 Button
on (release) {
myColor.setRGB(39423);
}
Symbol 550 Button
on (release) {
myColor.setRGB(26367);
}
Symbol 551 Button
on (release) {
myColor.setRGB(13311);
}
Symbol 552 Button
on (release) {
myColor.setRGB(255);
}
Symbol 553 Button
on (release) {
myColor.setRGB(10092288);
}
Symbol 554 Button
on (release) {
myColor.setRGB(10079232);
}
Symbol 555 Button
on (release) {
myColor.setRGB(10066176);
}
Symbol 556 Button
on (release) {
myColor.setRGB(10053120);
}
Symbol 557 Button
on (release) {
myColor.setRGB(10040064);
}
Symbol 558 Button
on (release) {
myColor.setRGB(10027008);
}
Symbol 559 Button
on (release) {
myColor.setRGB(10092339);
}
Symbol 560 Button
on (release) {
myColor.setRGB(10079283);
}
Symbol 561 Button
on (release) {
myColor.setRGB(10066227);
}
Symbol 562 Button
on (release) {
myColor.setRGB(10053171);
}
Symbol 563 Button
on (release) {
myColor.setRGB(10040115);
}
Symbol 564 Button
on (release) {
myColor.setRGB(10027059);
}
Symbol 565 Button
on (release) {
myColor.setRGB(10092390);
}
Symbol 566 Button
on (release) {
myColor.setRGB(10079334);
}
Symbol 567 Button
on (release) {
myColor.setRGB(10066278);
}
Symbol 568 Button
on (release) {
myColor.setRGB(10053222);
}
Symbol 569 Button
on (release) {
myColor.setRGB(10040166);
}
Symbol 570 Button
on (release) {
myColor.setRGB(10027110);
}
Symbol 571 Button
on (release) {
myColor.setRGB(10092441);
}
Symbol 572 Button
on (release) {
myColor.setRGB(10079385);
}
Symbol 573 Button
on (release) {
myColor.setRGB(10066329);
}
Symbol 574 Button
on (release) {
myColor.setRGB(10053273);
}
Symbol 575 Button
on (release) {
myColor.setRGB(10040217);
}
Symbol 576 Button
on (release) {
myColor.setRGB(10027161);
}
Symbol 577 Button
on (release) {
myColor.setRGB(10092492);
}
Symbol 578 Button
on (release) {
myColor.setRGB(10079436);
}
Symbol 579 Button
on (release) {
myColor.setRGB(10066380);
}
Symbol 580 Button
on (release) {
myColor.setRGB(10053324);
}
Symbol 581 Button
on (release) {
myColor.setRGB(10040268);
}
Symbol 582 Button
on (release) {
myColor.setRGB(10027212);
}
Symbol 583 Button
on (release) {
myColor.setRGB(10092543);
}
Symbol 584 Button
on (release) {
myColor.setRGB(10079487);
}
Symbol 585 Button
on (release) {
myColor.setRGB(10066431);
}
Symbol 586 Button
on (release) {
myColor.setRGB(10053375);
}
Symbol 587 Button
on (release) {
myColor.setRGB(10040319);
}
Symbol 588 Button
on (release) {
myColor.setRGB(10027263);
}
Symbol 589 Button
on (release) {
myColor.setRGB(3407616);
}
Symbol 590 Button
on (release) {
myColor.setRGB(3394560);
}
Symbol 591 Button
on (release) {
myColor.setRGB(3381504);
}
Symbol 592 Button
on (release) {
myColor.setRGB(3368448);
}
Symbol 593 Button
on (release) {
myColor.setRGB(3355392);
}
Symbol 594 Button
on (release) {
myColor.setRGB(3342336);
}
Symbol 595 Button
on (release) {
myColor.setRGB(3407667);
}
Symbol 596 Button
on (release) {
myColor.setRGB(3394611);
}
Symbol 597 Button
on (release) {
myColor.setRGB(3381555);
}
Symbol 598 Button
on (release) {
myColor.setRGB(3368499);
}
Symbol 599 Button
on (release) {
myColor.setRGB(3355443);
}
Symbol 600 Button
on (release) {
myColor.setRGB(3342387);
}
Symbol 601 Button
on (release) {
myColor.setRGB(3407718);
}
Symbol 602 Button
on (release) {
myColor.setRGB(3394662);
}
Symbol 603 Button
on (release) {
myColor.setRGB(3381606);
}
Symbol 604 Button
on (release) {
myColor.setRGB(3368550);
}
Symbol 605 Button
on (release) {
myColor.setRGB(3355494);
}
Symbol 606 Button
on (release) {
myColor.setRGB(3342438);
}
Symbol 607 Button
on (release) {
myColor.setRGB(3407769);
}
Symbol 608 Button
on (release) {
myColor.setRGB(3394713);
}
Symbol 609 Button
on (release) {
myColor.setRGB(3381657);
}
Symbol 610 Button
on (release) {
myColor.setRGB(3368601);
}
Symbol 611 Button
on (release) {
myColor.setRGB(3355545);
}
Symbol 612 Button
on (release) {
myColor.setRGB(3342489);
}
Symbol 613 Button
on (release) {
myColor.setRGB(3407820);
}
Symbol 614 Button
on (release) {
myColor.setRGB(3394764);
}
Symbol 615 Button
on (release) {
myColor.setRGB(3381708);
}
Symbol 616 Button
on (release) {
myColor.setRGB(3368652);
}
Symbol 617 Button
on (release) {
myColor.setRGB(3355596);
}
Symbol 618 Button
on (release) {
myColor.setRGB(3342540);
}
Symbol 619 Button
on (release) {
myColor.setRGB(3407871);
}
Symbol 620 Button
on (release) {
myColor.setRGB(3394815);
}
Symbol 621 Button
on (release) {
myColor.setRGB(3381759);
}
Symbol 622 Button
on (release) {
myColor.setRGB(3368703);
}
Symbol 623 Button
on (release) {
myColor.setRGB(3355647);
}
Symbol 624 Button
on (release) {
myColor.setRGB(3342591);
}
Symbol 625 Button
on (release) {
myColor.setRGB(13434624);
}
Symbol 626 Button
on (release) {
myColor.setRGB(13421568);
}
Symbol 627 Button
on (release) {
myColor.setRGB(13408512);
}
Symbol 628 Button
on (release) {
myColor.setRGB(13395456);
}
Symbol 629 Button
on (release) {
myColor.setRGB(13382400);
}
Symbol 630 Button
on (release) {
myColor.setRGB(13369344);
}
Symbol 631 Button
on (release) {
myColor.setRGB(13434675);
}
Symbol 632 Button
on (release) {
myColor.setRGB(13421619);
}
Symbol 633 Button
on (release) {
myColor.setRGB(13408563);
}
Symbol 634 Button
on (release) {
myColor.setRGB(13395507);
}
Symbol 635 Button
on (release) {
myColor.setRGB(13382451);
}
Symbol 636 Button
on (release) {
myColor.setRGB(13369395);
}
Symbol 637 Button
on (release) {
myColor.setRGB(13434726);
}
Symbol 638 Button
on (release) {
myColor.setRGB(13421670);
}
Symbol 639 Button
on (release) {
myColor.setRGB(13408614);
}
Symbol 640 Button
on (release) {
myColor.setRGB(13395558);
}
Symbol 641 Button
on (release) {
myColor.setRGB(13382502);
}
Symbol 642 Button
on (release) {
myColor.setRGB(13369446);
}
Symbol 643 Button
on (release) {
myColor.setRGB(13434777);
}
Symbol 644 Button
on (release) {
myColor.setRGB(13421721);
}
Symbol 645 Button
on (release) {
myColor.setRGB(13408665);
}
Symbol 646 Button
on (release) {
myColor.setRGB(13395609);
}
Symbol 647 Button
on (release) {
myColor.setRGB(13382553);
}
Symbol 648 Button
on (release) {
myColor.setRGB(13369497);
}
Symbol 649 Button
on (release) {
myColor.setRGB(13434828);
}
Symbol 650 Button
on (release) {
myColor.setRGB(13421772);
}
Symbol 651 Button
on (release) {
myColor.setRGB(13395660);
}
Symbol 652 Button
on (release) {
myColor.setRGB(13382604);
}
Symbol 653 Button
on (release) {
myColor.setRGB(13369548);
}
Symbol 654 Button
on (release) {
myColor.setRGB(13434879);
}
Symbol 655 Button
on (release) {
myColor.setRGB(13421823);
}
Symbol 656 Button
on (release) {
myColor.setRGB(13408767);
}
Symbol 657 Button
on (release) {
myColor.setRGB(13395711);
}
Symbol 658 Button
on (release) {
myColor.setRGB(13382655);
}
Symbol 659 Button
on (release) {
myColor.setRGB(13369599);
}
Symbol 660 Button
on (release) {
myColor.setRGB(6749952);
}
Symbol 661 Button
on (release) {
myColor.setRGB(6736896);
}
Symbol 662 Button
on (release) {
myColor.setRGB(6723840);
}
Symbol 663 Button
on (release) {
myColor.setRGB(6710784);
}
Symbol 664 Button
on (release) {
myColor.setRGB(6697728);
}
Symbol 665 Button
on (release) {
myColor.setRGB(6684672);
}
Symbol 666 Button
on (release) {
myColor.setRGB(6750003);
}
Symbol 667 Button
on (release) {
myColor.setRGB(6736947);
}
Symbol 668 Button
on (release) {
myColor.setRGB(6723891);
}
Symbol 669 Button
on (release) {
myColor.setRGB(6710835);
}
Symbol 670 Button
on (release) {
myColor.setRGB(6697779);
}
Symbol 671 Button
on (release) {
myColor.setRGB(6684723);
}
Symbol 672 Button
on (release) {
myColor.setRGB(6750054);
}
Symbol 673 Button
on (release) {
myColor.setRGB(6736998);
}
Symbol 674 Button
on (release) {
myColor.setRGB(6723942);
}
Symbol 675 Button
on (release) {
myColor.setRGB(6710886);
}
Symbol 676 Button
on (release) {
myColor.setRGB(6697830);
}
Symbol 677 Button
on (release) {
myColor.setRGB(6684774);
}
Symbol 678 Button
on (release) {
myColor.setRGB(6750105);
}
Symbol 679 Button
on (release) {
myColor.setRGB(6737049);
}
Symbol 680 Button
on (release) {
myColor.setRGB(6723993);
}
Symbol 681 Button
on (release) {
myColor.setRGB(6710937);
}
Symbol 682 Button
on (release) {
myColor.setRGB(6697881);
}
Symbol 683 Button
on (release) {
myColor.setRGB(6684825);
}
Symbol 684 Button
on (release) {
myColor.setRGB(6750156);
}
Symbol 685 Button
on (release) {
myColor.setRGB(6710988);
}
Symbol 686 Button
on (release) {
myColor.setRGB(6724044);
}
Symbol 687 Button
on (release) {
myColor.setRGB(6697932);
}
Symbol 688 Button
on (release) {
myColor.setRGB(6684876);
}
Symbol 689 Button
on (release) {
myColor.setRGB(6750207);
}
Symbol 690 Button
on (release) {
myColor.setRGB(6737151);
}
Symbol 691 Button
on (release) {
myColor.setRGB(6724095);
}
Symbol 692 Button
on (release) {
myColor.setRGB(6711039);
}
Symbol 693 Button
on (release) {
myColor.setRGB(6697983);
}
Symbol 694 Button
on (release) {
myColor.setRGB(6684927);
}
Symbol 695 Button
on (release) {
myColor.setRGB(16776960);
}
Symbol 696 Button
on (release) {
myColor.setRGB(16763904);
}
Symbol 697 Button
on (release) {
myColor.setRGB(16750848);
}
Symbol 698 Button
on (release) {
myColor.setRGB(16737792);
}
Symbol 699 Button
on (release) {
myColor.setRGB(16724736);
}
Symbol 700 Button
on (release) {
myColor.setRGB(16711680);
}
Symbol 701 Button
on (release) {
myColor.setRGB(16777011);
}
Symbol 702 Button
on (release) {
myColor.setRGB(16763955);
}
Symbol 703 Button
on (release) {
myColor.setRGB(16750899);
}
Symbol 704 Button
on (release) {
myColor.setRGB(16737843);
}
Symbol 705 Button
on (release) {
myColor.setRGB(16724787);
}
Symbol 706 Button
on (release) {
myColor.setRGB(16711731);
}
Symbol 707 Button
on (release) {
myColor.setRGB(16777062);
}
Symbol 708 Button
on (release) {
myColor.setRGB(16764006);
}
Symbol 709 Button
on (release) {
myColor.setRGB(16750950);
}
Symbol 710 Button
on (release) {
myColor.setRGB(16737894);
}
Symbol 711 Button
on (release) {
myColor.setRGB(16724838);
}
Symbol 712 Button
on (release) {
myColor.setRGB(16711782);
}
Symbol 713 Button
on (release) {
myColor.setRGB(16777113);
}
Symbol 714 Button
on (release) {
myColor.setRGB(16764057);
}
Symbol 715 Button
on (release) {
myColor.setRGB(16751001);
}
Symbol 716 Button
on (release) {
myColor.setRGB(16737945);
}
Symbol 717 Button
on (release) {
myColor.setRGB(16724889);
}
Symbol 718 Button
on (release) {
myColor.setRGB(16711833);
}
Symbol 719 Button
on (release) {
myColor.setRGB(16777164);
}
Symbol 720 Button
on (release) {
myColor.setRGB(16764108);
}
Symbol 721 Button
on (release) {
myColor.setRGB(16751052);
}
Symbol 722 Button
on (release) {
myColor.setRGB(16737996);
}
Symbol 723 Button
on (release) {
myColor.setRGB(16724940);
}
Symbol 724 Button
on (release) {
myColor.setRGB(16711884);
}
Symbol 725 Button
on (release) {
myColor.setRGB(16777215);
}
Symbol 726 Button
on (release) {
myColor.setRGB(16764159);
}
Symbol 727 Button
on (release) {
myColor.setRGB(16751103);
}
Symbol 728 Button
on (release) {
myColor.setRGB(16738047);
}
Symbol 729 Button
on (release) {
myColor.setRGB(16724991);
}
Symbol 730 Button
on (release) {
myColor.setRGB(16711935);
}
Symbol 731 Button
on (release) {
myColor.setRGB(3355443);
}
Symbol 732 Button
on (release) {
myColor.setRGB(6710886);
}
Symbol 733 Button
on (release) {
myColor.setRGB(10066329);
}
Symbol 734 Button
on (release) {
myColor.setRGB(13421772);
}
Symbol 735 Button
on (release) {
myColor.setRGB(16777215);
}
Symbol 736 Button
on (release) {
myColor.setRGB(16711680);
}
Symbol 737 Button
on (release) {
myColor.setRGB(65280);
}
Symbol 738 Button
on (release) {
myColor.setRGB(255);
}
Symbol 739 Button
on (release) {
myColor.setRGB(16776960);
}
Symbol 740 Button
on (release) {
myColor.setRGB(65535);
}
Symbol 741 Button
on (release) {
myColor.setRGB(16711935);
}
Symbol 742 Button
on (release) {
myColor.setRGB(3426635);
}
Symbol 743 Button
on (release) {
myColor.setRGB(5995652);
}
Symbol 744 Button
on (release) {
myColor.setRGB(7510172);
}
Symbol 745 Button
on (release) {
myColor.setRGB(10204857);
}
Symbol 746 Button
on (release) {
myColor.setRGB(12899285);
}
Symbol 747 MovieClip Frame 1
stop();
_global.myColor = new Color("c");
button.onRelease = function () {
gotoAndStop (2);
_root.palette_shad.gotoAndStop(1);
};
Symbol 747 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 750 MovieClip Frame 11
stop();
Symbol 751 MovieClip Frame 11
stop();
Symbol 752 MovieClip Frame 1
stop();
Symbol 755 Button
on (release) {
_root.save_init(_root.temp_mc);
}
Symbol 757 Button
on (release) {
depth_fun();
gotoAndStop (113);
}
Symbol 759 Button
on (release) {
gotoAndStop (115);
}
Symbol 764 MovieClip Frame 11
stop();
Symbol 765 MovieClip Frame 11
stop();
Symbol 766 MovieClip Frame 1
stop();
Symbol 769 MovieClip Frame 11
stop();
Symbol 770 MovieClip Frame 11
stop();
Symbol 771 MovieClip Frame 1
stop();
Symbol 774 MovieClip Frame 11
stop();
Symbol 775 MovieClip Frame 11
stop();
Symbol 776 MovieClip Frame 1
stop();
Symbol 777 Button
on (release) {
depth_fun();
gotoAndStop (114);
}
Symbol 780 Button
on (release) {
depth_fun();
depth_fun2();
gotoAndStop (111);
}