Instance of Symbol 24 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 24 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() {
gotoAndStop (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 play_link() {
gotoAndStop (112);
}
mx.transitions.TransitionManager.start(friends1, {type:mx.transitions.Zoom, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut});
mx.transitions.TransitionManager.start(friends2, {type:mx.transitions.Fly, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut, startPoint:9});
mx.transitions.TransitionManager.start(friends3, {type:mx.transitions.Fly, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut, startPoint:9});
mx.transitions.TransitionManager.start(friends4, {type:mx.transitions.Zoom, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut});
friends1_btn.onRollOver = function () {
mx.transitions.TransitionManager.start(friends1, {type:mx.transitions.Zoom, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut});
};
friends2_btn.onRollOver = function () {
mx.transitions.TransitionManager.start(friends2, {type:mx.transitions.Zoom, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut});
};
friends3_btn.onRollOver = function () {
mx.transitions.TransitionManager.start(friends3, {type:mx.transitions.Zoom, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut});
};
friends4_btn.onRollOver = function () {
mx.transitions.TransitionManager.start(friends4, {type:mx.transitions.Zoom, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut});
};
friends1_btn.onRelease = function () {
play_link();
};
friends2_btn.onRelease = function () {
play_link();
};
friends3_btn.onRelease = function () {
play_link();
};
friends4_btn.onRelease = function () {
play_link();
};
Frame 113
function s1_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("s1");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function en_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("en_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function good_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("good");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function hi_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("hi_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function kacha_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("kacha_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function btn_go(_mc) {
for (var _local6 in _mc) {
if ((typeof(_mc[_local6]) == "movieclip") and (_mc[_local6]._name.substr(0, 1) == "b")) {
_mc[_local6].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 (_local3 == 6) {
_root.model_mc.dress7.gotoAndStop(_local4);
}
};
}
}
}
function load_fun() {
_loc1 = this;
var _local3 = 8;
var _local2 = 1;
while (_local2 < _local3) {
_loc1.btn_go(_loc1["mc0" + _local2]);
_loc1["mc0" + _local2]._alpha = 0;
_loc1["mc0" + _local2].mask_btn._visible = true;
_loc1["mc0" + _local2].de = this["mc0" + _local2].getDepth();
_loc1["btn" + _local2].act = true;
_local2++;
}
}
function btn_fun() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "object") and (this[_local5]._name.substr(0, 3) == "btn")) {
this[_local5].onRelease = function () {
var _local4 = Number(this._name.substr(3, 1));
var _local3 = _root["mc0" + _local4];
if (this.act == true) {
effect_mc(_local3);
this.act = false;
} else {
_local3.mask_btn._visible = true;
go_alpha = new mx.transitions.Tween(_local3, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 20, false);
this.act = true;
}
};
}
if ((typeof(this[_local5]) == "movieclip") and (this[_local5]._name.substr(0, 2) == "mc")) {
}
}
}
function effect_mc(m) {
var _local2 = 8;
m.mask_btn._visible = false;
m.swapDepths(m._parent.getNextHighestDepth());
go_alpha = new mx.transitions.Tween(m, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 20, false);
}
function dep_re() {
var _local2 = 1;
while (_local2 < 8) {
var _local3 = _root["mc0" + _local2];
_local3.swapDepths(_local3.de);
_local2++;
}
}
function close_btn(n) {
var _local2 = this["mc0" + n];
var _local3 = this["btn" + n];
_local2.mask_btn._visible = true;
_local2.swapDepths(_local2.de);
go_alpha = new mx.transitions.Tween(_local2, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 20, false);
_local3.act = true;
}
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.cap_mc.gotoAndStop(1);
_root.model_mc.bag_mc.gotoAndStop(1);
_root.model_mc.waitao_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
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 < 8) {
_root.model_mc["dress" + _local2].gotoAndStop(1);
_local2++;
}
}
function girl(x1, y1, s) {
if (this.model_mc.x0 and this.model_mc.y0) {
this.model_mc._x = this.model_mc.x0 + x1;
this.model_mc._y = this.model_mc.y0 + y1;
this.model_mc._xscale = (this.model_mc._yscale = s);
this.model_mc._rotation = 0;
}
trace(this.model_mc._x);
}
function third_ch_ini() {
for (var _local6 in this) {
if ((typeof(this[_local6]) == "movieclip") and (this[_local6]._name.substr(0, 1) == "a")) {
this[_local6].onPress = function () {
var _local3 = this._name.substr(1, 1);
var _local4 = this._name.substr(2, 2);
trace(_local3);
this._visible = false;
_root.mc_drag = _root.attachMovie(("a" + _local3) + _local4, "_mc", 1);
_root.mc_drag._xscale = _root.scaleNo;
_root.mc_drag._yscale = _root.scaleNo;
_root.mc_drag._x = _root._xmouse;
_root.mc_drag._y = _root._ymouse;
_root.mc_drag.startDrag();
};
this[_local6].onReleaseOutside = function () {
s1_sd();
_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 (_root.model_mc.hitTest(_xmouse, _ymouse)) {
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.dress6.underwear1_mc._visible = false;
_root.model_mc.dress6.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.dress6.underwear1_mc._visible = false;
_root.model_mc.dress6.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.dress6.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.dress6.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.dress6.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.dress6.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.dress6.underwear1_mc._visible = true;
}
_root.on_clothing3 = this;
_root.model_mc.bot1_mc.gotoAndStop(_local3);
_root.model_mc.dress6.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.dress6.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.dress6.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.dress6.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.dress6.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.dress6.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing5 = this;
_root.model_mc.bot2_mc.gotoAndStop(_local3);
_root.model_mc.dress6.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);
}
} else {
this._visible = true;
}
}
};
}
}
}
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.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.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.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.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.dress6.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.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 3) == "bag") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "waita") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
};
}
}
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
stop();
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
var menu_state = true;
var menu_no = 1;
var mc_drag;
var scaleNo = 95;
girl(0, 0, 200);
load_fun();
btn_fun();
clear_btn.onRelease = function () {
clear_ini();
};
next_btn.onRelease = function () {
dep_re();
en_sd();
gotoAndStop (114);
};
Instance of Symbol 457 MovieClip "model_mc" in Frame 113
onClipEvent (load) {
this._xscale = (this._yscale = 350);
this.x0 = this._x;
this.y0 = this._y;
this._x = this._x - 170;
this._y = this._y + 30;
}
Instance of Symbol 470 MovieClip "btnt2" in Frame 113
on (release) {
_root.menuTop.nextFrame();
}
Instance of Symbol 470 MovieClip "btnt1" in Frame 113
on (release) {
_root.menuTop.prevFrame();
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(1);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(2);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(3);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(4);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(5);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(6);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(7);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(8);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(9);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.mc.meimiao.gotoAndStop(10);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(1);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(2);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(3);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(4);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(5);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(6);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(7);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(8);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(9);
}
Instance of Symbol 511 MovieClip in Frame 113
on (release) {
_root.model_mc.meimao.gotoAndStop(10);
}
Frame 114
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (112);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (113);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (114);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(0, 0, 120);
Frame 115
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (112);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (113);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (114);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(0, 0, 120);
Frame 116
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (112);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (113);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (114);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(0, 0, 120);
Frame 117
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (112);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (113);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (114);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(0, 0, 120);
Frame 118
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (112);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (113);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (114);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(0, 0, 120);
Frame 119
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (112);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (113);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (114);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(0, 0, 120);
Frame 120
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (112);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (113);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (114);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(0, 0, 120);
Frame 121
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (112);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (113);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (114);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(0, 0, 120);
Frame 122
girl(100, 40, 115);
stop();
for (var i in _root.model_mc) {
if (typeof(_root.model_mc[i]) == "movieclip") {
model_mc[i].enabled = false;
}
}
body_btn.onRollOver = function () {
lights_mc.gotoAndStop(2);
good_sd();
};
body_btn.onRollOut = (body_btn.onReleaseOutside = function () {
lights_mc.gotoAndStop(1);
});
printButton.onPress = function () {
printAsBitmap (_root.printclip, "bmovie");
};
Symbol 599 MovieClip [__Packages.mx.events.EventDispatcher] Frame 0
class mx.events.EventDispatcher
{
function EventDispatcher () {
}
static function _removeEventListener(queue, event, handler) {
if (queue != undefined) {
var _local4 = queue.length;
var _local1;
_local1 = 0;
while (_local1 < _local4) {
var _local2 = queue[_local1];
if (_local2 == handler) {
queue.splice(_local1, 1);
return(undefined);
}
_local1++;
}
}
}
static function initialize(object) {
if (_fEventDispatcher == undefined) {
_fEventDispatcher = new mx.events.EventDispatcher();
}
object.addEventListener = _fEventDispatcher.addEventListener;
object.removeEventListener = _fEventDispatcher.removeEventListener;
object.dispatchEvent = _fEventDispatcher.dispatchEvent;
object.dispatchQueue = _fEventDispatcher.dispatchQueue;
}
function dispatchQueue(queueObj, eventObj) {
var _local7 = "__q_" + eventObj.type;
var _local4 = queueObj[_local7];
if (_local4 != undefined) {
var _local5;
for (_local5 in _local4) {
var _local1 = _local4[_local5];
var _local3 = typeof(_local1);
if ((_local3 == "object") || (_local3 == "movieclip")) {
if (_local1.handleEvent != undefined) {
_local1.handleEvent(eventObj);
}
if (_local1[eventObj.type] != undefined) {
if (exceptions[eventObj.type] == undefined) {
_local1[eventObj.type](eventObj);
}
}
} else {
_local1.apply(queueObj, [eventObj]);
}
}
}
}
function dispatchEvent(eventObj) {
if (eventObj.target == undefined) {
eventObj.target = this;
}
this[eventObj.type + "Handler"](eventObj);
dispatchQueue(this, eventObj);
}
function addEventListener(event, handler) {
var _local3 = "__q_" + event;
if (this[_local3] == undefined) {
this[_local3] = new Array();
}
_global.ASSetPropFlags(this, _local3, 1);
_removeEventListener(this[_local3], event, handler);
this[_local3].push(handler);
}
function removeEventListener(event, handler) {
var _local2 = "__q_" + event;
_removeEventListener(this[_local2], event, handler);
}
static var _fEventDispatcher = undefined;
static var exceptions = {move:1, draw:1, load:1};
}
Symbol 600 MovieClip [__Packages.mx.transitions.Transition] Frame 0
class mx.transitions.Transition
{
var _manager, removeEventListener, addEventListener, _content, _twn, _easing, _progress, dispatchEvent, _innerBounds, _outerBounds, _width, _height;
function Transition (content, transParams, manager) {
if (!arguments.length) {
return;
}
init(content, transParams, manager);
}
function set manager(mgr) {
if (_manager != undefined) {
removeEventListener("transitionInDone", _manager);
removeEventListener("transitionOutDone", _manager);
removeEventListener("transitionProgress", _manager);
}
_manager = mgr;
addEventListener("transitionInDone", _manager);
addEventListener("transitionOutDone", _manager);
addEventListener("transitionProgress", _manager);
//return(manager);
}
function get manager() {
return(_manager);
}
function set content(c) {
if (typeof(c) == "movieclip") {
_content = c;
_twn.obj = c;
}
//return(content);
}
function get content() {
return(_content);
}
function set direction(direction) {
_direction = (direction ? 1 : 0);
//return(this.direction);
}
function get direction() {
return(_direction);
}
function set duration(d) {
if (d) {
_duration = d;
_twn.duration = d;
}
//return(duration);
}
function get duration() {
return(_duration);
}
function set easing(e) {
if (typeof(e) == "string") {
e = eval (e);
} else if (e == undefined) {
e = _noEase;
}
_easing = e;
_twn.easing = e;
//return(easing);
}
function get easing() {
return(_easing);
}
function set progress(p) {
if (_progress == p) {
return;
}
_progress = p;
if (_direction) {
_render(1 - p);
} else {
_render(p);
}
dispatchEvent({type:"transitionProgress", target:this, progress:p});
//return(progress);
}
function get progress() {
return(_progress);
}
function init(content, transParams, manager) {
this.content = (content);
direction = (transParams.direction);
duration = (transParams.duration);
easing = (transParams.easing);
this.manager = (manager);
_innerBounds = this.manager._innerBounds;
_outerBounds = this.manager._outerBounds;
_width = this.manager._width;
_height = this.manager._height;
_resetTween();
}
function toString() {
return(("[Transition " + className) + "]");
}
function start() {
content._visible = true;
_twn.start();
}
function stop() {
_twn.fforward();
_twn.stop();
}
function cleanUp() {
removeEventListener("transitionInDone", _manager);
removeEventListener("transitionOutDone", _manager);
removeEventListener("transitionProgress", _manager);
stop();
}
function getNextHighestDepthMC(mc) {
var _local4 = mc.getNextHighestDepth();
if (_local4 != undefined) {
return(_local4);
}
_local4 = -1;
var _local3;
var _local1;
for (var _local5 in mc) {
_local1 = mc[_local5];
if ((typeof(_local1) == "movieclip") && (_local1._parent == mc)) {
_local3 = _local1.getDepth();
if (_local3 > _local4) {
_local4 = _local3;
}
}
}
return(_local4 + 1);
}
function drawBox(mc, x, y, w, h) {
mc.moveTo(x, y);
mc.lineTo(x + w, y);
mc.lineTo(x + w, y + h);
mc.lineTo(x, y + h);
mc.lineTo(x, y);
}
function drawCircle(mc, x, y, r) {
mc.moveTo(x + r, y);
mc.curveTo(r + x, (0.414213562373095 * r) + y, (0.707106781186547 * r) + x, (0.707106781186547 * r) + y);
mc.curveTo((0.414213562373095 * r) + x, r + y, x, r + y);
mc.curveTo((-0.414213562373095 * r) + x, r + y, (-0.707106781186547 * r) + x, (0.707106781186547 * r) + y);
mc.curveTo((-r) + x, (0.414213562373095 * r) + y, (-r) + x, y);
mc.curveTo((-r) + x, (-0.414213562373095 * r) + y, (-0.707106781186547 * r) + x, (-0.707106781186547 * r) + y);
mc.curveTo((-0.414213562373095 * r) + x, (-r) + y, x, (-r) + y);
mc.curveTo((0.414213562373095 * r) + x, (-r) + y, (0.707106781186547 * r) + x, (-0.707106781186547 * r) + y);
mc.curveTo(r + x, (-0.414213562373095 * r) + y, r + x, y);
}
function _render(p) {
}
function _resetTween() {
_twn.stop();
_twn.removeListener(this);
_twn = new mx.transitions.Tween(this, null, easing, 0, 1, duration, true);
_twn.stop();
_twn.prop = "progress";
_twn.addListener(this);
}
function _noEase(t, b, c, d) {
return(((c * t) / d) + b);
}
function onMotionFinished(src) {
if (direction) {
dispatchEvent({type:"transitionOutDone", target:this});
} else {
dispatchEvent({type:"transitionInDone", target:this});
}
}
static var version = "1.1.0.52";
static var IN = 0;
static var OUT = 1;
var type = mx.transitions.Transition;
var className = "Transition";
var _direction = 0;
var _duration = 2;
static var __mixinFED = mx.events.EventDispatcher.initialize(mx.transitions.Transition.prototype);
}
Symbol 601 MovieClip [__Packages.mx.transitions.TransitionManager] Frame 0
class mx.transitions.TransitionManager
{
var _transitions, removeEventListener, _content, addEventListener, _contentAppearance, _innerBounds, _outerBounds, _width, _height, _triggerEvent, dispatchEvent;
function TransitionManager (content) {
this.content = (content);
_transitions = {};
}
function set content(c) {
removeEventListener("allTransitionsInDone", _content);
removeEventListener("allTransitionsOutDone", _content);
_content = c;
saveContentAppearance();
addEventListener("allTransitionsInDone", _content);
addEventListener("allTransitionsOutDone", _content);
//return(content);
}
function get content() {
return(_content);
}
function get transitionsList() {
return(_transitions);
}
function get numTransitions() {
var _local2 = 0;
for (var _local3 in _transitions) {
_local2++;
}
return(_local2);
}
function get numInTransitions() {
var _local3 = 0;
var _local2 = _transitions;
for (var _local4 in _local2) {
if (!_local2[_local4].direction) {
_local3++;
}
}
return(_local3);
}
function get numOutTransitions() {
var _local3 = 0;
var _local2 = _transitions;
for (var _local4 in _local2) {
if (_local2[_local4].direction) {
_local3++;
}
}
return(_local3);
}
function get contentAppearance() {
return(_contentAppearance);
}
static function start(content, transParams) {
if (content.__transitionManager == undefined) {
content.__transitionManager = new mx.transitions.TransitionManager(content);
}
if (transParams.direction == 1) {
content.__transitionManager._triggerEvent = "hide";
} else {
content.__transitionManager._triggerEvent = "reveal";
}
return(content.__transitionManager.startTransition(transParams));
}
function startTransition(transParams) {
removeTransition(findTransition(transParams));
var _local3 = transParams.type;
var _local2 = new _local3[undefined](_content, transParams, this);
addTransition(_local2);
_local2.start();
return(_local2);
}
function addTransition(trans) {
trans.ID = ++IDCount;
_transitions[trans.ID] = trans;
return(trans);
}
function removeTransition(trans) {
if (_transitions[trans.ID] == undefined) {
return(false);
}
trans.cleanUp();
return(delete _transitions[trans.ID]);
}
function findTransition(transParams) {
var _local2;
for (var _local4 in _transitions) {
_local2 = _transitions[_local4];
if (_local2.type == transParams.type) {
return(_local2);
}
}
return(undefined);
}
function removeAllTransitions() {
for (var _local2 in _transitions) {
_transitions[_local2].cleanUp();
removeTransition(_transitions[_local2]);
}
}
function saveContentAppearance() {
var _local2 = _content;
if (_contentAppearance == undefined) {
var _local3 = (_contentAppearance = {});
for (var _local4 in _visualPropList) {
_local3[_local4] = _local2[_local4];
}
_local3.colorTransform = new Color(_local2).getTransform();
}
_innerBounds = _local2.getBounds(targetPath(_local2));
_outerBounds = _local2.getBounds(targetPath(_local2._parent));
_width = _local2._width;
_height = _local2._height;
}
function restoreContentAppearance() {
var _local2 = _content;
var _local3 = _contentAppearance;
for (var _local4 in _visualPropList) {
_local2[_local4] = _local3[_local4];
}
new Color(_local2).setTransform(_local3.colorTransform);
}
function transitionInDone(e) {
removeTransition(e.target);
if (numInTransitions == 0) {
var _local2;
_local2 = _content._visible;
if ((_triggerEvent == "hide") || (_triggerEvent == "hideChild")) {
_content._visible = false;
}
if (_local2) {
dispatchEvent({type:"allTransitionsInDone", target:this});
}
}
}
function transitionOutDone(e) {
removeTransition(e.target);
if (numOutTransitions == 0) {
restoreContentAppearance();
var _local2;
_local2 = _content._visible;
if (_local2 && ((_triggerEvent == "hide") || (_triggerEvent == "hideChild"))) {
_content._visible = false;
}
updateAfterEvent();
if (_local2) {
dispatchEvent({type:"allTransitionsOutDone", target:this});
}
}
}
function toString() {
return("[TransitionManager]");
}
static var version = "1.1.0.52";
static var IDCount = 0;
var type = mx.transitions.TransitionManager;
var className = "TransitionManager";
var _visualPropList = {_x:null, _y:null, _xscale:null, _yscale:null, _alpha:null, _rotation:null};
static var __mixinFED = mx.events.EventDispatcher.initialize(mx.transitions.TransitionManager.prototype);
}
Symbol 602 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 603 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 604 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 605 MovieClip [__Packages.mx.transitions.Fly] Frame 0
class mx.transitions.Fly extends mx.transitions.Transition
{
var _xFinal, __get__manager, _yFinal, _stagePoints, _content, _innerBounds, _xInitial, _yInitial;
function Fly (content, transParams, manager) {
super();
init(content, transParams, manager);
}
function init(content, transParams, manager) {
super.init(content, transParams, manager);
if (transParams.startPoint) {
_startPoint = transParams.startPoint;
}
_xFinal = __get__manager().__get__contentAppearance()._x;
_yFinal = __get__manager().__get__contentAppearance()._y;
var _local6 = Stage.scaleMode;
Stage.scaleMode = "showAll";
var _local3 = (_stagePoints = {});
_local3[1] = {x:0, y:0};
_local3[2] = {x:0, y:0};
_local3[3] = {x:Stage.width, y:0};
_local3[4] = {x:0, y:0};
_local3[5] = {x:Stage.width / 2, y:Stage.height / 2};
_local3[6] = {x:Stage.width, y:0};
_local3[7] = {x:0, y:Stage.height};
_local3[8] = {x:0, y:Stage.height};
_local3[9] = {x:Stage.width, y:Stage.height};
for (var _local5 in _local3) {
_content._parent.globalToLocal(_local3[_local5]);
}
var _local4 = _innerBounds;
_local3[1].x = _local3[1].x - _local4.xMax;
_local3[1].y = _local3[1].y - _local4.yMax;
_local3[2].x = __get__manager().__get__contentAppearance()._x;
_local3[2].y = _local3[2].y - _local4.yMax;
_local3[3].x = _local3[3].x - _local4.xMin;
_local3[3].y = _local3[3].y - _local4.yMax;
_local3[4].x = _local3[4].x - _local4.xMax;
_local3[4].y = __get__manager().__get__contentAppearance()._y;
_local3[5].x = _local3[5].x - ((_local4.xMax + _local4.xMin) / 2);
_local3[5].y = _local3[5].y - ((_local4.yMax + _local4.yMin) / 2);
_local3[6].x = _local3[6].x - _local4.xMin;
_local3[6].y = __get__manager().__get__contentAppearance()._y;
_local3[7].x = _local3[7].x - _local4.xMax;
_local3[7].y = _local3[7].y - _local4.yMin;
_local3[8].x = __get__manager().__get__contentAppearance()._x;
_local3[8].y = _local3[8].y - _local4.yMin;
_local3[9].x = _local3[9].x - _local4.xMin;
_local3[9].y = _local3[9].y - _local4.yMin;
_xInitial = _stagePoints[_startPoint].x;
_yInitial = _stagePoints[_startPoint].y;
Stage.scaleMode = _local6;
}
function _render(p) {
_content._x = _xFinal + ((_xInitial - _xFinal) * (1 - p));
_content._y = _yFinal + ((_yInitial - _yFinal) * (1 - p));
}
static var version = "1.1.0.52";
var type = mx.transitions.Fly;
var className = "Fly";
var _startPoint = 4;
}
Symbol 606 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 607 MovieClip [__Packages.mx.transitions.Zoom] Frame 0
class mx.transitions.Zoom extends mx.transitions.Transition
{
var _xscaleFinal, __get__manager, _yscaleFinal, _content;
function Zoom (content, transParams, manager) {
super();
init(content, transParams, manager);
}
function init(content, transParams, manager) {
super.init(content, transParams, manager);
_xscaleFinal = __get__manager().__get__contentAppearance()._xscale;
_yscaleFinal = __get__manager().__get__contentAppearance()._yscale;
}
function _render(p) {
if (p < 0) {
p = 0;
}
_content._xscale = p * _xscaleFinal;
_content._yscale = p * _yscaleFinal;
}
static var version = "1.1.0.52";
var type = mx.transitions.Zoom;
var className = "Zoom";
}
Symbol 608 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 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
stop();
Symbol 59 MovieClip Frame 3
stop();
Symbol 59 MovieClip Frame 4
stop();
Symbol 59 MovieClip Frame 5
stop();
Symbol 59 MovieClip Frame 6
stop();
Symbol 59 MovieClip Frame 7
stop();
Symbol 59 MovieClip Frame 8
stop();
Symbol 59 MovieClip Frame 9
stop();
Instance of Symbol 68 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 69 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 80 MovieClip Frame 1
stop();
Symbol 93 Button
on (release) {
_root.friends.gotoAndStop(2);
}
on (rollOver) {
_root.pp1._visible = 1;
_root.pp1.play();
_root.pp1.wz = "Good friend Jone!";
}
on (rollOut) {
_root.pp1._visible = 0;
}
Symbol 94 Button
on (release) {
_root.friends.gotoAndStop(3);
}
on (rollOver) {
_root.pp2._visible = 1;
_root.pp2.play();
_root.pp2.wz = "Good friend Merry!";
}
on (rollOut) {
_root.pp2._visible = 0;
}
Symbol 95 Button
on (release) {
_root.friends.gotoAndStop(4);
}
on (rollOver) {
_root.pp3._visible = 1;
_root.pp3.play();
_root.pp3.wz = "Good friend Sally!";
}
on (rollOut) {
_root.pp3._visible = 0;
}
Symbol 96 Button
on (release) {
_root.friends.gotoAndStop(5);
}
on (rollOver) {
_root.pp4._visible = 1;
_root.pp4.play();
_root.pp4.wz = "Good friend Chantel!";
}
on (rollOut) {
_root.pp4._visible = 0;
}
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 5
stop();
Symbol 106 Button
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}
Symbol 108 Button
on (release) {
stopAllSounds();
}
on (release) {
nextFrame();
}
Symbol 111 Button
on (release) {
gotoAndPlay (1);
}
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
stop();
Symbol 138 Button
on (release) {
_root.gotoAndStop("ok");
gotoAndStop (20);
}
Symbol 139 Button
on (release) {
_root.gotoAndStop("ok");
gotoAndStop (21);
}
Symbol 140 Button
on (release) {
_root.gotoAndStop("ok");
gotoAndStop (22);
}
Symbol 141 Button
on (release) {
_root.gotoAndStop("ok");
gotoAndStop (23);
}
Symbol 142 Button
on (release) {
_root.gotoAndStop("ok");
gotoAndStop (24);
}
Symbol 143 Button
on (release) {
_root.gotoAndStop("ok");
gotoAndStop (25);
}
Symbol 144 Button
on (release) {
_root.gotoAndStop("ok");
gotoAndStop (26);
}
Symbol 145 Button
on (release) {
_root.gotoAndStop("ok");
gotoAndStop (27);
}
Symbol 157 Button
on (release) {
_root.gotoAndStop("ok2");
}
Symbol 161 Button
on (release) {
_root.gotoAndStop("ok3");
}
Symbol 163 Button
on (release) {
_root.gotoAndStop("ok4");
}
Symbol 164 Button
on (release) {
_root.gotoAndStop("ok5");
}
Symbol 168 Button
on (release) {
_root.gotoAndStop("ok6");
}
Symbol 170 Button
on (release) {
_root.gotoAndStop("ok7");
}
Symbol 173 Button
on (release) {
_root.gotoAndStop("ok8");
}
Symbol 175 Button
on (release) {
_root.gotoAndStop("ok9");
}
Symbol 176 MovieClip Frame 19
stop();
Symbol 176 MovieClip Frame 20
stop();
Symbol 176 MovieClip Frame 21
stop();
Symbol 176 MovieClip Frame 22
stop();
Symbol 176 MovieClip Frame 23
stop();
Symbol 176 MovieClip Frame 24
stop();
Symbol 176 MovieClip Frame 25
stop();
Symbol 176 MovieClip Frame 26
stop();
Symbol 176 MovieClip Frame 27
stop();
Symbol 189 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 1
stop();
Instance of Symbol 68 MovieClip in Symbol 337 MovieClip [a601] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 337 MovieClip [a601] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 337 MovieClip [a601] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 337 MovieClip [a601] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 342 MovieClip [a603] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 342 MovieClip [a603] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 342 MovieClip [a603] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 345 MovieClip [a604] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 345 MovieClip [a604] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 345 MovieClip [a604] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 347 MovieClip [a605] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 347 MovieClip [a605] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 347 MovieClip [a605] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 349 MovieClip [a606] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 349 MovieClip [a606] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 349 MovieClip [a606] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 351 MovieClip [a607] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 351 MovieClip [a607] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 359 MovieClip [a609] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 359 MovieClip [a609] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 359 MovieClip [a609] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 360 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 1
stop();
Symbol 372 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 1
stop();
Instance of Symbol 68 MovieClip in Symbol 418 MovieClip [aj01] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 418 MovieClip [aj01] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 421 MovieClip [aj03] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 421 MovieClip [aj03] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 423 MovieClip [aj04] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 423 MovieClip [aj04] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 427 MovieClip [aj06] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 427 MovieClip [aj06] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 429 MovieClip [aj07] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 429 MovieClip [aj07] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 435 MovieClip [aj08] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 435 MovieClip [aj08] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 440 MovieClip [aj09] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 68 MovieClip in Symbol 440 MovieClip [aj09] Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 441 MovieClip Frame 1
stop();
Symbol 456 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 1
stop();
Symbol 474 MovieClip Frame 1
stop();
Symbol 476 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(2);
}
Symbol 477 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(3);
}
Symbol 478 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(4);
}
Symbol 481 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(5);
}
Symbol 482 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(6);
}
Symbol 483 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(7);
}
Symbol 485 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(8);
}
Symbol 486 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(9);
}
Symbol 487 Button
on (release) {
_root.model_mc.dress1.gotoAndStop(10);
}
Symbol 489 MovieClip Frame 1
stop();
Symbol 501 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(9);
}
Symbol 502 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(8);
}
Symbol 503 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(7);
}
Symbol 504 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(6);
}
Symbol 505 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(5);
}
Symbol 506 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(4);
}
Symbol 507 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(3);
}
Symbol 508 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(2);
}
Symbol 509 Button
on (release) {
_root.model_mc.dress2.gotoAndStop(1);
}
Symbol 516 Button
on (release) {
_root.model_mc.dress6.gotoAndStop(1);
}
Symbol 518 Button
on (release) {
_root.model_mc.dress6.gotoAndStop(2);
}
Symbol 520 Button
on (release) {
_root.model_mc.dress6.gotoAndStop(3);
}
Symbol 522 Button
on (release) {
_root.model_mc.dress6.gotoAndStop(4);
}
Symbol 524 Button
on (release) {
_root.model_mc.dress6.gotoAndStop(5);
}
Symbol 526 Button
on (release) {
_root.model_mc.dress6.gotoAndStop(6);
}
Symbol 528 Button
on (release) {
_root.model_mc.dress6.gotoAndStop(7);
}
Symbol 530 Button
on (release) {
_root.model_mc.dress6.gotoAndStop(8);
}
Symbol 535 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(1);
}
Symbol 537 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(9);
}
Symbol 539 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(8);
}
Symbol 541 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(7);
}
Symbol 543 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(4);
}
Symbol 545 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(10);
}
Symbol 547 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(5);
}
Symbol 549 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(3);
}
Symbol 551 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(6);
}
Symbol 553 Button
on (release) {
_root.model_mc.dress4.gotoAndStop(2);
}
Symbol 555 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(1);
}
Symbol 556 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(2);
}
Symbol 557 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(3);
}
Symbol 558 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(4);
}
Symbol 559 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(5);
}
Symbol 560 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(6);
}
Symbol 561 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(7);
}
Symbol 562 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(8);
}
Symbol 563 Button
on (release) {
_root.model_mc.dress5.gotoAndStop(9);
}
Symbol 565 MovieClip Frame 5
stop();
Symbol 566 Button
on (release) {
gotoAndStop (122);
_root.bg.gotoAndStop(2);
}
Symbol 570 MovieClip Frame 5
stop();
Symbol 571 Button
on (release) {
gotoAndStop (122);
_root.bg.gotoAndStop(3);
}
Symbol 573 MovieClip Frame 4
stop();
Symbol 574 Button
on (release) {
gotoAndStop (122);
_root.bg.gotoAndStop(4);
}
Symbol 575 MovieClip Frame 5
stop();
Symbol 576 Button
on (release) {
gotoAndStop (122);
_root.bg.gotoAndStop(5);
}
Symbol 580 MovieClip Frame 5
stop();
Symbol 581 Button
on (release) {
gotoAndStop (122);
_root.bg.gotoAndStop(6);
}
Symbol 584 MovieClip Frame 5
stop();
Symbol 585 Button
on (release) {
gotoAndStop (122);
_root.bg.gotoAndStop(7);
}
Symbol 588 MovieClip Frame 5
stop();
Symbol 589 Button
on (release) {
gotoAndStop (122);
_root.bg.gotoAndStop(8);
}
Symbol 591 MovieClip Frame 5
stop();
Symbol 592 Button
on (release) {
gotoAndStop (122);
_root.bg.gotoAndStop(9);
}
Symbol 595 Button
on (release) {
clear_ini();
gotoAndStop (111);
}
Symbol 598 Button
on (release) {
SetPrintJob();
}