Instance of Symbol 29 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 29 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 addSound(clip, loops, volume) {
var _local1 = volume;
if (_local1 == undefined) {
_local1 = 100;
}
mySound = new Sound(createEmptyMovieClip(clip + "Sfx", getNextHighestDepth()));
mySound.setVolume(_local1);
mySound.attachSound(clip);
mySound.start(0, loops);
}
function bgSound() {
mySound3 = new Sound();
mySound3.attachSound("BG");
mySound3.start(0, 999);
mySound3.setVolume(100);
}
function end_btn_sound_fun() {
mySound3.stop();
}
function Mbtn_fun() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "movieclip") and (this[_local5]._name.substr(0, 1) == "M")) {
this[_local5].act = false;
this[_local5].onPress = function () {
_root.addSound("sd01");
var _local3 = 1;
while (_local3 < 8) {
_root["Mbtn" + _local3].act = false;
_local3++;
}
this.act = true;
var _local5 = this._name.substr(4, 1);
var _local4;
_local4 = _root.attachMovie("tool" + _local5, "_mc", 1);
_local4._xscale = _root.scaleNo_btn;
_local4._yscale = _root.scaleNo_btn;
_local4._x = _root._xmouse;
_local4._y = _root._ymouse;
go_xscale = new mx.transitions.Tween(_local4, "_xscale", mx.transitions.easing.Elastic.easeOut, 50, _root.scaleNo_btn, 20, false);
go_yscale = new mx.transitions.Tween(_local4, "_yscale", mx.transitions.easing.Elastic.easeOut, 50, _root.scaleNo_btn, 20, false);
_local4.startDrag();
Mouse.hide();
};
this[_local5].onRollOver = function () {
var _local3 = this._name.substr(4, 1);
_root.addSound("sd03");
_root["btn" + _local3].gotoAndStop(2);
};
this[_local5].onRollOut = function () {
var _local3 = this._name.substr(4, 1);
_root["btn" + _local3].gotoAndStop(3);
};
this[_local5].onReleaseOutside = function () {
var _local3 = this._name.substr(4, 1);
_root["btn" + _local3].gotoAndStop(3);
};
}
}
}
function girl(x1, y1, s, _mc) {
if (_mc.x0 and _mc.y0) {
_mc._x = _mc.x0 + x1;
_mc._y = _mc.y0 + y1;
_mc._xscale = (_mc._yscale = s);
_mc._rotation = 0;
}
}
function choose_fun(n) {
var _local2 = _root;
switch (n) {
case 1 :
_local2.body_choose = _local2.model_mc1;
break;
case 2 :
_local2.body_choose = _local2.model_mc2;
break;
case 3 :
_local2.body_choose = _local2.model_mc3;
break;
case 4 :
_local2.body_choose = _local2.model_mc4;
break;
case 5 :
_local2.body_choose = _local2.model_mc5;
break;
case 6 :
_local2.body_choose = _local2.model_mc6;
break;
case 7 :
_local2.body_choose = _local2.model_mc7;
break;
}
_local2.scaleB = 1;
_local2.modelX = 60;
_local2.modelY = 40;
girl(620, 50, 250, _local2.body_choose);
gotoAndStop ("makeW");
}
function dataTxt_mc_fun() {
var _local3 = _root;
var _local2 = 1;
while (_local2 < 8) {
_local3.girl(0, 0, _local3.scaleNo_dre, _root["model_mc" + _local2]);
_local2++;
}
_local3.data_mc.text_mc.gotoAndStop(_local3.dataNo);
}
function startGame() {
var _local2 = _root;
_local2.dataTxt_mc_fun();
_local2.clothing_skin();
}
function third_ch_ini(_mc) {
var _loc2 = _mc;
for (var _local7 in this) {
if ((typeof(this[_local7]) == "movieclip") and (this[_local7]._name.substr(0, 1) == "a")) {
this[_local7].onPress = function () {
_root.addSound("sd01");
Mouse.show();
var _local4 = this._name.substr(1, 1);
var _local5 = this._name.substr(2);
var _local3;
this._visible = false;
_root.mc_drag = _root.attachMovie(("a" + _local4) + _local5, "mc", 1);
if (_local4 == "h") {
_local3 = 250;
} else {
_local3 = _root.scaleNo_dre;
}
_root.mc_drag._xscale = _local3;
_root.mc_drag._yscale = _local3;
_root.mc_drag._x = _root._xmouse;
_root.mc_drag._y = _root._ymouse;
_root.mc_drag._xscale = _root.mc_drag._xscale * _root.scaleB;
go_xscale = new mx.transitions.Tween(_root.mc_drag, "_xscale", mx.transitions.easing.Elastic.easeOut, 50 * _root.scaleB, _local3 * _root.scaleB, 20, false);
go_yscale = new mx.transitions.Tween(_root.mc_drag, "_yscale", mx.transitions.easing.Elastic.easeOut, 50, _local3, 20, false);
_root.mc_drag.startDrag();
};
this[_local7].onReleaseOutside = function () {
_root.mc_drag.removeMovieClip();
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 (_loc2.hitTest(_xmouse, _ymouse)) {
_root.addSound("sd02");
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;
_loc2.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_loc2.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_loc2.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_loc2.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_loc2.top1_mc.gotoAndStop(_local3);
_loc2.top3_mc.gotoAndStop(1);
_loc2.dress7.underwear1_mc._visible = false;
_loc2.dress7.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "at") {
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;
_loc2.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_loc2.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_loc2.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_loc2.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_loc2.top3_mc.gotoAndStop(_local3);
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.underwear1_mc._visible = false;
_loc2.dress7.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;
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_loc2.top3_mc.gotoAndStop(1);
_loc2.dress7.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;
_loc2.top2_mc.gotoAndStop(_local3);
_loc2.dress7.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;
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.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;
_loc2.bot2_mc.gotoAndStop(1);
_loc2.dress7.underwear1_mc._visible = true;
}
_root.on_clothing3 = this;
_loc2.bot1_mc.gotoAndStop(_local3);
_loc2.dress7.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;
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_loc2.top2_mc.gotoAndStop(1);
_loc2.dress7.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;
_loc2.top3_mc.gotoAndStop(_local3);
_loc2.dress7.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;
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.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;
_loc2.bot1_mc.gotoAndStop(1);
_loc2.dress7.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing5 = this;
_loc2.bot2_mc.gotoAndStop(_local3);
_loc2.dress7.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;
_loc2.shoes_mc.gotoAndStop(_local3);
_loc2.shoes_mc2.gotoAndStop(1);
}
if (this._name.substr(0, 2) == "as") {
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;
_loc2.shoes_mc2.gotoAndStop(_local3);
_loc2.shoes_mc.gotoAndStop(1);
}
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;
_loc2.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;
_loc2.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;
_loc2.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;
_loc2.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;
_loc2.waitao_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ax") {
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;
_loc2.jew03_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ag") {
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;
_loc2.glass_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ay") {
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;
_loc2.yaodai_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ah") {
var _local3 = Number(this._name.substr(2, 2));
if (_root.on_clothing14 != undefined) {
_root.on_clothing14._visible = true;
_root.on_clothing14 = undefined;
}
this._visible = false;
_root.on_clothing14 = this;
_loc2.hair_mc.gotoAndStop(_local3);
}
} else {
this._visible = true;
}
}
};
}
}
}
function reset_one(_mc) {
var _loc2 = _mc;
for (var _local3 in _loc2) {
if (typeof(_loc2[_local3]) == "movieclip") {
_loc2[_local3].enabled = true;
if (_loc2[_local3]._name.substr(0, 3) == "cap") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 4) == "top1") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_loc2.dress7.underwear1_mc._visible = true;
_loc2.dress7.underwear2_mc._visible = true;
};
}
if (_loc2[_local3]._name.substr(0, 4) == "top3") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_loc2.dress7.underwear1_mc._visible = true;
_loc2.dress7.underwear2_mc._visible = true;
};
}
if (_loc2[_local3]._name.substr(0, 4) == "top2") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_loc2.dress7.underwear1_mc._visible = true;
};
}
if (_loc2[_local3]._name.substr(0, 4) == "bot1") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_loc2.dress7.underwear2_mc._visible = true;
};
}
if (_loc2[_local3]._name.substr(0, 4) == "shoe") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 5) == "jew01") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 5) == "jew02") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 3) == "bag") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 5) == "waita") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 5) == "jew03") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing13._visible = true;
_root.on_clothing13 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 5) == "jew04") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 5) == "glass") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing11._visible = true;
_root.on_clothing11 = undefined;
};
}
if (_loc2[_local3]._name.substr(0, 5) == "yaoda") {
_loc2[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing12._visible = true;
_root.on_clothing12 = undefined;
};
}
}
}
}
function ok_fun() {
if (_root.dataNo < 7) {
_root.dataNo++;
gotoAndStop (112);
} else {
var _local3 = new Array();
_local3[0] = _root.model_mc1;
_local3[1] = _root.model_mc2;
_local3[2] = _root.model_mc3;
_local3[3] = _root.model_mc4;
_local3[4] = _root.model_mc5;
_local3[5] = _root.model_mc6;
_local3[6] = _root.model_mc7;
var _local2 = 0;
while (_local2 < _local3.length) {
for (var _local4 in _local3[_local2]) {
if (typeof(_local3[_local2][_local4]) == "movieclip") {
_local3[_local2][_local4].enabled = false;
}
}
_local2++;
}
girl(310, 65, 80, _root.model_mc1);
girl(410, 65, 80, _root.model_mc2);
girl(510, 65, 80, _root.model_mc3);
girl(610, 65, 80, _root.model_mc4);
girl(710, 65, 80, _root.model_mc5);
girl(810, 65, 80, _root.model_mc6);
girl(910, 65, 80, _root.model_mc7);
gotoAndStop ("done");
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
function clear_ini() {
var _local3 = new Array();
_local3[0] = _root.model_mc1;
_local3[1] = _root.model_mc2;
_local3[2] = _root.model_mc3;
_local3[3] = _root.model_mc4;
_local3[4] = _root.model_mc5;
_local3[5] = _root.model_mc6;
_local3[6] = _root.model_mc7;
var _local2 = 0;
while (_local2 < _local3.length) {
_local3[_local2].top1_mc.gotoAndStop(1);
_local3[_local2].top2_mc.gotoAndStop(1);
_local3[_local2].top3_mc.gotoAndStop(1);
_local3[_local2].bot2_mc.gotoAndStop(1);
_local3[_local2].bot1_mc.gotoAndStop(1);
_local3[_local2].shoes_mc.gotoAndStop(1);
_local3[_local2].shoes_mc2.gotoAndStop(1);
_local3[_local2].jew01_mc.gotoAndStop(1);
_local3[_local2].jew02_mc.gotoAndStop(1);
_local3[_local2].jew03_mc.gotoAndStop(1);
_local3[_local2].glass_mc.gotoAndStop(1);
_local3[_local2].yaodai_mc.gotoAndStop(1);
_local3[_local2].cap_mc.gotoAndStop(1);
_local3[_local2].bag_mc.gotoAndStop(1);
_local3[_local2].waitao_mc.gotoAndStop(1);
_local3[_local2].dress7.underwear1_mc._visible = true;
_local3[_local2].dress7.underwear2_mc._visible = true;
var _local4 = 1;
while (_local4 < 9) {
_local3[_local2]["dress" + _local4].gotoAndStop(1);
girl(0, 0, _root.scaleNo_dre, _local3[_local2]);
_local4++;
}
_local2++;
}
}
function clothing_skin() {
var _local2 = 1;
while (_local2 < 22) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
}
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
var mc_drag;
var scaleNo_btn = 100;
var scaleNo_dre = 100;
var modelX;
var modelY;
var dataNo = 1;
var body_no;
var body_choose;
var scaleB;
var mouseListener = new Object();
mouseListener.onMouseDown = function () {
var _local4 = _root.body_choose;
var _local2 = 1;
while (_local2 < 8) {
var _local5 = _root["Mbtn" + _local2];
var _local3 = _local4["dress" + _local2];
if (_local3.hit.hitTest(_xmouse, _ymouse) && (_local5.act == true)) {
if (_local3._currentframe >= _local3._totalframes) {
_local3.gotoAndStop(1);
if (_local2 == 7) {
_local4.dress8.gotoAndStop(1);
}
} else {
_local3.nextFrame();
if (_local2 == 7) {
_local4.dress8.nextFrame();
}
}
}
_local2++;
}
};
Instance of Symbol 295 MovieClip "model_mc1" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 295 MovieClip "model_mc2" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 295 MovieClip "model_mc3" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 295 MovieClip "model_mc4" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 295 MovieClip "model_mc5" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 295 MovieClip "model_mc6" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 295 MovieClip "model_mc7" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 306 MovieClip in Frame 111
onClipEvent (load) {
_parent.bgSound();
}
Frame 112
stop();
startGame();
Frame 113
stop();
Mbtn_fun();
Mouse.addListener(mouseListener);
third_ch_ini(_root.body_choose);
dataTxt.gotoAndStop(_root.dataNo);
Frame 114
stop();
Mouse.show();
Mouse.removeListener(mouseListener);
_mc.removeMovieClip();
third_ch_ini(_root.body_choose);
reset_one(_root.body_choose);
clothing_visible();
var i = 1;
while (i < 8) {
_root.girl(0, 0, _root.scaleNo_dre, _root["model_mc" + i]);
i++;
}
_root.body_choose._x = _root.modelX;
_root.body_choose._y = _root.modelY;
Frame 115
stop();
Mouse.show();
Mouse.removeListener(mouseListener);
_mc.removeMovieClip();
third_ch_ini(_root.body_choose);
reset_one(_root.body_choose);
clothing_visible();
var i = 1;
while (i < 8) {
_root.girl(0, 0, _root.scaleNo_dre, _root["model_mc" + i]);
i++;
}
_root.body_choose._x = _root.modelX;
_root.body_choose._y = _root.modelY;
Frame 116
stop();
Mouse.show();
Mouse.removeListener(mouseListener);
_mc.removeMovieClip();
third_ch_ini(_root.body_choose);
reset_one(_root.body_choose);
clothing_visible();
var i = 1;
while (i < 8) {
_root.girl(0, 0, _root.scaleNo_dre, _root["model_mc" + i]);
i++;
}
_root.body_choose._x = _root.modelX;
_root.body_choose._y = _root.modelY;
Frame 117
stop();
Instance of Symbol 426 MovieClip "bg_mc" in Frame 117
onClipEvent (load) {
var a = (random(5) + 1);
this.gotoAndStop(a);
}
Symbol 436 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 437 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 438 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 439 MovieClip [__Packages.mx.transitions.easing.Elastic] Frame 0
class mx.transitions.easing.Elastic
{
function Elastic () {
}
static function easeIn(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
t = t - 1;
return((-((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
static function easeOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
return((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) + c) + b);
}
static function easeInOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / (d / 2);
if (t == 2) {
return(b + c);
}
if (!p) {
p = d * 0.45;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
if (t < 1) {
t = t - 1;
return((-0.5 * ((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
t = t - 1;
return(((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) * 0.5) + c) + b);
}
static var version = "1.1.0.52";
}
Symbol 59 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
stop();
Instance of Symbol 181 MovieClip in Symbol 182 MovieClip [a601] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 184 MovieClip [a602] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 184 MovieClip [a602] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 186 MovieClip [a603] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 186 MovieClip [a603] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 188 MovieClip [a604] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 188 MovieClip [a604] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 188 MovieClip [a604] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 189 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 1
stop();
Instance of Symbol 181 MovieClip in Symbol 287 MovieClip [aj01] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 287 MovieClip [aj01] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 289 MovieClip [aj02] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 289 MovieClip [aj02] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 291 MovieClip [aj03] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 291 MovieClip [aj03] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 293 MovieClip [aj04] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 181 MovieClip in Symbol 293 MovieClip [aj04] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 294 MovieClip Frame 1
stop();
Symbol 299 Button
on (release) {
getURL ("http://www.i-dressup.com", "_blank");
}
Symbol 303 Button
on (release) {
this.gotoAndStop(2);
_parent.end_btn_sound_fun();
}
Symbol 305 Button
on (release) {
this.gotoAndStop(1);
_parent.bgSound();
}
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 2
stop();
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
stop();
Instance of Symbol 312 MovieClip in Symbol 313 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 312 MovieClip in Symbol 313 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 2
stop();
Instance of Symbol 312 MovieClip in Symbol 316 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 312 MovieClip in Symbol 316 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 2
stop();
Instance of Symbol 312 MovieClip in Symbol 319 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 312 MovieClip in Symbol 319 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 312 MovieClip in Symbol 319 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 2
stop();
Instance of Symbol 312 MovieClip in Symbol 322 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 312 MovieClip in Symbol 322 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 2
stop();
Instance of Symbol 312 MovieClip in Symbol 325 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 312 MovieClip in Symbol 325 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Symbol 328 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 2
stop();
Instance of Symbol 312 MovieClip in Symbol 328 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 312 MovieClip in Symbol 328 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 2
stop();
Instance of Symbol 312 MovieClip in Symbol 331 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 312 MovieClip in Symbol 331 MovieClip Frame 2
onClipEvent (load) {
n = random(57) + 1;
this.gotoAndPlay(n);
}
Symbol 335 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 50
stop();
Symbol 342 MovieClip Frame 20
stop();
Symbol 346 Button
on (press) {
_root.choose_fun(_root.dataNo);
}
Symbol 373 MovieClip Frame 15
stop();
Symbol 375 MovieClip Frame 15
stop();
Symbol 376 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 15
stop();
Symbol 381 MovieClip Frame 15
stop();
Symbol 382 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 15
stop();
Symbol 386 MovieClip Frame 15
stop();
Symbol 387 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 15
stop();
Symbol 392 MovieClip Frame 15
stop();
Symbol 393 MovieClip Frame 1
stop();
Symbol 395 MovieClip Frame 15
stop();
Symbol 397 MovieClip Frame 15
stop();
Symbol 398 MovieClip Frame 1
stop();
Symbol 401 MovieClip Frame 15
stop();
Symbol 403 MovieClip Frame 15
stop();
Symbol 404 MovieClip Frame 1
stop();
Symbol 407 MovieClip Frame 15
stop();
Symbol 409 MovieClip Frame 15
stop();
Symbol 410 MovieClip Frame 1
stop();
Symbol 411 Button
on (press) {
nextFrame();
}
Symbol 412 MovieClip Frame 1
stop();
Symbol 422 Button
on (press) {
_root.choose_fun(_root.dataNo);
}
Symbol 423 Button
on (press) {
prevFrame();
}
Symbol 424 Button
on (press) {
_root.ok_fun();
}
Symbol 426 MovieClip Frame 1
stop();
Symbol 431 Button
on (release) {
_root.SetPrintJob();
}
Symbol 435 Button
on (release) {
_root.clear_ini();
_root.clothing_skin();
gotoAndPlay (111);
}