Instance of Symbol 25 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 25 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
stop();
Frame 112
function s1_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("s1");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function clear_ini(m) {
if (m == "girl") {
_root.girl_mc.top1_mc.gotoAndStop(1);
_root.girl_mc.top2_mc.gotoAndStop(1);
_root.girl_mc.top3_mc.gotoAndStop(1);
_root.girl_mc.bot2_mc.gotoAndStop(1);
_root.girl_mc.bot1_mc.gotoAndStop(1);
_root.girl_mc.shoes_mc.gotoAndStop(1);
_root.girl_mc.shoes2_mc.gotoAndStop(1);
_root.girl_mc.jew01_mc.gotoAndStop(1);
_root.girl_mc.jew02_mc.gotoAndStop(1);
_root.girl_mc.cap_mc.gotoAndStop(1);
_root.girl_mc.bag_mc.gotoAndStop(1);
_root.girl_mc.jew05_mc.gotoAndStop(1);
_root.girl_mc.jew04_mc.gotoAndStop(1);
_root.girl_mc.hair_mc.gotoAndStop(1);
_root.girl_mc.model_body.underwear1_mc._visible = true;
_root.girl_mc.model_body.underwear2_mc._visible = true;
var _local2 = 1;
while (_local2 < 11) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
_root.on_clothing21 = undefined;
}
if (m == "boy") {
_root.boy_mc.top1_mc.gotoAndStop(1);
_root.boy_mc.top2_mc.gotoAndStop(1);
_root.boy_mc.top3_mc.gotoAndStop(1);
_root.boy_mc.bot2_mc.gotoAndStop(1);
_root.boy_mc.bot1_mc.gotoAndStop(1);
_root.boy_mc.shoes_mc.gotoAndStop(1);
_root.boy_mc.shoes2_mc.gotoAndStop(1);
_root.boy_mc.jew01_mc.gotoAndStop(1);
_root.boy_mc.jew02_mc.gotoAndStop(1);
_root.boy_mc.cap_mc.gotoAndStop(1);
_root.boy_mc.bag_mc.gotoAndStop(1);
_root.boy_mc.jew05_mc.gotoAndStop(1);
_root.boy_mc.jew04_mc.gotoAndStop(1);
_root.boy_mc.hair_mc.gotoAndStop(1);
var _local2 = 11;
while (_local2 < 21) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
}
}
function reset_one() {
for (var _local3 in _root.girl_mc) {
if (typeof(_root.girl_mc[_local3]) == "movieclip") {
_root.girl_mc[_local3].enabled = true;
if (_root.girl_mc[_local3]._name.substr(0, 3) == "cap") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "top1") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.girl_mc.model_body.underwear1_mc._visible = true;
_root.girl_mc.model_body.underwear2_mc._visible = true;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "top2") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.girl_mc.model_body.underwear1_mc._visible = true;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "bot1") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.girl_mc.model_body.underwear2_mc._visible = true;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 3) == "bag") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "jew05") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "hair") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing10._visible = true;
_root.on_clothing10 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
};
}
}
}
for (var _local3 in _root.boy_mc) {
if (typeof(_root.boy_mc[_local3]) == "movieclip") {
_root.boy_mc[_local3].enabled = true;
if (_root.boy_mc[_local3]._name.substr(0, 4) == "top2") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing12._visible = true;
_root.on_clothing12 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 4) == "bot1") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing13._visible = true;
_root.on_clothing13 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing14._visible = true;
_root.on_clothing14 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing15._visible = true;
_root.on_clothing15 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing22._visible = true;
_root.on_clothing22 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing16._visible = true;
_root.on_clothing16 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 3) == "bag") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing17._visible = true;
_root.on_clothing17 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 3) == "cap") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing18._visible = true;
_root.on_clothing18 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 5) == "jew05") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing19._visible = true;
_root.on_clothing19 = undefined;
};
}
if (_root.boy_mc[_local3]._name.substr(0, 4) == "hair") {
_root.boy_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing20._visible = true;
_root.on_clothing20 = undefined;
};
}
}
}
}
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, 3) == "ag1") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 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.girl_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.girl_mc.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.girl_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.girl_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_root.girl_mc.top1_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear1_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag2") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.girl_mc.top1_mc.gotoAndStop(1);
_root.girl_mc.model_body.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.girl_mc.top3_mc.gotoAndStop(1);
_root.girl_mc.model_body.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.girl_mc.top2_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear1_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag3") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.girl_mc.top1_mc.gotoAndStop(1);
_root.girl_mc.model_body.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.girl_mc.bot2_mc.gotoAndStop(1);
_root.girl_mc.model_body.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing3 = this;
_root.girl_mc.bot1_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear2_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag4") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.girl_mc.top1_mc.gotoAndStop(1);
_root.girl_mc.model_body.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.girl_mc.top2_mc.gotoAndStop(1);
_root.girl_mc.model_body.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.girl_mc.top3_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear1_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag5") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
this._visible = false;
_root.on_clothing5 = this;
_root.girl_mc.bot2_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear2_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag9") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
}
this._visible = false;
_root.on_clothing4 = this;
_root.girl_mc.shoes_mc.gotoAndStop(_local3);
_root.girl_mc.shoes2_mc.gotoAndStop(1);
}
if (this._name.substr(0, 3) == "ags") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
}
this._visible = false;
_root.on_clothing4 = this;
_root.girl_mc.shoes2_mc.gotoAndStop(_local3);
_root.girl_mc.shoes_mc.gotoAndStop(1);
}
if (this._name.substr(0, 3) == "agj") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
this._visible = false;
_root.on_clothing5 = this;
_root.girl_mc.jew01_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ag6") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing6 != undefined) {
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
}
this._visible = false;
_root.on_clothing6 = this;
_root.girl_mc.jew02_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ag7") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing7 != undefined) {
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
}
this._visible = false;
_root.on_clothing7 = this;
_root.girl_mc.bag_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ag8") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing8 != undefined) {
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
}
this._visible = false;
_root.on_clothing8 = this;
_root.girl_mc.cap_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agy") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing9 != undefined) {
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
}
this._visible = false;
_root.on_clothing9 = this;
_root.girl_mc.jew05_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agh") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2));
if (_root.on_clothing10 != undefined) {
_root.on_clothing10._visible = true;
_root.on_clothing10 = undefined;
}
this._visible = false;
_root.on_clothing10 = this;
_root.girl_mc.hair_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agx") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing21 != undefined) {
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
}
this._visible = false;
_root.on_clothing21 = this;
_root.girl_mc.jew04_mc.gotoAndStop(_local3);
}
}
if ((((((this != _root.on_clothing11) and (this != _root.on_clothing12)) and (this != _root.on_clothing13)) and (this != _root.on_clothing14)) and (this != _root.on_clothing15)) and (this != _root.on_clothing16)) {
if (this._name.substr(0, 3) == "ab1") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing11 != undefined) {
_root.on_clothing11._visible = true;
_root.on_clothing11 = undefined;
}
this._visible = false;
_root.on_clothing11 = this;
_root.boy_mc.top1_mc.gotoAndStop(_local3);
_root.boy_mc.model_body.underwear1_mc._visible = false;
}
if (this._name.substr(0, 3) == "ab2") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing12 != undefined) {
_root.on_clothing12._visible = true;
_root.on_clothing12 = undefined;
}
this._visible = false;
_root.on_clothing12 = this;
_root.boy_mc.top2_mc.gotoAndStop(_local3);
_root.boy_mc.model_body.underwear1_mc._visible = false;
}
if (this._name.substr(0, 3) == "ab3") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing13 != undefined) {
_root.on_clothing13._visible = true;
_root.on_clothing13 = undefined;
}
this._visible = false;
_root.on_clothing13 = this;
_root.boy_mc.bot1_mc.gotoAndStop(_local3);
_root.boy_mc.model_body.underwear2_mc._visible = false;
}
if (this._name.substr(0, 3) == "ab5") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing15 != undefined) {
_root.on_clothing15._visible = true;
_root.on_clothing15 = undefined;
}
this._visible = false;
_root.on_clothing15 = this;
_root.boy_mc.bot2_mc.gotoAndStop(_local3);
_root.boy_mc.model_body.underwear2_mc._visible = false;
}
if (this._name.substr(0, 3) == "ab9") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing14 != undefined) {
_root.on_clothing14._visible = true;
_root.on_clothing14 = undefined;
}
this._visible = false;
_root.on_clothing14 = this;
_root.boy_mc.shoes_mc.gotoAndStop(_local3);
_root.boy_mc.shoes2_mc.gotoAndStop(1);
}
if (this._name.substr(0, 3) == "abs") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing14 != undefined) {
_root.on_clothing14._visible = true;
_root.on_clothing14 = undefined;
}
this._visible = false;
_root.on_clothing14 = this;
_root.boy_mc.shoes2_mc.gotoAndStop(_local3);
_root.boy_mc.shoes_mc.gotoAndStop(1);
}
if (this._name.substr(0, 3) == "abj") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing15 != undefined) {
_root.on_clothing15._visible = true;
_root.on_clothing15 = undefined;
}
this._visible = false;
_root.on_clothing15 = this;
_root.boy_mc.jew01_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "abx") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing22 != undefined) {
_root.on_clothing22._visible = true;
_root.on_clothing22 = undefined;
}
this._visible = false;
_root.on_clothing22 = this;
_root.boy_mc.jew04_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ab6") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing16 != undefined) {
_root.on_clothing16._visible = true;
_root.on_clothing16 = undefined;
}
this._visible = false;
_root.on_clothing6 = this;
_root.boy_mc.jew02_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ab7") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing17 != undefined) {
_root.on_clothing17._visible = true;
_root.on_clothing17 = undefined;
}
this._visible = false;
_root.on_clothing17 = this;
_root.boy_mc.bag_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ab8") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing18 != undefined) {
_root.on_clothing18._visible = true;
_root.on_clothing18 = undefined;
}
this._visible = false;
_root.on_clothing18 = this;
_root.boy_mc.cap_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "aby") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing19 != undefined) {
_root.on_clothing19._visible = true;
_root.on_clothing19 = undefined;
}
this._visible = false;
_root.on_clothing19 = this;
_root.boy_mc.jew05_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "abh") {
eff_init(3);
var _local3 = Number(this._name.substr(3, 2));
if (_root.on_clothing20 != undefined) {
_root.on_clothing20._visible = true;
_root.on_clothing20 = undefined;
}
this._visible = false;
_root.on_clothing20 = this;
_root.boy_mc.hair_mc.gotoAndStop(_local3);
}
}
};
}
}
}
function girl(x1, y1, s) {
if (this.girl_mc.x0 and this.girl_mc.y0) {
this.girl_mc._x = this.girl_mc.x0 + x1;
this.girl_mc._y = this.girl_mc.y0 + y1;
this.girl_mc._xscale = (this.girl_mc._yscale = s);
this.girl_mc._rotation = 0;
}
}
function boy(x2, y2, w) {
if (this.boy_mc.x0 and this.girl_mc.y0) {
this.boy_mc._x = this.boy_mc.x0 + x2;
this.boy_mc._y = this.boy_mc.y0 + y2;
this.boy_mc._xscale = (this.girl_mc._yscale = w);
this.boy_mc._rotation = 0;
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
function bg_sd() {
bg_sound = new Sound(this);
bg_sound.attachSound("sd_01");
bg_sound.setVolume(100);
bg_sound.start(0, 999);
}
function end_bg_sd() {
bg_sound.stop();
}
function eff_init(n) {
_root["eff_mc" + n].gotoAndPlay(2);
}
function menu_init(n) {
gotoAndStop(n +111);
trace(_root._currentframe);
_root.eff_mc.gotoAndPlay("open");
}
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;
var menu_no = 1;
reset_one();
third_ch_ini();
girl(0, 0, 100);
boy(0, 0, 100);
clothing_visible();
sd_btn.onRelease = function () {
if (sd_no == true) {
end_bg_sd();
sd_no = false;
} else {
bg_sd();
sd_no = true;
}
};
end_bg_sd();
bg_sd();
Instance of Symbol 129 MovieClip "boy_mc" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 254 MovieClip "girl_mc" in Frame 112
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Frame 113
stop();
third_ch_ini();
clothing_visible();
Frame 114
stop();
third_ch_ini();
clothing_visible();
Frame 115
stop();
third_ch_ini();
clothing_visible();
Frame 116
stop();
third_ch_ini();
clothing_visible();
Frame 117
stop();
girl(350, 10, 100);
boy(-50, 10, 100);
for (var i in _root.girl_mc) {
if (typeof(_root.girl_mc[i]) == "movieclip") {
girl_mc[i].enabled = false;
}
}
for (var i in _root.boy_mc) {
if (typeof(_root.boy_mc[i]) == "movieclip") {
_root.boy_mc[i].enabled = false;
}
}
Symbol 47 Button
on (release) {
play();
}
Symbol 55 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 16
trace(_root.menu_no);
_root.menu_init(_root.menu_no);
Symbol 269 MovieClip Frame 33
_root.next_btn.enabled = true;
_root.prev_btn.enabled = true;
Symbol 274 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 11
this.stop();
Symbol 290 Button
on (release) {
clear_ini("boy");
}
Symbol 292 Button
on (release) {
clear_ini("girl");
}
Symbol 294 Button
on (release) {
gotoAndStop (117);
}
Symbol 298 Button
on (release) {
SetPrintJob();
}
Symbol 302 Button
on (release) {
_root.menu_no++;
_root.next_btn.enabled = false;
_root.prev_btn.enabled = false;
_root.eff_mc.gotoAndPlay("close");
}
Symbol 306 Button
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}
Symbol 309 Button
on (release) {
_root.menu_no--;
_root.next_btn.enabled = false;
_root.prev_btn.enabled = false;
_root.eff_mc.gotoAndPlay("close");
}
Symbol 312 Button
on (release) {
clear_ini("boy");
clear_ini("girl");
gotoAndStop (112);
}
Symbol 314 Button
on (release) {
SetPrintJob();
}