Frame 1
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 _local4 in this) {
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "M")) {
this[_local4].onPress = function () {
var _local3 = this._name.substr(4, 1);
_root.addSound("sd01");
_root.shan1.play();
_root.makeUp_fun(_local3, 1);
};
this[_local4].onRollOver = function () {
_root.addSound("sd03");
this.gotoAndStop(2);
};
this[_local4].onRollOut = function () {
this.gotoAndStop(1);
};
}
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "N")) {
this[_local4].onPress = function () {
var _local3 = this._name.substr(4, 1);
_root.addSound("sd01");
_root.shan2.play();
_root.makeUp_fun(_local3, 2);
};
this[_local4].onRollOver = function () {
_root.addSound("sd03");
this.gotoAndStop(2);
};
this[_local4].onRollOut = function () {
this.gotoAndStop(1);
};
}
}
}
function makeUp_fun(n, m) {
var _local3 = _root;
var _local2 = _local3["model_mc" + m]["dress" + n];
if (_local2._currentframe >= _totalframes) {
_local2.gotoAndStop(1);
} else {
_local2.nextFrame();
}
}
function gameStart() {
var _local3 = _root;
var _local5 = random(4) + 1;
var _local4 = random(5) + 1;
_local3.model_mc2.hair_mc.gotoAndStop(_local5);
_local3.model_mc2.dress7.gotoAndStop(_local4);
_local3.model_mc2.dress8.gotoAndStop(_local4);
girl1(0, 0, 200, _root.model_mc1);
girl2(0, 0, 200, _root.model_mc2);
Mbtn_fun();
third_ch_ini(this);
}
function girl1(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 girl2(x1, y1, s, _mc) {
if (_mc.x0 and _mc.y0) {
_mc._x = _mc.x0 + x1;
_mc._y = _mc.y0 + y1;
_mc._xscale = s;
_mc._yscale = s;
_mc._rotation = 0;
}
}
function third_ch_ini(_mc) {
var _loc2;
var _local4 = _mc;
for (var _local9 in _local4) {
if ((typeof(_local4[_local9]) == "movieclip") and (_local4[_local9]._name.substr(0, 1) == "a")) {
_local4[_local9].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 = 200;
} 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 * _root.scaleB, _local3 * _root.scaleB, 20, false);
_root.mc_drag.startDrag();
};
_local4[_local9].onReleaseOutside = function () {
var _local3 = this._name.substr(4);
_root.mc_drag.removeMovieClip();
if ((((((this != _loc2.on_clothing1) and (this != _loc2.on_clothing2)) and (this != _loc2.on_clothing3)) and (this != _loc2.on_clothing4)) and (this != _loc2.on_clothing5)) and (this != _loc2.on_clothing6)) {
if (_root.model_mc1.hitTest(_xmouse, _ymouse) && (_local3 != "G")) {
_loc2 = _root.model_mc1;
} else if (_root.model_mc2.hitTest(_xmouse, _ymouse) && (_local3 == "G")) {
_loc2 = _root.model_mc2;
}
if (_loc2 != undefined) {
_root.addSound("sd02");
if (this._name.substr(0, 2) == "a1") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing1 != undefined) {
_loc2.on_clothing1._visible = true;
_loc2.on_clothing1 = undefined;
}
if (_loc2.on_clothing2 != undefined) {
_loc2.on_clothing2._visible = true;
_loc2.on_clothing2 = undefined;
_loc2.top2_mc.gotoAndStop(1);
}
if (_loc2.on_clothing3 != undefined) {
_loc2.on_clothing3._visible = true;
_loc2.on_clothing3 = undefined;
_loc2.bot1_mc.gotoAndStop(1);
}
if (_loc2.on_clothing4 != undefined) {
_loc2.on_clothing4._visible = true;
_loc2.on_clothing4 = undefined;
_loc2.top2_mc.gotoAndStop(1);
}
if (_loc2.on_clothing5 != undefined) {
_loc2.on_clothing5._visible = true;
_loc2.on_clothing5 = undefined;
_loc2.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_loc2.on_clothing1 = this;
_loc2.top1_mc.gotoAndStop(_local4);
_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 _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing1 != undefined) {
_loc2.on_clothing1._visible = true;
_loc2.on_clothing1 = undefined;
}
if (_loc2.on_clothing2 != undefined) {
_loc2.on_clothing2._visible = true;
_loc2.on_clothing2 = undefined;
_loc2.top2_mc.gotoAndStop(1);
}
if (_loc2.on_clothing3 != undefined) {
_loc2.on_clothing3._visible = true;
_loc2.on_clothing3 = undefined;
_loc2.bot1_mc.gotoAndStop(1);
}
if (_loc2.on_clothing4 != undefined) {
_loc2.on_clothing4._visible = true;
_loc2.on_clothing4 = undefined;
_loc2.top2_mc.gotoAndStop(1);
}
if (_loc2.on_clothing5 != undefined) {
_loc2.on_clothing5._visible = true;
_loc2.on_clothing5 = undefined;
_loc2.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_loc2.on_clothing1 = this;
_loc2.top3_mc.gotoAndStop(_local4);
_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 _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing1 != undefined) {
_loc2.on_clothing1._visible = true;
_loc2.on_clothing1 = undefined;
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.underwear2_mc._visible = true;
}
if (_loc2.on_clothing4 != undefined) {
_loc2.on_clothing4._visible = true;
_loc2.on_clothing4 = undefined;
_loc2.top3_mc.gotoAndStop(1);
_loc2.dress7.underwear2_mc._visible = true;
}
if (_loc2.on_clothing2 != undefined) {
_loc2.on_clothing2._visible = true;
_loc2.on_clothing2 = undefined;
}
this._visible = false;
_loc2.on_clothing2 = this;
_loc2.top2_mc.gotoAndStop(_local4);
_loc2.dress7.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a3") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing1 != undefined) {
_loc2.on_clothing1._visible = true;
_loc2.on_clothing1 = undefined;
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.underwear1_mc._visible = true;
}
if (_loc2.on_clothing3 != undefined) {
_loc2.on_clothing3._visible = true;
_loc2.on_clothing3 = undefined;
}
if (_loc2.on_clothing5 != undefined) {
_loc2.on_clothing5._visible = true;
_loc2.on_clothing5 = undefined;
_loc2.bot2_mc.gotoAndStop(1);
_loc2.dress7.underwear1_mc._visible = true;
}
_loc2.on_clothing3 = this;
_loc2.bot1_mc.gotoAndStop(_local4);
_loc2.dress7.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a4") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing1 != undefined) {
_loc2.on_clothing1._visible = true;
_loc2.on_clothing1 = undefined;
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.underwear2_mc._visible = true;
}
if (_loc2.on_clothing2 != undefined) {
_loc2.on_clothing2._visible = true;
_loc2.on_clothing2 = undefined;
_loc2.top2_mc.gotoAndStop(1);
_loc2.dress7.underwear2_mc._visible = true;
}
if (_loc2.on_clothing4 != undefined) {
_loc2.on_clothing4._visible = true;
_loc2.on_clothing4 = undefined;
}
this._visible = false;
_loc2.on_clothing4 = this;
_loc2.top3_mc.gotoAndStop(_local4);
_loc2.dress7.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a5") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing1 != undefined) {
_loc2.on_clothing1._visible = true;
_loc2.on_clothing1 = undefined;
_loc2.top1_mc.gotoAndStop(1);
_loc2.dress7.underwear1_mc._visible = true;
}
if (_loc2.on_clothing5 != undefined) {
_loc2.on_clothing5._visible = true;
_loc2.on_clothing5 = undefined;
}
if (_loc2.on_clothing3 != undefined) {
_loc2.on_clothing3._visible = true;
_loc2.on_clothing3 = undefined;
_loc2.bot1_mc.gotoAndStop(1);
_loc2.dress7.underwear1_mc._visible = true;
}
this._visible = false;
_loc2.on_clothing5 = this;
_loc2.bot2_mc.gotoAndStop(_local4);
_loc2.dress7.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a9") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing10 != undefined) {
_loc2.on_clothing10._visible = true;
_loc2.on_clothing10 = undefined;
}
this._visible = false;
_loc2.on_clothing10 = this;
_loc2.shoes_mc.gotoAndStop(_local4);
_loc2.shoes_mc2.gotoAndStop(1);
}
if (this._name.substr(0, 2) == "as") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing10 != undefined) {
_loc2.on_clothing10._visible = true;
_loc2.on_clothing10 = undefined;
}
this._visible = false;
_loc2.on_clothing10 = this;
_loc2.shoes_mc2.gotoAndStop(_local4);
_loc2.shoes_mc.gotoAndStop(1);
}
if (this._name.substr(0, 2) == "aj") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing5 != undefined) {
_loc2.on_clothing5._visible = true;
_loc2.on_clothing5 = undefined;
}
this._visible = false;
_loc2.on_clothing5 = this;
_loc2.jew01_mc.gotoAndStop(_local4);
}
if (this._name.substr(0, 2) == "a6") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing6 != undefined) {
_loc2.on_clothing6._visible = true;
_loc2.on_clothing6 = undefined;
}
this._visible = false;
_loc2.on_clothing6 = this;
_loc2.jew02_mc.gotoAndStop(_local4);
}
if (this._name.substr(0, 2) == "a7") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing7 != undefined) {
_loc2.on_clothing7._visible = true;
_loc2.on_clothing7 = undefined;
}
this._visible = false;
_loc2.on_clothing7 = this;
_loc2.bag_mc.gotoAndStop(_local4);
}
if (this._name.substr(0, 2) == "a8") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing8 != undefined) {
_loc2.on_clothing8._visible = true;
_loc2.on_clothing8 = undefined;
}
this._visible = false;
_loc2.on_clothing8 = this;
_loc2.cap_mc.gotoAndStop(_local4);
}
if (this._name.substr(0, 2) == "aw") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing9 != undefined) {
_loc2.on_clothing9._visible = true;
_loc2.on_clothing9 = undefined;
}
this._visible = false;
_loc2.on_clothing9 = this;
_loc2.waitao_mc.gotoAndStop(_local4);
}
if (this._name.substr(0, 2) == "ax") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing13 != undefined) {
_loc2.on_clothing13._visible = true;
_loc2.on_clothing13 = undefined;
}
this._visible = false;
_loc2.on_clothing13 = this;
_loc2.jew03_mc.gotoAndStop(_local4);
}
if (this._name.substr(0, 2) == "ag") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing11 != undefined) {
_loc2.on_clothing11._visible = true;
_loc2.on_clothing11 = undefined;
}
this._visible = false;
_loc2.on_clothing11 = this;
_loc2.glass_mc.gotoAndStop(_local4);
}
if (this._name.substr(0, 2) == "ay") {
var _local4 = Number(this._name.substr(2, 2)) + 1;
if (_loc2.on_clothing12 != undefined) {
_loc2.on_clothing12._visible = true;
_loc2.on_clothing12 = undefined;
}
this._visible = false;
_loc2.on_clothing12 = this;
_loc2.yaodai_mc.gotoAndStop(_local4);
}
if (this._name.substr(0, 2) == "ah") {
var _local4 = Number(this._name.substr(2, 2));
if (_loc2.on_clothing14 != undefined) {
_loc2.on_clothing14._visible = true;
_loc2.on_clothing14 = undefined;
}
this._visible = false;
_loc2.on_clothing14 = this;
_loc2.hair_mc.gotoAndStop(_local4);
}
_loc2 = undefined;
} else {
this._visible = true;
}
}
};
}
}
}
function reset_one(_mc) {
var _loc2 = _mc;
for (var _local2 in _loc2) {
if (typeof(_loc2[_local2]) == "movieclip") {
_loc2[_local2].enabled = true;
if (_loc2[_local2]._name.substr(0, 3) == "cap") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing8._visible = true;
_loc2.on_clothing8 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 4) == "top1") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing1._visible = true;
_loc2.on_clothing1 = undefined;
_loc2.dress7.underwear1_mc._visible = true;
_loc2.dress7.underwear2_mc._visible = true;
};
}
if (_loc2[_local2]._name.substr(0, 4) == "top3") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing1._visible = true;
_loc2.on_clothing1 = undefined;
_loc2.dress7.underwear1_mc._visible = true;
_loc2.dress7.underwear2_mc._visible = true;
};
}
if (_loc2[_local2]._name.substr(0, 4) == "top2") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing2._visible = true;
_loc2.on_clothing2 = undefined;
_loc2.dress7.underwear1_mc._visible = true;
};
}
if (_loc2[_local2]._name.substr(0, 4) == "bot1") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing3._visible = true;
_loc2.on_clothing3 = undefined;
_loc2.dress7.underwear2_mc._visible = true;
};
}
if (_loc2[_local2]._name.substr(0, 4) == "shoe") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing4._visible = true;
_loc2.on_clothing4 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 5) == "jew01") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing5._visible = true;
_loc2.on_clothing5 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 5) == "jew02") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing6._visible = true;
_loc2.on_clothing6 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 3) == "bag") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing7._visible = true;
_loc2.on_clothing7 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 5) == "waita") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing9._visible = true;
_loc2.on_clothing9 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 5) == "jew03") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing13._visible = true;
_loc2.on_clothing13 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 5) == "jew04") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing21._visible = true;
_loc2.on_clothing21 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 5) == "glass") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing11._visible = true;
_loc2.on_clothing11 = undefined;
};
}
if (_loc2[_local2]._name.substr(0, 5) == "yaoda") {
_loc2[_local2].onRelease = function () {
this.gotoAndStop(1);
_loc2.on_clothing12._visible = true;
_loc2.on_clothing12 = undefined;
};
}
}
}
}
function top_show_fun(nn) {
var _local3 = _root;
var _local4 = _root.menu_top.loadMc;
var _local2;
_local2 = _local4.attachMovie("top_show" + nn, "_mc", 1);
_local3.top_menu_load = _local2;
third_ch_ini(_local3.top_menu_load);
clothing_visible();
go_alpha = new mx.transitions.Tween(_local2, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 20, false);
}
function top_menu_move(z) {
var _local5 = _root;
var _local2 = _local5.top_menu_load;
if (z == 1) {
var _local3 = _local2._x;
var _local4 = _local2._x + 160;
if (_local3 < 0) {
go_x = new mx.transitions.Tween(_local2, "_x", mx.transitions.easing.Strong.easeOut, _local3, _local4, 20, false);
}
}
if (z == 2) {
var _local3 = _local2._x;
var _local4 = _local2._x - 160;
if (_local3 > (650 - _local2._width)) {
go_x = new mx.transitions.Tween(_local2, "_x", mx.transitions.easing.Strong.easeOut, _local3, _local4, 20, false);
}
}
}
function ok_fun() {
var _local3 = new Array();
_local3[0] = _root.model_mc1;
_local3[1] = _root.model_mc2;
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++;
}
girl1(320, -200, 100, _root.model_mc1);
girl2(-165, -150, 100, _root.model_mc2);
gotoAndStop ("done");
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root.model_mc1["on_clothing" + _local2]._visible = false;
_root.model_mc2["on_clothing" + _local2]._visible = false;
_local2++;
}
}
function clear_ini() {
var _local3 = new Array();
_local3[0] = _root.model_mc1;
_local3[1] = _root.model_mc2;
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);
_local4++;
}
_local2++;
}
}
function clothing_skin() {
var _local2 = 1;
while (_local2 < 22) {
_root.model_mc1["on_clothing" + _local2]._visible = true;
_root.model_mc1["on_clothing" + _local2] = undefined;
_root.model_mc2["on_clothing" + _local2]._visible = true;
_root.model_mc2["on_clothing" + _local2] = undefined;
_local2++;
}
}
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
var mc_drag;
var top_menu_load;
var scaleNo_btn = 100;
var scaleNo_dre = 75;
var topShowNo = 1;
var body_no;
var body_choose;
var scaleB = 1;
Instance of Symbol 165 MovieClip "model_mc2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 243 MovieClip "model_mc1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 250 MovieClip in Frame 1
onClipEvent (load) {
_parent.bgSound();
}
Frame 2
stop();
gameStart();
Frame 3
stop();
girl1(145, -220, 75, _root.model_mc1);
girl2(75, -205, 75, _root.model_mc2);
top_show_fun(topShowNo);
third_ch_ini(this);
reset_one(_root.model_mc1);
reset_one(_root.model_mc2);
Frame 4
stop();
ok_fun();
Symbol 13 MovieClip Frame 1
stop();
Symbol 20 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 1
stop();
Instance of Symbol 71 MovieClip in Symbol 72 MovieClip [a601G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 72 MovieClip [a601G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 72 MovieClip [a601G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 74 MovieClip [a602G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 74 MovieClip [a602G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 74 MovieClip [a602G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 74 MovieClip [a602G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 79 MovieClip [a603G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 79 MovieClip [a603G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 79 MovieClip [a603G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 79 MovieClip [a603G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 83 MovieClip [a604G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 83 MovieClip [a604G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 83 MovieClip [a604G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 83 MovieClip [a604G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 1
stop();
Instance of Symbol 71 MovieClip in Symbol 145 MovieClip [aj01G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 145 MovieClip [aj01G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 148 MovieClip [aj02G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 148 MovieClip [aj02G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 152 MovieClip [aj03G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 152 MovieClip [aj03G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 157 MovieClip [aj04G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 71 MovieClip in Symbol 157 MovieClip [aj04G] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 158 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 1
stop();
Symbol 247 Button
on (release) {
this.gotoAndStop(2);
_parent.end_btn_sound_fun();
}
Symbol 249 Button
on (release) {
this.gotoAndStop(1);
_parent.bgSound();
}
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 2
stop();
Symbol 375 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 376 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 377 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 378 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 379 MovieClip [__Packages.mx.transitions.easing.Strong] Frame 0
class mx.transitions.easing.Strong
{
function Strong () {
}
static function easeIn(t, b, c, d) {
t = t / d;
return((((((c * t) * t) * t) * t) * t) + b);
}
static function easeOut(t, b, c, d) {
t = (t / d) - 1;
return((c * (((((t * t) * t) * t) * t) + 1)) + b);
}
static function easeInOut(t, b, c, d) {
t = t / (d / 2);
if (t < 1) {
return(((((((c / 2) * t) * t) * t) * t) * t) + b);
}
t = t - 2;
return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 260 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 1
stop();
Symbol 291 Button
on (press) {
nextFrame();
}
Symbol 311 Button
on (press) {
top_menu_move(2);
}
Symbol 312 Button
on (press) {
top_menu_move(1);
}
Symbol 318 Button
on (press) {
top_show_fun(1);
}
Symbol 321 Button
on (press) {
top_show_fun(2);
}
Symbol 323 Button
on (press) {
top_show_fun(3);
}
Symbol 365 Button
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}
Symbol 370 MovieClip Frame 20
stop();
Symbol 374 Button
on (release) {
clear_ini();
clothing_skin();
gotoAndPlay (1);
}