Frame 1
System.security.allowDomain("*");
Frame 3
function getphstatus(phno) {
swfurl = this._url;
if (swfurl.split("agame.com").length == 1) {
obj_game.ph1_status = true;
}
var _local2 = obj_game[("ph" + phno) + "_status"];
if (!_local2) {
play();
}
}
function checkhost() {
swfurl = this._url;
trace("swfurl >>> " + swfurl.indexOf("agame.com"));
if (swfurl.indexOf("agame.com") == -1) {
return(false);
}
return(true);
}
function load_rgames(trgt) {
var rel_games = new XML();
rel_games.ignoreWhite = true;
rel_games.onLoad = function () {
game_details = new Object();
var _local1 = 0;
while (_local1 < trgt.rel_games.firstChild.childNodes.length) {
game_details[rel_games.firstChild.childNodes[_local1].nodeName] = rel_games.firstChild.childNodes[_local1].firstChild.nodeValue;
_local1++;
}
};
rel_games.load((curl + "game_details.xml?") + getTimer());
}
function getScore(_loc) {
_loc.gotoAndStop("lbl_top_scores");
_root.g_trg = _loc;
int_gscore = setInterval(_root, "getTop10", 150);
}
function getTop10() {
trace("getTop10");
clearInterval(int_gscore);
_root.send_lv = new XML();
_root.rst_lv = new XML();
_root.rst_lv.onLoad = function (success) {
if (success) {
var _local3 = new it.sephiroth.XML2Object();
_root.lst_top_scorer = _local3.parseXML(this);
_root.g_trg.gotoAndStop("top10");
} else {
_root.c_fail++;
if (_root.c_fail >= 3) {
_root.g_trg.gotoAndStop("error_screen");
} else {
_root.send_lv.sendAndLoad(url, _root.rst_lv, "POST");
}
}
};
var url = ((((((obj_partner.top10URL + "?game_id=") + _root.obj_game._gid) + "&order=") + obj_game._score_ord) + "&timspam") + getTimer());
trace(url + " Url");
_root.send_lv.sendAndLoad(url, _root.rst_lv, "POST");
}
function itemHandler(obj, item) {
getURL (obj_partner.clickthru, "_blank");
}
function _newUser() {
getURL (_registerurl, "_blank");
}
function _trackClickThru(mc) {
if (obj_partner._allowclick) {
mc.hit_area.onRelease = function () {
getURL (obj_partner.clickthru, "_blank");
};
} else {
mc.hit_area.useHandCursor = false;
}
}
function _readSharedData() {
so_uname = ((_sostatus.data.so_uname == undefined) ? "" : (_sostatus.data.so_uname));
so_jumpframe = ((_sostatus.data.so_jumpframe == undefined) ? "" : (_sostatus.data.so_jumpframe));
so_sound = ((_sostatus.data.so_sound == undefined) ? 0 : (_sostatus.data.so_sound));
_resetString = _sostatus.data.so_resetString;
trace("==========================");
trace((("so_jumpframe : " + _sostatus.data.so_jumpframe) + " : ") + so_uname);
if (so_jumpframe != "") {
_assignValue(_resetString);
createEmptyMovieClip("eye", getNextHighestDepth());
eye.onEnterFrame = function () {
if ((getBytesTotal() == getBytesLoaded()) and (getBytesLoaded() > 50000)) {
intro = 0;
_sostatus.data.so_jumpframe = "";
_sostatus.flush();
this.onEnterFrame = null;
gotoAndStop(so_jumpframe);
}
};
} else {
intro = 1;
play();
}
uname = so_uname;
gamesound = so_sound;
}
function _writeSharedData(jumpframe, jumpurl, _resetString) {
_sostatus.data.so_uname = ((so_uname == undefined) ? "" : (so_uname));
_sostatus.data.so_resetString = _resetString;
_sostatus.data.so_jumpframe = jumpframe;
_writeSoundData();
if (jumpurl != "") {
getURL (jumpurl);
} else {
gotoAndPlay (1);
}
}
function _writeSoundData() {
trace("Sound Share Data Called:");
_sostatus.data.so_sound = so_sound;
_sostatus.flush();
}
function _assignValue(_val) {
_arr = new Array();
_arr = _val.split("|");
i = 0;
while (i < (_arr.length / 2)) {
_var2 = ((i * 2) + 1) - 1;
_var3 = _var2 + 1;
_val = _arr[_var3];
_rst = isNaN(_val);
if (_rst) {
_root[_arr[_var2]] = _arr[_var3];
} else {
_root[_arr[_var2]] = int(_arr[_var3]);
}
i++;
}
}
function _playAgain(mc, jumpframe, _resetString) {
so_uname = uname;
if ((gurl != undefined) and (gurl != "")) {
_writeSharedData(jumpframe, gurl, _resetString);
} else {
intro = 0;
_assignValue(_resetString);
trace("jumpframe " + jumpframe);
mc.gotoAndStop(jumpframe);
}
}
function g2w_playagain() {
trace("g2w_playagin");
_root.scoreval = 0;
_root.score = 0;
if (_root.gameCopmlete) {
_playAgain(_root, "select");
} else {
str_playagain = "level|" + _root.level;
_playAgain(_root, "real", str_playagain);
}
}
stop();
var obj_game = new Array();
obj_game._gid = "1074";
obj_game._tra = "dress_my_baby";
obj_game.game_name = "dress_my_baby";
obj_game._gtitle = "Dress My Baby";
obj_game._google_text = "Dress My Baby";
obj_game.StageW = 700;
obj_game.StageH = 525;
obj_game._res = (Stage.width + "x") + Stage.height;
obj_game._score_ord = "desc";
obj_game.mochi_tag = "";
obj_game.g2wbot = "ba1f153d";
obj_game.g2wbotid = 10301;
obj_game.ph1_status = false;
obj_game.ph2_status = false;
obj_game.adv_zedo = true;
obj_game.adv_mochi = false;
obj_game.inviziads = ("http://ads.inviziads.com/ad.html/g=" + obj_game._gid) + "&h=spill";
zedo_tim = 15;
var obj_partner = new Array();
obj_partner.partner_name = "game_co_in";
obj_partner.partner_id = 1;
obj_partner.invalid_txt = "Invalid Nickname!";
obj_partner.show_submit = false;
obj_partner.submitURL = "/submit_score.asp";
obj_partner.top10URL = "/get_top_scorer.asp";
obj_partner.lblsubmit = "Enter your Games2win Nickname below";
obj_partner.show_g2w_slate = true;
obj_partner.show_register = true;
obj_partner.text_register = "Create Nickname";
obj_partner.url_register = "http://www.games2win.com/register.asp";
obj_partner.clickthru = ((("http://www.games2win.com/?utm_campaign=" + obj_partner.partner_name) + "&utm_source=") + obj_game.game_name) + "&medium=game";
obj_partner._allowclick = true;
_root.uname = "";
scoreSubmit = function (_loc) {
trace(_loc + " _loc");
myname = _root.partner_uname;
myscore = _root.partner_score;
mygameid = _root.obj_game._gid;
myname = myname.trim();
if ((((myname.length == 0) or (myname == obj_partner.invalid_txt)) or (myname == "Connecting Error!")) or (myname == undefined)) {
trace(obj_partner.invalid_txt);
_root.partner_uname = obj_partner.invalid_txt;
} else {
_root.send_lv = new LoadVars();
_root.send_lv.onLoad = function (success) {
if (success) {
if (_root.send_lv.isreg == 0) {
_root.uname = obj_partner.invalid_txt;
_loc.gotoAndStop("invalid_user_screen");
} else if (_root.send_lv.isreg == 1) {
Key.removeListener(_loc.keyListener);
_root.getScore(_loc);
}
} else {
_loc.gotoAndStop("error_screen");
}
};
_root.send_lv.nickname = myname;
_root.send_lv.points = myscore;
_root.send_lv.gameid = mygameid;
_root.send_lv.sendAndLoad(obj_partner.submitURL, _root.send_lv, "POST");
trace(_root.send_lv);
_loc.gotoAndStop("lbl_submit_screen");
}
};
c_fail = 0;
var g2w_menu = new ContextMenu();
g2w_menu.hideBuiltInItems();
g2w_menu.customItems.push(new ContextMenuItem("Games2win.com", itemHandler));
this.menu = g2w_menu;
var _sostatus = SharedObject.getLocal("gamestatus", "/");
String.prototype.trim = function () {
var _local3 = 0;
var _local2 = this.length;
white = new Object();
white._32 = 1;
_local2--;
while (white["_" + ord(this.charAt(_local2))]) {
}
while (white["_" + ord(this.charAt(_local3++))]) {
}
return(this.slice(_local3 - 1, _local2 + 1));
};
_readSharedData();
bbpart_arr = ["leg3.l", "h1.h", "foot1.f", "leg2.l", "leg1.l", "foot2.f", "h2.h", "farm2.f", "head", "farm1.f", "legg2.l", "arm1.a", "body.b", "arm.a"];
Frame 4
stop();
getphstatus(1);
Frame 6
stop();
Frame 7
stop();
Instance of Symbol 325 MovieClip in Frame 7
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
pre = percent + "%";
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay("lblgameintro");
}
}
Frame 9
stop();
Frame 10
stop();
skintype = "";
gender = "";
_root.babyPlay = true;
_root.level = 1;
Frame 11
stop();
_root.gmode = "real";
_root.babyPlay = true;
_root.scoreval = 0;
if (_root.level eq 1) {
spaceBar_inss._visible = true;
} else {
spaceBar_inss._visible = false;
}
Frame 12
stop();
_root.babyPlay = true;
trace("gender=" + _root.gender);
Frame 14
stop();
stopAllSounds();
_root.score = int(_root.scoreval * 10);
trace("score=" + _root.score);
_root.partner_score = _root.score;
trace("_root.score=" + _root.score);
Frame 15
_root.score = int(_root.scoreval * 10);
trace("score=" + _root.score);
_root.partner_score = _root.score;
_complete = true;
stop();
Symbol 16 MovieClip Frame 1
_root._trackClickThru(this);
Symbol 31 MovieClip Frame 2
stop();
gotoAndStop(_root.obj_game._gstatus);
Symbol 34 MovieClip Frame 1
Symbol 35 MovieClip Frame 1
function brain() {
create_assets(myself, _global.obj_iads.type);
switch (_global.obj_iads.type) {
case "FULL" :
mcLoader.loadClip(_global.obj_iads.url, trgt_main);
break;
case "EMBED" :
mcLoader.loadClip(_global.obj_iads.url, trgt_main.trgt_ads);
if (_global.obj_iads.link ne undefined) {
trgt_main.onRelease = function () {
trace("_global.obj_iads.link " + _global.obj_iads.link);
getURL (_global.obj_iads.link, "_blank");
};
}
break;
case "NOOP" :
_parent._parent._visible = 0;
break;
}
}
function get_iads() {
lv_iads = new XML();
lv_result = new XML();
lv_result.ignoreWhite = true;
lv_result.onLoad = function (success) {
trace("success " + success);
if (success) {
parse_iads(lv_result);
myself.attachMovie("invizi_logo", "invizi_logo", this.getNextHighestDepth(), {_x:Stage.width - 120, _y:Stage.height - 20});
}
};
lv_iads.sendAndLoad(adurl, lv_result, "POST");
}
function parse_iads(lv_result) {
_global.obj_iads = new Array();
var _local2 = 0;
while (_local2 < lv_result.firstChild.childNodes.length) {
if (lv_result.firstChild.childNodes[_local2].firstChild.nodeValue != null) {
obj_iads[lv_result.firstChild.childNodes[_local2].nodeName] = lv_result.firstChild.childNodes[_local2].firstChild.nodeValue;
} else if (lv_result.firstChild.childNodes[_local2].firstChild.firstChild.nodeValue != null) {
var _local5 = new Object();
var _local4 = 0;
while (_local4 < lv_result.firstChild.childNodes[_local2].childNodes.length) {
_local5[lv_result.firstChild.childNodes[_local2].childNodes[_local4].nodeName] = lv_result.firstChild.childNodes[_local2].childNodes[_local4].firstChild.nodeValue;
_local4++;
}
obj_iads[lv_result.firstChild.childNodes[_local2].nodeName] = _local5;
}
_local2++;
}
show_time = int(_global.obj_iads.t);
check_type();
}
function create_assets(mc, _type) {
trace((("Create _ assets " + mc) + " ") + _type);
mc.createEmptyMovieClip("trgt_main", 4);
mcLoader = new MovieClipLoader();
mcLoader.addListener(mc);
if (_type != "FULL") {
mc.createEmptyMovieClip("square_mc", 5);
var _local4 = trgt_main.createEmptyMovieClip("trgt_ads", getNextHighestDepth());
var _local2 = new TextFormat();
_local2.align = "center";
_local2.font = "Verdana";
_local2.size = 10;
mc.createTextField("h_txt", mc.getNextHighestDepth(), 0, 0, 100, 22);
mc.createTextField("b_txt", mc.getNextHighestDepth(), 0, 0, 100, 22);
b_txt.autoSize = true;
b_txt.selectable = false;
h_txt.selectable = false;
b_txt.multiline = true;
b_txt.setNewTextFormat(_local2);
h_txt.autoSize = true;
h_txt.setNewTextFormat(_local2);
h_txt.text = "";
}
}
function onLoadInit(mc) {
ad_width = int(_global.obj_iads.x);
ad_height = int(_global.obj_iads.y);
_x = ((336 - ad_width) / 2);
_y = ((280 - ad_height) / 2);
progressBar.tim = show_time;
progressBar.width = _global.obj_iads.x;
progressBar.height = 15;
progressBar.start = function () {
maxw = this.width - 2;
this.ad = maxw / (this.tim + 1);
this.ad = this.ad / game_fps;
};
progressBar.onEnterFrame = function () {
if (this.bar._width < (this.width - 2)) {
this.bar._width = this.bar._width + this.ad;
} else {
this.bar._width = this.width;
}
};
progressBar._x = 100;
progressBar._y = 100;
bar_mc = progressBar.createEmptyMovieClip("bar", 1);
box_mc = progressBar.createEmptyMovieClip("box", 2);
bar_mc.beginFill(26112);
bar_mc.moveTo(0, 0);
bar_mc.lineTo(1, 0);
bar_mc.lineTo(1, progressBar.height - 2);
bar_mc.lineTo(0, progressBar.height - 2);
bar_mc.lineTo(0, 0);
bar_mc.endFill();
bar_mc._x = 1.5;
bar_mc._y = 1.5;
box_mc.lineStyle(1, 3355443, 100, true, "none", "round", "miter", 1);
box_mc.lineTo(progressBar.width, 0);
box_mc.lineTo(progressBar.width, progressBar.height);
box_mc.lineTo(0, progressBar.height);
box_mc.lineTo(0, 0);
box_mc._x = 0;
box_mc._y = 0;
progressBar.start();
x = 0;
y = 0;
mc._x = x;
mc._y = y;
square_mc.beginFill(16711680);
square_mc.moveTo(0, 0);
square_mc.lineTo(ad_width, 0);
square_mc.lineTo(ad_width, ad_height);
square_mc.lineTo(0, ad_height);
square_mc.lineTo(0, 0);
square_mc.endFill();
square_mc._x = x;
square_mc._y = y;
trgt_main.setMask(square_mc);
}
function check_type() {
if (_global.obj_iads.type eq "UPDATE") {
this.createEmptyMovieClip("holder", 100);
var _local4 = _global.obj_iads.url;
_root.obj_iads = _global.obj_iads.payload;
holder.loadMovie(_global.obj_iads.url);
holder.obj_iads = _root.obj_iads;
show_time = 20;
} else {
brain();
}
}
function parse_xml(mydata) {
var _local4 = new Array();
var _local1 = 0;
while (_local1 < mydata.firstChild.childNodes.length) {
if (mydata.firstChild.childNodes[_local1].firstChild.nodeValue != null) {
_local4[mydata.firstChild.childNodes[_local1].nodeName] = mydata.firstChild.childNodes[_local1].firstChild.nodeValue;
} else if (mydata.firstChild.childNodes[_local1].firstChild.firstChild.nodeValue != null) {
var _local5 = new Object();
var _local2 = 0;
while (_local2 < lv_result.firstChild.childNodes[_local1].childNodes.length) {
_local4[lv_result.firstChild.childNodes[_local1].childNodes[_local2].nodeName] = mydata.firstChild.childNodes[_local1].childNodes[_local2].firstChild.nodeValue;
_local2++;
}
_local4[lv_result.firstChild.childNodes[_local1].nodeName] = _local5;
}
_local1++;
}
return(_local4);
}
System.security.allowDomain("*");
this.getFps = function () {
if (signal == true) {
time = getTimer();
} else {
tempo = int(1000 / (getTimer() - time));
}
signal = !signal;
return(tempo);
};
this.onEnterFrame = function () {
game_fps = getFps();
if ((game_fps ne 0) and (game_fps ne undefined)) {
this.onEnterFrame = null;
}
};
myself = this;
signal = true;
adurl = (_root.obj_game.inviziads + "&type=post&ts=") + getTimer();
trace(adurl);
get_iads();
stop();
Symbol 39 MovieClip Frame 1
invizi_logo.onRelease = function () {
getURL ("http://inviziads.com/", "_blank");
};
Symbol 42 MovieClip [mc_topscore_box] Frame 1
trace("_root.checkhost() " + _root.checkhost());
trace("this._url " + this._url);
if (_root.checkhost()) {
gotoAndStop ("login_screen");
} else {
gotoAndStop ("lblalienhost");
}
Symbol 42 MovieClip [mc_topscore_box] Frame 2
function tryAgain() {
gotoAndStop ("login_screen");
}
function filltopscore(destmc) {
trace(_root.lst_top_scorer.top_score.status.data);
if ((_root.lst_top_scorer.top_score.status.data == 0) or (_root.lst_top_scorer.top_score.user[0].score.data == 0)) {
_top10_lbl._visible = false;
var _local2 = 0;
while (_local2 < 10) {
destmc["row" + _local2]._visible = false;
_local2++;
}
} else {
_noscore_mc._visible = false;
var _local2 = 0;
while (_local2 < 10) {
if ((_root.lst_top_scorer.top_score.user[_local2] == undefined) or (_root.lst_top_scorer.top_score.user[_local2].score.data == 0)) {
destmc["row" + _local2].txtrollno.text = "";
destmc["row" + _local2].txtusername.text = "";
destmc["row" + _local2].txtscore.text = "";
} else {
destmc["row" + _local2].txtrollno.text = _local2 + 1;
destmc["row" + _local2].txtusername.text = _root.lst_top_scorer.top_score.user[_local2].nick_name.data;
destmc["row" + _local2].txtscore.text = _root.lst_top_scorer.top_score.user[_local2].score.data;
}
_local2++;
}
}
}
stop();
playAgain_btn.onRelease = function () {
trace("Login");
_root.g2w_playagain();
};
username_txt.onSetFocus = function () {
trace((this.text + " ") + _root.obj_partner.invalid_txt);
if ((this.text == _root.obj_partner.invalid_txt) or (this.text == "Connecting Error!")) {
this.text = "";
}
};
Selection.setFocus("username_txt");
btn_scoresubmit.onRelease = function () {
_root.scoreSubmit(this._parent);
};
_trg_loc = this;
var keyListener = new Object();
keyListener.onKeyDown = function () {
if (!(Key.getCode() === 13)) {
} else {
Selection.setFocus("btn_scoresubmit");
_root.scoreSubmit(_trg_loc);
}
};
Key.addListener(keyListener);
btn_create_nickname.onRelease = function () {
getURL (_root.obj_partner.url_register, "_blank");
};
if (_root.obj_partner.show_submit) {
btn_scoresubmit._visible = false;
}
stop();
_btn_g2w.useHandCursor = false;
Symbol 42 MovieClip [mc_topscore_box] Frame 16
function tryAgain() {
gotoAndStop ("login_screen");
}
function filltopscore(destmc) {
trace(_root.lst_top_scorer.top_score.status.data);
if ((_root.lst_top_scorer.top_score.status.data == 0) or (_root.lst_top_scorer.top_score.user[0].score.data == 0)) {
_top10_lbl._visible = false;
var _local2 = 0;
while (_local2 < 10) {
destmc["row" + _local2]._visible = false;
_local2++;
}
} else {
_noscore_mc._visible = false;
var _local2 = 0;
while (_local2 < 10) {
if ((_root.lst_top_scorer.top_score.user[_local2] == undefined) or (_root.lst_top_scorer.top_score.user[_local2].score.data == 0)) {
destmc["row" + _local2].txtrollno.text = "";
destmc["row" + _local2].txtusername.text = "";
destmc["row" + _local2].txtscore.text = "";
} else {
destmc["row" + _local2].txtrollno.text = _local2 + 1;
destmc["row" + _local2].txtusername.text = _root.lst_top_scorer.top_score.user[_local2].nick_name.data;
destmc["row" + _local2].txtscore.text = _root.lst_top_scorer.top_score.user[_local2].score.data;
}
_local2++;
}
}
}
playAgain_btn.onRelease = function () {
trace("Login");
_root.g2w_playagain();
};
username_txt.onSetFocus = function () {
trace((this.text + " ") + _root.obj_partner.invalid_txt);
if ((this.text == _root.obj_partner.invalid_txt) or (this.text == "Connecting Error!")) {
this.text = "";
}
};
Selection.setFocus("username_txt");
btn_scoresubmit.onRelease = function () {
_root.scoreSubmit(this._parent);
};
_trg_loc = this;
var keyListener = new Object();
keyListener.onKeyDown = function () {
if (!(Key.getCode() === 13)) {
} else {
Selection.setFocus("btn_scoresubmit");
_root.scoreSubmit(_trg_loc);
}
};
Key.addListener(keyListener);
btn_create_nickname.onRelease = function () {
getURL (_root.obj_partner.url_register, "_blank");
};
if (_root.obj_partner.show_submit) {
btn_scoresubmit._visible = false;
}
stop();
stop();
Symbol 45 MovieClip [rockchain1] Frame 1
stop();
Symbol 51 MovieClip [rockgogle1] Frame 1
stop();
Symbol 58 MovieClip [rocktop1] Frame 1
stop();
Symbol 65 MovieClip [rocksh1] Frame 1
stop();
Symbol 69 MovieClip [supchain1] Frame 5
stop();
Symbol 71 MovieClip [earring1] Frame 1
stop();
Symbol 78 MovieClip [suptop1] Frame 1
stop();
Symbol 89 MovieClip [supsh1] Frame 1
stop();
Symbol 93 MovieClip [gpant1] Frame 5
stop();
Symbol 98 MovieClip [gtop1] Frame 5
stop();
Symbol 103 MovieClip [chain1] Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._necklessid + 1);
Symbol 113 MovieClip [gha1] Frame 15
stop();
Symbol 115 MovieClip [jack1] Frame 1
stop();
Symbol 121 MovieClip [bracelate1] Frame 1
stop();
Symbol 127 MovieClip [gsh1] Frame 5
stop();
Symbol 132 MovieClip [p1] Frame 1
stop();
Symbol 145 MovieClip [ha1] Frame 8
stop();
Symbol 150 MovieClip [pe1] Frame 1
stop();
Symbol 152 MovieClip [stf1] Frame 1
stop();
Symbol 157 MovieClip [sh1] Frame 1
stop();
Symbol 177 MovieClip [t1] Frame 1
stop();
Symbol 197 MovieClip [s1] Frame 1
stop();
resultval = _root.result_arr[18];
Symbol 197 MovieClip [s1] Frame 2
resultval = _root.result_arr[21];
Symbol 197 MovieClip [s1] Frame 3
resultval = _root.result_arr[20];
Symbol 197 MovieClip [s1] Frame 4
resultval = _root.result_arr[19];
Symbol 197 MovieClip [s1] Frame 5
resultval = _root.result_arr[22];
Symbol 197 MovieClip [s1] Frame 6
resultval = _root.result_arr[20];
Symbol 197 MovieClip [s1] Frame 7
resultval = _root.result_arr[24];
Symbol 197 MovieClip [s1] Frame 8
resultval = _root.result_arr[25];
Symbol 197 MovieClip [s1] Frame 9
resultval = _root.result_arr[26];
Symbol 197 MovieClip [s1] Frame 10
resultval = _root.result_arr[27];
Symbol 197 MovieClip [s1] Frame 11
resultval = _root.result_arr[28];
Symbol 197 MovieClip [s1] Frame 12
resultval = _root.result_arr[29];
Symbol 197 MovieClip [s1] Frame 13
resultval = _root.result_arr[30];
Symbol 197 MovieClip [s1] Frame 14
resultval = _root.result_arr[31];
Symbol 197 MovieClip [s1] Frame 15
resultval = _root.result_arr[32];
Symbol 197 MovieClip [s1] Frame 16
resultval = _root.result_arr[23];
Symbol 214 MovieClip [d1] Frame 1
stop();
resultval = _root.result_arr[0];
Symbol 214 MovieClip [d1] Frame 2
resultval = _root.result_arr[1];
Symbol 214 MovieClip [d1] Frame 3
resultval = _root.result_arr[11];
Symbol 214 MovieClip [d1] Frame 4
resultval = _root.result_arr[12];
Symbol 214 MovieClip [d1] Frame 5
resultval = _root.result_arr[2];
Symbol 214 MovieClip [d1] Frame 6
resultval = _root.result_arr[3];
Symbol 214 MovieClip [d1] Frame 7
resultval = _root.result_arr[8];
Symbol 214 MovieClip [d1] Frame 8
resultval = _root.result_arr[9];
Symbol 214 MovieClip [d1] Frame 9
resultval = _root.result_arr[4];
Symbol 214 MovieClip [d1] Frame 10
resultval = _root.result_arr[5];
Symbol 214 MovieClip [d1] Frame 11
resultval = _root.result_arr[10];
Symbol 214 MovieClip [d1] Frame 12
resultval = _root.result_arr[15];
Symbol 214 MovieClip [d1] Frame 13
resultval = _root.result_arr[6];
Symbol 214 MovieClip [d1] Frame 14
resultval = _root.result_arr[7];
Symbol 214 MovieClip [d1] Frame 15
resultval = _root.result_arr[13];
Symbol 214 MovieClip [d1] Frame 16
resultval = _root.result_arr[14];
Symbol 217 MovieClip [g1] Frame 1
stop();
resultval = _root.result_arr[47];
Symbol 217 MovieClip [g1] Frame 2
resultval = _root.result_arr[48];
Symbol 220 MovieClip [j1] Frame 1
stop();
resultval = _root.result_arr[16];
Symbol 220 MovieClip [j1] Frame 2
resultval = _root.result_arr[17];
Symbol 228 MovieClip [b1] Frame 1
stop();
resultval = _root.result_arr[53];
Symbol 228 MovieClip [b1] Frame 2
resultval = _root.result_arr[54];
Symbol 228 MovieClip [b1] Frame 3
resultval = _root.result_arr[55];
Symbol 228 MovieClip [b1] Frame 4
resultval = _root.result_arr[56];
Symbol 228 MovieClip [b1] Frame 5
resultval = _root.result_arr[57];
Symbol 228 MovieClip [b1] Frame 6
resultval = _root.result_arr[58];
Symbol 228 MovieClip [b1] Frame 7
resultval = _root.result_arr[59];
Symbol 228 MovieClip [b1] Frame 8
resultval = _root.result_arr[60];
Symbol 235 MovieClip [c1] Frame 1
stop();
resultval = _root.result_arr[46];
Symbol 235 MovieClip [c1] Frame 2
resultval = _root.result_arr[46];
Symbol 235 MovieClip [c1] Frame 3
resultval = _root.result_arr[45];
Symbol 235 MovieClip [c1] Frame 4
resultval = _root.result_arr[44];
Symbol 235 MovieClip [c1] Frame 5
resultval = _root.result_arr[50];
Symbol 235 MovieClip [c1] Frame 6
resultval = _root.result_arr[52];
Symbol 242 MovieClip [i1] Frame 1
stop();
resultval = _root.result_arr[41];
Symbol 242 MovieClip [i1] Frame 2
resultval = _root.result_arr[42];
Symbol 242 MovieClip [i1] Frame 3
resultval = _root.result_arr[37];
Symbol 242 MovieClip [i1] Frame 4
resultval = _root.result_arr[38];
Symbol 242 MovieClip [i1] Frame 5
resultval = _root.result_arr[39];
Symbol 242 MovieClip [i1] Frame 6
resultval = _root.result_arr[40];
Symbol 246 MovieClip [u1] Frame 1
stop();
resultval = _root.result_arr[36];
Symbol 246 MovieClip [u1] Frame 2
resultval = _root.result_arr[34];
Symbol 246 MovieClip [u1] Frame 3
resultval = _root.result_arr[35];
Instance of Symbol 248 MovieClip in Symbol 249 MovieClip Frame 1
on (release) {
getURL ("http://www.girlsgogames.com/moregames/", "_blank");
}
Instance of Symbol 249 MovieClip in Symbol 250 MovieClip [_logo2] Frame 1
on (release) {
getURL ("http://www.girlsgogames.com/moregames/", "_blank");
}
Symbol 253 MovieClip Frame 1
_root._trackClickThru(this);
Symbol 259 MovieClip [game_sound_ctrl] Frame 1
_gameSounds = new Sound();
var frame = "on";
changeVol = function (targetvol, step) {
this.onEnterFrame = function () {
var _local3 = _gameSounds.getVolume();
if ((step < 0) and (_local3 <= targetvol)) {
_local3 = targetvol;
delete this.onEnterFrame;
_root.so_sound = 1;
} else if ((step > 0) and (_local3 >= targetvol)) {
_local3 = targetvol;
delete this.onEnterFrame;
_root.so_sound = 0;
} else {
_gameSounds.setVolume(_local3 + step);
}
};
};
if (_root.so_sound == 1) {
frame = "off";
this.gotoAndPlay(frame);
}
this.onRelease = function () {
if (frame == "on") {
frame = "off";
} else {
frame = "on";
}
this.gotoAndPlay(frame);
};
Symbol 259 MovieClip [game_sound_ctrl] Frame 2
stop();
changeVol(100, 5);
Symbol 259 MovieClip [game_sound_ctrl] Frame 3
stop();
changeVol(0, -5);
Symbol 260 MovieClip [brain_inviziads] Frame 1
function brain() {
create_assets(myself, _global.obj_iads.type);
switch (_global.obj_iads.type) {
case "FULL" :
mcLoader.loadClip(_global.obj_iads.url, trgt_main);
break;
case "EMBED" :
mcLoader.loadClip(_global.obj_iads.url, trgt_main.trgt_ads);
if (_global.obj_iads.link ne undefined) {
trgt_main.onRelease = function () {
trace("_global.obj_iads.link " + _global.obj_iads.link);
getURL (_global.obj_iads.link, "_blank");
};
}
break;
case "NOOP" :
clearInterval(int1);
_parent.play();
break;
}
}
function get_iads() {
lv_iads = new XML();
lv_result = new XML();
lv_result.ignoreWhite = true;
lv_result.onLoad = function (success) {
trace("success " + success);
if (success) {
parse_iads(lv_result);
} else {
_root.play();
}
};
lv_iads.g = game_id;
lv_iads.h = "as";
lv_iads.sendAndLoad(_root.adurl, lv_result, "POST");
}
function parse_iads(lv_result) {
_global.obj_iads = new Array();
var _local2 = 0;
while (_local2 < lv_result.firstChild.childNodes.length) {
if (lv_result.firstChild.childNodes[_local2].firstChild.nodeValue != null) {
obj_iads[lv_result.firstChild.childNodes[_local2].nodeName] = lv_result.firstChild.childNodes[_local2].firstChild.nodeValue;
} else if (lv_result.firstChild.childNodes[_local2].firstChild.firstChild.nodeValue != null) {
var _local5 = new Object();
var _local4 = 0;
while (_local4 < lv_result.firstChild.childNodes[_local2].childNodes.length) {
_local5[lv_result.firstChild.childNodes[_local2].childNodes[_local4].nodeName] = lv_result.firstChild.childNodes[_local2].childNodes[_local4].firstChild.nodeValue;
_local4++;
}
obj_iads[lv_result.firstChild.childNodes[_local2].nodeName] = _local5;
}
_local2++;
}
show_time = int(_global.obj_iads.t);
check_type();
}
function time_delay() {
tim = 0;
int1 = setInterval(timespam, 1000);
}
function timespam() {
tim++;
trace(((tim + " tim Tim") + " show_time") + show_time);
if (tim == show_time) {
clearInterval(int1);
_parent.play();
}
}
function create_assets(mc, _type) {
trace((("Create _ assets " + mc) + " ") + _type);
mc.createEmptyMovieClip("trgt_main", 4);
mcLoader = new MovieClipLoader();
mcLoader.addListener(mc);
if (_type != "FULL") {
mc.createEmptyMovieClip("square_mc", 5);
var _local4 = trgt_main.createEmptyMovieClip("trgt_ads", getNextHighestDepth());
var _local2 = new TextFormat();
_local2.align = "center";
_local2.font = "Verdana";
_local2.size = 10;
mc.createTextField("h_txt", mc.getNextHighestDepth(), 0, 0, 100, 22);
mc.createTextField("b_txt", mc.getNextHighestDepth(), 0, 0, 100, 22);
b_txt.autoSize = true;
b_txt.selectable = false;
h_txt.selectable = false;
b_txt.multiline = true;
b_txt.setNewTextFormat(_local2);
h_txt.autoSize = true;
h_txt.setNewTextFormat(_local2);
h_txt.text = "";
mc.createEmptyMovieClip("progressBar", 500);
}
}
function onLoadInit(mc) {
ad_width = int(_global.obj_iads.x);
ad_height = int(_global.obj_iads.y);
h_txt.text = "Advertisement";
progressBar.tim = show_time;
progressBar.width = _global.obj_iads.x;
progressBar.height = 15;
progressBar.start = function () {
game_fps = getFps();
maxw = this.width - 2;
this.ad = maxw / (this.tim + 1);
this.ad = this.ad / game_fps;
};
progressBar.onEnterFrame = function () {
if (this.bar._width < (this.width - 2)) {
this.bar._width = this.bar._width + this.ad;
} else {
this.bar._width = this.width;
}
};
progressBar._x = 100;
progressBar._y = 100;
bar_mc = progressBar.createEmptyMovieClip("bar", 1);
box_mc = progressBar.createEmptyMovieClip("box", 2);
bar_mc.beginFill(26112);
bar_mc.moveTo(0, 0);
bar_mc.lineTo(1, 0);
bar_mc.lineTo(1, progressBar.height - 2);
bar_mc.lineTo(0, progressBar.height - 2);
bar_mc.lineTo(0, 0);
bar_mc.endFill();
bar_mc._x = 1.5;
bar_mc._y = 1.5;
box_mc.lineStyle(1, 3355443, 100, true, "none", "round", "miter", 1);
box_mc.lineTo(progressBar.width, 0);
box_mc.lineTo(progressBar.width, progressBar.height);
box_mc.lineTo(0, progressBar.height);
box_mc.lineTo(0, 0);
box_mc._x = 0;
box_mc._y = 0;
progressBar.start();
b_txt.text = "Note\rClicking on the above Ad won't interrupt your game.\rAd link opens in a new window.\rThanks to our sponsors, we provide you free games to play.";
myself._y = b_txt._y - 10;
x = (Stage.width / 2) - (ad_width / 2);
y = (Stage.height / 2) - (ad_height / 2);
mc._x = x;
mc._y = y;
h_txt._x = (x + (ad_width / 2)) - (h_txt._width / 2);
h_txt._y = y - 20;
progressBar._x = (x + (ad_width / 2)) - (progressBar._width / 2);
progressBar._y = (y + 5) + ad_height;
myself.attachMovie("invizi_logo", "invizi_logo", this.getNextHighestDepth(), {_x:int(progressBar._x + progressBar._width) - 114, _y:int((progressBar._y + progressBar._height) + 5)});
myself.invizi_logo.onRelease = function () {
getURL ("http://www.inviziads.com", "_blank");
};
b_txt._x = (x + (ad_width / 2)) - (b_txt._width / 2);
b_txt._y = progressBar._y + 30;
square_mc.beginFill(16711680);
square_mc.moveTo(0, 0);
square_mc.lineTo(ad_width, 0);
square_mc.lineTo(ad_width, ad_height);
square_mc.lineTo(0, ad_height);
square_mc.lineTo(0, 0);
square_mc.endFill();
square_mc._x = x;
square_mc._y = y;
trgt_main.setMask(square_mc);
}
function pushdata() {
trace("Push" + random(222));
holder.obj_iads = _global.obj_iads;
}
function startdatapush(mc) {
var _local2;
_local2 = setInterval(this, "pushdata", 10);
}
function check_type() {
if (_global.obj_iads.type eq "UPDATE") {
trace(" _global.obj_iads.payload.type " + _global.obj_iads.payload.type);
myself.createEmptyMovieClip("holder", 100);
var _local4 = _global.obj_iads.url;
show_time = 15;
obj_iads = _global.obj_iads;
var _local2 = new Object();
_local2.onLoadComplete = function (target_mc) {
trace("onLoadComplete: " + target_mc);
};
var _local3 = new MovieClipLoader();
_local3.addListener(_local2);
_local3.loadClip(_global.obj_iads.url, holder);
} else {
brain();
}
time_delay();
}
function parse_xml(mydata) {
var _local4 = new Array();
var _local1 = 0;
while (_local1 < mydata.firstChild.childNodes.length) {
if (mydata.firstChild.childNodes[_local1].firstChild.nodeValue != null) {
_local4[mydata.firstChild.childNodes[_local1].nodeName] = mydata.firstChild.childNodes[_local1].firstChild.nodeValue;
} else if (mydata.firstChild.childNodes[_local1].firstChild.firstChild.nodeValue != null) {
var _local5 = new Object();
var _local2 = 0;
while (_local2 < lv_result.firstChild.childNodes[_local1].childNodes.length) {
_local4[lv_result.firstChild.childNodes[_local1].childNodes[_local2].nodeName] = mydata.firstChild.childNodes[_local1].childNodes[_local2].firstChild.nodeValue;
_local2++;
}
_local4[lv_result.firstChild.childNodes[_local1].nodeName] = _local5;
}
_local1++;
}
return(_local4);
}
Object.prototype.getFps = function () {
if (signal == true) {
time = getTimer();
} else {
tempo = int(1000 / (getTimer() - time));
}
signal = !signal;
return(tempo);
};
this.onEnterFrame = function () {
game_fps = getFps();
if ((game_fps != 0) && (game_fps != undefined)) {
this.onEnterFrame = null;
}
};
myself = this;
signal = true;
var my_date = new Date();
_root.adurl = (_root.obj_game.inviziads + "&ts=") + my_date.getSeconds();
stop();
get_iads();
Symbol 1320 MovieClip [__Packages.it.sephiroth.XML2Object] Frame 0
class it.sephiroth.XML2Object
{
var oXML;
function XML2Object () {
}
function get xml() {
return(oXML);
}
function parseXML(sFile) {
oResult = new Object();
oXML = sFile;
oResult = translateXML();
return(oResult);
}
function translateXML(from, path, name, position) {
var _local2;
var _local9;
var _local4;
var _local10;
if (path == undefined) {
path = this;
name = "oResult";
}
path = path[name];
if (from == undefined) {
from = new XML(xml.toString());
from.ignoreWhite = true;
}
if (from.hasChildNodes()) {
_local9 = from.childNodes;
if (position != undefined) {
_local10 = path;
path = path[position];
}
while (_local9.length > 0) {
_local4 = _local9.shift();
_local2 = _local4.nodeName;
if (_local2 != undefined) {
var _local5 = new Object();
_local5.attributes = _local4.attributes;
_local5.data = _local4.firstChild.nodeValue;
if (position != undefined) {
_local10 = path;
}
if (path[_local2] != undefined) {
if (path[_local2].__proto__ == Array.prototype) {
path[_local2].push(_local5);
name = _local4.nodeName;
position = path[_local2].length - 1;
} else {
var _local8 = path[_local2];
path[_local2] = new Array();
path[_local2].push(_local8);
path[_local2].push(_local5);
name = _local2;
position = path[_local2].length - 1;
}
} else {
path[_local2] = _local5;
name = _local2;
position = undefined;
}
}
if (_local4.hasChildNodes()) {
translateXML(_local4, path, name, position);
}
}
}
return(oResult);
}
var oResult = new Object();
}
Symbol 301 MovieClip Frame 80
stop();
_parent.nextFrame();
Symbol 309 MovieClip Frame 88
stop();
_root.play();
Symbol 310 MovieClip Frame 1
stop();
Instance of Symbol 309 MovieClip in Symbol 310 MovieClip Frame 2
on (release) {
getURL ("http://www.girlsgogames.com/moregames/", "_blank");
}
Symbol 325 MovieClip Frame 100
stop();
Symbol 359 Button
on (release) {
gotoAndStop ("story");
}
Symbol 360 Button
on (release) {
gotoAndStop ("inst");
}
Symbol 363 Button
on (release) {
_parent.gotoAndStop("select");
}
Symbol 368 Button
on (release) {
gotoAndStop ("main");
}
Symbol 378 MovieClip Frame 1
if (_root.intro == 0) {
gotoAndStop ("main");
}
Symbol 378 MovieClip Frame 97
stop();
Instance of Symbol 365 MovieClip in Symbol 378 MovieClip Frame 97
on (release) {
getURL ("http://www.girlsgogames.com/moregames/", "_blank");
}
Symbol 378 MovieClip Frame 98
stop();
Symbol 378 MovieClip Frame 99
stop();
Symbol 380 Button
on (release) {
_root.intro = 0;
_root.gotoAndStop("lblgameintro");
}
Symbol 381 Button
on (release) {
trace(_curmid);
_parent.gotoAndStop(_curmid);
}
Symbol 384 MovieClip Frame 1
this._visible = false;
Symbol 389 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 391 MovieClip Frame 1
this._visible = false;
Symbol 416 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._shirtcid + 1);
}
Symbol 421 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 421 MovieClip Frame 2
stop();
Symbol 422 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 430 Button
on (press) {
mc = _root.game.attachMovie("i1", "i1_1", 1);
mc.val = "inner";
trace(_parent._parent._parent._icid);
mc.gotoAndStop(_parent._parent._parent._icid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 436 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._icid + 1);
Symbol 437 Button
on (press) {
if ((_parent._parent._parent._dcid ne 0) or (_parent._parent._parent._shirtcid ne 0)) {
mc = _root.game.attachMovie("d1", "d1_1", 1);
mc.val = "dress";
trace(_parent._parent._parent._dcid);
mc.gotoAndStop(_parent._parent._parent._dcid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
}
Symbol 455 Button
on (press) {
mc = _root.game.attachMovie("t1", "t1_1", 1);
mc.val = "shirt";
trace(_parent._parent._parent._shirtcid);
mc.gotoAndStop(_parent._parent._parent._shirtcid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 458 Button
on (press) {
mc = _root.game.attachMovie("t1", "t1_1", 1);
mc.val = "dress1";
trace(_parent._parent._parent._dcid);
trace(_parent._parent._parent._shirtcid);
mc.gotoAndStop(_parent._parent._parent._dcid - 25);
if (_parent._parent._parent._dcid eq 0) {
mc.gotoAndStop(_parent._parent._parent._shirtcid - 25);
}
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 461 Button
on (press) {
mc = _root.game.attachMovie("gtop1", "gtop1_1", 1);
mc.val = "shirt";
trace(_parent._parent._parent._shirtcid);
mc.gotoAndStop(_parent._parent._parent._shirtcid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 464 Button
on (press) {
if ((_parent._parent._parent._dcid ne 0) or (_parent._parent._parent._shirtcid ne 0)) {
mc = _root.game.attachMovie("gtop1", "gtop1_1", 1);
mc.val = "dress1";
trace(_parent._parent._parent._dcid);
mc.gotoAndStop(_parent._parent._parent._shirtcid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
}
Symbol 467 Button
on (press) {
if ((_parent._parent._parent._dcid ne 0) or (_parent._parent._parent._shirtcid ne 0)) {
mc = _root.game.attachMovie("suptop1", "suptop1_1", 1);
mc.val = "dress1";
trace(_parent._parent._parent._dcid);
mc.gotoAndStop(_parent._parent._parent._shirtcid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
}
Symbol 474 Button
on (press) {
if ((_parent._parent._parent._dcid ne 0) or (_parent._parent._parent._shirtcid ne 0)) {
mc = _root.game.attachMovie("rocktop1", "rocktop1_1", 1);
mc.val = "dress1";
trace(_parent._parent._parent._dcid);
mc.gotoAndStop(_parent._parent._parent._shirtcid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
}
Symbol 481 MovieClip Frame 1
function update(id) {
trace("update111 << " + id);
trace("id===" + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._shirtcid + 1);
}
trace("_dcid=" + _parent._parent._parent._dcid);
Symbol 484 Button
on (press) {
mc = _root.game.attachMovie("j1", "j1_1", 1);
mc.val = "jaket";
trace(_parent._parent._parent._jkcid);
mc.gotoAndStop(_parent._parent._parent._jkcid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 487 Button
on (press) {
mc = _root.game.attachMovie("jack1", "jack1_1", 1);
mc.val = "jaket";
trace(_parent._parent._parent._jkcid);
mc.gotoAndStop(_parent._parent._parent._jkcid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 488 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 489 Button
on (press) {
mc = _root.game.attachMovie("chain1", "chain1_1", 1);
mc.val = "chain";
trace(_parent._parent._parent._necklessid);
mc.gotoAndStop(_parent._parent._parent._necklessid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 493 Button
on (press) {
mc = _root.game.attachMovie("rockchain1", "rockchain1_1", 1);
mc.val = "chain";
trace(_parent._parent._parent._necklessid);
mc.gotoAndStop(_parent._parent._parent._necklessid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 496 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._necklessid + 1);
Symbol 497 MovieClip Frame 1
stop();
Symbol 500 Button
on (press) {
mc = _root.game.attachMovie("u1", "u1_1", 1);
mc.val = "nappy1";
trace(_parent._parent._parent._ncid);
mc.gotoAndStop(_parent._parent._parent._ncid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 503 MovieClip Frame 1
function update(id) {
trace("update >> " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._ncid + 1);
Symbol 540 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._pantid + 1);
}
Symbol 544 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 544 MovieClip Frame 2
stop();
Symbol 545 MovieClip Frame 1
stop();
Symbol 550 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 556 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._ncid + 1);
Symbol 558 MovieClip Frame 1
this._visible = false;
Symbol 559 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._stockid + 1);
Symbol 594 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._pantid + 1);
}
Symbol 598 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 598 MovieClip Frame 2
stop();
Symbol 599 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 620 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._shirtcid + 1);
}
Symbol 622 Button
on (press) {
mc = _root.game.attachMovie("b1", "b1_1", 1);
mc.val = "braslet";
trace(_parent._parent._bcid);
mc.gotoAndStop(_parent._parent._parent._bcid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 628 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._bcid + 1);
trace("_bcid=" + _parent._parent._parent._bcid);
Symbol 633 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 634 MovieClip Frame 1
stop();
Symbol 644 MovieClip Frame 1
function update(id) {
trace("Update");
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 648 Button
on (press) {
mc = _root.game.attachMovie("ha1", "ha1_1", 1);
mc.val = "hairstyle";
trace("_haircid=" + _parent._haircid);
mc.gotoAndStop(_parent._parent._parent._haircid - 25);
mc._xscale = (mc._yscale = 72);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 659 MovieClip Frame 1
function update(id) {
gotoAndStop(id + 1);
}
stop();
if (_root.gender ne "") {
gotoAndStop(_root.gender);
} else {
_root.gender = "boy";
}
if (_parent._parent._parent._haircid ne "") {
gotoAndStop(_parent._parent._parent._haircid + 1);
}
Symbol 661 Button
on (press) {
mc = _root.game.attachMovie("earring1", "earring1_1", 1);
mc.val = "earring";
trace(_parent._parent._parent.earringid);
mc.gotoAndStop(_parent._parent.earringid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 662 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent.earringid + 1);
} else {
gotoAndStop(_parent._parent._parent.earringid + 1);
}
Symbol 663 Button
on (press) {
mc = _root.game.attachMovie("c1", "c1_1", 1);
mc.val = "head";
trace(_parent._parent._parent._hcid);
mc.gotoAndStop(_parent._parent._hcid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 677 Button
on (press) {
mc = _root.game.attachMovie("rockgogle1", "rockgogle1_1", 1);
mc.val = "head";
trace(_parent._parent._parent._hcid);
mc.gotoAndStop(_parent._parent._hcid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 681 MovieClip Frame 1
function update(id) {
trace("update << " + id);
if (id < 25) {
if ((_root.gender == "girl") or (_root.gender == "girl1")) {
if ((((id == 1) or (id == 2)) or (id == 3)) or (id == 4)) {
_root.gender = "girl1";
} else {
_root.gender = "girl";
}
h.gotoAndStop(_root.gender);
}
}
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._hcid + 1);
trace("_hcid=" + _parent._parent._hcid);
Symbol 686 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 702 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._shirtcid + 1);
}
Symbol 707 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 707 MovieClip Frame 2
stop();
Symbol 708 MovieClip Frame 1
stop();
Symbol 713 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 715 Button
on (press) {
mc = _root.game.attachMovie("g1", "g1_1", 1);
mc.val = "glove";
trace(_parent._parent._parent._gcid);
mc.gotoAndStop(_parent._parent._gcid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 717 MovieClip Frame 1
function update(id) {
trace("update >> " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._gcid + 1);
Symbol 722 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 724 MovieClip Frame 1
this._visible = false;
Symbol 726 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._stockid + 1);
Symbol 728 Button
on (press) {
mc = _root.game.attachMovie("s1", "s1_1", 1);
mc.val = "shoe";
trace(_parent._parent._parent._scid);
mc.gotoAndStop(_parent._parent._scid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 746 Button
on (press) {
mc = _root.game.attachMovie("sh1", "sh1_1", 1);
mc.val = "shoes";
trace(_parent._parent._shoeid);
mc.gotoAndStop(_parent._parent._shoeid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 751 Button
on (press) {
mc = _root.game.attachMovie("gsh1", "gsh1_1", 1);
mc.val = "shoes";
trace(_parent._parent._shoeid);
mc.gotoAndStop(_parent._parent._shoeid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 756 Button
on (press) {
mc = _root.game.attachMovie("supsh1", "supsh1_1", 1);
mc.val = "shoes";
trace(_parent._parent._shoeid);
mc.gotoAndStop(_parent._parent._shoeid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 762 Button
on (press) {
mc = _root.game.attachMovie("rocksh1", "rocksh1_1", 1);
mc.val = "shoes";
trace(_parent._parent._shoeid);
mc.gotoAndStop(_parent._parent._shoeid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 768 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._scid + 1);
} else {
gotoAndStop(_parent._parent._shoeid + 1);
}
Symbol 773 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 778 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._ncid + 1);
Symbol 780 MovieClip Frame 1
this._visible = false;
Symbol 782 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._stockid + 1);
Symbol 818 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._pantid + 1);
}
Symbol 822 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 822 MovieClip Frame 2
stop();
Symbol 823 MovieClip Frame 1
stop();
Symbol 828 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 830 Button
on (press) {
mc = _root.game.attachMovie("stf1", "stf1_1", 1);
mc.val = "stf";
trace(_parent._parent._parent._stockid);
mc.gotoAndStop(_parent._parent._parent._stockid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 831 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._stockid + 1);
Symbol 864 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._pantid + 1);
}
Symbol 868 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 868 MovieClip Frame 2
stop();
Symbol 893 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._scid + 1);
} else {
gotoAndStop(_parent._parent._parent._shoeid + 1);
}
Symbol 894 MovieClip Frame 1
stop();
Symbol 899 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 901 MovieClip Frame 1
this._visible = false;
Symbol 903 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
stop();
gotoAndStop(_parent._parent._parent._stockid + 1);
Symbol 905 Button
on (press) {
mc = _root.game.attachMovie("s1", "s1_1", 1);
mc.val = "shoe";
mc.gotoAndStop(_parent._parent._scid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 923 Button
on (press) {
mc = _root.game.attachMovie("sh1", "sh1_1", 1);
mc.val = "shoes";
trace(_parent._parent._shoeid);
mc.gotoAndStop(_parent._parent._shoeid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 928 Button
on (press) {
mc = _root.game.attachMovie("gsh1", "gsh1_1", 1);
mc.val = "shoes";
trace(_parent._parent._shoeid);
mc.gotoAndStop(_parent._parent._shoeid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
on (rollOver) {
blnk.useHandCursor = false;
}
Symbol 943 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._scid + 1);
} else {
gotoAndStop(_parent._parent._shoeid + 1);
}
Symbol 948 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 950 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._stockid + 1);
Symbol 966 Button
on (press) {
mc = _root.game.attachMovie("p1", "p1_1", 1);
mc.val = "pant";
trace(_parent._parent._parent._pantid);
mc.gotoAndStop(_parent._parent._parent._pantid - 25);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 984 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._dcid + 1);
} else {
gotoAndStop(_parent._parent._parent._pantid + 1);
}
Symbol 988 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
stop();
gotoAndStop(_parent._parent._parent._jkcid + 1);
Symbol 1013 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent._scid + 1);
} else {
gotoAndStop(_parent._parent._parent._shoeid + 1);
}
Symbol 1014 MovieClip Frame 1
stop();
Symbol 1019 MovieClip Frame 1
function update(id) {
gotoAndStop(id);
}
stop();
if (_root.skintype ne "") {
trace("Type >> " + _root.skintype);
gotoAndStop(_root.skintype);
}
Symbol 1022 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._gcid + 1);
Symbol 1024 MovieClip Frame 1
trace((baby.hair.h + " ") + _parent._curid);
baby.hair.h.gotoAndStop(_parent._curid);
Symbol 1024 MovieClip Frame 4
stop();
Symbol 1024 MovieClip Frame 9
trace((baby.hair.h + " ") + _parent._curid);
baby.hair.h.gotoAndStop(_parent._curid);
Symbol 1024 MovieClip Frame 17
stop();
Symbol 1028 MovieClip Frame 1
stop();
Symbol 1030 MovieClip Frame 1
stop();
Symbol 1034 MovieClip Frame 1
stop();
Symbol 1036 MovieClip Frame 1
stop();
Symbol 1039 MovieClip Frame 1
stop();
Symbol 1041 MovieClip Frame 1
stop();
Symbol 1043 MovieClip Frame 1
stop();
Symbol 1045 MovieClip Frame 1
stop();
Symbol 1046 MovieClip Frame 1
var i = 1;
while (i <= 4) {
this["skin" + i].id = i;
this["skin" + i].onRelease = function () {
var j = 1;
while (j <= 4) {
if (j != this.id) {
eval ("this._parent.skin" + j).gotoAndStop(1);
}
j++;
}
this.gotoAndStop(2);
_parent.skin_sel(this.id);
};
this["skin" + i].onRollOver = function () {
if (this._currentframe != 1) {
this.useHandCursor = false;
}
};
i++;
}
this.skin1.gotoAndStop(2);
Symbol 1050 MovieClip Frame 1
stop();
Symbol 1051 MovieClip Frame 1
function gender_sel(id) {
if (_curid != id) {
this[_curid].gotoAndStop(1);
this[id].gotoAndStop(2);
baby_mc.gotoAndPlay(id);
_parent.gender = id;
}
_curid = id;
}
function skin_sel(id) {
if (_cursid != id) {
len = _root.bbpart_arr.length;
var i = 0;
while (i < len) {
na = _root.bbpart_arr[i];
eval ("baby_mc.baby." + na).gotoAndStop(id);
_parent.skintype = id;
i++;
}
}
_cursid = id;
}
function mode_sel(id) {
if (_curmid != id) {
this[_curmid].gotoAndStop(1);
this[id].gotoAndStop(2);
_parent.gmode = id;
}
_curmid = id;
}
stop();
_curid = "boy";
_cursid = 1;
_curmid = "real";
Instance of Symbol 1028 MovieClip "boy" in Symbol 1051 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (2);
}
on (release) {
_parent.gender_sel("boy");
}
on (rollOver) {
if (this._currentframe != 1) {
this.useHandCursor = false;
}
}
Instance of Symbol 1030 MovieClip "girl" in Symbol 1051 MovieClip Frame 1
on (release) {
_parent.gender_sel("girl");
}
on (rollOver) {
if (this._currentframe != 1) {
this.useHandCursor = false;
}
}
Instance of Symbol 1034 MovieClip "real" in Symbol 1051 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (2);
}
on (release) {
_parent.mode_sel("real");
}
on (rollOver) {
if (this._currentframe != 1) {
this.useHandCursor = false;
}
}
Instance of Symbol 1036 MovieClip "fant" in Symbol 1051 MovieClip Frame 1
on (release) {
_parent.mode_sel("fant");
}
on (rollOver) {
if (this._currentframe != 1) {
this.useHandCursor = false;
}
}
Symbol 1131 MovieClip Frame 1
stop();
Symbol 1145 MovieClip Frame 1
stop();
Symbol 1147 Button
on (release) {
trace("panel_meter1._currentframe=" + panel_meter1._currentframe);
if ((panel_meter1._currentframe >= 3) and (_root.level eq 4)) {
_root.gameCopmlete = true;
_root.obj_game._gstatus = "gameCompleted";
_root.gotoAndStop("gameend");
} else if (panel_meter1._currentframe >= 3) {
_root.level = _root.level + 1;
_parent.level_mc.play();
} else {
_root.gameCopmlete = false;
_root.obj_game._gstatus = "gameOver";
_root.gotoAndStop("gameend");
}
}
Symbol 1155 Button
on (release) {
if (bg2_mc._currentframe eq 5) {
bg2_mc.gotoAndStop(1);
}
bg2_mc.nextFrame();
}
Symbol 1158 Button
on (release) {
baby_mc.play();
}
Symbol 1170 MovieClip Frame 1
stop();
trace("level=" + _root.level);
gotoAndStop(_root.level);
Symbol 1173 MovieClip Frame 1
stop();
Symbol 1174 MovieClip Frame 1
stop();
Instance of Symbol 1173 MovieClip "fant" in Symbol 1174 MovieClip Frame 6
on (release) {
_parent.gotoAndPlay("end");
}
Symbol 1174 MovieClip Frame 13
stop();
Symbol 1174 MovieClip Frame 51
_parent.levelComp();
Symbol 1174 MovieClip Frame 57
Symbol 1177 Button
on (release) {
play();
}
Symbol 1180 Button
on (release) {
_root.gotoAndStop("select");
}
Symbol 1183 Button
on (release) {
if (xkoord1 < 0) {
xkoord1 = xkoord1 + 200;
}
trace(xkoord1);
}
Symbol 1187 Button
on (release) {
if (xkoord1 > final) {
xkoord1 = xkoord1 - 200;
}
}
Symbol 1191 MovieClip Frame 1
var i = 1;
while (i < 4) {
this["u" + i].gotoAndStop(i);
this["u" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("u");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("u1", "u1_1", 1);
mc.val = "nappy1";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 72);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 7) {
this["i" + i].gotoAndStop(i);
this["i" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("i");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("i1", "i1_1", 1);
mc.val = "inner";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 7) {
this["c" + i].gotoAndStop(i);
this["c" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("c");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("c1", "c1_1", 1);
mc.val = "head";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 3) {
this["g" + i].gotoAndStop(i);
this["g" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("g");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("g1", "g1_1", 1);
mc.val = "glove";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 3) {
this["j" + i].gotoAndStop(i);
this["j" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("j");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("j1", "j1_1", 1);
mc.val = "jaket";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 73.9);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 9) {
this["b" + i].gotoAndStop(i);
this["b" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("b");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("b1", "b1_1", 1);
mc.val = "braslet";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
Symbol 1192 MovieClip Frame 1
var i = 1;
while (i < 17) {
this["d" + i].gotoAndStop(i);
this["d" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("d");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("d1", "d1_1", 1);
mc.val = "dress";
mc.id = _local3;
mc.resulval = this.resultval;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 73.9);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
Symbol 1193 MovieClip Frame 1
var i = 1;
while (i < 17) {
this["s" + i].gotoAndStop(i);
this["s" + i].onPress = function () {
trace("ss");
var _local5 = this._name;
var _local4 = _local5.split("s");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("s1", "s1_1", 1);
mc.val = "shoe";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
Symbol 1194 MovieClip Frame 1
var i = 1;
while (i <= 4) {
this["t" + i].gotoAndStop(i);
this["t" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("t");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("t1", "t1_1", 1);
trace(mc);
trace(this._name);
if ((this._name eq "t3") or (this._name eq "t4")) {
mc.val = "dress";
} else {
mc.val = "shirt";
}
trace("mc.val=" + mc.val);
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 72);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 3) {
this["p" + i].gotoAndStop(i);
this["p" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("p");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("p1", "p1_1", 1);
mc.val = "pant";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 5) {
this["sh" + i].gotoAndStop(i);
this["sh" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("sh");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("sh1", "sh1_1", 1);
mc.val = "shoes";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 6) {
this["pe" + i].gotoAndStop(i);
this["pe" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("pe");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("pe1", "pe1_1", 1);
mc.val = "bag";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 5) {
this["ha" + i].gotoAndStop(i);
this["ha" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("ha");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("ha1", "ha1_1", 1);
mc.val = "hairstyle";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 73.9);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 2) {
this["stf" + i].gotoAndStop(i);
this["stf" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("stf");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("stf1", "stf1_1", 1);
mc.val = "stf";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
Symbol 1198 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._necklessid + 1);
Symbol 1202 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
gotoAndStop(_parent._parent._parent._necklessid + 1);
Symbol 1203 MovieClip Frame 1
var i = 5;
while (i <= 8) {
this["gtop" + i].gotoAndStop(i);
this["gtop" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("gtop");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("gtop1", "gtop1_1", 1);
trace(mc);
if ((this._name eq "gtop7") or (this._name eq "gtop8")) {
mc.val = "dress";
} else {
mc.val = "shirt";
}
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 72);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 5;
while (i <= 7) {
this["gpant" + i].gotoAndStop(i);
this["gpant" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("gpant");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("gpant1", "gpant1_1", 1);
mc.val = "pant";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 5;
while (i <= 8) {
this["gsh" + i].gotoAndStop(i);
this["gsh" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("gsh");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("gsh1", "gsh1_1", 1);
mc.val = "shoes";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 5) {
this["pe" + i].gotoAndStop(i);
this["pe" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("pe");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("pe1", "pe1_1", 1);
mc.val = "pe";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 5;
while (i <= 6) {
this["gha" + i].gotoAndStop(i);
this["gha" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("gha");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("gha1", "gha1_1", 1);
mc.val = "hairstyle";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 73.9);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 2) {
this["jack" + i].gotoAndStop(i);
this["jack" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("jack");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("jack1", "jack1_1", 1);
mc.val = "jack";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 5) {
this["chain" + i].gotoAndStop(i);
this["chain" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("chain");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("chain1", "chain1_1", 1);
mc.val = "chain";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 5) {
this["bracelate" + i].gotoAndStop(i);
this["bracelate" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("bracelate");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("bracelate1", "bracelate1_1", 1);
mc.val = "braslet";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
Symbol 1204 MovieClip Frame 1
var i = 9;
while (i <= 15) {
this["suptop" + i].gotoAndStop(i);
this["suptop" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("suptop");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("suptop1", "suptop1_1", 1);
trace(mc);
mc.val = "dress";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 72);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 9;
while (i < 14) {
this["supsh" + i].gotoAndStop(i);
this["supsh" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("supsh");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("supsh1", "supsh1_1", 1);
mc.val = "shoes";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 5;
while (i < 8) {
this["supchain" + i].gotoAndStop(i);
this["supchain" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("supchain");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("supchain1", "supchain1_1", 1);
mc.val = "bag";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 1;
while (i < 5) {
this["earring" + i].gotoAndStop(i);
this["earring" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("earring");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("earring1", "earring1_1", 1);
mc.val = "earring";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 8;
while (i < 12) {
this["mask" + i].gotoAndStop(i);
this["mask" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("mask");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("mask1", "mask1_1", 1);
mc.val = "hairstyle";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
Symbol 1205 MovieClip Frame 1
var i = 15;
while (i <= 21) {
this["rocktop" + i].gotoAndStop(i);
this["rocktop" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("rocktop");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("rocktop1", "rocktop1_1", 1);
trace(mc);
mc.val = "dress";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._xscale = (mc._yscale = 72);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 14;
while (i < 20) {
this["rocksh" + i].gotoAndStop(i);
this["rocksh" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("rocksh");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("rocksh1", "rocksh1_1", 1);
mc.val = "shoes";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 4;
while (i < 6) {
this["rockchain" + i].gotoAndStop(i);
this["rockchain" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("rockchain");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("rockchain1", "rockchain1_1", 1);
mc.val = "chain";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 26;
while (i < 31) {
this["rockgogle" + i].gotoAndStop(i);
this["rockgogle" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("rockgogle");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("rockgogle1", "rockgogle1_1", 1);
mc.val = "head";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
var i = 12;
while (i < 16) {
this["rockhair" + i].gotoAndStop(i);
this["rockhair" + i].onPress = function () {
var _local5 = this._name;
var _local4 = _local5.split("rockhair");
var _local3 = int(_local4[1]);
mc = _parent._parent._parent.attachMovie("ha1", "rockhair1_1", 1);
mc.val = "hairstyle";
mc.id = _local3;
mc.gotoAndStop(_local3);
mc._x = this._x + _parent._parent._parent.dpanel._x;
mc._y = this._y + _parent._parent._parent.dpanel._y;
_parent._parent._parent.dragging = true;
_parent._parent._parent.dragobj = mc;
};
i++;
}
Symbol 1206 MovieClip Frame 1
stop();
gotoAndStop(_root.gmode);
_parent.final = -400;
Symbol 1206 MovieClip Frame 2
_parent.final = -600;
Symbol 1207 MovieClip Frame 1
stop();
xkoord1 = 0;
gotoAndStop(_root.level);
Instance of Symbol 1206 MovieClip in Symbol 1207 MovieClip Frame 1
onClipEvent (load) {
accel1 = 0.5;
rate1 = 0.5;
x = 0;
}
onClipEvent (enterFrame) {
x = (x * accel1) + ((_parent.xkoord1 - _x) * rate1);
_x = (_x + x);
if (Math.abs(_parent.xkoord1 - _x) < 1) {
_x = _parent.xkoord1;
}
}
Symbol 1217 MovieClip Frame 1
stopAllSounds();
Symbol 1217 MovieClip Frame 6
stop();
Symbol 1224 MovieClip Frame 1
stopAllSounds();
Symbol 1224 MovieClip Frame 6
stop();
Symbol 1230 MovieClip Frame 1
stopAllSounds();
Symbol 1230 MovieClip Frame 6
stop();
Symbol 1236 MovieClip Frame 1
stopAllSounds();
Symbol 1236 MovieClip Frame 6
stop();
Symbol 1237 MovieClip Frame 1
stop();
gotoAndStop(_root.level);
stop();
_root.season = "winter";
if (_root.gender eq "boy") {
_root.result_arr = [0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2, 0, 2, 2, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
} else {
_root.result_arr = [0, 0, 1, 1, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1];
}
Symbol 1237 MovieClip Frame 2
_root.season = "Autumn";
if (_root.gender eq "boy") {
_root.result_arr = [0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 1, 3, 1, 0, 1, 3, 1, 1, 1, 1, 3, 3, 1, 3, 1, 1, 1, 3, 1, 0, 0, 0, 3, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 1, 1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
} else {
_root.result_arr = [1, 3, 3, 3, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 3, 1, 1, 1, 3, 1, 0, 0, 0, 3, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 1, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1];
}
Symbol 1237 MovieClip Frame 3
_root.season = "Spring";
if (_root.gender eq "boy") {
_root.result_arr = [1, 0, 0, 0, 0, 0, 0, 0, 3, 3, 2, 2, 2, 2, 2, 2, 0, 0, 2, 2, 1, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
} else {
_root.result_arr = [2, 3, 1, 3, 2, 1, 2, 1, 3, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 0, 0, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2];
}
Symbol 1237 MovieClip Frame 4
_root.season = "Summer";
if (_root.gender eq "boy") {
_root.result_arr = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 2, 0, 3, 0, 0, 0, 0, 0, 0, 3, 3, 3, 2, 3, 2, 3, 3, 3, 3, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
} else {
_root.result_arr = [2, 2, 2, 2, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 2, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2];
}
Symbol 1248 MovieClip Frame 1
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 1251 MovieClip Frame 1
this._visible = false;
Symbol 1253 Button
on (press) {
mc = _root.game.attachMovie("pe1", "pe1_1", 1);
mc.val = "bag";
trace("wepid=" + _parent.wepid);
mc.gotoAndStop(_parent.wepid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 1257 Button
on (press) {
mc = _root.game.attachMovie("supchain1", "supchain1_1", 1);
mc.val = "bag";
trace("wepid=" + _parent.wepid);
mc.gotoAndStop(_parent.wepid);
_root.game.type = "dustbin";
mc._x = _root.game._xmouse - (mc._width / 2);
mc._y = _root.game._ymouse - (mc._height / 2);
_root.game.dragging = true;
_root.game.dragobj = mc;
}
Symbol 1260 MovieClip Frame 1
function update(id) {
trace("update << " + id);
gotoAndStop(id + 1);
}
stop();
if (_root.gmode eq "real") {
gotoAndStop(_parent._parent._parent.wepid + 1);
} else {
gotoAndStop(_parent._parent._parent.wepid + 1);
}
Symbol 1269 MovieClip Frame 1
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 1289 MovieClip Frame 1
stop();
if (_root.skintype ne "") {
gotoAndStop(_root.skintype);
}
Symbol 1291 MovieClip Frame 1
stop();
_parent.panel.panel_meter1.gotoAndStop(1);
Symbol 1291 MovieClip Frame 2
stop();
_parent.panel.panel_meter1.gotoAndStop(2);
Symbol 1291 MovieClip Frame 3
stop();
_parent.panel.panel_meter1.gotoAndStop(3);
Symbol 1291 MovieClip Frame 4
stop();
_parent.panel.panel_meter1.gotoAndStop(4);
Symbol 1292 Button
on (release) {
_root.gotoAndStop("select");
}
Symbol 1293 Button
on (release) {
this.onEnterFrame = function () {
this.prevFrame();
};
}
Symbol 1294 MovieClip Frame 1
if (_root.gmode == "fant") {
done_mc._visible = true;
trace("fantacy");
screen_btn._visible = true;
window._visible = false;
panel._visible = false;
bg2_mc.gotoAndStop(2);
} else {
done_mc._visible = false;
window._visible = true;
panel._visible = true;
screen_btn._visible = false;
mood_btn._visible = false;
}
Symbol 1294 MovieClip Frame 2
delete this.onEnterFrame;
function snapup() {
if (dragging) {
dragobj._x = _xmouse - (dragobj._width / 2);
dragobj._y = _ymouse - (dragobj._height / 2);
}
}
function levelComp() {
trace("levelcomplete");
_root.frameval = 0;
panel.panel_meter.gotoAndStop(1);
gotoAndPlay (1);
}
function babyPos(val) {
trace("val=" + val);
val1 = Math.round(val / 3);
trace("val1=" + val1);
trace("_root.gmode=" + _root.gmode);
if (_root.gmode eq "real") {
baby_mc.gotoAndStop(val1);
}
}
function checkEnd() {
if (((((((((baby_mc._gcid eq 0) and (baby_mc._hcid eq 0)) and (baby_mc._ncid eq 0)) and (baby_mc._pcid eq 0)) and (baby_mc._dcid eq 0)) and (baby_mc._scid eq 0)) and (baby_mc._icid eq 0)) and (baby_mc._bcid eq 0)) and (baby_mc._jkcid eq 0)) {
panel.panel_meter.gotoAndStop(1);
if (_root.gmode eq "real") {
trace("REAL MODE:");
baby_mc.gotoAndStop("crying");
}
}
trace("_gcid=" + baby_mc._gcid);
trace("_hcid =" + baby_mc._hcid);
trace("_ncid =" + baby_mc._ncid);
trace("_pcid =" + baby_mc._pcid);
trace("_dcid =" + baby_mc._dcid);
trace("_scid = " + baby_mc._scid);
trace("_icid =" + baby_mc._icid);
trace("_bcid =" + baby_mc._bcid);
trace("_jkcid =" + baby_mc._jkcid);
}
stop();
dragging = false;
_root.frameval = 0;
_root.totobj = 0;
panel.panel_meter.gotoAndStop(1);
var mouseListener = new Object();
int1 = setInterval(snapup, 100);
if (_root.gmode == "fant") {
trace("fantacy");
screen_btn._visible = true;
window._visible = false;
panel._visible = false;
bg2_mc.gotoAndStop(2);
} else {
window._visible = true;
panel._visible = true;
screen_btn._visible = false;
mood_btn._visible = false;
}
mouseListener.onMouseUp = function () {
dragging = false;
if (type eq "dustbin") {
_root.totobj = _root.totobj - 1;
if (_root.totobj eq 0) {
panel.panel_meter.gotoAndStop(1);
}
trace("Total object:" + _root.totobj);
if (dragobj.hitTest(dustbin_mc)) {
trace("CASE:" + dragobj.val);
switch (dragobj.val) {
case "glove" :
checkDone();
_root.scoreval = _root.scoreval - dragobj.resultval;
_root.frameval = _root.frameval - dragobj.resultval;
babyPos(_root.frameval);
trace("_root.frameval=" + _root.frameval);
baby_mc.gloves(0);
checkEnd();
break;
case "head" :
_root.scoreval = _root.scoreval - dragobj.resultval;
_root.frameval = _root.frameval - dragobj.resultval;
babyPos(_root.frameval);
trace("_root.frameval=" + _root.frameval);
baby_mc.head(0);
checkEnd();
break;
case "nappy1" :
_root.scoreval = _root.scoreval - dragobj.resultval;
_root.frameval = _root.frameval - dragobj.resultval;
babyPos(_root.frameval);
trace("_root.frameval=" + _root.frameval);
baby_mc.nappy1(0);
checkEnd();
break;
case "shoe" :
trace("shoe******");
_root.scoreval = _root.scoreval - dragobj.resultval;
_root.frameval = _root.frameval - dragobj.resultval;
babyPos(_root.frameval);
trace("_root.frameval=" + _root.frameval);
baby_mc.shoe(0);
checkEnd();
break;
case "inner" :
_root.scoreval = _root.scoreval - dragobj.resultval;
_root.frameval = _root.frameval - dragobj.resultval;
babyPos(_root.frameval);
trace("_root.frameval=" + _root.frameval);
baby_mc.inner(0);
checkEnd();
break;
case "braslet" :
_root.scoreval = _root.scoreval - dragobj.resultval;
_root.frameval = _root.frameval - dragobj.resultval;
babyPos(_root.frameval);
trace("_root.frameval=" + _root.frameval);
trace("n");
baby_mc.braslet(0);
checkEnd();
break;
case "dress" :
_root.scoreval = _root.scoreval - dragobj.resultval;
_root.frameval = _root.frameval - dragobj.resultval;
babyPos(_root.frameval);
trace("dress");
baby_mc.dress(0);
checkEnd();
break;
case "jaket" :
trace("n");
_root.scoreval = _root.scoreval - dragobj.resultval;
_root.frameval = _root.frameval - dragobj.resultval;
babyPos(_root.frameval);
trace("_root.frameval=" + _root.frameval);
baby_mc.jaket(0);
checkEnd();
break;
case "dress1" :
trace("n");
baby_mc.shirt(0);
baby_mc.pant(0);
checkEnd();
break;
case "shirt" :
trace("shirt");
trace((val + " ") + dragobj.id);
baby_mc.shirt(0);
checkEnd();
break;
case "head" :
baby_mc.head(0);
checkEnd();
break;
case "pant" :
trace("n");
baby_mc.pant(0);
checkEnd();
break;
case "shoes" :
trace("n");
baby_mc.shoelevel(0);
checkEnd();
break;
case "bag" :
trace("bag");
baby_mc.bag(0);
checkEnd();
break;
case "earring" :
trace("earring");
baby_mc.earring(0);
checkEnd();
break;
case "stf" :
trace("n");
baby_mc.stocking(0);
checkEnd();
break;
case "braslet" :
trace("n");
baby_mc.braslet(0);
checkEnd();
break;
case "girltop" :
baby_mc.jaket(0);
checkEnd();
break;
case "gpant" :
baby_mc.jaket(0);
checkEnd();
break;
case "gpant" :
baby_mc.jaket(0);
checkEnd();
break;
case "gshoes" :
baby_mc.jaket(0);
checkEnd();
break;
case "pe" :
baby_mc.jaket(0);
checkEnd();
break;
case "hairstyle" :
trace("Gender" + _root.gender);
baby_mc._haircid = "";
baby_mc.baby.head.h.gotoAndStop(_root.gender);
checkEnd();
break;
case "jack" :
baby_mc.jaket(0);
checkEnd();
break;
case "chain" :
baby_mc.neckless(0);
checkEnd();
break;
case "bracelate" :
baby_mc.jaket(0);
checkEnd();
break;
case "suptop" :
baby_mc.jaket(0);
checkEnd();
break;
case "supshoes" :
baby_mc.jaket(0);
checkEnd();
break;
case "supchain" :
baby_mc.jaket(0);
checkEnd();
break;
case "mask" :
baby_mc.jaket(0);
checkEnd();
break;
case "rocktop" :
baby_mc.jaket(0);
checkEnd();
break;
case "rockshoes" :
baby_mc.jaket(0);
checkEnd();
break;
case "rockchain" :
baby_mc.jaket(0);
checkEnd();
break;
case "rockhair" :
baby_mc.head(0);
checkEnd();
break;
default :
trace("you pressed some other key");
}
}
}
if (type ne "dustbin") {
if (dragobj.hitTest(baby_mc)) {
_root.totobj = _root.totobj + 1;
if (_root.totobj eq 0) {
panel.panel_meter.gotoAndStop(1);
}
trace("Total object:" + _root.totobj);
if (_root.gmode == "real") {
switch (dragobj.val) {
case "glove" :
trace("dragobj.resultval=" + dragobj.resultval);
trace("scoreval=" + _root.scoreval);
trace("_gcid=" + baby_mc._gcid);
if (baby_mc._gcid eq 0) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
baby_mc.gloves(dragobj.id);
checkEnd();
break;
case "shirt" :
if (baby_mc._gcid eq 0) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
trace("scoreval=" + _root.scoreval);
trace("dragobj.resultval=" + dragobj.resultval);
trace("shirt");
trace((val + " ") + dragobj.id);
baby_mc.shirt(val + dragobj.id);
checkEnd();
break;
case "head" :
if (baby_mc._hcid eq 0) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
trace("scoreval=" + _root.scoreval);
trace("dragobj.resultval=" + dragobj.resultval);
baby_mc.head(dragobj.id);
checkEnd();
break;
case "nappy1" :
if (baby_mc._ncid eq 0) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
trace("scoreval=" + _root.scoreval);
trace("dragobj.resultval=" + dragobj.resultval);
baby_mc.nappy1(dragobj.id);
checkEnd();
break;
case "shoe" :
trace("dragobj.resultval=" + dragobj.resultval);
if (baby_mc._scid eq 0) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
trace("scoreval=" + _root.scoreval);
baby_mc.shoe(dragobj.id);
checkEnd();
break;
case "inner" :
if (baby_mc._icid eq 0) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
trace("scoreval=" + _root.scoreval);
trace("dragobj.resultval=" + dragobj.resultval);
baby_mc.inner(dragobj.id);
checkEnd();
break;
case "braslet" :
if (baby_mc._bcid eq 0) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
trace("scoreval=" + _root.scoreval);
trace("dragobj.resultval=" + dragobj.resultval);
trace("n");
baby_mc.braslet(dragobj.id);
checkEnd();
break;
case "dress" :
if ((baby_mc._dcid eq 0) and (baby_mc._jkcid eq 0)) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
if (baby_mc._jkcid ne 0) {
baby_mc.jaket(0);
}
trace("scoreval=" + _root.scoreval);
trace("dragobj.resultval=" + dragobj.resultval);
baby_mc.dress(dragobj.id);
checkEnd();
break;
case "jaket" :
trace("scoreval=" + _root.scoreval);
if ((baby_mc._dcid eq 0) and (baby_mc._jkcid eq 0)) {
_root.scoreval = _root.scoreval + dragobj.resultval;
_root.frameval = _root.frameval + dragobj.resultval;
babyPos(_root.frameval);
trace(("_root.frameval=" + panel.panel_meter._currentframe) + dragobj.resultval);
panel.panel_meter.gotoAndStop(panel.panel_meter._currentframe + dragobj.resultval);
}
trace("dragobj.resultval=" + dragobj.resultval);
trace("n");
baby_mc.jaket(dragobj.id);
checkEnd();
break;
default :
trace("you pressed some other key");
}
} else {
val = 25;
switch (dragobj.val) {
case "dress" :
trace("n");
baby_mc.dresslevel(val + dragobj.id);
break;
case "shirt" :
trace("shirt");
trace((val + " ") + dragobj.id);
baby_mc.shirt(val + dragobj.id);
break;
case "head" :
baby_mc.head(dragobj.id);
break;
case "pant" :
trace("n");
baby_mc.pant(val + dragobj.id);
break;
case "shoes" :
trace("n");
baby_mc.shoelevel(val + dragobj.id);
break;
case "bag" :
trace("bag");
baby_mc.bag(dragobj.id);
break;
case "earring" :
trace("earring");
baby_mc.earring(dragobj.id);
break;
case "hairstyle" :
trace("n");
baby_mc.hair(val + dragobj.id);
break;
case "stf" :
trace("n");
baby_mc.stocking(dragobj.id);
break;
case "braslet" :
trace("n");
baby_mc.braslet(dragobj.id);
break;
case "girltop" :
baby_mc.jaket(val + dragobj.id);
break;
case "gpant" :
baby_mc.jaket(val + dragobj.id);
break;
case "gpant" :
baby_mc.jaket(val + dragobj.id);
break;
case "gshoes" :
baby_mc.jaket(val + dragobj.id);
break;
case "pe" :
baby_mc.jaket(val + dragobj.id);
break;
case "jack" :
baby_mc.jaket(val + dragobj.id);
break;
case "chain" :
baby_mc.neckless(dragobj.id);
break;
case "bracelate" :
baby_mc.jaket(val + dragobj.id);
break;
case "suptop" :
baby_mc.jaket(val + dragobj.id);
break;
case "supshoes" :
baby_mc.jaket(val + dragobj.id);
break;
case "supchain" :
baby_mc.jaket(val + dragobj.id);
break;
case "mask" :
baby_mc.jaket(val + dragobj.id);
break;
case "rocktop" :
baby_mc.jaket(val + dragobj.id);
break;
case "rockshoes" :
baby_mc.jaket(val + dragobj.id);
break;
case "rockchain" :
baby_mc.jaket(val + dragobj.id);
break;
case "rockhair" :
baby_mc.head(val + dragobj.id);
break;
default :
trace("you pressed some other key");
}
}
}
}
type = "";
removeMovieClip(dragobj);
};
Mouse.addListener(mouseListener);
Instance of Symbol 1291 MovieClip "baby_mc" in Symbol 1294 MovieClip Frame 2
onClipEvent (load) {
function gloves(id) {
if (id eq undefined) {
id = _gcid;
}
_gcid = id;
baby.hand1.update(id);
baby.hand2.update(id);
}
function head(id) {
if (id eq undefined) {
id = _hcid;
}
_hcid = id;
baby.head.update(id);
}
function hair(id) {
if (id eq undefined) {
id = _haircid;
}
_haircid = id;
trace("_haircid=" + _haircid);
baby.head.h.update(id);
}
function nappy1(id) {
if (id eq undefined) {
id = _ncid;
}
_ncid = id;
baby.leg1.nap.update(id);
baby.leg2.nap.update(id);
baby.nappy.nap.update(id);
_root.rightselection = _root.rightselection + 2;
}
function inner(id) {
_root.rightselection = _root.rightselection + 2;
if (id eq undefined) {
id = _icid;
}
_icid = id;
baby.body.inn.update(id);
}
function dress(id) {
if (id eq undefined) {
id = _dcid;
}
_dcid = id;
baby.leg1.des.update(id);
baby.leg2.des.update(id);
baby.leg3.des.update(id);
baby.leg4.des.update(id);
baby.arm3.des.update(id);
baby.arm4.des.update(id);
baby.arm2.des.update(id);
baby.arm1.des.update(id);
baby.nappy.des.update(id);
baby.body.des.update(id);
}
function dresslevel(id) {
if (id eq undefined) {
id = _dressid;
}
_dressid = id;
_shirtcid = id;
_pantid = id;
baby.leg1.des.update(id);
baby.leg2.des.update(id);
baby.leg3.des.update(id);
baby.leg4.des.update(id);
baby.arm3.des.update(id);
baby.arm4.des.update(id);
baby.arm2.des.update(id);
baby.arm1.des.update(id);
baby.nappy.des.update(id);
baby.body.des.update(id);
}
function shirt(id) {
if (_dressid ne 0) {
dresslevel(0);
}
if (id eq undefined) {
id = _shirtcid;
}
_shirtcid = id;
baby.arm3.des.update(id);
baby.arm4.des.update(id);
baby.arm2.des.update(id);
baby.arm1.des.update(id);
baby.body.des.update(id);
}
function pant(id) {
if (_dressid ne 0) {
dresslevel(0);
}
if (id eq undefined) {
id = _pantid;
}
_pantid = id;
baby.leg1.des.update(id);
baby.leg2.des.update(id);
baby.leg3.des.update(id);
baby.leg4.des.update(id);
baby.nappy.des.update(id);
}
function braslet(id) {
if (id eq undefined) {
id = _bcid;
}
_bcid = id;
baby.arm1.bre.update(id);
}
function shoe(id) {
if (id eq undefined) {
id = _scid;
}
_scid = id;
baby.leg3.sho.update(id);
baby.leg4.sho.update(id);
baby.foot1.update(id);
baby.foot2.update(id);
}
function shoelevel(id) {
if (id eq undefined) {
id = _shoeid;
}
_shoeid = id;
_stockid = 0;
baby.leg3.sho.update(id);
baby.leg4.sho.update(id);
baby.foot1.update(id);
baby.foot2.update(id);
}
function bag(id) {
if (id eq undefined) {
id = wepid;
}
wepid = id;
wep.update(id);
}
function earring(id) {
if (id eq undefined) {
id = earringid;
}
earringid = id;
baby.head.ring.update(id);
}
function neckless(id) {
if (id eq undefined) {
id = _necklessid;
}
_necklessid = id;
baby.body.nec.update(id);
}
function stocking(id) {
trace("stocking");
if (id eq undefined) {
id = _stockid;
}
_stockid = id;
baby.leg3.st.update(id);
baby.leg4.st.update(id);
baby.leg1.st.update(id);
baby.leg2.st.update(id);
baby.foot1.st.update(id);
baby.foot2.st.update(id);
}
function jaket(id) {
if (id eq undefined) {
id = _jkcid;
}
_jkcid = id;
baby.leg1.jaket.update(id);
baby.leg2.jaket.update(id);
baby.leg3.jaket.update(id);
baby.leg4.jaket.update(id);
baby.arm3.jaket.update(id);
baby.arm4.jaket.update(id);
baby.arm2.jaket.update(id);
baby.arm1.jaket.update(id);
baby.nappy.jaket.update(id);
baby.body.jaket.update(id);
id = 0;
_dcid = id;
baby.leg1.des.update(id);
baby.leg2.des.update(id);
baby.leg3.des.update(id);
baby.leg4.des.update(id);
baby.arm3.des.update(id);
baby.arm4.des.update(id);
baby.arm2.des.update(id);
baby.arm1.des.update(id);
baby.nappy.des.update(id);
baby.body.des.update(id);
}
_gcid = 0;
_hcid = 0;
_ncid = 0;
_pcid = 0;
_dcid = 0;
_scid = 0;
_icid = 0;
_bcid = 0;
_jkcid = 0;
_shirtcid = 0;
_pantid = 0;
_shoeid = 0;
_dressid = 0;
_stockid = 0;
_necklessid = 0;
wepid = 0;
}
Symbol 1294 MovieClip Frame 8
stop();
Symbol 1305 Button
on (release) {
this._visible = false;
_parent.game.level_mc.play();
}
Symbol 1306 MovieClip Frame 1
stop();
but.useHandCursor = false;
Symbol 1310 Button
on (release) {
this._visible = false;
}
Symbol 1311 MovieClip Frame 1
stop();
but.useHandCursor = false;
Symbol 1313 Button
on (release) {
_parent.gotoAndStop("gameOver");
}
Symbol 1316 MovieClip Frame 1
stop();
trace("status=" + _root.obj_game._gstatus);
if (_root.obj_game._gstatus ne "gameOver") {
gotoAndStop (2);
}
Symbol 1319 MovieClip Frame 1
stop();