Instance of Symbol 24 MovieClip in Frame 75 (65 B)
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 24 MovieClip in Frame 75 (65 B)
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 24 MovieClip in Frame 76 (65 B)
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 24 MovieClip in Frame 76 (65 B)
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Frame 109 (320 B)
stop();
loader_mc.onEnterFrame = function () {
var _local3 = this._parent;
var _local2 = _local3.getBytesLoaded() / _local3.getBytesTotal();
trace(_local2);
_local3.per = int(_local2 * 100);
this._xscale = int(_local2 * 100);
if (_local2 == 1) {
this.onEnterFrame = null;
_local3.nextFrame();
}
};
Instance of Symbol 24 MovieClip in Frame 109 (65 B)
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 24 MovieClip in Frame 109 (65 B)
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Frame 110 (792 B)
function start_link() {
gotoAndPlay (111);
trace("ok");
}
function domain_link() {
getURL ("http://www.i-dressup.com", "_blank");
trace("ok");
}
function sound_click() {
btn_sound = new Sound(this.btn_mc2);
btn_sound.attachSound("click");
btn_sound.setVolume(50);
btn_sound.start(0, 1);
}
stop();
begin_btn.onRelease = function () {
start_link();
};
begin_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
begin_btn.onRollOut = (begin_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
domain_btn.onRelease = function () {
domain_link();
};
domain_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
domain_btn.onRollOut = (domain_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
Frame 111 (8 B)
stop();
Frame 112 (16.97 KiB) ● ● ●
function s1_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("s1");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function clear_ini() {
_root.girl_mc.top1_mc.gotoAndStop(1);
_root.girl_mc.top2_mc.gotoAndStop(1);
_root.girl_mc.top3_mc.gotoAndStop(1);
_root.girl_mc.bot2_mc.gotoAndStop(1);
_root.girl_mc.bot1_mc.gotoAndStop(1);
_root.girl_mc.shoes_mc.gotoAndStop(1);
_root.girl_mc.shoes2_mc.gotoAndStop(1);
_root.girl_mc.jew01_mc.gotoAndStop(1);
_root.girl_mc.jew02_mc.gotoAndStop(1);
_root.girl_mc.cap_mc.gotoAndStop(1);
_root.girl_mc.bag_mc.gotoAndStop(1);
_root.girl_mc.jew05_mc.gotoAndStop(1);
_root.girl_mc.jew04_mc.gotoAndStop(1);
_root.girl_mc.hair_mc.gotoAndStop(1);
_root.girl_mc.model_body.underwear1_mc._visible = true;
_root.girl_mc.model_body.underwear2_mc._visible = true;
var _local2 = 1;
while (_local2 < 12) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
_local2 = 1;
while (_local2 < 8) {
_root.girl_mc["dress" + _local2].gotoAndStop(1);
_local2++;
}
}
function maskup_fun() {
var _local5 = _root;
var _loc2 = _root.girl_mc;
var _dress1 = _root.girl_mc.dress1;
var _dress2 = _root.girl_mc.dress2;
var _dress3 = _root.girl_mc.dress3;
var _dress4 = _root.girl_mc.dress4;
var _dress5 = _root.girl_mc.dress5;
var _dress6 = _root.girl_mc.dress6;
for (var _local4 in this) {
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "d")) {
this[_local4].onRelease = function () {
s1_sd();
if (this._name.substr(0, 2) == "d1") {
var _local2 = Number(this._name.substr(2, 2));
_dress1.gotoAndStop(_local2);
}
if (this._name.substr(0, 2) == "d2") {
var _local2 = Number(this._name.substr(2, 2));
_dress2.gotoAndStop(_local2);
}
if (this._name.substr(0, 2) == "d3") {
var _local2 = Number(this._name.substr(2, 2));
_dress3.gotoAndStop(_local2);
}
if (this._name.substr(0, 2) == "d4") {
var _local2 = Number(this._name.substr(2, 2));
_dress4.gotoAndStop(_local2);
}
if (this._name.substr(0, 2) == "d5") {
var _local2 = Number(this._name.substr(2, 2));
_dress5.gotoAndStop(_local2);
}
if (this._name.substr(0, 2) == "d6") {
var _local2 = Number(this._name.substr(2, 2));
_dress6.gotoAndStop(_local2);
_loc2.dress7.gotoAndStop(_local2);
}
};
this[_local4].onRollOver = function () {
this.gotoAndStop(2);
};
this[_local4].onRollOut = function () {
this.gotoAndStop(1);
};
}
}
}
function reset_one() {
for (var _local3 in _root.girl_mc) {
if (typeof(_root.girl_mc[_local3]) == "movieclip") {
_root.girl_mc[_local3].enabled = true;
if (_root.girl_mc[_local3]._name.substr(0, 3) == "cap") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "top1") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.girl_mc.model_body.underwear1_mc._visible = true;
_root.girl_mc.model_body.underwear2_mc._visible = true;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "top2") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.girl_mc.model_body.underwear1_mc._visible = true;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "bot1") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.girl_mc.model_body.underwear2_mc._visible = true;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 3) == "bag") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "yaoda") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "hair") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing10._visible = true;
_root.on_clothing10 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "jew03") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing11._visible = true;
_root.on_clothing11 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "waita") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing12._visible = true;
_root.on_clothing12 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 5) == "glass") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing13._visible = true;
_root.on_clothing13 = undefined;
};
}
if (_root.girl_mc[_local3]._name.substr(0, 4) == "wazi") {
_root.girl_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing14._visible = true;
_root.on_clothing14 = undefined;
};
}
}
}
}
function third_ch_ini() {
for (var _local4 in this) {
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "a")) {
this[_local4].onRelease = function () {
s1_sd();
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, 3) == "ag1") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 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.girl_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.girl_mc.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.girl_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.girl_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_root.girl_mc.top1_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear1_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag2") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.girl_mc.top1_mc.gotoAndStop(1);
_root.girl_mc.model_body.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.girl_mc.top3_mc.gotoAndStop(1);
_root.girl_mc.model_body.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.girl_mc.top2_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear1_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag3") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.girl_mc.top1_mc.gotoAndStop(1);
_root.girl_mc.model_body.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.girl_mc.bot2_mc.gotoAndStop(1);
_root.girl_mc.model_body.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing3 = this;
_root.girl_mc.bot1_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear2_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag4") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.girl_mc.top1_mc.gotoAndStop(1);
_root.girl_mc.model_body.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.girl_mc.top2_mc.gotoAndStop(1);
_root.girl_mc.model_body.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.girl_mc.top3_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear1_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag5") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
this._visible = false;
_root.on_clothing5 = this;
_root.girl_mc.bot2_mc.gotoAndStop(_local3);
_root.girl_mc.model_body.underwear2_mc._visible = false;
}
if (this._name.substr(0, 3) == "ag9") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
}
this._visible = false;
_root.on_clothing4 = this;
_root.girl_mc.shoes_mc.gotoAndStop(_local3);
_root.girl_mc.shoes2_mc.gotoAndStop(1);
}
if (this._name.substr(0, 3) == "ags") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
}
this._visible = false;
_root.on_clothing4 = this;
_root.girl_mc.shoes2_mc.gotoAndStop(_local3);
_root.girl_mc.shoes_mc.gotoAndStop(1);
}
if (this._name.substr(0, 3) == "agj") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
this._visible = false;
_root.on_clothing5 = this;
_root.girl_mc.jew01_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ag6") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing6 != undefined) {
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
}
this._visible = false;
_root.on_clothing6 = this;
_root.girl_mc.jew02_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ag7") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing7 != undefined) {
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
}
this._visible = false;
_root.on_clothing7 = this;
_root.girl_mc.bag_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "ag8") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing8 != undefined) {
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
}
this._visible = false;
_root.on_clothing8 = this;
_root.girl_mc.cap_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agy") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing9 != undefined) {
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
}
this._visible = false;
_root.on_clothing9 = this;
_root.girl_mc.yaodai_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agh") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2));
if (_root.on_clothing10 != undefined) {
_root.on_clothing10._visible = true;
_root.on_clothing10 = undefined;
}
this._visible = false;
_root.on_clothing10 = this;
_root.girl_mc.hair_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agx") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing11 != undefined) {
_root.on_clothing11._visible = true;
_root.on_clothing11 = undefined;
}
this._visible = false;
_root.on_clothing11 = this;
_root.girl_mc.jew03_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agw") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing12 != undefined) {
_root.on_clothing12._visible = true;
_root.on_clothing12 = undefined;
}
this._visible = false;
_root.on_clothing12 = this;
_root.girl_mc.waitao_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agg") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing13 != undefined) {
_root.on_clothing13._visible = true;
_root.on_clothing13 = undefined;
}
this._visible = false;
_root.on_clothing13 = this;
_root.girl_mc.glass_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 3) == "agk") {
eff_init(2);
var _local3 = Number(this._name.substr(3, 2)) + 1;
if (_root.on_clothing14 != undefined) {
_root.on_clothing14._visible = true;
_root.on_clothing14 = undefined;
}
this._visible = false;
_root.on_clothing14 = this;
_root.girl_mc.wazi_mc.gotoAndStop(_local3);
}
}
};
}
}
}
function girl(x1, y1, s) {
if (this.girl_mc.x0 and this.girl_mc.y0) {
this.girl_mc._x = this.girl_mc.x0 + x1;
this.girl_mc._y = this.girl_mc.y0 + y1;
this.girl_mc._xscale = (this.girl_mc._yscale = s);
this.girl_mc._rotation = 0;
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
function bg_sd() {
bg_sound = new Sound(this);
bg_sound.attachSound("BG");
bg_sound.setVolume(100);
bg_sound.start(0, 999);
}
function end_bg_sd() {
bg_sound.stop();
}
function eff_init(n) {
_root["eff_mc" + n].gotoAndPlay(2);
}
function menu_init(n) {
gotoAndStop(n +111);
trace(_root._currentframe);
_root.eff_mc.gotoAndPlay("open");
}
function SetPrintJob() {
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root", {printAsBitmap:true});
my_pj.send();
delete my_pj;
}
stop();
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
var sd_no = true;
var menu_no = 1;
maskup_fun();
girl(0, 0, 200);
sd_btn.onRelease = function () {
if (sd_no == true) {
end_bg_sd();
sd_no = false;
} else {
bg_sd();
sd_no = true;
}
};
Instance of Symbol 255 MovieClip "girl_mc" in Frame 112 (62 B)
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 285 MovieClip "eff_mc" in Frame 112 (38 B)
onClipEvent (load) {
_root.bg_sd();
}
Frame 113 (82 B)
stop();
girl(120, -70, 100);
third_ch_ini();
clothing_visible();
reset_one();
Frame 114 (60 B)
stop();
third_ch_ini();
clothing_visible();
reset_one();
Frame 115 (60 B)
stop();
third_ch_ini();
clothing_visible();
reset_one();
Frame 116 (60 B)
stop();
third_ch_ini();
clothing_visible();
reset_one();
Frame 117 (148 B)
stop();
girl(280, -20, 90);
for (var i in _root.girl_mc) {
if (typeof(_root.girl_mc[i]) == "movieclip") {
girl_mc[i].enabled = false;
}
}
Symbol 45 Button (25 B)
on (release) {
play();
}
Symbol 50 Button (63 B)
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}
Symbol 63 MovieClip Frame 1 (8 B)
stop();
Symbol 70 MovieClip Frame 1 (8 B)
stop();
Symbol 83 MovieClip Frame 1 (8 B)
stop();
Symbol 102 MovieClip Frame 1 (8 B)
stop();
Symbol 123 MovieClip Frame 1 (8 B)
stop();
Symbol 128 MovieClip Frame 1 (8 B)
stop();
Symbol 133 MovieClip Frame 1 (8 B)
stop();
Symbol 137 MovieClip Frame 1 (8 B)
stop();
Symbol 142 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 145 MovieClip in Symbol 146 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 146 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 149 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 149 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 151 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 151 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 153 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 153 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 155 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 155 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 156 MovieClip Frame 1 (8 B)
stop();
Symbol 161 MovieClip Frame 1 (8 B)
stop();
Symbol 170 MovieClip Frame 1 (8 B)
stop();
Symbol 181 MovieClip Frame 1 (8 B)
stop();
Symbol 196 MovieClip Frame 1 (8 B)
stop();
Symbol 202 MovieClip Frame 1 (8 B)
stop();
Symbol 208 MovieClip Frame 1 (8 B)
stop();
Symbol 211 MovieClip Frame 1 (8 B)
stop();
Symbol 222 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 145 MovieClip in Symbol 225 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 225 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 230 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 230 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 233 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 233 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 236 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 145 MovieClip in Symbol 236 MovieClip Frame 1 (65 B)
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 237 MovieClip Frame 1 (8 B)
stop();
Symbol 248 MovieClip Frame 1 (8 B)
stop();
Symbol 254 MovieClip Frame 1 (8 B)
stop();
Symbol 258 MovieClip Frame 1 (8 B)
stop();
Symbol 261 MovieClip Frame 1 (8 B)
stop();
Symbol 285 MovieClip Frame 1 (8 B)
stop();
Symbol 285 MovieClip Frame 16 (55 B)
trace(_root.menu_no);
_root.menu_init(_root.menu_no);
Symbol 285 MovieClip Frame 33 (63 B)
_root.next_btn.enabled = true;
_root.prev_btn.enabled = true;
Symbol 290 MovieClip Frame 1 (8 B)
stop();
Symbol 307 MovieClip Frame 11 (13 B)
this.stop();
Symbol 309 Button (30 B)
on (release) {
clear_ini();
}
Symbol 311 Button (36 B)
on (release) {
gotoAndStop (117);
}
Symbol 315 Button (32 B)
on (release) {
SetPrintJob();
}
Symbol 319 Button (136 B)
on (release) {
_root.menu_no++;
_root.next_btn.enabled = false;
_root.prev_btn.enabled = false;
_root.eff_mc.gotoAndPlay("close");
}
Symbol 322 Button (136 B)
on (release) {
_root.menu_no--;
_root.next_btn.enabled = false;
_root.prev_btn.enabled = false;
_root.eff_mc.gotoAndPlay("close");
}
Symbol 328 Button (75 B)
on (release) {
clear_ini("boy");
clear_ini("girl");
gotoAndStop (112);
}
Symbol 330 Button (32 B)
on (release) {
SetPrintJob();
}