Instance of Symbol 26 MovieClip in Frame 75
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 26 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 SetPrintJob() {
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root", {printAsBitmap:true});
my_pj.send();
delete my_pj;
}
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 girl(x1, y1, s, _mc) {
if (_mc.x0 and _mc.y0) {
_mc._x = _mc.x0 + x1;
_mc._y = _mc.y0 + y1;
_mc._xscale = (_mc._yscale = s);
_mc._rotation = 0;
}
}
function clear_ini(_mc) {
_mc.top1_mc.gotoAndStop(1);
_mc.top2_mc.gotoAndStop(1);
_mc.top3_mc.gotoAndStop(1);
_mc.bot2_mc.gotoAndStop(1);
_mc.bot1_mc.gotoAndStop(1);
_mc.shoes_mc.gotoAndStop(1);
_mc.jew01_mc.gotoAndStop(1);
_mc.jew02_mc.gotoAndStop(1);
_mc.jita_mc.gotoAndStop(1);
_mc.mic_mc.gotoAndStop(1);
_mc.hair_mc.gotoAndStop(1);
_mc.glass_mc.gotoAndStop(1);
_mc.weijin_mc.gotoAndStop(1);
_mc.cap_mc.gotoAndStop(1);
_mc.bag_mc.gotoAndStop(1);
_mc.waitao_mc.gotoAndStop(1);
}
function clearCloth() {
var _local3 = 1;
while (_local3 < 4) {
var _local2 = 1;
while (_local2 < 16) {
_root[("cloth" + _local3) + _local2]._visible = true;
_root[("cloth" + _local3) + _local2] = undefined;
_local2++;
}
_local3++;
}
}
function clothFun(_mc, n) {
for (var _local4 in this) {
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "a")) {
this[_local4].onRelease = function () {
_root.addSound("sd01");
if (this._name.substr(0, 2) == "a1") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "1"] != undefined) {
_root[("cloth" + n) + "1"]._visible = true;
_root.eff01(_root[("cloth" + n) + "1"]);
_root[("cloth" + n) + "1"] = undefined;
}
if (_root[("cloth" + n) + "2"] != undefined) {
_root[("cloth" + n) + "2"]._visible = true;
_root.eff01(_root[("cloth" + n) + "2"]);
_root[("cloth" + n) + "2"] = undefined;
_mc.top2_mc.gotoAndStop(1);
}
if (_root[("cloth" + n) + "3"] != undefined) {
_root[("cloth" + n) + "3"]._visible = true;
_root.eff01(_root[("cloth" + n) + "3"]);
_root[("cloth" + n) + "3"] = undefined;
_mc.bot1_mc.gotoAndStop(1);
}
if (_root[("cloth" + n) + "4"] != undefined) {
_root[("cloth" + n) + "4"]._visible = true;
_root.eff01(_root[("cloth" + n) + "4"]);
_root[("cloth" + n) + "4"] = undefined;
_mc.top2_mc.gotoAndStop(1);
}
if (_root[("cloth" + n) + "5"] != undefined) {
_root[("cloth" + n) + "5"]._visible = true;
_root.eff01(_root[("cloth" + n) + "5"]);
_root[("cloth" + n) + "5"] = undefined;
_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root[("cloth" + n) + "1"] = this;
_mc.top1_mc.gotoAndStop(_local3);
_mc.top3_mc.gotoAndStop(1);
_mc.dress6.underwear1_mc._visible = false;
_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "at") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "1"] != undefined) {
_root[("cloth" + n) + "1"]._visible = true;
_root.eff01(_root[("cloth" + n) + "1"]);
_root[("cloth" + n) + "1"] = undefined;
}
if (_root[("cloth" + n) + "2"] != undefined) {
_root[("cloth" + n) + "2"]._visible = true;
_root.eff01(_root[("cloth" + n) + "2"]);
_root[("cloth" + n) + "2"] = undefined;
_mc.top2_mc.gotoAndStop(1);
}
if (_root[("cloth" + n) + "3"] != undefined) {
_root[("cloth" + n) + "3"]._visible = true;
_root.eff01(_root[("cloth" + n) + "3"]);
_root[("cloth" + n) + "3"] = undefined;
_mc.bot1_mc.gotoAndStop(1);
}
if (_root[("cloth" + n) + "4"] != undefined) {
_root[("cloth" + n) + "4"]._visible = true;
_root.eff01(_root[("cloth" + n) + "4"]);
_root[("cloth" + n) + "4"] = undefined;
_mc.top2_mc.gotoAndStop(1);
}
if (_root[("cloth" + n) + "5"] != undefined) {
_root[("cloth" + n) + "5"]._visible = true;
_root.eff01(_root[("cloth" + n) + "5"]);
_root[("cloth" + n) + "5"] = undefined;
_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root[("cloth" + n) + "1"] = this;
_mc.top3_mc.gotoAndStop(_local3);
_mc.top1_mc.gotoAndStop(1);
_mc.dress6.underwear1_mc._visible = false;
_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a2") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "1"] != undefined) {
_root[("cloth" + n) + "1"]._visible = true;
_root.eff01(_root[("cloth" + n) + "1"]);
_root[("cloth" + n) + "1"] = undefined;
_mc.top1_mc.gotoAndStop(1);
_mc.dress6.underwear2_mc._visible = true;
}
if (_root[("cloth" + n) + "4"] != undefined) {
_root[("cloth" + n) + "4"]._visible = true;
_root.eff01(_root[("cloth" + n) + "4"]);
_root[("cloth" + n) + "4"] = undefined;
_mc.top3_mc.gotoAndStop(1);
_mc.dress6.underwear2_mc._visible = true;
}
if (_root[("cloth" + n) + "2"] != undefined) {
_root[("cloth" + n) + "2"]._visible = true;
_root.eff01(_root[("cloth" + n) + "2"]);
_root[("cloth" + n) + "2"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "2"] = this;
_mc.top2_mc.gotoAndStop(_local3);
_mc.dress6.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a3") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "1"] != undefined) {
_root[("cloth" + n) + "1"]._visible = true;
_root.eff01(_root[("cloth" + n) + "1"]);
_root[("cloth" + n) + "1"] = undefined;
_mc.top1_mc.gotoAndStop(1);
_mc.dress6.underwear1_mc._visible = true;
}
if (_root[("cloth" + n) + "3"] != undefined) {
_root[("cloth" + n) + "3"]._visible = true;
_root.eff01(_root[("cloth" + n) + "3"]);
_root[("cloth" + n) + "3"] = undefined;
}
if (_root[("cloth" + n) + "5"] != undefined) {
_root[("cloth" + n) + "5"]._visible = true;
_root.eff01(_root[("cloth" + n) + "5"]);
_root[("cloth" + n) + "5"] = undefined;
_mc.bot2_mc.gotoAndStop(1);
_mc.dress6.underwear1_mc._visible = true;
}
this._visible = false;
_root[("cloth" + n) + "3"] = this;
_mc.bot1_mc.gotoAndStop(_local3);
_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a4") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "1"] != undefined) {
_root[("cloth" + n) + "1"]._visible = true;
_root.eff01(_root[("cloth" + n) + "1"]);
_root[("cloth" + n) + "1"] = undefined;
_mc.top1_mc.gotoAndStop(1);
_mc.dress6.underwear2_mc._visible = true;
}
if (_root[("cloth" + n) + "2"] != undefined) {
_root[("cloth" + n) + "2"]._visible = true;
_root.eff01(_root[("cloth" + n) + "2"]);
_root[("cloth" + n) + "2"] = undefined;
_mc.top2_mc.gotoAndStop(1);
_mc.dress6.underwear2_mc._visible = true;
}
if (_root[("cloth" + n) + "4"] != undefined) {
_root[("cloth" + n) + "4"]._visible = true;
_root.eff01(_root[("cloth" + n) + "4"]);
_root[("cloth" + n) + "4"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "4"] = this;
_mc.top3_mc.gotoAndStop(_local3);
_mc.dress6.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a5") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "1"] != undefined) {
_root[("cloth" + n) + "1"]._visible = true;
_root.eff01(_root[("cloth" + n) + "1"]);
_root[("cloth" + n) + "1"] = undefined;
_mc.top1_mc.gotoAndStop(1);
_mc.dress6.underwear1_mc._visible = true;
}
if (_root[("cloth" + n) + "5"] != undefined) {
_root[("cloth" + n) + "5"]._visible = true;
_root.eff01(_root[("cloth" + n) + "5"]);
_root[("cloth" + n) + "5"] = undefined;
}
if (_root[("cloth" + n) + "3"] != undefined) {
_root[("cloth" + n) + "3"]._visible = true;
_root.eff01(_root[("cloth" + n) + "3"]);
_root[("cloth" + n) + "3"] = undefined;
_mc.bot1_mc.gotoAndStop(1);
_mc.dress6.underwear1_mc._visible = true;
}
this._visible = false;
_root[("cloth" + n) + "5"] = this;
_mc.bot2_mc.gotoAndStop(_local3);
_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a6") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "6"] != undefined) {
_root[("cloth" + n) + "6"]._visible = true;
_root.eff01(_root[("cloth" + n) + "6"]);
_root[("cloth" + n) + "6"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "6"] = this;
_mc.jew02_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a7") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "7"] != undefined) {
_root[("cloth" + n) + "7"]._visible = true;
_root.eff01(_root[("cloth" + n) + "7"]);
_root[("cloth" + n) + "7"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "7"] = this;
_mc.mic_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a8") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "8"] != undefined) {
_root[("cloth" + n) + "8"]._visible = true;
_root.eff01(_root[("cloth" + n) + "8"]);
_root[("cloth" + n) + "8"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "8"] = this;
trace(_root[("cloth" + n) + "8"]);
_mc.cap_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a9") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "9"] != undefined) {
_root[("cloth" + n) + "9"]._visible = true;
_root.eff01(_root[("cloth" + n) + "9"]);
_root[("cloth" + n) + "9"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "9"] = this;
_mc.jita_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "aj") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "10"] != undefined) {
_root[("cloth" + n) + "10"]._visible = true;
_root.eff01(_root[("cloth" + n) + "10"]);
_root[("cloth" + n) + "10"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "10"] = this;
_mc.weijin_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "aw") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "11"] != undefined) {
_root[("cloth" + n) + "11"]._visible = true;
_root.eff01(_root[("cloth" + n) + "11"]);
_root[("cloth" + n) + "11"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "11"] = this;
_mc.waitao_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ah") {
var _local3 = Number(this._name.substr(2, 2));
if (_root[("cloth" + n) + "12"] != undefined) {
_root[("cloth" + n) + "12"]._visible = true;
_root.eff01(_root[("cloth" + n) + "12"]);
_root[("cloth" + n) + "12"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "12"] = this;
_mc.hair_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "ag") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root[("cloth" + n) + "13"] != undefined) {
_root[("cloth" + n) + "13"]._visible = true;
_root.eff01(_root[("cloth" + n) + "13"]);
_root[("cloth" + n) + "13"] = undefined;
}
this._visible = false;
_root[("cloth" + n) + "13"] = this;
_mc.glass_mc.gotoAndStop(_local3);
}
};
}
}
}
function reset_one() {
var _local4 = _root.model_mc1;
var _local3 = _root.model_mc2;
var _local2 = _root.model_mc3;
modelResetFun(_local4);
modelResetFun(_local3);
modelResetFun(_local2);
}
function modelResetFun(_mc) {
for (var _local3 in _mc) {
var v = _mc._name.substr(8, 1);
if (typeof(_mc[_local3]) == "movieclip") {
_mc[_local3].enabled = true;
if (_mc[_local3]._name.substr(0, 4) == "top1") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "1"]._visible = true;
_root.eff01(_root[("cloth" + n) + "1"]);
_root[("cloth" + v) + "1"] = undefined;
_mc.dress6.underwear1_mc._visible = true;
_mc.dress6.underwear2_mc._visible = true;
};
}
if (_mc[_local3]._name.substr(0, 4) == "top3") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "1"]._visible = true;
_root.eff01(_root[("cloth" + v) + "1"]);
_root[("cloth" + v) + "1"] = undefined;
_mc.dress6.underwear1_mc._visible = true;
_mc.dress6.underwear2_mc._visible = true;
};
}
if (_mc[_local3]._name.substr(0, 4) == "top2") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "2"]._visible = true;
_root.eff01(_root[("cloth" + v) + "2"]);
_root[("cloth" + v) + "2"] = undefined;
_mc.dress6.underwear1_mc._visible = true;
};
}
if (_mc[_local3]._name.substr(0, 4) == "bot1") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "3"]._visible = true;
_root.eff01(_root[("cloth" + v) + "3"]);
_root[("cloth" + v) + "3"] = undefined;
_mc.dress6.underwear2_mc._visible = true;
};
}
if (_mc[_local3]._name.substr(0, 4) == "shoe") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "4"]._visible = true;
_root.eff01(_root[("cloth" + v) + "4"]);
_root[("cloth" + v) + "4"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 5) == "jew01") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "5"]._visible = true;
_root.eff01(_root[("cloth" + v) + "5"]);
_root[("cloth" + v) + "5"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 5) == "jew02") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "6"]._visible = true;
_root.eff01(_root[("cloth" + v) + "6"]);
_root[("cloth" + v) + "6"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 3) == "mic") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "7"]._visible = true;
_root.eff01(_root[("cloth" + v) + "7"]);
_root[("cloth" + v) + "7"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 3) == "cap") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "8"]._visible = true;
_root.eff01(_root[("cloth" + v) + "8"]);
_root[("cloth" + v) + "8"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 4) == "jita") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "9"]._visible = true;
_root.eff01(_root[("cloth" + v) + "9"]);
_root[("cloth" + v) + "9"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 5) == "weiji") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "10"]._visible = true;
_root.eff01(_root[("cloth" + v) + "10"]);
_root[("cloth" + v) + "10"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 5) == "waita") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "11"]._visible = true;
_root.eff01(_root[("cloth" + v) + "11"]);
_root[("cloth" + v) + "11"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 4) == "hair") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "12"]._visible = true;
_root.eff01(_root[("cloth" + v) + "12"]);
_root[("cloth" + v) + "12"] = undefined;
};
}
if (_mc[_local3]._name.substr(0, 5) == "glass") {
_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root[("cloth" + v) + "13"]._visible = true;
_root.eff01(_root[("cloth" + v) + "13"]);
_root[("cloth" + v) + "13"] = undefined;
};
}
}
}
}
function clothing_visible() {
var _local3 = 1;
while (_local3 < 4) {
var _local2 = 1;
while (_local2 < 16) {
_root[("cloth" + _local3) + _local2]._visible = false;
_local2++;
}
_local3++;
}
}
function modelOk(_mc) {
for (var _local2 in _mc) {
if (typeof(_mc[_local2]) == "movieclip") {
_mc[_local2].enabled = false;
}
}
}
function eff01(_mc) {
var _local3 = _root;
var _local2 = _mc;
go_alpha = new mx.transitions.Tween(_local2, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 30, false);
}
stop();
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
girl(-220, -540, 100, model_mc1);
girl(0, 0, 100, model_mc2);
girl(0, 0, 100, model_mc3);
clothFun(model_mc1, 1);
reset_one();
clothing_visible();
Instance of Symbol 158 MovieClip "model_mc3" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 169 MovieClip "model_mc2" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 174 MovieClip "model_mc1" in Frame 111
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
_root.girl(-220, -540, 100, this);
}
Frame 112
girl(-30, -500, 100, model_mc2);
girl(0, 0, 100, model_mc1);
girl(0, 0, 100, model_mc3);
clothFun(model_mc2, 2);
reset_one();
clothing_visible();
Frame 113
girl(-400, -500, 100, model_mc3);
girl(0, 0, 100, model_mc1);
girl(0, 0, 100, model_mc2);
clothFun(model_mc3, 3);
reset_one();
clothing_visible();
Frame 114
girl(0, -500, 100, model_mc3);
girl(0, -500, 100, model_mc1);
girl(0, -500, 100, model_mc2);
modelOk(model_mc1);
modelOk(model_mc2);
modelOk(model_mc3);
Symbol 225 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 226 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 227 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 228 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";
}
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 179 Button
on (release) {
nextFrame();
}
Symbol 184 Button
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}
Symbol 185 Button
on (release) {
prevFrame();
}
Symbol 204 MovieClip Frame 1
f = random(160) + 1;
gotoAndPlay(f);
Symbol 204 MovieClip Frame 171
gotoAndPlay (2);
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 212 MovieClip Frame 3
stop();
Symbol 212 MovieClip Frame 4
stop();
Symbol 212 MovieClip Frame 5
stop();
Symbol 217 Button
on (release) {
_root.SetPrintJob();
}
Symbol 221 Button
on (release) {
gotoAndStop (111);
clear_ini(model_mc1);
clear_ini(model_mc2);
clear_ini(model_mc3);
clearCloth();
}
Symbol 224 Button
on (release) {
bg_mc.play();
}