Instance of Symbol 28 MovieClip in Frame 75 (65 B)
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 28 MovieClip in Frame 75 (65 B)
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Frame 109 (320 B)
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 (792 B)
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 (165 B)
function sound3() {
mySound3 = new Sound();
mySound3.attachSound("s1");
mySound3.start(0, 999);
mySound3.setVolume(100);
}
end_btn_sound_fun();
sound3();
Frame 195 (277 B)
stop();
var girl_no;
for (var i in this) {
if ((typeof(this[i]) == "object") and (this[i]._name.substr(0, 1) == "g")) {
this[i].onRelease = function () {
var _local3 = Number(this._name.substr(5, 1));
_root.girl_no = _local3;
gotoAndStop (196);
};
}
}
Frame 196 (18.85 KiB) ● ● ●
function girl_init() {
var _local2 = _root.girl_no - 1;
trace(_root.girl_no);
_root.model_mc.hair_mc.gotoAndStop(_root.girl_ch[_local2][0]);
_root.model_mc.dress7.gotoAndStop(_root.girl_ch[_local2][1]);
_root.model_mc.dress8.gotoAndStop(_root.girl_ch[_local2][1]);
_root.model_mc.dress4.gotoAndStop(_root.girl_ch[_local2][2]);
_root.model_mc.dress1.gotoAndStop(_root.girl_ch[_local2][3]);
_root.model_mc.dress7.underwear1_mc.gotoAndStop(_root.girl_ch[_local2][4]);
_root.model_mc.dress7.underwear2_mc.gotoAndStop(_root.girl_ch[_local2][4]);
}
function to_initialize_fun1(_mc, y0) {
_mc.xp = 0;
_mc.yp = 0;
_mc.onEnterFrame = function () {
this.yp = (this.yp * 0.45) + ((y0 - this._y) * 0.2);
this._y = this._y + this.yp;
if (Math.abs(this.yp) < 0.1) {
this._y = y0;
delete this.onEnterFrame;
}
};
}
function to_initialize_fun2(_mc, y0, xs, x0) {
_mc.xp = 0;
_mc.xxp = 0;
_mc.yp = 0;
_mc.onEnterFrame = function () {
this.xp = (this.xp * 0.45) + ((xs - this._xscale) * 0.2);
this._xscale = this._xscale + this.xp;
this._yscale = this._yscale + this.xp;
this.xxp = (this.xxp * 0.45) + ((x0 - this._x) * 0.2);
this._x = this._x + this.xxp;
this.yp = (this.yp * 0.5) + ((y0 - this._y) * 0.2);
this._y = this._y + this.yp;
if (Math.abs(this.yp) < 0.1) {
this._y = y0;
delete this.onEnterFrame;
}
};
}
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.cap_mc.gotoAndStop(1);
_root.model_mc.bag_mc.gotoAndStop(1);
_root.model_mc.glass_mc.gotoAndStop(1);
_root.model_mc.waitao_mc.gotoAndStop(1);
_root.model_mc.dress7.underwear1_mc._visible = true;
_root.model_mc.dress7.underwear2_mc._visible = true;
girl_init();
var _local2 = 1;
while (_local2 < 22) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
}
function clear_skin() {
var _local2 = 1;
while (_local2 < 9) {
_root.model_mc["dress" + _local2].gotoAndStop(1);
_local2++;
}
}
function SetPrintJob() {
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root", {printAsBitmap:true});
my_pj.send();
delete my_pj;
}
function third_ch_ini(_mc) {
for (var _local5 in _mc) {
if ((typeof(_mc[_local5]) == "movieclip") and (_mc[_local5]._name.substr(0, 1) == "a")) {
_mc[_local5].onRelease = function () {
sound4();
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.top3_mc.gotoAndStop(1);
_root.model_mc.dress7.underwear1_mc._visible = false;
_root.model_mc.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;
_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.top3_mc.gotoAndStop(_local3);
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress7.underwear1_mc._visible = false;
_root.model_mc.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;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress7.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.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;
_root.model_mc.top2_mc.gotoAndStop(_local3);
_root.model_mc.top2_mc.top.hand.gotoAndStop(_root.skin_no);
_root.model_mc.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;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.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;
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.dress7.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing3 = this;
_root.model_mc.bot1_mc.gotoAndStop(_local3);
_root.model_mc.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;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress7.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.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;
_root.model_mc.top3_mc.gotoAndStop(_local3);
_root.model_mc.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;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.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;
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.dress7.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing5 = this;
_root.model_mc.bot2_mc.gotoAndStop(_local3);
_root.model_mc.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;
_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) == "ax") {
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.jew03_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;
_root.model_mc.jew04_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) == "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;
_root.model_mc.hair_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "as") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
_root.model_mc.hair_mc.hair.se.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.dress7.underwear1_mc._visible = true;
_root.model_mc.dress7.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top3") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress7.underwear1_mc._visible = true;
_root.model_mc.dress7.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.dress7.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.dress7.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_clothing12._visible = true;
_root.on_clothing12 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew03") {
_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) == "glass") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing13._visible = true;
_root.on_clothing13 = undefined;
};
}
}
}
}
function ok_fun() {
var _local2 = 1;
while (_local2 < 4) {
_loc2 = _root["menu_btn" + _local2];
_loc3 = _root["btn" + _local2];
_loc2.swapDepths(_loc2.sd);
_loc3.swapDepths(_loc3.sd);
_local2++;
}
gotoAndStop (197);
_root.model_mc._xscale = 100;
_root.model_mc._yscale = 100;
_root.model_mc._x = _root.girl_x2;
_root.model_mc._y = _root.girl_y2;
}
function sound1() {
mySound = new Sound();
mySound.attachSound("s2");
mySound.start();
mySound.setVolume(100);
}
function sound2() {
mySound2 = new Sound();
mySound2.attachSound("s3");
mySound2.start();
mySound2.setVolume(100);
}
function sound4() {
mySound2 = new Sound();
mySound2.attachSound("s4");
mySound2.start();
mySound2.setVolume(100);
}
function end_btn_sound_fun() {
mySound3.stop();
}
var btn_y1 = -50;
var btn_y2 = 520;
var girl_x2 = 240;
var girl_y2 = 60;
var bg_sd = true;
var girl_ch = new Array([1, 2, 1, 1, 1], [2, 1, 2, 2, 2], [3, 3, 3, 3, 3], [4, 4, 4, 4, 4]);
var skin_no = _root.girl_ch[_root.girl_no - 1][1];
girl_init();
stop();
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 1) == "b")) {
this[i].onRelease = function () {
sound2();
var _local4 = Number(this._name.substr(3, 1));
var _local3 = 1;
while (_local3 < 4) {
if (_root["btn" + _local3].p_state == false) {
to_initialize_fun1(_root["menu_btn" + _local3], _root["menu_btn" + _local3].y0);
_root["btn" + _local3].p_state = true;
}
_local3++;
}
if (this.p_state == true) {
if (_local4 == 1) {
to_initialize_fun2(_root.model_mc, 70, 300, 170);
} else {
to_initialize_fun2(_root.model_mc, _root.model_mc.y0, 100, _root.model_mc.x0);
}
to_initialize_fun2(_root["menu_btn" + _local4], _root.btn_y2);
this.p_state = false;
_root["menu_btn" + _local4].swapDepths(2);
if (this.s_state == false) {
to_initialize_fun1(_root["menu_btn" + _local4], _root["menu_btn" + _local4].y0);
_root.menu_btn2.swapDepths(6);
this.s_state = true;
} else {
_local3 = 1;
while (_local3 < 4) {
_root["btn" + _local3].s_state = true;
_local3++;
}
this.s_state = false;
}
}
};
this[i].onRollOver = function () {
this.gotoAndStop(2);
};
this[i].onRollOut = function () {
this.gotoAndStop(3);
};
}
}
reset_one();
Instance of Symbol 200 MovieClip "menu_btn1" in Frame 196 (146 B)
onClipEvent (enterFrame) {
_root.btn1._y = this._y;
}
onClipEvent (load) {
this.y0 = this._y;
this.sd = this.getDepth();
this.swapDepths(4);
}
Instance of Symbol 263 MovieClip "menu_btn3" in Frame 196 (146 B)
onClipEvent (enterFrame) {
_root.btn3._y = this._y;
}
onClipEvent (load) {
this.y0 = this._y;
this.sd = this.getDepth();
this.swapDepths(3);
}
Instance of Symbol 299 MovieClip "menu_btn2" in Frame 196 (146 B)
onClipEvent (enterFrame) {
_root.btn2._y = this._y;
}
onClipEvent (load) {
this.y0 = this._y;
this.sd = this.getDepth();
this.swapDepths(5);
}
Instance of Symbol 302 MovieClip "btn2" in Frame 196 (116 B)
onClipEvent (load) {
this.p_state = true;
this.s_state = true;
this.sd = this.getDepth();
this.swapDepths(11);
}
Instance of Symbol 305 MovieClip "btn3" in Frame 196 (116 B)
onClipEvent (load) {
this.p_state = true;
this.s_state = true;
this.sd = this.getDepth();
this.swapDepths(12);
}
Instance of Symbol 308 MovieClip "btn1" in Frame 196 (116 B)
onClipEvent (load) {
this.p_state = true;
this.s_state = true;
this.sd = this.getDepth();
this.swapDepths(10);
}
Instance of Symbol 336 MovieClip "model_mc" in Frame 196 (62 B)
onClipEvent (load) {
this.y0 = this._y;
this.x0 = this._x;
}
Frame 197 (121 B)
for (var i in _root.model_mc) {
if (typeof(_root.model_mc[i]) == "movieclip") {
model_mc[i].enabled = false;
}
}
Symbol 57 MovieClip Frame 1 (8 B)
stop();
Symbol 67 MovieClip Frame 1 (8 B)
stop();
Symbol 76 MovieClip Frame 1 (8 B)
stop();
Symbol 85 MovieClip Frame 1 (8 B)
stop();
Symbol 90 MovieClip Frame 1 (8 B)
stop();
Symbol 95 MovieClip Frame 1 (8 B)
stop();
Symbol 104 MovieClip Frame 1 (8 B)
stop();
Symbol 118 MovieClip Frame 1 (8 B)
stop();
Symbol 128 MovieClip Frame 1 (8 B)
stop();
Symbol 138 MovieClip Frame 1 (8 B)
stop();
Symbol 148 MovieClip Frame 1 (8 B)
stop();
Symbol 150 MovieClip Frame 1 (8 B)
stop();
Symbol 171 MovieClip Frame 11 (13 B)
this.stop();
Symbol 172 MovieClip Frame 11 (13 B)
this.stop();
Symbol 173 MovieClip Frame 1 (8 B)
stop();
Symbol 174 MovieClip Frame 16 (13 B)
this.stop();
Symbol 200 MovieClip Frame 1 (793 B)
function btn_go() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "movieclip") and (this[_local5]._name.substr(0, 1) == "b")) {
this[_local5].onRelease = function () {
var _local3 = this._name.substr(1, 1);
var _local4 = Number(this._name.substr(2, 2));
_root.kacha_sd();
_root.sg_mc.play();
_root.model_mc["dress" + _local3].gotoAndStop(_local4);
};
}
if ((typeof(this[_local5]) == "movieclip") and (this[_local5]._name.substr(0, 1) == "c")) {
this[_local5].onRelease = function () {
var _local3 = this._name.substr(1, 1);
var _local4 = Number(this._name.substr(2, 2)) + 1;
_root.kacha_sd();
_root.sg_mc.play();
_root.model_mc["dress" + _local3].gotoAndStop(_local4);
};
}
}
}
stop();
btn_go();
Instance of Symbol 206 MovieClip in Symbol 207 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 207 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 209 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 209 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 211 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 211 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 213 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 213 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 215 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 215 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 217 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 217 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 217 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 217 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 219 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 219 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 219 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 221 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 221 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 206 MovieClip in Symbol 221 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 263 MovieClip Frame 1 (26 B)
_root.third_ch_ini(this);
Symbol 299 MovieClip Frame 1 (26 B)
_root.third_ch_ini(this);
Symbol 302 MovieClip Frame 1 (8 B)
stop();
Symbol 305 MovieClip Frame 1 (8 B)
stop();
Symbol 308 MovieClip Frame 1 (8 B)
stop();
Symbol 314 MovieClip Frame 1 (8 B)
stop();
Symbol 315 MovieClip Frame 1 (8 B)
stop();
Symbol 316 MovieClip Frame 1 (8 B)
stop();
Symbol 317 MovieClip Frame 1 (8 B)
stop();
Symbol 318 MovieClip Frame 1 (8 B)
stop();
Symbol 319 MovieClip Frame 1 (8 B)
stop();
Symbol 328 MovieClip Frame 1 (8 B)
stop();
Symbol 333 MovieClip Frame 1 (8 B)
stop();
Symbol 334 MovieClip Frame 1 (8 B)
stop();
Symbol 335 MovieClip Frame 1 (8 B)
stop();
Symbol 342 Button (27 B)
on (release) {
ok_fun();
}
Symbol 346 Button (32 B)
on (release) {
SetPrintJob();
}
Symbol 349 Button (163 B)
on (release) {
if (_root.bg_sd == true) {
_root.end_btn_sound_fun();
_root.bg_sd = false;
trace("a");
} else {
_root.sound3();
_root.bg_sd = true;
}
}
Symbol 352 Button (45 B)
on (release) {
clear_skin();
clear_ini();
}
Symbol 357 Button (64 B)
on (release) {
getURL ("http://www.i-dressup.com", "_blank");
}
Symbol 382 MovieClip Frame 88 (33 B)
this.removeMovieClip();
stop();
Symbol 383 MovieClip Frame 1 (145 B)
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
setProperty(mc, _visible , 0);
i = 1;
Symbol 383 MovieClip Frame 2 (262 B)
if ((Math.floor(Math.random() * 50) == 2) || (Math.floor(Math.random() * 50) == 3)) {
duplicateMovieClip ("mc", "mc" + i, i + 1889);
xPos = random(760);
setProperty("mc" + i, _y , 250 + (Math.random() * 130));
setProperty("mc" + i, _x , xPos);
i++;
}
Symbol 383 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 384 Button (50 B)
on (release) {
clear_ini();
gotoAndPlay (111);
}