Frame 1
stop();
loader_mc.onEnterFrame = function () {
var _local3 = this._parent;
var _local2 = _local3.getBytesLoaded() / _local3.getBytesTotal();
trace(_local2);
_local3.bar_text = int(_local2 * 100);
this._xscale = int(_local2 * 100);
if (_local2 == 1) {
this.onEnterFrame = null;
gotoAndPlay (2);
}
};
Frame 2
if ((substring(_root._url, 0, 4)) == "file") {
gotoAndStop (132);
}
Frame 131
function start_link() {
gotoAndStop (132);
trace("ok");
}
function domain_link() {
getURL ("http://www.i-dressup.com", "_self");
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 132
function init() {
one();
adsorb_x = 88;
adsorb_y = 88;
for (var _local5 in this) {
if ((typeof(this[_local5]) == "movieclip") and (this[_local5]._name.substr(0, 1) == "a")) {
if (this[_local5]._name.substr(0, 2) == "aj") {
var _local4 = Number(this[_local5]._name.substr(2)) + 100;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 6) == "ashose") {
var _local4 = Number(this[_local5]._name.substr(6)) + 500;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 5) == "abott") {
var _local4 = Number(this[_local5]._name.substr(5)) + 600;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 4) == "atop") {
var _local4 = Number(this[_local5]._name.substr(4)) + 700;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 5) == "atopa") {
var _local4 = Number(this[_local5]._name.substr(5)) + 700;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 2) == "ar") {
var _local4 = Number(this[_local5]._name.substr(2)) + 900;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 2) == "ah") {
var _local4 = Number(this[_local5]._name.substr(2)) + 1000;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
this[_local5].enabled = true;
this[_local5].onPress = function () {
this.swapDepths(10000);
this.startDrag();
};
this[_local5].onRelease = function () {
if ((Math.abs(this._x - this.xx) <= adsorb_x) and (Math.abs(this._y - this.yy) <= adsorb_y)) {
this._x = this.xx;
this._y = this.yy;
this.enabled = false;
this.swapDepths(this.sd);
x_sound = new Sound();
x_sound.attachSound("xx_sound");
x_sound.start(0, 1);
if ((((((this != _root.on_clothing1) and (this != _root.on_clothing2)) and (this != _root.on_clothing3)) and (this != _root.on_clothing4)) and (this != _root.on_clothing5)) and (this != _root.on_clothing6)) {
if (this._name.substr(0, 2) == "aj") {
if (_root.on_clothing1 != undefined) {
to_initialize_fun(_root.on_clothing1);
_root.on_clothing1 = undefined;
}
_root.on_clothing1 = this;
}
if (this._name.substr(0, 6) == "ashose") {
if (_root.on_clothing2 != undefined) {
to_initialize_fun(_root.on_clothing2);
_root.on_clothing2 = undefined;
}
_root.on_clothing2 = this;
}
if (this._name.substr(0, 5) == "abott") {
if (_root.on_clothing3 != undefined) {
to_initialize_fun(_root.on_clothing3);
var _local3 = 1;
while (_local3 <= 10) {
if (_root.on_clothing4 == _root["atopa" + _local3]) {
to_initialize_fun(_root.on_clothing4);
}
_local3++;
}
_root.on_clothing3 = undefined;
}
_root.on_clothing3 = this;
}
if (this._name.substr(0, 5) == "atopa") {
if (_root.on_clothing4 != undefined) {
to_initialize_fun(_root.on_clothing4);
to_initialize_fun(_root.on_clothing3);
_root.on_clothing4 = undefined;
}
_root.on_clothing4 = this;
}
if ((this._name.substr(0, 4) == "atop") && (this._name.substr(4, 1) != "a")) {
if (_root.on_clothing4 != undefined) {
to_initialize_fun(_root.on_clothing4);
_root.on_clothing4 = undefined;
}
_root.on_clothing4 = this;
}
if (this._name.substr(0, 2) == "ar") {
if (_root.on_clothing5 != undefined) {
to_initialize_fun(_root.on_clothing5);
_root.on_clothing5 = undefined;
}
_root.on_clothing5 = this;
}
if (this._name.substr(0, 2) == "ah") {
if (_root.on_clothing6 != undefined) {
to_initialize_fun(_root.on_clothing6);
_root.on_clothing6 = undefined;
}
_root.on_clothing6 = this;
}
}
} else {
to_initialize_fun(this);
}
this.stopDrag();
};
}
}
}
function to_initialize_fun(_mc) {
_mc.swapDepths(_mc.sd);
_mc.xp = 0;
_mc.yp = 0;
_mc.onEnterFrame = function () {
this.xp = (this.xp * 0.45) + ((this.x0 - this._x) * 0.2);
this._x = this._x + this.xp;
this.yp = (this.yp * 0.45) + ((this.y0 - this._y) * 0.2);
this._y = this._y + this.yp;
if (Math.abs(this.xp) < 0.1) {
this._x = this.x0;
this._y = this.y0;
this.enabled = true;
delete this.onEnterFrame;
}
};
}
function SetPrintJob() {
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root", {printAsBitmap:true});
my_pj.send();
delete my_pj;
}
function replay_fun() {
for (var _local2 in this) {
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "a")) {
this[_local2]._x = this[_local2].x0;
this[_local2]._y = this[_local2].y0;
this[_local2].swapDepths(this[_local2].sd);
this[_local2].enabled = true;
}
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "b")) {
this[_local2]._x = this[_local2].x0;
this[_local2]._y = this[_local2].y0;
}
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "d")) {
this[_local2]._x = this[_local2].x0;
this[_local2]._y = this[_local2].y0;
}
}
var _local2 = 1;
while (_local2 <= 6) {
this["on_clothing" + _local2] = undefined;
_local2++;
}
one();
}
function one() {
_root.on_clothing6 = ah1;
_root.on_clothing4 = atop1;
_root.on_clothing2 = ashose1;
_root.on_clothing3 = abott1;
_root.ah1._x = ah1.xx;
_root.ah1._y = ah1.yy;
_root.atop1._x = atop1.xx;
_root.atop1._y = atop1.yy;
_root.ashose1._x = ashose1.xx;
_root.ashose1._y = ashose1.yy;
_root.abott1._x = abott1.xx;
_root.abott1._y = abott1.yy;
}
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
init();
this.onEnterFrame = function () {
if (((_root.on_clothing3 != undefined) and (Math.abs(_root.on_clothing3._x - _root.on_clothing3.xx) < 1)) and (Math.abs(_root.on_clothing3._y - _root.on_clothing3.yy) < 1)) {
model_bady_mc.underwear2_mc._visible = false;
} else {
model_bady_mc.underwear2_mc._visible = true;
}
if (((_root.on_clothing4 != undefined) and (Math.abs(_root.on_clothing4._x - _root.on_clothing4.xx) < 1)) and (Math.abs(_root.on_clothing4._y - _root.on_clothing4.yy) < 1)) {
model_bady_mc.underwear1_mc._visible = false;
} else {
model_bady_mc.underwear1_mc._visible = true;
}
if (((_root.on_clothing6 != undefined) and (Math.abs(_root.on_clothing6._x - _root.on_clothing6.xx) < 1)) and (Math.abs(_root.on_clothing6._y - _root.on_clothing6.yy) < 1)) {
model_bady_mc.hhhh_mc._visible = false;
} else {
model_bady_mc.hhhh_mc._visible = true;
}
};
bg_sound = new Sound();
bg_sound.attachSound("z_bg_sound");
bg_sound.start(0, 999);
bg_sound.setVolume(100);
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 1) == "b")) {
this[i].onPress = function () {
var _local2 = Number(this._name.substr(1, 2)) + 950;
this.startDrag();
this.swapDepths(_local2);
};
this[i].onRelease = function () {
var _local2 = Number(this._name.substr(1, 2)) + 950;
this.stopDrag();
this.swapDepths(_local2);
};
}
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 1) == "d")) {
this[i].onPress = function () {
var _local2 = Number(this._name.substr(1, 2)) + 1100;
this.startDrag();
this.swapDepths(_local2);
};
this[i].onRelease = function () {
var _local2 = Number(this._name.substr(1, 2)) + 1100;
this.stopDrag();
this.swapDepths(_local2);
};
}
}
Instance of Symbol 203 MovieClip "ashose1" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 472.3;
this.yy = 484.6;
this._x = 472.3;
this._y = 484.6;
}
Instance of Symbol 205 MovieClip "ashose2" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 471.8;
this.yy = 484.3;
}
Instance of Symbol 207 MovieClip "ashose3" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 473.1;
this.yy = 483.5;
}
Instance of Symbol 209 MovieClip "ashose4" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 471.1;
this.yy = 478.3;
}
Instance of Symbol 211 MovieClip "ashose5" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 455.6;
this.yy = 369.9;
}
Instance of Symbol 213 MovieClip "abott1" in Frame 132
onClipEvent (load) {
this.x0 = 4.1;
this.y0 = 303.3;
this.xx = 437.1;
this.yy = 213.8;
this._x = 437.1;
this._y = 213.8;
this.enabled = false;
}
Instance of Symbol 215 MovieClip "abott2" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 446.3;
this.yy = 212.6;
}
Instance of Symbol 217 MovieClip "abott3" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 447.4;
this.yy = 209.2;
}
Instance of Symbol 219 MovieClip "abott4" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 405.1;
this.yy = 210.9;
}
Instance of Symbol 221 MovieClip "abott5" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 445.5;
this.yy = 217.4;
}
Instance of Symbol 223 MovieClip "abott6" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 398.9;
this.yy = 204.5;
}
Instance of Symbol 225 MovieClip "abott7" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.6;
this.yy = 209.3;
}
Instance of Symbol 227 MovieClip "abott8" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 434.3;
this.yy = 202.6;
}
Instance of Symbol 229 MovieClip "abott9" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 429.1;
this.yy = 204.3;
}
Instance of Symbol 231 MovieClip "abott10" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 370.1;
this.yy = 200.1;
}
Instance of Symbol 233 MovieClip "atop1" in Frame 132
onClipEvent (load) {
this.x0 = -9.3;
this.y0 = 149.8;
this.xx = 405.3;
this.yy = 117.8;
this._x = 405.3;
this._y = 117.8;
this.enabled = false;
}
Instance of Symbol 235 MovieClip "atop2" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 434.4;
this.yy = 111.7;
}
Instance of Symbol 237 MovieClip "atop3" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 430.1;
this.yy = 113.4;
}
Instance of Symbol 239 MovieClip "atop4" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 390.4;
this.yy = 103.8;
}
Instance of Symbol 241 MovieClip "atop5" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 411.7;
this.yy = 111.2;
}
Instance of Symbol 243 MovieClip "atop6" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 392.3;
this.yy = 114.1;
}
Instance of Symbol 245 MovieClip "atop7" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 398.7;
this.yy = 117.9;
}
Instance of Symbol 247 MovieClip "atop8" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 399.6;
this.yy = 106;
}
Instance of Symbol 249 MovieClip "atop9" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 401.3;
this.yy = 109.2;
}
Instance of Symbol 251 MovieClip "atop10" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 409.9;
this.yy = 113.7;
}
Instance of Symbol 253 MovieClip "d02" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 255 MovieClip "d01" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 257 MovieClip "b03" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 259 MovieClip "b04" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 261 MovieClip "d04" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 263 MovieClip "ah1" in Frame 132
onClipEvent (load) {
this.x0 = 8.3;
this.y0 = 13.3;
this.xx = 453.6;
this.yy = 25.4;
this._x = 453.6;
this._y = 25.4;
this.enabled = false;
}
Instance of Symbol 265 MovieClip "ah2" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 459.3;
this.yy = 24.1;
}
Instance of Symbol 267 MovieClip "ah3" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 448.5;
this.yy = 19.9;
}
Instance of Symbol 269 MovieClip "ah4" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 452.3;
this.yy = 24.5;
}
Instance of Symbol 271 MovieClip "ah5" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 450.9;
this.yy = 21.7;
}
Instance of Symbol 273 MovieClip "b01" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 275 MovieClip "b02" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 277 MovieClip "d03" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 280 MovieClip "b05" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 282 MovieClip "d05" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 290 MovieClip in Frame 132
/* no clip actions */
Symbol 27 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 2
stop();
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 2
stop();
Instance of Symbol 186 MovieClip "a1" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a2" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a3" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a4" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a5" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a6" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a7" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a8" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a9" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Instance of Symbol 186 MovieClip "a10" in Symbol 187 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(2) + 1;
ySpeed = random(3) + 1;
this._x = this._x + xSpeed;
this._y = this._y + ySpeed;
}
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 2
stop();
Symbol 195 MovieClip Frame 3
stop();
Symbol 195 MovieClip Frame 4
stop();
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 195 MovieClip Frame 5
stop();
Instance of Symbol 187 MovieClip in Symbol 195 MovieClip Frame 5
onClipEvent (enterFrame) {
var i = 1;
while (i <= 12) {
if (this["a" + i]._y > 700) {
this["a" + i]._x = random(700);
this["a" + i]._y = 0;
}
i++;
}
}
Symbol 195 MovieClip Frame 6
stop();
Symbol 201 MovieClip Frame 1
stop();
Instance of Symbol 182 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 182 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 286 Button
on (release) {
_root.model_bady_mc.gotoAndStop(3);
}
Symbol 287 Button
on (release) {
_root.model_bady_mc.gotoAndStop(2);
}
Symbol 288 Button
on (release) {
_root.model_bady_mc.gotoAndStop(1);
}
Symbol 289 Button
on (release) {
_root.model_bady_mc.gotoAndStop(4);
}
Symbol 299 Button
on (release) {
_root.cg.gotoAndStop(2);
}
Symbol 300 Button
on (release) {
_root.cg.gotoAndStop(3);
}
Symbol 301 Button
on (release) {
_root.cg.gotoAndStop(4);
}
Symbol 302 Button
on (release) {
_root.cg.gotoAndStop(1);
}
Symbol 303 Button
on (release) {
_root.cg.gotoAndStop(5);
}
Symbol 304 Button
on (release) {
_root.cg.gotoAndStop(6);
}
Symbol 310 Button
on (release) {
_root.bg_sound.stop();
}
Symbol 311 Button
on (release) {
_root.bg_sound.stop();
_root.bg_sound.start(0, 999);
_root.bg_sound.setVolume(58);
}
Symbol 315 Button
on (release) {
_parent.SetPrintJob();
}
Symbol 318 Button
on (release) {
_parent.replay_fun();
}
Symbol 324 Button
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}