Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Frame 109
stop();
loader_mc.onEnterFrame = function () {
var _local3 = this._parent;
var _local2 = _local3.getBytesLoaded() / _local3.getBytesTotal();
trace(_local2);
_local3.per = int(_local2 * 100);
this._xscale = int(_local2 * 100);
if (_local2 == 1) {
this.onEnterFrame = null;
_local3.nextFrame();
}
};
Frame 110
function start_link() {
gotoAndPlay (111);
trace("ok");
}
function domain_link() {
getURL ("http://www.i-dressup.com", "_blank");
trace("ok");
}
function sound_click() {
btn_sound = new Sound(this.btn_mc2);
btn_sound.attachSound("click");
btn_sound.setVolume(50);
btn_sound.start(0, 1);
}
stop();
begin_btn.onRelease = function () {
start_link();
};
begin_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
begin_btn.onRollOut = (begin_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
domain_btn.onRelease = function () {
domain_link();
};
domain_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
domain_btn.onRollOut = (domain_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
Frame 111
function clear_ini() {
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.top2_mc.gotoAndStop(1);
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.shoes_mc.gotoAndStop(1);
_root.model_mc.jew01_mc.gotoAndStop(1);
_root.model_mc.jew02_mc.gotoAndStop(1);
_root.model_mc.jew03_mc.gotoAndStop(1);
_root.model_mc.jew04_mc.gotoAndStop(1);
_root.model_mc.eye_mc.gotoAndStop(1);
_root.model_mc.hair_mc.gotoAndStop(1);
_root.model_mc.yaodai_mc.gotoAndStop(1);
_root.model_mc.cap_mc.gotoAndStop(1);
_root.model_mc.bag_mc.gotoAndStop(1);
_root.model_mc.waitao_mc.gotoAndStop(1);
_root.model_mc.kuwa_mc.gotoAndStop(1);
_root.model_mc.shoutao_mc.gotoAndStop(1);
_root.model_mc.glass_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear1_mc._visible = true;
_root.model_mc.tools5_mc.underwear2_mc._visible = true;
var _local2 = 1;
while (_local2 < 22) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_root.model_mc[("tools" + _local2) + "_mc"].gotoAndStop(1);
_local2++;
}
}
function to_initialize_fun(_mc, y0) {
_mc.xp = 0;
_mc.yp = 0;
_mc.onEnterFrame = function () {
this.yp = (this.yp * 0.45) + ((y0 - this._y) * 0.1);
this._y = this._y + this.yp;
if (Math.abs(this.yp) < 0.1) {
this._y = y0;
delete this.onEnterFrame;
}
};
}
function make_fun() {
for (var _local4 in this) {
if (typeof(this[_local4]) == "movieclip") {
if (this[_local4]._name.substr(0, 5) == "tools") {
this[_local4].onRelease = function () {
var _local4 = Number(this._name.substr(5, 2));
var _local3 = 1;
while (_local3 <= 7) {
_root.to_initialize_fun(_root.tool_mask["thing_menu" + _local3], 0);
_root["tools0" + _local3].gotoAndStop(1);
_local3++;
}
_root.to_initialize_fun(_root.tool_mask["thing_menu" + _local4], 140);
this.gotoAndStop(2);
};
}
if (this[_local4]._name.substr(0, 3) == "jew") {
this[_local4].onRelease = function () {
this.gotoAndStop(2);
_root.fair_menu.gotoAndStop(2);
_root.hair_btn.gotoAndStop(1);
};
}
if (this[_local4]._name.substr(0, 4) == "hair") {
this[_local4].onRelease = function () {
this.gotoAndStop(2);
_root.fair_menu.gotoAndStop(1);
_root.jew_btn.gotoAndStop(1);
};
}
if (this[_local4]._name.substr(0, 3) == "btn") {
this[_local4].onRelease = function () {
gotoAndStop(this.n +110);
};
this[_local4].onRollOver = function () {
this.gotoAndStop(2);
};
this[_local4].onRollOut = function () {
this.gotoAndStop(1);
};
}
}
}
}
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;
}
trace(this.model_mc._x);
}
function third_ch_ini() {
for (var _local4 in this) {
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "a")) {
this[_local4].onRelease = function () {
s1_sd();
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, 2) == "a1") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_root.model_mc.top1_mc.gotoAndStop(_local3);
_root.model_mc.tools5_mc.underwear1_mc._visible = false;
_root.model_mc.tools5_mc_.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a2") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
}
this._visible = false;
_root.on_clothing2 = this;
_root.model_mc.top2_mc.gotoAndStop(_local3);
_root.model_mc.tools5_mc.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a3") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear1_mc._visible = true;
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing3 = this;
_root.model_mc.bot1_mc.gotoAndStop(_local3);
_root.model_mc.tools5_mc.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a4") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
}
this._visible = false;
_root.on_clothing4 = this;
_root.model_mc.top3_mc.gotoAndStop(_local3);
_root.model_mc.tools5_mc.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a5") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear1_mc._visible = true;
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.tools5_mc.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing5 = this;
_root.model_mc.bot2_mc.gotoAndStop(_local3);
_root.model_mc.tools5_mc.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a9") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing10 != undefined) {
_root.on_clothing10._visible = true;
_root.on_clothing10 = undefined;
}
this._visible = false;
_root.on_clothing10 = this;
_root.model_mc.shoes_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "aj") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
this._visible = false;
_root.on_clothing5 = this;
_root.model_mc.jew01_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a6") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing6 != undefined) {
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
}
this._visible = false;
_root.on_clothing6 = this;
_root.model_mc.jew02_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a7") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing7 != undefined) {
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
}
this._visible = false;
_root.on_clothing7 = this;
_root.model_mc.bag_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a8") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing8 != undefined) {
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
}
this._visible = false;
_root.on_clothing8 = this;
_root.model_mc.cap_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "aw") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing9 != undefined) {
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
}
this._visible = false;
_root.on_clothing9 = this;
_root.model_mc.waitao_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ay") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing11 != undefined) {
_root.on_clothing11._visible = true;
_root.on_clothing11 = undefined;
}
this._visible = false;
_root.on_clothing11 = this;
_root.model_mc.yaodai_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ak") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing12 != undefined) {
_root.on_clothing12._visible = true;
_root.on_clothing12 = undefined;
}
this._visible = false;
_root.on_clothing12 = this;
_root.model_mc.jew03_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ag") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing13 != undefined) {
_root.on_clothing13._visible = true;
_root.on_clothing13 = undefined;
}
this._visible = false;
_root.on_clothing13 = this;
_root.model_mc.glass_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "as") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing14 != undefined) {
_root.on_clothing14._visible = true;
_root.on_clothing14 = undefined;
}
this._visible = false;
_root.on_clothing14 = this;
_root.model_mc.jew04_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ae") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing15 != undefined) {
_root.on_clothing15._visible = true;
_root.on_clothing15 = undefined;
}
this._visible = false;
_root.on_clothing15 = this;
_root.model_mc.shoutao_mc.gotoAndStop(_local3);
}
}
};
}
}
}
function reset_one() {
for (var _local3 in _root.model_mc) {
if (typeof(_root.model_mc[_local3]) == "movieclip") {
_root.model_mc[_local3].enabled = true;
if (_root.model_mc[_local3]._name.substr(0, 3) == "cap") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.tools5_mc.underwear1_mc._visible = true;
_root.model_mc.tools5_mc.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top2") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.tools5_mc.underwear1_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "bot1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.tools5_mc.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "bot2") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.tools5_mc.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 3) == "bag") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "waita") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "yaoda") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing11._visible = true;
_root.on_clothing11 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew03") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing12._visible = true;
_root.on_clothing12 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "glass") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing13._visible = true;
_root.on_clothing13 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing14._visible = true;
_root.on_clothing14 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "shout") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing15._visible = true;
_root.on_clothing15 = undefined;
};
}
}
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
function sound_ini4() {
_root.bg4_sound = new Sound();
_root.bg4_sound.attachSound("s4");
_root.bg4_sound.start();
_root.bg4_sound.setVolume(100);
}
function s1_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("click");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function sound3() {
mySound3 = new Sound();
mySound3.attachSound("s3");
mySound3.start(0, 999);
mySound3.setVolume(100);
}
function end_btn_sound_fun() {
mySound3.stop();
}
function SetPrintJob() {
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root", {printAsBitmap:true});
my_pj.send();
delete my_pj;
}
stop();
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
var sd_no = true;
girl(0, 0, 100);
sd_btn.onRelease = function () {
if (sd_no == true) {
end_btn_sound_fun();
sd_no = false;
} else {
sound3();
sd_no = true;
}
};
end_btn_sound_fun();
sound3();
third_ch_ini();
reset_one();
clothing_visible();
make_fun();
Instance of Symbol 344 MovieClip "model_mc" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 360 MovieClip "btn_dressup" in Frame 111
onClipEvent (load) {
this.n = 1;
}
Instance of Symbol 360 MovieClip "btn_ok" in Frame 111
onClipEvent (load) {
this.n = 3;
}
Instance of Symbol 360 MovieClip "btn_reset" in Frame 111
on (release) {
_root.clear_ini();
}
Instance of Symbol 360 MovieClip "btn_make" in Frame 111
onClipEvent (load) {
this.n = 2;
}
Frame 112
stop();
girl(-140, 30, 350);
make_fun();
Frame 113
stop();
girl(-200, -5, 100);
for (var i in _root.model_mc) {
if (typeof(_root.model_mc[i]) == "movieclip") {
model_mc[i].enabled = false;
}
}
reset_btn.onRelease = function () {
_root.clear_ini();
gotoAndStop (111);
};
print_btn.onRelease = function () {
_root.SetPrintJob();
};
bg_btn.onRelease = function () {
_root.bg_mc.play();
};
sd_btn.onRelease = function () {
if (sd_no == true) {
end_btn_sound_fun();
sd_no = false;
} else {
sound3();
sd_no = true;
}
};
Instance of Symbol 360 MovieClip "print_btn" in Frame 113
onClipEvent (load) {
this.n = 3;
}
Instance of Symbol 360 MovieClip "bg_btn" in Frame 113
onClipEvent (load) {
this.n = 3;
}
Instance of Symbol 360 MovieClip "reset_btn" in Frame 113
on (release) {
_root.clear_ini();
}
Symbol 129 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 1
stop();
Instance of Symbol 250 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 260 MovieClip Frame 1
stop();
Symbol 263 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 1
stop();
Instance of Symbol 250 MovieClip in Symbol 327 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 327 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 337 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 337 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 342 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 250 MovieClip in Symbol 342 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 343 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 1
stop();
Symbol 365 Button
on (release) {
getURL ("http://www.i-dressup.com", "_blank");
}
Symbol 372 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 1
stop();
Symbol 385 MovieClip Frame 1
stop();
Symbol 389 MovieClip Frame 1
stop();
Symbol 394 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 1
stop();
Symbol 403 Button
on (release) {
_root.model_mc.eye_mc.gotoAndStop(2);
}
Symbol 404 Button
on (release) {
_root.model_mc.eye_mc.gotoAndStop(3);
}
Symbol 405 Button
on (release) {
_root.model_mc.eye_mc.gotoAndStop(4);
}
Symbol 406 Button
on (release) {
_root.model_mc.eye_mc.gotoAndStop(5);
}
Symbol 407 Button
on (release) {
_root.model_mc.eye_mc.gotoAndStop(6);
}
Symbol 408 Button
on (release) {
_root.model_mc.eye_mc.gotoAndStop(7);
}
Symbol 409 Button
on (release) {
_root.model_mc.eye_mc.gotoAndStop(8);
}
Symbol 410 Button
on (release) {
_root.model_mc.eye_mc.gotoAndStop(1);
}
Symbol 412 MovieClip Frame 1
for (var i in _root.tool_mask.thing_menu7) {
trace(_root.tool_mask.thing_menu7[i]);
if (typeof(_root.tool_mask.thing_menu7[i]) == "object") {
_root.tool_mask.thing_menu7[i].onRelease = function () {
_root.sound_ini4();
};
}
}
Symbol 413 Button
on (release) {
_root.movie2.n = 1;
_root.movie2.gotoAndPlay(2);
}
Symbol 414 Button
on (release) {
_root.movie2.n = 2;
_root.movie2.gotoAndPlay(2);
}
Symbol 415 Button
on (release) {
_root.movie2.n = 3;
_root.movie2.gotoAndPlay(2);
}
Symbol 416 Button
on (release) {
_root.movie2.n = 4;
_root.movie2.gotoAndPlay(2);
}
Symbol 417 Button
on (release) {
_root.movie2.n = 5;
_root.movie2.gotoAndPlay(2);
}
Symbol 418 Button
on (release) {
_root.movie2.n = 6;
_root.movie2.gotoAndPlay(2);
}
Symbol 419 Button
on (release) {
_root.movie2.n = 0;
_root.movie2.gotoAndPlay(2);
}
Symbol 420 MovieClip Frame 1
for (var i in _root.tool_mask.thing_menu1) {
trace(_root.tool_mask.thing_menu1[i]);
if (typeof(_root.tool_mask.thing_menu1[i]) == "object") {
_root.tool_mask.thing_menu1[i].onRelease = function () {
_root.sound_ini4();
};
}
}
Symbol 432 Button
on (release) {
_root.movie1.n = 1;
_root.movie1.gotoAndPlay(2);
}
Symbol 433 Button
on (release) {
_root.movie1.n = 2;
_root.movie1.gotoAndPlay(2);
}
Symbol 434 Button
on (release) {
_root.movie1.n = 3;
_root.movie1.gotoAndPlay(2);
}
Symbol 435 Button
on (release) {
_root.movie1.n = 4;
_root.movie1.gotoAndPlay(2);
}
Symbol 436 Button
on (release) {
_root.movie1.n = 0;
_root.movie1.gotoAndPlay(2);
}
Symbol 437 MovieClip Frame 1
for (var i in _root.tool_mask.thing_menu2) {
trace(_root.tool_mask.thing_menu2[i]);
if (typeof(_root.tool_mask.thing_menu2[i]) == "object") {
_root.tool_mask.thing_menu2[i].onRelease = function () {
_root.sound_ini4();
};
}
}
Symbol 443 Button
on (release) {
_root.movie3.n = 1;
_root.movie3.gotoAndPlay(2);
}
Symbol 444 Button
on (release) {
_root.movie3.n = 2;
_root.movie3.gotoAndPlay(2);
}
Symbol 445 Button
on (release) {
_root.movie3.n = 3;
_root.movie3.gotoAndPlay(2);
}
Symbol 446 Button
on (release) {
_root.movie3.n = 4;
_root.movie3.gotoAndPlay(2);
}
Symbol 447 Button
on (release) {
_root.movie3.n = 0;
_root.movie3.gotoAndPlay(2);
}
Symbol 448 MovieClip Frame 1
for (var i in _root.tool_mask.thing_menu3) {
trace(_root.tool_mask.thing_menu3[i]);
if (typeof(_root.tool_mask.thing_menu3[i]) == "object") {
_root.tool_mask.thing_menu3[i].onRelease = function () {
_root.sound_ini4();
};
}
}
Symbol 449 Button
on (release) {
_root.movie4.n = 1;
_root.movie4.gotoAndPlay(2);
}
Symbol 450 Button
on (release) {
_root.movie4.n = 0;
_root.movie4.gotoAndPlay(2);
}
Symbol 451 Button
on (release) {
_root.movie4.n = 5;
_root.movie4.gotoAndPlay(2);
}
Symbol 452 Button
on (release) {
_root.movie4.n = 4;
_root.movie4.gotoAndPlay(2);
}
Symbol 453 Button
on (release) {
_root.movie4.n = 3;
_root.movie4.gotoAndPlay(2);
}
Symbol 454 Button
on (release) {
_root.movie4.n = 2;
_root.movie4.gotoAndPlay(2);
}
Symbol 455 MovieClip Frame 1
for (var i in _root.tool_mask.thing_menu4) {
trace(_root.tool_mask.thing_menu4[i]);
if (typeof(_root.tool_mask.thing_menu4[i]) == "object") {
_root.tool_mask.thing_menu4[i].onRelease = function () {
_root.sound_ini4();
};
}
}
Symbol 456 Button
on (release) {
_root.model_mc.tools5_mc.gotoAndStop(1);
_root.model_mc.tools7_mc.gotoAndStop(1);
}
Symbol 457 Button
on (release) {
_root.model_mc.tools5_mc.gotoAndStop(4);
_root.model_mc.tools7_mc.gotoAndStop(4);
}
Symbol 458 Button
on (release) {
_root.model_mc.tools5_mc.gotoAndStop(3);
_root.model_mc.tools7_mc.gotoAndStop(3);
}
Symbol 459 Button
on (release) {
_root.model_mc.tools5_mc.gotoAndStop(2);
_root.model_mc.tools7_mc.gotoAndStop(2);
}
Symbol 460 Button
on (release) {
_root.model_mc.tools5_mc.gotoAndStop(5);
_root.model_mc.tools7_mc.gotoAndStop(5);
}
Symbol 461 MovieClip Frame 1
for (var i in _root.tool_mask.thing_menu5) {
trace(_root.tool_mask.thing_menu5[i]);
if (typeof(_root.tool_mask.thing_menu5[i]) == "object") {
_root.tool_mask.thing_menu5[i].onRelease = function () {
_root.sound_ini4();
};
}
}
Symbol 462 Button
on (release) {
_root.movie6.n = 1;
_root.movie6.gotoAndPlay(2);
}
Symbol 463 Button
on (release) {
_root.movie6.n = 0;
_root.movie6.gotoAndPlay(2);
}
Symbol 464 Button
on (release) {
_root.movie6.n = 4;
_root.movie6.gotoAndPlay(2);
}
Symbol 465 Button
on (release) {
_root.movie6.n = 3;
_root.movie6.gotoAndPlay(2);
}
Symbol 466 Button
on (release) {
_root.movie6.n = 2;
_root.movie6.gotoAndPlay(2);
}
Symbol 467 MovieClip Frame 1
for (var i in _root.tool_mask.thing_menu6) {
trace(_root.tool_mask.thing_menu6[i]);
if (typeof(_root.tool_mask.thing_menu6[i]) == "object") {
_root.tool_mask.thing_menu6[i].onRelease = function () {
_root.sound_ini4();
};
}
}
Symbol 472 MovieClip Frame 1
function btn_go() {
for (var _local4 in this) {
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "h")) {
this[_local4].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1));
_root.fair_movie.n = _local3;
_root.fair_movie.gotoAndPlay(2);
_root.sound_ini4();
};
}
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "x")) {
this[_local4].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1));
_root.model_mc.jew02_mc.gotoAndStop(_local3 + 1);
_root.sound_ini4();
};
}
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "j")) {
this[_local4].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1));
_root.model_mc.jew01_mc.gotoAndStop(_local3 + 1);
_root.sound_ini4();
};
}
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "w")) {
this[_local4].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1)) + 1;
if (_root.model_mc.waitao_mc._currentframe == _local3) {
_root.model_mc.waitao_mc.gotoAndStop(1);
} else {
_root.model_mc.waitao_mc.gotoAndStop(_local3);
_root.sound_ini4();
}
};
}
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "c")) {
this[_local4].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1)) + 1;
if (_root.model_mc.cap_mc._currentframe == _local3) {
_root.model_mc.cap_mc.gotoAndStop(1);
} else {
_root.model_mc.cap_mc.gotoAndStop(_local3);
_root.sound_ini4();
}
};
}
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "b")) {
this[_local4].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1)) + 1;
if (_root.model_mc.jew03_mc._currentframe == _local3) {
_root.model_mc.jew03_mc.gotoAndStop(1);
} else {
_root.model_mc.jew03_mc.gotoAndStop(_local3);
_root.sound_ini4();
}
};
}
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "y")) {
this[_local4].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1)) + 1;
if (_root.model_mc.yaodai_mc._currentframe == _local3) {
_root.model_mc.yaodai_mc.gotoAndStop(1);
} else {
_root.model_mc.yaodai_mc.gotoAndStop(_local3);
_root.sound_ini4();
}
};
}
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "g")) {
this[_local4].onRelease = function () {
var _local3 = Number(this._name.substr(1, 1)) + 1;
if (_root.model_mc.glass_mc._currentframe == _local3) {
_root.model_mc.glass_mc.gotoAndStop(1);
} else {
_root.model_mc.glass_mc.gotoAndStop(_local3);
_root.sound_ini4();
}
};
}
}
}
stop();
btn_go();
Symbol 472 MovieClip Frame 2
stop();
btn_go();
Symbol 475 MovieClip Frame 1
stop();
Symbol 475 MovieClip Frame 37
stop();
_root.model_mc.tools2_mc.gotoAndStop(this.n + 1);
Symbol 478 MovieClip Frame 1
stop();
Symbol 478 MovieClip Frame 37
stop();
_root.model_mc.tools1_mc.gotoAndStop(this.n + 1);
Symbol 481 MovieClip Frame 1
stop();
Symbol 481 MovieClip Frame 37
stop();
_root.model_mc.tools3_mc.gotoAndStop(this.n + 1);
Symbol 485 MovieClip Frame 1
stop();
Symbol 485 MovieClip Frame 37
stop();
_root.model_mc.tools4_mc.gotoAndStop(this.n + 1);
Symbol 488 MovieClip Frame 1
stop();
Symbol 488 MovieClip Frame 37
stop();
_root.model_mc.tools6_mc.gotoAndStop(this.n + 1);
Symbol 497 MovieClip Frame 1
stop();
Instance of Symbol 496 MovieClip in Symbol 497 MovieClip Frame 2
onClipEvent (load) {
n = random(20) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 496 MovieClip in Symbol 497 MovieClip Frame 2
onClipEvent (load) {
n = random(20) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 496 MovieClip in Symbol 497 MovieClip Frame 2
onClipEvent (load) {
n = random(20) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 496 MovieClip in Symbol 497 MovieClip Frame 2
onClipEvent (load) {
n = random(20) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 496 MovieClip in Symbol 497 MovieClip Frame 2
onClipEvent (load) {
n = random(20) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 496 MovieClip in Symbol 497 MovieClip Frame 2
onClipEvent (load) {
n = random(20) + 1;
this.gotoAndPlay(n);
}
Symbol 497 MovieClip Frame 37
stop();
_root.model_mc.hair_mc.gotoAndStop(this.n);
Symbol 500 MovieClip Frame 1
stop();
Symbol 503 MovieClip Frame 1
stop();
Symbol 599 MovieClip Frame 1
stop();
Symbol 599 MovieClip Frame 2
stop();
Symbol 599 MovieClip Frame 3
stop();
Symbol 599 MovieClip Frame 4
stop();
Symbol 599 MovieClip Frame 5
stop();