Frame 1
monkey = this._totalframes;
billygoat = this.getBytesTotal();
if ((this._framesloaded > 0) && (this._framesloaded >= monkey)) {
this.gotoAndPlay("start");
} else {
percent = Math.floor((this.getBytesLoaded() / billygoat) * 100);
loadProgressOutput_txt.text = percent + "%";
if (percent >= 100) {
loadProgressOutput_txt.text = "100%";
this.gotoAndPlay("start");
}
loady.gotoAndStop(percent);
}
kickinBeat = new Sound();
kickinBeat.attachSound("music");
kickinBeat.onSoundComplete = function () {
kickinBeat.start();
};
Frame 2
gotoAndPlay (1);
Frame 12
kickinBeat.start(0.05, 9999);
kickinBeat.setVolume(100);
myxml = new XML();
myxml.ignoreWhite = true;
myxml.load("game.xml");
myxml.onLoad = function (success) {
if (success) {
_global.help = myxml.childNodes[0].childNodes[0].firstChild;
}
};
Frame 22
help._visible = false;
stop();
_global.matchOutput = 0;
_global.scoreOutput = 0;
Frame 35
stop();
help._visible = false;
_global.scoreOutput = 0;
_global.matchOutput = 0;
if (_global.music == 1) {
kickinBeat.start(0.05, 9999);
kickinBeat.setVolume(100);
}
_global.resetMe = function () {
_global.deleteHat9 = 0;
_global.deleteHat8 = 0;
_global.deletePant8 = 0;
_global.deletePant3 = 0;
_global.deleteShoes25 = 0;
_global.deleteShoes35 = 0;
_global.deleteShoes6 = 0;
_global.deleteHat4 = 0;
_global.deleteBag4 = 0;
_global.deletePant = 0;
_global.deleteTop = 0;
_global.deleteTop2 = 0;
_global.deleteHat = 0;
_global.deletePant2 = 0;
_global.deleteShoes5 = 0;
_global.deleteBag4 = 0;
_global.deleteHat2 = 0;
_global.deleteHat5 = 0;
_global.drawer = Math.floor((Math.random() * 14) + 1);
_global.theDrawer = "d" + drawer;
drawer2 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer2 = "d" + drawer2;
drawer3 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer3 = "d" + drawer3;
drawer4 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer4 = "d" + drawer4;
drawer5 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer5 = "d" + drawer5;
drawer6 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer6 = "d" + drawer6;
floorspots = Math.floor((Math.random() * 5) + 1);
_global.floorspot = "s" + floorspots;
mirror = Math.floor((Math.random() * 3) + 1);
_global.theMirror = "m" + mirror;
mirror2 = Math.floor((Math.random() * 3) + 1);
_global.theMirror2 = "m" + mirror2;
rug = Math.floor((Math.random() * 2) + 1);
_global.theRug = "rug" + rug;
};
Frame 46
kickinBeat.setVolume(30);
help._visible = false;
if (_global.ff_noshow == 1) {
ff_mc._visible = false;
}
play();
Frame 48
stop();
Frame 57
stop();
help._visible = false;
kickinBeat.stop();
_global.music = 1;
if (help._visible == false) {
playagain._visible = true;
help4._visible = true;
help_btn.gotoAndStop(1);
}
if (_global.topChoice == _global.topMatch) {
_global.matchOutput++;
_global.scoreWinOutput++;
}
if (_global.pantsChoice == _global.pantsMatch) {
_global.matchOutput++;
_global.scoreWinOutput++;
}
if (_global.shoesChoice == _global.shoesMatch) {
_global.matchOutput++;
_global.scoreWinOutput++;
}
if (_global.bagChoice == _global.bagMatch) {
_global.matchOutput++;
_global.scoreWinOutput++;
}
if (_global.hatChoice == _global.hatMatch) {
_global.matchOutput++;
_global.scoreWinOutput++;
}
scoreWinOutput_txt.text = "5";
topMatch.gotoAndStop(_global.topMatch);
shoesMatch.gotoAndStop(_global.shoesMatch);
pantsMatch.gotoAndStop(_global.pantsMatch);
bagMatch.gotoAndStop(_global.bagMatch);
hatMatch.gotoAndStop(_global.hatMatch);
hatMatch.haton.gotoAndStop(2);
bagMatch.bagon.gotoAndStop(2);
shoesMatch.shoeson.gotoAndStop(2);
topMatch.topon.gotoAndStop(2);
Instance of Symbol 420 MovieClip in Frame 57
onClipEvent (load) {
this.gotoAndStop("brat" + _global.choice);
}
Frame 67
stop();
_global.music = 1;
help._visible = false;
kickinBeat.stop();
Frame 77
stop();
help._visible = false;
Symbol 3 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1
function FUIComponentClass() {
this.init();
}
FUIComponentClass.prototype = new MovieClip();
FUIComponentClass.prototype.init = function () {
this.enable = true;
this.focused = false;
this.useHandCursor = false;
this._accImpl = new Object();
this._accImpl.stub = true;
this.styleTable = new Array();
if (_global.globalStyleFormat == undefined) {
_global.globalStyleFormat = new FStyleFormat();
globalStyleFormat.isGlobal = true;
_global._focusControl = new Object();
_global._focusControl.onSetFocus = function (oldFocus, newFocus) {
oldFocus.myOnKillFocus();
newFocus.myOnSetFocus();
};
Selection.addListener(_global._focusControl);
}
if (this._name != undefined) {
this._focusrect = false;
this.tabEnabled = true;
this.focusEnabled = true;
this.tabChildren = false;
this.tabFocused = true;
if (this.hostStyle == undefined) {
globalStyleFormat.addListener(this);
} else {
this.styleTable = this.hostStyle;
}
this.deadPreview._visible = false;
this.deadPreview._width = (this.deadPreview._height = 1);
this.methodTable = new Object();
this.keyListener = new Object();
this.keyListener.controller = this;
this.keyListener.onKeyDown = function () {
this.controller.myOnKeyDown();
};
this.keyListener.onKeyUp = function () {
this.controller.myOnKeyUp();
};
for (var _local3 in this.styleFormat_prm) {
this.setStyleProperty(_local3, this.styleFormat_prm[_local3]);
}
}
};
FUIComponentClass.prototype.setEnabled = function (enabledFlag) {
this.enable = ((arguments.length > 0) ? (enabledFlag) : true);
this.tabEnabled = (this.focusEnabled = enabledFlag);
if ((!this.enable) && (this.focused)) {
Selection.setFocus(undefined);
}
};
FUIComponentClass.prototype.getEnabled = function () {
return(this.enable);
};
FUIComponentClass.prototype.setSize = function (w, h) {
this.width = w;
this.height = h;
this.focusRect.removeMovieClip();
};
FUIComponentClass.prototype.setChangeHandler = function (chng, obj) {
this.handlerObj = ((obj == undefined) ? (this._parent) : (obj));
this.changeHandler = chng;
};
FUIComponentClass.prototype.invalidate = function (methodName) {
this.methodTable[methodName] = true;
this.onEnterFrame = this.cleanUI;
};
FUIComponentClass.prototype.cleanUI = function () {
if (this.methodTable.setSize) {
this.setSize(this.width, this.height);
} else {
this.cleanUINotSize();
}
this.methodTable = new Object();
delete this.onEnterFrame;
};
FUIComponentClass.prototype.cleanUINotSize = function () {
for (var _local2 in this.methodTable) {
this[_local2]();
}
};
FUIComponentClass.prototype.drawRect = function (x, y, w, h) {
var _local4 = this.styleTable.focusRectInner.value;
var _local5 = this.styleTable.focusRectOuter.value;
if (_local4 == undefined) {
_local4 = 16777215 /* 0xFFFFFF */;
}
if (_local5 == undefined) {
_local5 = 0;
}
this.createEmptyMovieClip("focusRect", 1000);
this.focusRect.controller = this;
this.focusRect.lineStyle(1, _local5);
this.focusRect.moveTo(x, y);
this.focusRect.lineTo(x + w, y);
this.focusRect.lineTo(x + w, y + h);
this.focusRect.lineTo(x, y + h);
this.focusRect.lineTo(x, y);
this.focusRect.lineStyle(1, _local4);
this.focusRect.moveTo(x + 1, y + 1);
this.focusRect.lineTo((x + w) - 1, y + 1);
this.focusRect.lineTo((x + w) - 1, (y + h) - 1);
this.focusRect.lineTo(x + 1, (y + h) - 1);
this.focusRect.lineTo(x + 1, y + 1);
};
FUIComponentClass.prototype.pressFocus = function () {
this.tabFocused = false;
this.focusRect.removeMovieClip();
Selection.setFocus(this);
};
FUIComponentClass.prototype.drawFocusRect = function () {
this.drawRect(-2, -2, this.width + 4, this.height + 4);
};
FUIComponentClass.prototype.myOnSetFocus = function () {
this.focused = true;
Key.addListener(this.keyListener);
if (this.tabFocused) {
this.drawFocusRect();
}
};
FUIComponentClass.prototype.myOnKillFocus = function () {
this.tabFocused = true;
this.focused = false;
this.focusRect.removeMovieClip();
Key.removeListener(this.keyListener);
};
FUIComponentClass.prototype.executeCallBack = function () {
this.handlerObj[this.changeHandler](this);
};
FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) {
this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal);
};
FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) {
if (value == "") {
return(undefined);
}
var _local17 = parseInt(value);
if (!isNaN(_local17)) {
value = _local17;
}
var _local16 = ((arguments.length > 2) ? (isGlobal) : false);
if (this.styleTable[propName] == undefined) {
this.styleTable[propName] = new Object();
this.styleTable[propName].useGlobal = true;
}
if (this.styleTable[propName].useGlobal || (!_local16)) {
this.styleTable[propName].value = value;
if (this.setCustomStyleProperty(propName, value)) {
} else if (propName == "embedFonts") {
this.invalidate("setSize");
} else if (propName.subString(0, 4) == "text") {
if (this.textStyle == undefined) {
this.textStyle = new TextFormat();
}
var _local18 = propName.subString(4, propName.length);
this.textStyle[_local18] = value;
this.invalidate("setSize");
} else {
for (var _local15 in this.styleTable[propName].coloredMCs) {
var _local4 = new Color(this.styleTable[propName].coloredMCs[_local15]);
if (this.styleTable[propName].value == undefined) {
var _local5 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
_local4.setTransform(_local5);
} else {
_local4.setRGB(value);
}
}
}
this.styleTable[propName].useGlobal = _local16;
}
};
FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) {
if (this.styleTable[propName] == undefined) {
this.styleTable[propName] = new Object();
this.styleTable[propName].useGlobal = true;
}
if (this.styleTable[propName].coloredMCs == undefined) {
this.styleTable[propName].coloredMCs = new Object();
}
this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef;
if (this.styleTable[propName].value != undefined) {
var _local4 = new Color(skinMCRef);
_local4.setRGB(this.styleTable[propName].value);
}
};
_global.FStyleFormat = function () {
this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true};
this.listeners = new Object();
this.isGlobal = false;
if (arguments.length > 0) {
for (var _local3 in arguments[0]) {
this[_local3] = arguments[0][_local3];
}
}
};
_global.FStyleFormat.prototype = new Object();
FStyleFormat.prototype.addListener = function () {
var _local3 = 0;
while (_local3 < arguments.length) {
var _local4 = arguments[_local3];
this.listeners[arguments[_local3]] = _local4;
for (var _local5 in this) {
if (this.isAStyle(_local5)) {
_local4.updateStyleProperty(this, _local5.toString());
}
}
_local3++;
}
};
FStyleFormat.prototype.removeListener = function (component) {
this.listeners[component] = undefined;
for (var _local4 in this) {
if (this.isAStyle(_local4)) {
if (component.styleTable[_local4].useGlobal == this.isGlobal) {
component.styleTable[_local4].useGlobal = true;
var _local3 = (this.isGlobal ? undefined : (globalStyleFormat[_local4]));
component.setStyleProperty(_local4, _local3, true);
}
}
}
};
FStyleFormat.prototype.applyChanges = function () {
var _local6 = 0;
for (var _local5 in this.listeners) {
var _local3 = this.listeners[_local5];
if (arguments.length > 0) {
var _local4 = 0;
while (_local4 < arguments.length) {
if (this.isAStyle(arguments[_local4])) {
_local3.updateStyleProperty(this, arguments[_local4]);
}
_local4++;
}
} else {
for (var _local4 in this) {
if (this.isAStyle(_local4)) {
_local3.updateStyleProperty(this, _local4.toString());
}
}
}
}
};
FStyleFormat.prototype.isAStyle = function (name) {
return((this.nonStyles[name] ? false : true));
};
#endinitclip
Symbol 16 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 24 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 36 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "foregroundDisabled");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 37 MovieClip [UpArrow] Frame 1
stop();
Symbol 37 MovieClip [UpArrow] Frame 2
stop();
Symbol 37 MovieClip [UpArrow] Frame 3
stop();
Symbol 44 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 50 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 55 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(highlight3D_mc, "highlight3D");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
Symbol 56 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 66 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 73 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 81 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "foregroundDisabled");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 82 MovieClip [DownArrow] Frame 1
stop();
Symbol 82 MovieClip [DownArrow] Frame 2
stop();
Symbol 82 MovieClip [DownArrow] Frame 3
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 2
stop();
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 2
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 2
stop();
Symbol 104 MovieClip [hothat2] Frame 1
stop();
_global.hatChoose6 = 1;
Symbol 104 MovieClip [hothat2] Frame 2
stop();
_global.hatChoose6 = 2;
Symbol 104 MovieClip [hothat2] Frame 3
stop();
_global.hatChoose6 = 3;
Symbol 104 MovieClip [hothat2] Frame 4
stop();
_global.hatChoose6 = 4;
Symbol 104 MovieClip [hothat2] Frame 5
stop();
_global.hatChoose6 = 5;
Symbol 104 MovieClip [hothat2] Frame 6
stop();
_global.hatChoose6 = 6;
Symbol 104 MovieClip [hothat2] Frame 7
stop();
_global.hatChoose6 = 7;
Symbol 104 MovieClip [hothat2] Frame 8
_global.hatChoose = 0;
stop();
Symbol 105 MovieClip [hothat6] Frame 1
stop();
_global.hatChoose8 = 1;
Symbol 105 MovieClip [hothat6] Frame 2
stop();
_global.hatChoose8 = 2;
Symbol 105 MovieClip [hothat6] Frame 3
stop();
_global.hatChoose8 = 3;
Symbol 105 MovieClip [hothat6] Frame 4
stop();
_global.hatChoose8 = 4;
Symbol 105 MovieClip [hothat6] Frame 5
stop();
_global.hatChoose8 = 5;
Symbol 105 MovieClip [hothat6] Frame 6
stop();
_global.hatChoose8 = 6;
Symbol 105 MovieClip [hothat6] Frame 7
stop();
_global.hatChoose8 = 7;
Symbol 105 MovieClip [hothat6] Frame 8
_global.hatChoose = 0;
stop();
Symbol 106 MovieClip [hothat5] Frame 1
stop();
_global.hatChoose5 = 1;
Symbol 106 MovieClip [hothat5] Frame 2
stop();
_global.hatChoose5 = 2;
Symbol 106 MovieClip [hothat5] Frame 3
stop();
_global.hatChoose5 = 3;
Symbol 106 MovieClip [hothat5] Frame 4
stop();
_global.hatChoose5 = 4;
Symbol 106 MovieClip [hothat5] Frame 5
stop();
_global.hatChoose5 = 5;
Symbol 106 MovieClip [hothat5] Frame 6
stop();
_global.hatChoose5 = 6;
Symbol 106 MovieClip [hothat5] Frame 7
stop();
_global.hatChoose5 = 7;
Symbol 106 MovieClip [hothat5] Frame 8
_global.hatChoose = 0;
stop();
Symbol 107 MovieClip [hothat4] Frame 1
stop();
_global.hatChoose5 = 1;
Symbol 107 MovieClip [hothat4] Frame 2
stop();
_global.hatChoose5 = 2;
Symbol 107 MovieClip [hothat4] Frame 3
stop();
_global.hatChoose5 = 3;
Symbol 107 MovieClip [hothat4] Frame 4
stop();
_global.hatChoose5 = 4;
Symbol 107 MovieClip [hothat4] Frame 5
stop();
_global.hatChoose5 = 5;
Symbol 107 MovieClip [hothat4] Frame 6
stop();
_global.hatChoose5 = 6;
Symbol 107 MovieClip [hothat4] Frame 7
stop();
_global.hatChoose5 = 7;
Symbol 107 MovieClip [hothat4] Frame 8
_global.hatChoose = 0;
stop();
Symbol 108 MovieClip [hothat3] Frame 1
stop();
_global.hatChoose7 = 1;
Symbol 108 MovieClip [hothat3] Frame 2
stop();
_global.hatChoose7 = 2;
Symbol 108 MovieClip [hothat3] Frame 3
stop();
_global.hatChoose7 = 3;
Symbol 108 MovieClip [hothat3] Frame 4
stop();
_global.hatChoose7 = 4;
Symbol 108 MovieClip [hothat3] Frame 5
stop();
_global.hatChoose7 = 5;
Symbol 108 MovieClip [hothat3] Frame 6
stop();
_global.hatChoose7 = 6;
Symbol 108 MovieClip [hothat3] Frame 7
stop();
_global.hatChoose7 = 7;
Symbol 108 MovieClip [hothat3] Frame 8
_global.hatChoose = 0;
stop();
Symbol 109 MovieClip [hothat] Frame 1
stop();
_global.hatChoose = 1;
Symbol 109 MovieClip [hothat] Frame 2
stop();
_global.hatChoose = 2;
Symbol 109 MovieClip [hothat] Frame 3
stop();
_global.hatChoose = 3;
Symbol 109 MovieClip [hothat] Frame 4
stop();
_global.hatChoose = 4;
Symbol 109 MovieClip [hothat] Frame 5
stop();
_global.hatChoose = 5;
Symbol 109 MovieClip [hothat] Frame 6
stop();
_global.hatChoose = 6;
Symbol 109 MovieClip [hothat] Frame 7
stop();
_global.hatChoose = 7;
Symbol 109 MovieClip [hothat] Frame 8
_global.hatChoose = 0;
stop();
Symbol 110 MovieClip [hat_mc3] Frame 1
stop();
_global.hatChoose = 1;
Symbol 110 MovieClip [hat_mc3] Frame 2
stop();
_global.hatChoose = 2;
Symbol 110 MovieClip [hat_mc3] Frame 3
stop();
_global.hatChoose = 3;
Symbol 110 MovieClip [hat_mc3] Frame 4
stop();
_global.hatChoose = 4;
Symbol 110 MovieClip [hat_mc3] Frame 5
stop();
_global.hatChoose = 5;
Symbol 110 MovieClip [hat_mc3] Frame 6
stop();
_global.hatChoose = 6;
Symbol 110 MovieClip [hat_mc3] Frame 7
stop();
_global.hatChoose = 7;
Symbol 110 MovieClip [hat_mc3] Frame 8
_global.hatChoose = 0;
stop();
Symbol 111 MovieClip [hat_mc2] Frame 1
stop();
_global.hatChoose = 1;
Symbol 111 MovieClip [hat_mc2] Frame 2
stop();
_global.hatChoose = 2;
Symbol 111 MovieClip [hat_mc2] Frame 3
stop();
_global.hatChoose = 3;
Symbol 111 MovieClip [hat_mc2] Frame 4
stop();
_global.hatChoose = 4;
Symbol 111 MovieClip [hat_mc2] Frame 5
stop();
_global.hatChoose = 5;
Symbol 111 MovieClip [hat_mc2] Frame 6
stop();
_global.hatChoose = 6;
Symbol 111 MovieClip [hat_mc2] Frame 7
stop();
_global.hatChoose = 7;
Symbol 111 MovieClip [hat_mc2] Frame 8
_global.hatChoose = 0;
stop();
Symbol 112 MovieClip [hat_mc] Frame 1
stop();
_global.hatChoose = 1;
Symbol 112 MovieClip [hat_mc] Frame 2
stop();
_global.hatChoose = 2;
Symbol 112 MovieClip [hat_mc] Frame 3
stop();
_global.hatChoose = 3;
Symbol 112 MovieClip [hat_mc] Frame 4
stop();
_global.hatChoose = 4;
Symbol 112 MovieClip [hat_mc] Frame 5
stop();
_global.hatChoose = 5;
Symbol 112 MovieClip [hat_mc] Frame 6
stop();
_global.hatChoose = 6;
Symbol 112 MovieClip [hat_mc] Frame 7
stop();
_global.hatChoose = 7;
Symbol 112 MovieClip [hat_mc] Frame 8
_global.hatChoose = 0;
stop();
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 2
stop();
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 2
stop();
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 2
stop();
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 2
stop();
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 128 MovieClip [mc_bag_mc] Frame 1
_global.bagChoose = 1;
stop();
Symbol 128 MovieClip [mc_bag_mc] Frame 2
_global.bagChoose = 2;
stop();
Symbol 128 MovieClip [mc_bag_mc] Frame 3
_global.bagChoose = 3;
stop();
Symbol 128 MovieClip [mc_bag_mc] Frame 4
_global.bagChoose = 4;
stop();
Symbol 128 MovieClip [mc_bag_mc] Frame 5
_global.bagChoose = 5;
stop();
Symbol 128 MovieClip [mc_bag_mc] Frame 6
_global.bagChoose = 0;
stop();
Symbol 129 MovieClip [hotbag] Frame 1
_global.bagChoose = 1;
stop();
Symbol 129 MovieClip [hotbag] Frame 2
_global.bagChoose = 2;
stop();
Symbol 129 MovieClip [hotbag] Frame 3
_global.bagChoose = 3;
stop();
Symbol 129 MovieClip [hotbag] Frame 4
_global.bagChoose = 4;
stop();
Symbol 129 MovieClip [hotbag] Frame 5
_global.bagChoose = 5;
stop();
Symbol 129 MovieClip [hotbag] Frame 6
_global.bagChoose = 0;
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
stop();
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 2
stop();
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 2
stop();
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 2
stop();
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
stop();
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
stop();
Symbol 160 MovieClip [shirts_mc] Frame 1
_global.topChoose = 1;
stop();
Symbol 160 MovieClip [shirts_mc] Frame 2
_global.topChoose = 2;
stop();
Symbol 160 MovieClip [shirts_mc] Frame 3
_global.topChoose = 3;
stop();
Symbol 160 MovieClip [shirts_mc] Frame 4
_global.topChoose = 4;
stop();
Symbol 160 MovieClip [shirts_mc] Frame 5
_global.topChoose = 5;
stop();
Symbol 160 MovieClip [shirts_mc] Frame 6
_global.topChoose = 6;
stop();
Symbol 160 MovieClip [shirts_mc] Frame 7
_global.topChoose = 7;
stop();
Symbol 160 MovieClip [shirts_mc] Frame 8
_global.topChoose = 8;
stop();
Symbol 160 MovieClip [shirts_mc] Frame 9
_global.topChoose = 9;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 1
_global.topChoose13 = 1;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 2
_global.topChoose13 = 2;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 3
_global.topChoose13 = 3;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 4
_global.topChoose13 = 4;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 5
_global.topChoose13 = 5;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 6
_global.topChoose13 = 6;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 7
_global.topChoose13 = 7;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 8
_global.topChoose13 = 8;
stop();
Symbol 161 MovieClip [hotshirts3] Frame 9
_global.topChoose13 = 9;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 1
_global.topChoose12 = 1;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 2
_global.topChoose12 = 2;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 3
_global.topChoose12 = 3;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 4
_global.topChoose12 = 4;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 5
_global.topChoose12 = 5;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 6
_global.topChoose12 = 6;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 7
_global.topChoose12 = 7;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 8
_global.topChoose12 = 8;
stop();
Symbol 162 MovieClip [hotshirts2] Frame 9
_global.topChoose12 = 9;
stop();
Symbol 163 MovieClip [hotshirts] Frame 1
_global.topChoose = 1;
stop();
Symbol 163 MovieClip [hotshirts] Frame 2
_global.topChoose = 2;
stop();
Symbol 163 MovieClip [hotshirts] Frame 3
_global.topChoose = 3;
stop();
Symbol 163 MovieClip [hotshirts] Frame 4
_global.topChoose = 4;
stop();
Symbol 163 MovieClip [hotshirts] Frame 5
_global.topChoose = 5;
stop();
Symbol 163 MovieClip [hotshirts] Frame 6
_global.topChoose = 6;
stop();
Symbol 163 MovieClip [hotshirts] Frame 7
_global.topChoose = 7;
stop();
Symbol 163 MovieClip [hotshirts] Frame 8
_global.topChoose = 8;
stop();
Symbol 163 MovieClip [hotshirts] Frame 9
_global.topChoose = 9;
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 2
stop();
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 2
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 2
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 2
stop();
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 2
stop();
Symbol 182 MovieClip [hotshoes] Frame 1
_global.shoesChoose4 = 1;
stop();
Symbol 182 MovieClip [hotshoes] Frame 2
_global.shoesChoose4 = 2;
stop();
Symbol 182 MovieClip [hotshoes] Frame 3
_global.shoesChoose4 = 3;
stop();
Symbol 182 MovieClip [hotshoes] Frame 4
_global.shoesChoose4 = 4;
stop();
Symbol 182 MovieClip [hotshoes] Frame 5
_global.shoesChoose4 = 5;
stop();
Symbol 182 MovieClip [hotshoes] Frame 6
_global.shoesChoose4 = 6;
stop();
Symbol 182 MovieClip [hotshoes] Frame 7
_global.shoesChoice = 0;
stop();
Symbol 183 MovieClip [shoes_mc_4] Frame 1
_global.shoesChoose5 = 1;
stop();
Symbol 183 MovieClip [shoes_mc_4] Frame 2
_global.shoesChoose5 = 2;
stop();
Symbol 183 MovieClip [shoes_mc_4] Frame 3
_global.shoesChoose5 = 3;
stop();
Symbol 183 MovieClip [shoes_mc_4] Frame 4
_global.shoesChoose5 = 4;
stop();
Symbol 183 MovieClip [shoes_mc_4] Frame 5
_global.shoesChoose5 = 5;
stop();
Symbol 183 MovieClip [shoes_mc_4] Frame 6
_global.shoesChoose5 = 6;
stop();
Symbol 183 MovieClip [shoes_mc_4] Frame 7
_global.shoesChoice = 0;
stop();
Symbol 184 MovieClip [shoes_mc_2] Frame 1
_global.shoesChoose5 = 1;
stop();
Symbol 184 MovieClip [shoes_mc_2] Frame 2
_global.shoesChoose5 = 2;
stop();
Symbol 184 MovieClip [shoes_mc_2] Frame 3
_global.shoesChoose5 = 3;
stop();
Symbol 184 MovieClip [shoes_mc_2] Frame 4
_global.shoesChoose5 = 4;
stop();
Symbol 184 MovieClip [shoes_mc_2] Frame 5
_global.shoesChoose5 = 5;
stop();
Symbol 184 MovieClip [shoes_mc_2] Frame 6
_global.shoesChoose5 = 6;
stop();
Symbol 184 MovieClip [shoes_mc_2] Frame 7
_global.shoesChoice = 0;
stop();
Symbol 185 MovieClip [shoes_mc] Frame 1
_global.shoesChoose = 1;
stop();
Symbol 185 MovieClip [shoes_mc] Frame 2
_global.shoesChoose = 2;
stop();
Symbol 185 MovieClip [shoes_mc] Frame 3
_global.shoesChoose = 3;
stop();
Symbol 185 MovieClip [shoes_mc] Frame 4
_global.shoesChoose = 4;
stop();
Symbol 185 MovieClip [shoes_mc] Frame 5
_global.shoesChoose = 5;
stop();
Symbol 185 MovieClip [shoes_mc] Frame 6
_global.shoesChoose = 6;
stop();
Symbol 185 MovieClip [shoes_mc] Frame 7
_global.shoesChoice = 0;
stop();
Symbol 197 MovieClip [hotpants6] Frame 1
_global.pantsChoose20 = 1;
stop();
Symbol 197 MovieClip [hotpants6] Frame 2
_global.pantsChoose20 = 2;
stop();
Symbol 197 MovieClip [hotpants6] Frame 3
_global.pantsChoose20 = 3;
stop();
Symbol 197 MovieClip [hotpants6] Frame 4
_global.pantsChoose20 = 4;
stop();
Symbol 197 MovieClip [hotpants6] Frame 5
_global.pantsChoose20 = 5;
stop();
Symbol 197 MovieClip [hotpants6] Frame 6
_global.pantsChoose20 = 6;
stop();
Symbol 197 MovieClip [hotpants6] Frame 7
_global.pantsChoose20 = 7;
stop();
Symbol 197 MovieClip [hotpants6] Frame 8
_global.pantsChoose20 = 8;
stop();
Symbol 203 MovieClip [hotpants5] Frame 1
_global.pantsChoose5 = 1;
stop();
Symbol 203 MovieClip [hotpants5] Frame 2
_global.pantsChoose5 = 2;
stop();
Symbol 203 MovieClip [hotpants5] Frame 3
_global.pantsChoose5 = 3;
stop();
Symbol 203 MovieClip [hotpants5] Frame 4
_global.pantsChoose5 = 4;
stop();
Symbol 203 MovieClip [hotpants5] Frame 5
_global.pantsChoose5 = 5;
stop();
Symbol 203 MovieClip [hotpants5] Frame 6
_global.pantsChoose5 = 6;
stop();
Symbol 203 MovieClip [hotpants5] Frame 7
_global.pantsChoose5 = 7;
stop();
Symbol 203 MovieClip [hotpants5] Frame 8
_global.pantsChoose5 = 8;
stop();
Symbol 209 MovieClip [hotpants2] Frame 1
_global.pantsChoose4 = 1;
stop();
Symbol 209 MovieClip [hotpants2] Frame 2
_global.pantsChoose4 = 2;
stop();
Symbol 209 MovieClip [hotpants2] Frame 3
_global.pantsChoose4 = 3;
stop();
Symbol 209 MovieClip [hotpants2] Frame 4
_global.pantsChoose4 = 4;
stop();
Symbol 209 MovieClip [hotpants2] Frame 5
_global.pantsChoose4 = 5;
stop();
Symbol 209 MovieClip [hotpants2] Frame 6
_global.pantsChoose4 = 6;
stop();
Symbol 209 MovieClip [hotpants2] Frame 7
_global.pantsChoose4 = 7;
stop();
Symbol 209 MovieClip [hotpants2] Frame 8
_global.pantsChoose4 = 8;
stop();
Symbol 209 MovieClip [hotpants2] Frame 9
_global.pantsChoose = 0;
stop();
Symbol 215 MovieClip [hotpants] Frame 1
_global.pantsChoose = 1;
stop();
Symbol 215 MovieClip [hotpants] Frame 2
_global.pantsChoose = 2;
stop();
Symbol 215 MovieClip [hotpants] Frame 3
_global.pantsChoose = 3;
stop();
Symbol 215 MovieClip [hotpants] Frame 4
_global.pantsChoose = 4;
stop();
Symbol 215 MovieClip [hotpants] Frame 5
_global.pantsChoose = 5;
stop();
Symbol 215 MovieClip [hotpants] Frame 6
_global.pantsChoose = 6;
stop();
Symbol 215 MovieClip [hotpants] Frame 7
_global.pantsChoose = 7;
stop();
Symbol 215 MovieClip [hotpants] Frame 8
_global.pantsChoose = 8;
stop();
Symbol 215 MovieClip [hotpants] Frame 9
_global.pantsChoose = 0;
stop();
Symbol 217 Button
on (press) {
this.nextFrame();
}
Symbol 230 MovieClip Frame 1
_global.pantsChoose = 1;
stop();
Symbol 230 MovieClip Frame 2
_global.pantsChoose = 2;
stop();
Symbol 230 MovieClip Frame 3
_global.pantsChoose = 3;
stop();
Symbol 230 MovieClip Frame 4
_global.pantsChoose = 4;
stop();
Symbol 230 MovieClip Frame 5
_global.pantsChoose = 5;
stop();
Symbol 230 MovieClip Frame 6
_global.pantsChoose = 6;
stop();
Symbol 230 MovieClip Frame 7
_global.pantsChoose = 7;
stop();
Symbol 230 MovieClip Frame 8
_global.pantsChoose = 8;
stop();
Symbol 231 MovieClip [drawer_hot] Frame 1
stop();
if (this._name == _global.theDrawer) {
this.attachMovie();
}
Symbol 231 MovieClip [drawer_hot] Frame 2
gotoAndStop (9);
this.enabled = false;
Symbol 231 MovieClip [drawer_hot] Frame 9
stop();
pants.onPress = function () {
this.startDrag();
};
Instance of Symbol 219 MovieClip in Symbol 231 MovieClip [drawer_hot] Frame 9
on (press) {
gotoAndPlay ("close");
}
Symbol 231 MovieClip [drawer_hot] Frame 10
play();
this.enabled = false;
Symbol 239 MovieClip [pants_mc] Frame 1
_global.pantsChoose = 1;
stop();
Symbol 239 MovieClip [pants_mc] Frame 2
_global.pantsChoose = 2;
stop();
Symbol 239 MovieClip [pants_mc] Frame 3
_global.pantsChoose = 3;
stop();
Symbol 239 MovieClip [pants_mc] Frame 4
_global.pantsChoose = 4;
stop();
Symbol 239 MovieClip [pants_mc] Frame 5
_global.pantsChoose = 5;
stop();
Symbol 239 MovieClip [pants_mc] Frame 6
_global.pantsChoose = 6;
stop();
Symbol 239 MovieClip [pants_mc] Frame 7
_global.pantsChoose = 7;
stop();
Symbol 239 MovieClip [pants_mc] Frame 8
_global.pantsChoose = 8;
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 1
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 2
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 3
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 4
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 5
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 6
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 7
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 8
stop();
Symbol 242 MovieClip [shirts_mc2] Frame 9
stop();
Symbol 243 MovieClip [hothat8] Frame 1
stop();
_global.hatChoose24 = 1;
Symbol 243 MovieClip [hothat8] Frame 2
stop();
_global.hatChoose24 = 2;
Symbol 243 MovieClip [hothat8] Frame 3
stop();
_global.hatChoose24 = 3;
Symbol 243 MovieClip [hothat8] Frame 4
stop();
_global.hatChoose24 = 4;
Symbol 243 MovieClip [hothat8] Frame 5
stop();
_global.hatChoose24 = 5;
Symbol 243 MovieClip [hothat8] Frame 6
stop();
_global.hatChoose24 = 6;
Symbol 243 MovieClip [hothat8] Frame 7
stop();
_global.hatChoose24 = 7;
Symbol 243 MovieClip [hothat8] Frame 8
_global.hatChoose = 0;
stop();
Symbol 246 MovieClip Frame 1
var component = _parent;
component.registerSkinElement(track_mc, "scrollTrack");
Symbol 247 MovieClip [FScrollBarSymbol] Frame 1
#initclip 2
FScrollBarClass = function () {
if (this._height == 4) {
return(undefined);
}
this.init();
this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0)));
this.smallScroll = 1;
this._yscale = 190;
this.width = (this.horizontal ? (this._width) : (this._height));
this._xscale = (this._yscale = 100);
this.setScrollPosition(0);
this.tabEnabled = false;
if (this._targetInstanceName.length > 0) {
this.setScrollTarget(this._parent[this._targetInstanceName]);
}
this.tabChildren = false;
this.setSize(this.width);
};
FScrollBarClass.prototype = new FUIComponentClass();
FScrollBarClass.prototype.setHorizontal = function (flag) {
if (this.horizontal && (!flag)) {
this._xscale = 100;
this._rotation = 0;
} else if (flag && (!this.horizontal)) {
this._xscale = -100;
this._rotation = -90;
}
this.horizontal = flag;
};
FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) {
if (!this.enable) {
return(undefined);
}
this.pageSize = pSize;
trace("max:" + mxPos);
this.minPos = Math.max(mnPos, 0);
this.maxPos = Math.max(mxPos, 0);
this.scrollPosition = Math.max(this.minPos, this.scrollPosition);
this.scrollPosition = Math.min(this.maxPos, this.scrollPosition);
if ((this.maxPos - this.minPos) <= 0) {
this.scrollThumb_mc.removeMovieClip();
this.upArrow_mc.gotoAndStop(3);
this.downArrow_mc.gotoAndStop(3);
this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null));
this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null));
this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null);
this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null);
this.scrollTrack_mc.useHandCursor = false;
} else {
trace(this.scrollThumb_mc);
var _local2 = this.getScrollPosition();
this.upArrow_mc.gotoAndStop(1);
this.downArrow_mc.gotoAndStop(1);
this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller);
this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling);
this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller);
this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling);
this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller);
this.scrollTrack_mc.onRelease = this.stopScrolling;
this.scrollTrack_mc.onDragOut = this.stopScrolling;
this.scrollTrack_mc.onRollOut = this.stopScrolling;
this.scrollTrack_mc.useHandCursor = false;
this.attachMovie("ScrollThumb", "scrollThumb_mc", 3);
this.scrollThumb_mc._x = 0;
this.scrollThumb_mc._y = this.upArrow_mc._height;
this.scrollThumb_mc.onPress = this.startDragThumb;
this.scrollThumb_mc.controller = this;
this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb);
this.scrollThumb_mc.useHandCursor = false;
this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize;
this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid;
this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop;
this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot;
this.thumbHeight = Math.max(this.thumbHeight, 6);
this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height;
this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height;
this.thumbMid_mc._y = this.thumbTop_mc._height;
this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight;
this.scrollTop = this.scrollThumb_mc._y;
this.trackHeight = this.trackSize - this.thumbHeight;
this.scrollBot = this.trackHeight + this.scrollTop;
_local2 = Math.min(_local2, this.maxPos);
this.setScrollPosition(Math.max(_local2, this.minPos));
}
};
FScrollBarClass.prototype.getScrollPosition = function () {
return(this.scrollPosition);
};
FScrollBarClass.prototype.setScrollPosition = function (pos) {
this.scrollPosition = pos;
if (this.scrollThumb_mc != undefined) {
pos = Math.min(pos, this.maxPos);
pos = Math.max(pos, this.minPos);
}
this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop;
this.executeCallBack();
};
FScrollBarClass.prototype.setLargeScroll = function (lScroll) {
this.largeScroll = lScroll;
};
FScrollBarClass.prototype.setSmallScroll = function (sScroll) {
this.smallScroll = sScroll;
};
FScrollBarClass.prototype.setEnabled = function (enabledFlag) {
var _local3 = this.enable;
if (enabledFlag && (!_local3)) {
this.enable = enabledFlag;
if (this.textField != undefined) {
this.setScrollTarget(this.textField);
} else {
this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos);
this.setScrollPosition(this.cachedPos);
}
this.clickFilter = undefined;
} else if ((!enabledFlag) && (_local3)) {
this.textField.removeListener(this);
this.cachedPos = this.getScrollPosition();
this.cachedMinPos = this.minPos;
this.cachedMaxPos = this.maxPos;
if (this.clickFilter == undefined) {
this.setScrollProperties(this.pageSize, 0, 0);
} else {
this.clickFilter = true;
}
this.enable = enabledFlag;
}
};
FScrollBarClass.prototype.setSize = function (hgt) {
if (this._height == 1) {
return(undefined);
}
this.width = hgt;
this.scrollTrack_mc._yscale = 100;
this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height;
if (this.upArrow_mc == undefined) {
this.attachMovie("UpArrow", "upArrow_mc", 1);
this.attachMovie("DownArrow", "downArrow_mc", 2);
this.downArrow_mc.controller = (this.upArrow_mc.controller = this);
this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false);
this.upArrow_mc._x = (this.upArrow_mc._y = 0);
this.downArrow_mc._x = 0;
}
this.scrollTrack_mc.controller = this;
this.downArrow_mc._y = this.width - this.downArrow_mc._height;
this.trackSize = this.width - (2 * this.downArrow_mc._height);
if (this.textField != undefined) {
this.onTextChanged();
} else {
this.setScrollProperties(this.pageSize, this.minPos, this.maxPos);
}
};
FScrollBarClass.prototype.scrollIt = function (inc, mode) {
var _local3 = this.smallScroll;
if (inc != "one") {
_local3 = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll));
}
var _local2 = this.getScrollPosition() + (mode * _local3);
if (_local2 > this.maxPos) {
_local2 = this.maxPos;
} else if (_local2 < this.minPos) {
_local2 = this.minPos;
}
this.setScrollPosition(_local2);
};
FScrollBarClass.prototype.startDragThumb = function () {
this.lastY = this._ymouse;
this.onMouseMove = this.controller.dragThumb;
};
FScrollBarClass.prototype.dragThumb = function () {
this.scrollMove = this._ymouse - this.lastY;
this.scrollMove = this.scrollMove + this._y;
if (this.scrollMove < this.controller.scrollTop) {
this.scrollMove = this.controller.scrollTop;
} else if (this.scrollMove > this.controller.scrollBot) {
this.scrollMove = this.controller.scrollBot;
}
this._y = this.scrollMove;
var _local2 = this.controller;
_local2.scrollPosition = Math.round(((_local2.maxPos - _local2.minPos) * (this._y - _local2.scrollTop)) / _local2.trackHeight) + _local2.minPos;
this.controller.isScrolling = true;
updateAfterEvent();
this.controller.executeCallBack();
};
FScrollBarClass.prototype.stopDragThumb = function () {
this.controller.isScrolling = false;
this.onMouseMove = null;
};
FScrollBarClass.prototype.startTrackScroller = function () {
this.controller.trackScroller();
this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1);
};
FScrollBarClass.prototype.scrollInterval = function (inc, mode) {
clearInterval(this.scrolling);
if (inc == "page") {
this.trackScroller();
} else {
this.scrollIt(inc, mode);
}
this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode);
};
FScrollBarClass.prototype.trackScroller = function () {
if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) {
this.scrollIt("page", 1);
} else if (this.scrollThumb_mc._y > this._ymouse) {
this.scrollIt("page", -1);
}
};
FScrollBarClass.prototype.stopScrolling = function () {
this.controller.downArrow_mc.gotoAndStop(1);
this.controller.upArrow_mc.gotoAndStop(1);
clearInterval(this.controller.scrolling);
};
FScrollBarClass.prototype.startUpScroller = function () {
this.controller.upArrow_mc.gotoAndStop(2);
this.controller.scrollIt("one", -1);
this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1);
};
FScrollBarClass.prototype.startDownScroller = function () {
this.controller.downArrow_mc.gotoAndStop(2);
this.controller.scrollIt("one", 1);
this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1);
};
FScrollBarClass.prototype.setScrollTarget = function (tF) {
if (tF == undefined) {
this.textField.removeListener(this);
delete this.textField[(this.horizontal ? "hScroller" : "vScroller")];
if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) {
this.textField.unwatch("text");
this.textField.unwatch("htmltext");
}
}
this.textField = undefined;
if (!(tF instanceof TextField)) {
return(undefined);
}
this.textField = tF;
this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this;
this.onTextChanged();
this.onChanged = function () {
this.onTextChanged();
};
this.onScroller = function () {
if (!this.isScrolling) {
if (!this.horizontal) {
this.setScrollPosition(this.textField.scroll);
} else {
this.setScrollPosition(this.textField.hscroll);
}
}
};
this.textField.addListener(this);
this.textField.watch("text", this.callback);
this.textField.watch("htmlText", this.callback);
};
FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) {
clearInterval(this.hScroller.synchScroll);
clearInterval(this.vScroller.synchScroll);
this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50);
this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50);
return(newVal);
};
FScrollBarClass.prototype.onTextChanged = function () {
if ((!this.enable) || (this.textField == undefined)) {
return(undefined);
}
clearInterval(this.synchScroll);
if (this.horizontal) {
var _local3 = this.textField.hscroll;
this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll);
this.setScrollPosition(Math.min(_local3, this.textField.maxhscroll));
} else {
this.textField.scroll = 0;
var _local3 = this.textField.scroll;
var _local2 = this.textField.bottomScroll - this.textField.scroll;
this.setScrollProperties(_local2, 1, this.textField.maxscroll);
this.setScrollPosition(Math.min(_local3, this.textField.maxscroll));
}
};
FScrollBarClass.prototype.executeCallBack = function () {
if (this.textField == undefined) {
super.executeCallBack();
} else if (this.horizontal) {
this.textField.hscroll = this.getScrollPosition();
} else {
this.textField.scroll = this.getScrollPosition();
}
};
FScrollBarClass.prototype.piss = function () {
trace("piss");
};
Object.registerClass("FScrollBarSymbol", FScrollBarClass);
#endinitclip
Symbol 252 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
play();
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
play();
Symbol 303 Button
on (release) {
getURL ("javascript:party_points()");
}
Symbol 324 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 2
play();
Symbol 324 MovieClip Frame 27
gotoAndPlay (2);
Symbol 327 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 2
play();
Symbol 327 MovieClip Frame 27
gotoAndPlay (2);
Symbol 329 Button
on (rollOver) {
goBTN.nextFrame();
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
goBTN.gotoAndStop(1);
}
on (release) {
gotoAndPlay ("fadeout");
_level0.clicked.gotoAndPlay(2);
}
Symbol 330 Button
on (rollOver) {
help_btn.nextFrame();
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
help_btn.gotoAndStop(1);
}
on (press) {
_level0.clicked.gotoAndPlay(2);
_level0.help._visible = true;
help_btn.gotoAndStop(1);
help._visible = false;
go._visible = false;
}
Symbol 337 MovieClip Frame 56
goBTN.enabled = false;
Symbol 337 MovieClip Frame 59
help_btn.enabled = false;
Instance of Symbol 327 MovieClip "help_btn" in Symbol 337 MovieClip Frame 59
on (release) {
_global.myLink = "start";
_level0.gotoAndStop("help");
}
Instance of Symbol 324 MovieClip "goBTN" in Symbol 337 MovieClip Frame 61
on (release) {
gotoAndPlay ("fadeout");
}
Symbol 337 MovieClip Frame 65
goBTN.enabled = true;
Symbol 337 MovieClip Frame 68
help_btn.enabled = true;
Points.nextFrame();
Symbol 337 MovieClip Frame 105
stop();
Symbol 337 MovieClip Frame 106
help_btn = (enabled = false);
goBTN.enabled = false;
Instance of Symbol 324 MovieClip in Symbol 337 MovieClip Frame 110
on (release) {
gotoAndPlay ("fadeout");
}
Instance of Symbol 327 MovieClip "help_btn" in Symbol 337 MovieClip Frame 113
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.gotoAndStop(1);
}
on (release) {
_global.myLink = "start";
_level0.gotoAndStop("help");
}
Symbol 337 MovieClip Frame 134
help_btn = (enabled = true);
goBTN.enabled = true;
_parent.gotoAndStop("choose");
Symbol 340 Button
on (press) {
if (sound == "music off") {
_level0.kickinBeat.stop();
sound = "music on";
musicStatus.gotoAndStop(2);
} else {
sound = "music off";
_level0.kickinBeat.start(0.05, 9999);
musicStatus.gotoAndStop(1);
}
}
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
stop();
Symbol 346 MovieClip Frame 1
sound = "music off";
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 2
play();
Symbol 353 MovieClip Frame 27
gotoAndPlay (2);
Symbol 354 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
_level0.help._visible = false;
_level0.intro.help._visible = true;
_level0.intro.go._visible = true;
_level0.gameStage._visible = true;
_level0.playagain._visible = true;
_level0.help4._visible = true;
_level0.screen._visible = true;
_level0.screen.help3._visible = true;
_level0.screen.tryagain._visible = true;
_level0.gameStage.help2._visible = true;
_level0.gameStage.back2._visible = true;
_level0.gameStage.done2._visible = true;
backBTN.gotoAndStop(1);
}
on (rollOver) {
_level0.rollover.gotoAndPlay(2);
backBTN.gotoAndPlay(2);
}
on (rollOut) {
backBTN.gotoAndStop(1);
}
Symbol 356 MovieClip Frame 1
_level0.intro.help._visible = false;
_level0.intro.go._visible = false;
_level0.helpbut._visible = false;
_level0.playagain._visible = false;
_level0.screen.tryagain._visible = false;
_level0.screen.help._visible = false;
Instance of Symbol 247 MovieClip [FScrollBarSymbol] "slider" in Symbol 356 MovieClip Frame 1
//component parameters
onClipEvent (construct) {
_targetInstanceName = "help_txt";
horizontal = false;
}
Symbol 382 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 2
play();
Symbol 383 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
if (_global.goBtn == 1) {
_level0.gotoAndStop("gameplay");
} else {
_parent.choose_txt.text = "Please choose your Brat!";
}
}
on (rollOver) {
if (_global.goBtn == 1) {
goBtn.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
} else {
goBtn.stop();
}
}
on (rollOut) {
goBtn.gotoAndStop(1);
}
Symbol 384 MovieClip Frame 1
stop();
Instance of Symbol 367 MovieClip "jade" in Symbol 384 MovieClip Frame 1
on (release) {
_global.choice = 4;
_global.goBtn = 1;
_parent.gotoAndPlay("jade");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 368 MovieClip "yasmin" in Symbol 384 MovieClip Frame 1
on (release) {
_global.choice = 3;
_global.goBtn = 1;
_parent.gotoAndPlay("yasmin");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 297 MovieClip "sasha" in Symbol 384 MovieClip Frame 1
on (release) {
_global.choice = 2;
_global.goBtn = 1;
_parent.gotoAndPlay("sasha");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 369 MovieClip "cloe" in Symbol 384 MovieClip Frame 1
on (release) {
_global.choice = 1;
_global.goBtn = 1;
_parent.gotoAndPlay("cloe");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Symbol 384 MovieClip Frame 6
sasha.enabled = false;
yasmin.enabled = false;
jade.enabled = false;
cloe.enabled = false;
selectSD.nextFrame();
Instance of Symbol 367 MovieClip "jade" in Symbol 384 MovieClip Frame 6
on (release) {
_global.choice = 4;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 368 MovieClip "yasmin" in Symbol 384 MovieClip Frame 6
on (release) {
_global.choice = 3;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 297 MovieClip "sasha" in Symbol 384 MovieClip Frame 6
on (release) {
_global.choice = 2;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 369 MovieClip "cloe" in Symbol 384 MovieClip Frame 6
on (release) {
_global.choice = 1;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 367 MovieClip "jade" in Symbol 384 MovieClip Frame 13
on (release) {
_global.choice = 4;
_global.goBtn = 1;
_parent.gotoAndPlay("jade");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 368 MovieClip "yasmin" in Symbol 384 MovieClip Frame 13
on (release) {
_global.choice = 3;
_global.goBtn = 1;
_parent.gotoAndPlay("yasmin");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 297 MovieClip "sasha" in Symbol 384 MovieClip Frame 13
on (release) {
_global.choice = 2;
_global.goBtn = 1;
_parent.gotoAndPlay("sasha");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Symbol 384 MovieClip Frame 20
stop();
goBtn.nextFrame();
sasha.enabled = false;
yasmin.enabled = false;
jade.enabled = false;
cloe.enabled = false;
Symbol 384 MovieClip Frame 21
sasha.enabled = false;
yasmin.enabled = false;
jade.enabled = false;
cloe.enabled = false;
selectSD.nextFrame();
Instance of Symbol 367 MovieClip "jade" in Symbol 384 MovieClip Frame 21
on (release) {
_global.choice = 4;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 368 MovieClip "yasmin" in Symbol 384 MovieClip Frame 21
on (release) {
_global.choice = 3;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 297 MovieClip "sasha" in Symbol 384 MovieClip Frame 21
on (release) {
_global.choice = 2;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 367 MovieClip "jade" in Symbol 384 MovieClip Frame 28
on (release) {
_global.choice = 4;
_global.goBtn = 1;
_parent.gotoAndPlay("jade");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 368 MovieClip "yasmin" in Symbol 384 MovieClip Frame 28
on (release) {
_global.choice = 3;
_global.goBtn = 1;
_parent.gotoAndPlay("yasmin");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 369 MovieClip "cloe" in Symbol 384 MovieClip Frame 28
on (release) {
_global.choice = 1;
_global.goBtn = 1;
_parent.gotoAndPlay("cloe");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Symbol 384 MovieClip Frame 33
stop();
goBtn.nextFrame();
sasha.enabled = false;
yasmin.enabled = false;
jade.enabled = false;
cloe.enabled = false;
Symbol 384 MovieClip Frame 34
sasha.enabled = false;
yasmin.enabled = false;
jade.enabled = false;
cloe.enabled = false;
selectSD.nextFrame();
Instance of Symbol 367 MovieClip "jade" in Symbol 384 MovieClip Frame 34
on (release) {
_global.choice = 4;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 368 MovieClip "yasmin" in Symbol 384 MovieClip Frame 34
on (release) {
_global.choice = 3;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 369 MovieClip "cloe" in Symbol 384 MovieClip Frame 34
on (release) {
_global.choice = 1;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 367 MovieClip "jade" in Symbol 384 MovieClip Frame 41
on (release) {
_global.choice = 4;
_global.goBtn = 1;
_parent.gotoAndPlay("jade");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 297 MovieClip "sasha" in Symbol 384 MovieClip Frame 41
on (release) {
_global.choice = 2;
_global.goBtn = 1;
_parent.gotoAndPlay("sasha");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 369 MovieClip "cloe" in Symbol 384 MovieClip Frame 41
on (release) {
_global.choice = 1;
_global.goBtn = 1;
_parent.gotoAndPlay("cloe");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Symbol 384 MovieClip Frame 49
stop();
goBtn.nextFrame();
sasha.enabled = false;
yasmin.enabled = false;
jade.enabled = false;
cloe.enabled = false;
Symbol 384 MovieClip Frame 50
sasha.enabled = false;
yasmin.enabled = false;
jade.enabled = false;
cloe.enabled = false;
selectSD.nextFrame();
Instance of Symbol 367 MovieClip "jade" in Symbol 384 MovieClip Frame 50
on (release) {
_global.choice = 4;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 297 MovieClip "sasha" in Symbol 384 MovieClip Frame 50
on (release) {
_global.choice = 2;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 369 MovieClip "cloe" in Symbol 384 MovieClip Frame 50
on (release) {
_global.choice = 1;
_global.goBtn = 1;
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 368 MovieClip "yasmin" in Symbol 384 MovieClip Frame 57
on (release) {
_global.choice = 3;
_global.goBtn = 1;
_parent.gotoAndPlay("yasmin");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 297 MovieClip "sasha" in Symbol 384 MovieClip Frame 57
on (release) {
_global.choice = 2;
_global.goBtn = 1;
_parent.gotoAndPlay("sasha");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Instance of Symbol 369 MovieClip "cloe" in Symbol 384 MovieClip Frame 57
on (release) {
_global.choice = 1;
_global.goBtn = 1;
_parent.gotoAndPlay("cloe");
_parent.choose_txt.text = "";
trace(_global.choice);
}
Symbol 384 MovieClip Frame 64
stop();
goBtn.nextFrame();
sasha.enabled = false;
yasmin.enabled = false;
jade.enabled = false;
cloe.enabled = false;
Symbol 387 MovieClip Frame 1
stop();
Symbol 387 MovieClip Frame 5
_level0.ff_mc._visible = true;
_level0.ff_mc.gotoAndPlay(2);
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 9
on (press) {
gotoAndPlay (1);
}
Symbol 420 MovieClip Frame 1
stop();
Symbol 421 MovieClip Frame 1
stop();
_global.shoesMatch = 1;
Symbol 421 MovieClip Frame 2
stop();
_global.shoesMatch = 2;
Symbol 421 MovieClip Frame 3
stop();
_global.shoesMatch = 3;
Symbol 421 MovieClip Frame 4
stop();
_global.shoesMatch = 4;
Symbol 421 MovieClip Frame 5
stop();
_global.shoesMatch = 5;
Symbol 421 MovieClip Frame 6
stop();
_global.shoesMatch = 6;
Symbol 426 MovieClip Frame 1
_global.pantsMatch = 1;
stop();
Symbol 426 MovieClip Frame 2
_global.pantsMatch = 2;
stop();
Symbol 426 MovieClip Frame 3
_global.pantsMatch = 3;
stop();
Symbol 426 MovieClip Frame 4
_global.pantsMatch = 4;
stop();
Symbol 426 MovieClip Frame 5
_global.pantsMatch = 5;
stop();
Symbol 426 MovieClip Frame 6
_global.pantsMatch = 6;
stop();
Symbol 426 MovieClip Frame 7
_global.pantsMatch = 7;
stop();
Symbol 426 MovieClip Frame 8
_global.pantsMatch = 8;
stop();
Symbol 427 MovieClip Frame 1
_global.topMatch = 1;
stop();
Symbol 427 MovieClip Frame 2
_global.topMatch = 2;
stop();
Symbol 427 MovieClip Frame 3
_global.topMatch = 3;
stop();
Symbol 427 MovieClip Frame 4
_global.topMatch = 4;
stop();
Symbol 427 MovieClip Frame 5
_global.topMatch = 5;
stop();
Symbol 427 MovieClip Frame 6
_global.topMatch = 6;
stop();
Symbol 427 MovieClip Frame 7
_global.topMatch = 7;
stop();
Symbol 427 MovieClip Frame 8
_global.topMatch = 8;
stop();
Symbol 427 MovieClip Frame 9
_global.topMatch = 9;
stop();
Symbol 428 MovieClip Frame 1
_global.bagMatch = 1;
stop();
Symbol 428 MovieClip Frame 2
_global.bagMatch = 2;
stop();
Symbol 428 MovieClip Frame 3
_global.bagMatch = 3;
stop();
Symbol 428 MovieClip Frame 4
_global.bagMatch = 4;
stop();
Symbol 428 MovieClip Frame 5
_global.bagMatch = 5;
stop();
Symbol 428 MovieClip Frame 6
_global.bagMatch = 0;
stop();
Symbol 429 MovieClip Frame 1
stop();
_global.hatMatch = 1;
Symbol 429 MovieClip Frame 2
stop();
_global.hatMatch = 2;
Symbol 429 MovieClip Frame 3
stop();
_global.hatMatch = 3;
Symbol 429 MovieClip Frame 4
stop();
_global.hatMatch = 4;
Symbol 429 MovieClip Frame 5
stop();
_global.hatMatch = 5;
Symbol 429 MovieClip Frame 6
stop();
_global.hatMatch = 6;
Symbol 429 MovieClip Frame 7
_global.hatMatch = 7;
stop();
Symbol 429 MovieClip Frame 8
_global.hatMatch = 0;
stop();
Symbol 430 MovieClip Frame 1
function scrambleArray(scrambleme) {
var _local5 = 0;
while (_local5 < (scrambleme.length * 2)) {
var _local2 = random(scrambleme.length - 1);
var _local3 = random(scrambleme.length - 1);
var _local4 = 0;
_local4 = scrambleme[_local2];
scrambleme[_local2] = scrambleme[_local3];
scrambleme[_local3] = _local4;
_local5++;
}
trace(scrambleme);
return(scrambleme);
}
if (_global.gameTime == 1) {
gameTime_txt.text = "";
} else if (_global.gameTime == 0) {
gameTime_txt.text = "75";
}
_global.fashionTitle = 0;
if (_global.fashionTitle == 0) {
title_txt.text = "SNAP SHOT";
} else {
title_txt.text = "SNAP SHOT";
}
if (_global.fashionTitle == 0) {
title_txt2.text = "SNAP SHOT";
} else {
title_txt2.text = "SNAP SHOT";
}
_global.pantsMatch = Math.floor(Math.random() * 8) + 1;
pantsMatch.gotoAndStop(_global.pantsMatch);
_global.topMatch = Math.floor(Math.random() * 9) + 1;
topMatch.gotoAndStop(_global.topMatch);
_global.shoesMatch = Math.floor(Math.random() * 6) + 1;
shoesMatch.gotoAndStop(_global.shoesMatch);
_global.bagMatch = Math.floor(Math.random() * 5) + 1;
bagMatch.gotoAndStop(_global.bagMatch);
_global.hatMatch = Math.floor(Math.random() * 7) + 1;
hatMatch.gotoAndStop(_global.hatMatch);
_global.hatArray = new Array(1, 2, 3, 4, 5, 6, 7);
_global.topArray = new Array(1, 2, 3, 4, 5, 6, 7, 8, 9);
_global.pantsArray = new Array(1, 2, 3, 4, 5, 6, 7, 8);
_global.shoesArray = new Array(1, 2, 3, 4, 5, 6);
_global.bagArray = new Array(1, 2, 3, 4, 5);
_global.hatArray[_global.hatMatch - 1] = 0;
_global.topArray[_global.topMatch - 1] = 0;
_global.pantsArray[_global.pantsMatch - 1] = 0;
_global.shoesArray[_global.shoesMatch - 1] = 0;
_global.bagArray[_global.bagMatch - 1] = 0;
_global.hatArray.sort();
_global.topArray.sort();
_global.pantsArray.sort();
_global.shoesArray.sort();
_global.bagArray.sort();
_global.hatArray.shift();
_global.topArray.shift();
_global.pantsArray.shift();
_global.shoesArray.shift();
_global.bagArray.shift();
_global.hatArray = scrambleArray(_global.hatArray);
_global.topArray = scrambleArray(_global.topArray);
_global.pantsArray = scrambleArray(_global.pantsArray);
_global.shoesArray = scrambleArray(_global.shoesArray);
_global.bagArray = scrambleArray(_global.bagArray);
topMatch.topon.gotoAndStop(2);
shoesMatch.shoeson.gotoAndStop(2);
bagMatch.bagon.gotoAndStop(2);
hatMatch.haton.gotoAndStop(2);
_global.timer_txt = 0;
if (_global.timer_txt == 0) {
gameTime2_txt.text = "75";
} else {
gameTime2_txt.text = "";
}
Instance of Symbol 420 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("brat" + _global.choice);
}
Symbol 430 MovieClip Frame 2
this._visible = true;
endTime = getTimer() + 3000;
play();
if (_global.fashionTitle == 0) {
title_txt.text = "SNAP SHOT";
} else {
title_txt.text = "SNAP SHOT";
}
if (_global.fashionTitle == 0) {
title_txt2.text = "SNAP SHOT";
} else {
title_txt2.text = "SNAP SHOT";
}
if (_global.timer_txt == 0) {
gameTime2_txt.text = "75";
} else {
gameTime2_txt.text = "";
}
Symbol 430 MovieClip Frame 7
stop();
endTime = getTimer() + 3000;
_root.onEnterFrame = function () {
var _local2 = endTime - getTimer();
if (_local2 <= 0) {
_level0.ff_mc._visible = false;
var _local1 = 0;
while (_local1 < 9) {
_local1++;
}
} else {
flashtime_txt.text = Math.ceil(_local2 / 1000);
}
};
trace("OGpants = " + _global.pantsMatch);
trace("OGshoes = " + _global.shoesMatch);
trace("OGtop = " + _global.topMatch);
Symbol 431 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
_global.resetMe();
_global.gameTime = 1;
_level0.gotoAndStop("choose");
}
on (rollOver) {
gameStage.backBTN.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
gameStage.backBTN.gotoAndStop(1);
}
Instance of Symbol 420 MovieClip in Symbol 441 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("brat" + _global.choice);
}
Symbol 446 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 2
play();
Symbol 446 MovieClip Frame 27
gotoAndPlay (2);
Symbol 462 Button
on (press) {
this.gotoAndStop(2);
}
Symbol 464 Button
on (press) {
this.gotoAndStop(1);
}
Symbol 467 MovieClip Frame 1
stop();
Symbol 467 MovieClip Frame 2
stop();
this.enabled = true;
if (_global.deleteShoes25 == 0) {
this.shoesholder._visible = true;
}
if (_global.deleteShoes25 == 1) {
this.shoesholder._visible = false;
}
if (_global.deleteBag4 == 0) {
this.bagholder._visible = true;
}
if (_global.deleteBag4 == 1) {
this.bagholder._visible = false;
}
if (this._name == _global.theRug) {
this.shoesholder.attachMovie("shoes_mc_2", "newshoes7", 10);
_global.shoesFrame7 = _global.shoesMatch;
shoesholder.newshoes7.gotoAndStop(_global.shoesFrame7);
shoesholder.onPress = function () {
gotoAndStop (1);
_parent._parent.rug1._visible = true;
_parent._parent.rug1.attachMovie("hotshoes", "newshoes8", 10);
_parent._parent.rug1.newshoes8.gotoAndStop(_global.shoesFrame7);
};
}
Symbol 471 Button
on (press) {
this.nextFrame();
}
Symbol 472 MovieClip Frame 1
stop();
Symbol 472 MovieClip Frame 2
gotoAndStop (9);
this.enabled = false;
Symbol 472 MovieClip Frame 9
stop();
this.enabled = true;
if (_global.deletePant == 1) {
this.holder._visible = false;
}
if (_global.deletePant == 0) {
this.holder._visible = true;
}
if (_global.deleteTop == 1) {
this.topholder._visible = false;
}
if (_global.deleteTop == 0) {
this.topholder._visible = true;
}
if (_global.deleteTop2 == 1) {
this.topholder2._visible = false;
}
if (_global.deleteTop2 == 0) {
this.topholder2._visible = true;
}
if (_global.deleteHat == 1) {
this.hatholder._visible = false;
}
if (_global.deleteHat == 0) {
this.hatholder._visible = true;
}
if (_global.deletePant2 == 1) {
this.pantsholder._visible = false;
}
if (_global.deletePant2 == 0) {
this.pantsholder._visible = true;
}
if (this._name == _global.theDrawer) {
this.holder.attachMovie("pants_mc", "newpants", 10);
_global.pantsFrame1 = _global.pants1random;
holder.newpants.gotoAndStop(_global.pantsFrame1);
holder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.container1._visible = true;
_parent._parent._parent.container1.attachMovie("hotpants5", "newpants1", 10);
_parent._parent._parent.container1.newpants1.gotoAndStop(_global.pantsFrame1);
};
}
if (this._name == _global.theDrawer2) {
this.topholder.attachMovie("shirts_mc", "newshirts", 10);
_global.shirtsFrame1 = _global.top1random;
topholder.newshirts.gotoAndStop(_global.shirtsFrame1);
topholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.container2._visible = true;
_parent._parent._parent.container2.attachMovie("hotshirts2", "newshirts1", 10);
_parent._parent._parent.container2.newshirts1.gotoAndStop(_global.shirtsFrame1);
};
}
if (this._name == _global.theDrawer3) {
this.hatholder.attachMovie("hat_mc", "newhat", 10);
_global.hatFrame1 = _global.hat1random;
hatholder.newhat.gotoAndStop(_global.hatFrame1);
hatholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.hatcontainer1._visible = true;
_parent._parent._parent.hatcontainer1.attachMovie("hothat", "newhat1", 10);
_parent._parent._parent.hatcontainer1.newhat1.gotoAndStop(_global.hatFrame1);
};
}
if (this._name == _global.theDrawer4) {
this.topholder2.attachMovie("shirts_mc", "newshirts2", 10);
_global.shirtsFrame2 = _global.topMatch;
topholder2.newshirts2.gotoAndStop(_global.shirtsFrame2);
topholder2.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.topcontainer._visible = true;
_parent._parent._parent.topcontainer.attachMovie("hotshirts3", "newshirts3", 10);
_parent._parent._parent.topcontainer.newshirts3.gotoAndStop(_global.shirtsFrame2);
};
}
if (this._name == _global.theDrawer5) {
this.pantsholder.attachMovie("pants_mc", "newpants2", 10);
_global.pantsFrame2 = _global.pantsMatch;
pantsholder.newpants2.gotoAndStop(_global.pantsFrame2);
pantsholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.pantscontainer1._visible = true;
_parent._parent._parent.pantscontainer1.attachMovie("hotpants6", "newpants3", 10);
_parent._parent._parent.pantscontainer1.newpants3.gotoAndStop(_global.pantsFrame2);
};
}
Symbol 472 MovieClip Frame 10
gotoAndStop (1);
this.enabled = false;
Symbol 479 MovieClip Frame 1
stop();
Symbol 479 MovieClip Frame 2
gotoAndStop (10);
this.enabled = false;
Symbol 479 MovieClip Frame 10
stop();
this.enabled = true;
if (_global.deletePant == 1) {
this.holder._visible = false;
}
if (_global.deletePant == 0) {
this.holder._visible = true;
}
if (_global.deleteTop == 1) {
this.topholder._visible = false;
}
if (_global.deleteTop == 0) {
this.topholder._visible = true;
}
if (_global.deleteTop2 == 1) {
this.topholder2._visible = false;
}
if (_global.deleteTop2 == 0) {
this.topholder2._visible = true;
}
if (_global.deleteHat == 1) {
this.hatholder._visible = false;
}
if (_global.deleteHat == 0) {
this.hatholder._visible = true;
}
if (_global.deletePant2 == 1) {
this.pantsholder._visible = false;
}
if (_global.deletePant2 == 0) {
this.pantsholder._visible = true;
}
if (_global.deletePant8 == 1) {
this.pantsholder4._visible = false;
}
if (_global.deletePant8 == 0) {
this.pantsholder4._visible = true;
}
if (_global.deleteHat9 == 1) {
this.hatholder2._visible = false;
}
if (_global.deleteHat9 == 0) {
this.hatholder2._visible = true;
}
if (this._name == _global.theDrawer) {
this.holder.attachMovie("pants_mc", "newpants", 10);
_global.pantsFrame1 = _global.pants1random;
holder.newpants.gotoAndStop(_global.pantsFrame1);
holder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.container5._visible = true;
_parent._parent._parent.container5.attachMovie("hotpants5", "newpants1", 10);
_parent._parent._parent.container5.newpants1.gotoAndStop(_global.pantsFrame1);
};
}
if (this._name == _global.theDrawer2) {
this.topholder.attachMovie("shirts_mc", "newshirts", 10);
_global.shirtsFrame1 = _global.top1random;
topholder.newshirts.gotoAndStop(_global.shirtsFrame1);
topholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.container6._visible = true;
_parent._parent._parent.container6.attachMovie("hotshirts2", "newshirts1", 10);
_parent._parent._parent.container6.newshirts1.gotoAndStop(_global.shirtsFrame1);
};
}
if (this._name == _global.theDrawer3) {
this.hatholder.attachMovie("hat_mc", "newhat", 10);
_global.hatFrame1 = _global.hat1random;
hatholder.newhat.gotoAndStop(_global.hatFrame1);
hatholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.hatcontainer3._visible = true;
_parent._parent._parent.hatcontainer3.attachMovie("hothat", "newhat1", 10);
_parent._parent._parent.hatcontainer3.newhat1.gotoAndStop(_global.hatFrame1);
};
}
if (this._name == _global.theDrawer4) {
this.topholder2.attachMovie("shirts_mc", "newshirts2", 10);
_global.shirtsFrame2 = _global.topMatch;
topholder2.newshirts2.gotoAndStop(_global.shirtsFrame2);
topholder2.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.topcontainer5._visible = true;
_parent._parent._parent.topcontainer5.attachMovie("hotshirts3", "newshirts3", 10);
_parent._parent._parent.topcontainer5.newshirts3.gotoAndStop(_global.shirtsFrame2);
};
}
if (this._name == _global.theDrawer5) {
this.pantsholder.attachMovie("pants_mc", "newpants2", 10);
_global.pantsFrame2 = _global.pantsMatch;
pantsholder.newpants2.gotoAndStop(_global.pantsFrame2);
pantsholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.pantscontainer3._visible = true;
_parent._parent._parent.pantscontainer3.attachMovie("hotpants6", "newpants3", 10);
_parent._parent._parent.pantscontainer3.newpants3.gotoAndStop(_global.pantsFrame2);
};
}
if (this._name == _global.theDrawer6) {
this.pantsholder4.attachMovie("pants_mc", "newpants4", 10);
pantsholder4.newpants4.gotoAndStop(_global.pants3random);
pantsholder4.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.pantscontainer5._visible = true;
_parent._parent._parent.pantscontainer5.attachMovie("hotpants2", "newpants5", 10);
_parent._parent._parent.pantscontainer5.newpants5.gotoAndStop(_global.pants3random);
};
}
if (this._name == _global.theDrawer7) {
this.hatholder2.attachMovie("hat_mc", "newhat17", 10);
_global.hatFrame10 = _global.hat8random;
hatholder2.newhat17.gotoAndStop(_global.hatFrame10);
hatholder2.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.hatcontainer9._visible = true;
_parent._parent._parent.hatcontainer9.attachMovie("hothat8", "newhat8", 10);
_parent._parent._parent.hatcontainer9.newhat8.gotoAndStop(_global.hatFrame10);
};
}
Symbol 479 MovieClip Frame 11
gotoAndStop (1);
this.enabled = false;
Symbol 482 MovieClip Frame 1
stop();
Symbol 482 MovieClip Frame 2
gotoAndPlay (8);
this.enabled = false;
Symbol 482 MovieClip Frame 13
stop();
this.enabled = true;
if (_global.deleteTop == 1) {
this.topholder._visible = false;
}
if (_global.deleteTop == 0) {
this.topholder._visible = true;
}
if (_global.deleteTop2 == 1) {
this.topholder2._visible = false;
}
if (_global.deleteTop2 == 0) {
this.topholder2._visible = true;
}
if (_global.deletePant == 1) {
this.holder._visible = false;
}
if (_global.deletePant == 0) {
this.holder._visible = true;
}
if (_global.deleteHat == 1) {
this.hatholder._visible = false;
}
if (_global.deleteHat == 0) {
this.hatholder._visible = true;
}
if (_global.deletePant2 == 1) {
this.pantsholder._visible = false;
}
if (_global.deletePant2 == 0) {
this.pantsholder._visible = true;
}
if (_global.deletePant4 == 1) {
this.pantsholder4._visible = false;
}
if (_global.deletePant4 == 0) {
this.pantsholder4._visible = true;
}
if (_global.deleteHat8 == 1) {
this.hatholder2._visible = false;
}
if (_global.deleteHat8 == 0) {
this.hatholder2._visible = true;
}
if (this._name == _global.theDrawer) {
this.holder.attachMovie("pants_mc", "newpants", 10);
_global.pantsFrame1 = _global.pants1random;
holder.newpants.gotoAndStop(_global.pantsFrame1);
holder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.container3._visible = true;
_parent._parent._parent.container3.attachMovie("hotpants5", "newpants1", 10);
_parent._parent._parent.container3.newpants1.gotoAndStop(_global.pantsFrame1);
};
}
if (this._name == _global.theDrawer2) {
this.topholder.attachMovie("shirts_mc", "newshirts", 10);
_global.shirtsFrame1 = _global.top1random;
topholder.newshirts.gotoAndStop(_global.shirtsFrame1);
topholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.container4._visible = true;
_parent._parent._parent.container4.attachMovie("hotshirts2", "newshirts1", 10);
_parent._parent._parent.container4.newshirts1.gotoAndStop(_global.shirtsFrame1);
};
}
if (this._name == _global.theDrawer3) {
this.hatholder.attachMovie("hat_mc", "newhat", 10);
_global.hatFrame1 = _global.hat1random;
hatholder.newhat.gotoAndStop(_global.hatFrame1);
hatholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.hatcontainer2._visible = true;
_parent._parent._parent.hatcontainer2.attachMovie("hothat", "newhat1", 10);
_parent._parent._parent.hatcontainer2.newhat1.gotoAndStop(_global.hatFrame1);
};
}
if (this._name == _global.theDrawer4) {
this.topholder2.attachMovie("shirts_mc", "newshirts2", 10);
_global.shirtsFrame2 = _global.topMatch;
topholder2.newshirts2.gotoAndStop(_global.shirtsFrame2);
topholder2.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.topcontainer3._visible = true;
_parent._parent._parent.topcontainer3.attachMovie("hotshirts3", "newshirts3", 10);
_parent._parent._parent.topcontainer3.newshirts3.gotoAndStop(_global.shirtsFrame2);
};
}
if (this._name == _global.theDrawer5) {
this.pantsholder.attachMovie("pants_mc", "newpants2", 10);
_global.pantsFrame2 = _global.pantsMatch;
pantsholder.newpants2.gotoAndStop(_global.pantsFrame2);
pantsholder.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.pantscontainer2._visible = true;
_parent._parent._parent.pantscontainer2.attachMovie("hotpants6", "newpants3", 10);
_parent._parent._parent.pantscontainer2.newpants3.gotoAndStop(_global.pantsFrame2);
};
}
if (this._name == _global.theDrawer6) {
this.pantsholder4.attachMovie("pants_mc", "newpants4", 10);
pantsholder4.newpants4.gotoAndStop(_global.pants3random);
pantsholder4.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.pantscontainer4._visible = true;
_parent._parent._parent.pantscontainer4.attachMovie("hotpants2", "newpants5", 10);
_parent._parent._parent.pantscontainer4.newpants5.gotoAndStop(_global.pants3random);
};
}
if (this._name == _global.theDrawer7) {
this.hatholder2.attachMovie("hat_mc", "newhat27", 10);
_global.hatFrame21 = _global.hat8random;
hatholder2.newhat27.gotoAndStop(_global.hatFrame21);
hatholder2.onPress = function () {
gotoAndStop ("close");
_parent._parent._parent.hatcontainer8._visible = true;
_parent._parent._parent.hatcontainer8.attachMovie("hothat8", "newhat8", 10);
_parent._parent._parent.hatcontainer8.newhat8.gotoAndStop(_global.hatFrame21);
};
}
Symbol 482 MovieClip Frame 14
gotoAndStop (1);
this.enabled = false;
Symbol 483 Button
on (press) {
this.gotoAndStop(2);
}
Symbol 492 Button
on (press) {
this.gotoAndStop(1);
}
Symbol 494 MovieClip Frame 1
stop();
Symbol 494 MovieClip Frame 2
stop();
this.enabled = true;
if (_global.deleteHat5 == 1) {
this.holder7._visible = false;
}
if (_global.deleteHat5 == 0) {
this.holder7._visible = true;
}
this.holder7.attachMovie("hat_mc3", "newhat1", 10);
_global.hatFrame2 = _global.hat3random;
holder7.newhat1.gotoAndStop(_global.hatFrame2);
holder7.onPress = function () {
gotoAndStop (1);
_parent._parent._parent.box2._visible = true;
_parent._parent._parent.box2.attachMovie("hothat2", "newhat2", 10);
_parent._parent._parent.box2.newhat2.gotoAndStop(_global.hatFrame2);
};
Symbol 505 MovieClip Frame 1
stop();
Symbol 505 MovieClip Frame 2
stop();
this.enabled = true;
if (_global.deleteHat2 == 1) {
this.holder6._visible = false;
}
if (_global.deleteHat2 == 0) {
this.holder6._visible = true;
}
this.holder6.attachMovie("hothat4", "newhat", 10);
_global.hatFrame1 = _global.hat2random;
holder6.newhat.gotoAndStop(_global.hatFrame1);
holder6.onPress = function () {
gotoAndStop (1);
_parent._parent._parent.box1._visible = true;
_parent._parent._parent.box1.attachMovie("hothat4", "newhat1", 10);
_parent._parent._parent.box1.newhat1.gotoAndStop(_global.hatFrame1);
};
Symbol 509 MovieClip Frame 1
stop();
Symbol 509 MovieClip Frame 2
stop();
this.enabled = true;
if (_global.deleteShoes35 == 0) {
this.shoesholder2._visible = true;
}
if (_global.deleteShoes35 == 1) {
this.shoesholder2._visible = false;
}
if (_global.deleteBag4 == 0) {
this.bagholder._visible = true;
}
if (_global.deleteBag4 == 1) {
this.bagholder._visible = false;
}
if (this._name == _global.theRug) {
this.shoesholder2.attachMovie("shoes_mc_4", "newshoes7", 10);
_global.shoesFrame7 = _global.shoesMatch;
shoesholder2.newshoes7.gotoAndStop(_global.shoesFrame7);
shoesholder2.onPress = function () {
gotoAndStop (1);
_parent._parent.rug2._visible = true;
_parent._parent.rug2.attachMovie("hotshoes", "newshoes8", 10);
_parent._parent.rug2.newshoes8.gotoAndStop(_global.shoesFrame7);
};
}
Symbol 513 MovieClip Frame 1
stop();
Symbol 513 MovieClip Frame 2
stop();
this.enabled = true;
if (_global.deleteHat4 == 0) {
this.hatholder._visible = true;
}
if (_global.deleteHat4 == 1) {
this.hatholder._visible = false;
}
if (_global.deleteBag4 == 0) {
this.bagholder._visible = true;
}
if (_global.deleteBag4 == 1) {
this.bagholder._visible = false;
}
if (this._name == _global.theMirror) {
this.hatholder.attachMovie("hothat5", "newhat4", 10);
_global.hatFrame4 = _global.hatMatch;
hatholder.newhat4.gotoAndStop(_global.hatFrame4);
hatholder.onPress = function () {
gotoAndStop (1);
_parent._parent.m3container._visible = true;
_parent._parent.m3container.attachMovie("hothat6", "newhat5", 10);
_parent._parent.m3container.newhat5.gotoAndStop(_global.hatFrame4);
};
}
if (this._name == _global.theMirror2) {
this.bagholder.attachMovie("mc_bag_mc", "newbag3", 10);
_global.bagFrame3 = _global.bagMatch;
bagholder.newbag3.gotoAndStop(_global.bagFrame3);
bagholder.onPress = function () {
gotoAndStop (1);
_parent._parent.m3container2._visible = true;
_parent._parent.m3container2.attachMovie("hotbag", "newbag4", 10);
_parent._parent.m3container2.newbag4.gotoAndStop(_global.bagFrame3);
};
}
Symbol 514 MovieClip Frame 1
stop();
Symbol 514 MovieClip Frame 2
stop();
this.enabled = true;
if (_global.deleteHat4 == 0) {
this.hatholder._visible = true;
}
if (_global.deleteHat4 == 1) {
this.hatholder._visible = false;
}
if (_global.deleteBag4 == 0) {
this.bagholder._visible = true;
}
if (_global.deleteBag4 == 1) {
this.bagholder._visible = false;
}
if (this._name == _global.theMirror) {
this.hatholder.attachMovie("hothat5", "newhat4", 10);
_global.hatFrame4 = _global.hatMatch;
hatholder.newhat4.gotoAndStop(_global.hatFrame4);
hatholder.onPress = function () {
gotoAndStop (1);
_parent._parent.m2container._visible = true;
_parent._parent.m2container.attachMovie("hothat6", "newhat5", 10);
_parent._parent.m2container.newhat5.gotoAndStop(_global.hatFrame4);
};
}
if (this._name == _global.theMirror2) {
this.bagholder.attachMovie("mc_bag_mc", "newbag3", 10);
_global.bagFrame3 = _global.bagMatch;
bagholder.newbag3.gotoAndStop(_global.bagFrame3);
bagholder.onPress = function () {
gotoAndStop (1);
_parent._parent.m2container2._visible = true;
_parent._parent.m2container2.attachMovie("hotbag", "newbag4", 10);
_parent._parent.m2container2.newbag4.gotoAndStop(_global.bagFrame3);
};
}
Symbol 515 MovieClip Frame 1
stop();
Symbol 515 MovieClip Frame 2
stop();
this.enabled = true;
if (_global.deleteHat4 == 0) {
this.hatholder._visible = true;
}
if (_global.deleteHat4 == 1) {
this.hatholder._visible = false;
}
if (_global.deleteBag4 == 0) {
this.bagholder._visible = true;
}
if (_global.deleteBag4 == 1) {
this.bagholder._visible = false;
}
if (this._name == _global.theMirror) {
this.hatholder.attachMovie("hothat5", "newhat4", 10);
_global.hatFrame4 = _global.hatMatch;
hatholder.newhat4.gotoAndStop(_global.hatFrame4);
hatholder.onPress = function () {
gotoAndStop (1);
_parent._parent.m1container._visible = true;
_parent._parent.m1container.attachMovie("hothat6", "newhat5", 10);
_parent._parent.m1container.newhat5.gotoAndStop(_global.hatFrame4);
};
}
if (this._name == _global.theMirror2) {
this.bagholder.attachMovie("mc_bag_mc", "newbag3", 10);
_global.bagFrame3 = _global.bagMatch;
bagholder.newbag3.gotoAndStop(_global.bagFrame3);
bagholder.onPress = function () {
gotoAndStop (1);
_parent._parent.m1container2._visible = true;
_parent._parent.m1container2.attachMovie("hotbag", "newbag4", 10);
_parent._parent.m1container2.newbag4.gotoAndStop(_global.bagFrame3);
};
}
Symbol 519 MovieClip Frame 1
_global.shoesChoose = 1;
stop();
Symbol 519 MovieClip Frame 2
_global.shoesChoose = 2;
stop();
Symbol 519 MovieClip Frame 3
_global.shoesChoose = 3;
stop();
Symbol 519 MovieClip Frame 4
_global.shoesChoose = 4;
stop();
Symbol 519 MovieClip Frame 5
_global.shoesChoose = 5;
stop();
Symbol 519 MovieClip Frame 6
_global.shoesChoose = 6;
stop();
Symbol 519 MovieClip Frame 7
_global.shoesChoice = 0;
stop();
Symbol 520 MovieClip Frame 1
_global.shoesChoose3 = 1;
stop();
Symbol 520 MovieClip Frame 2
_global.shoesChoose3 = 2;
stop();
Symbol 520 MovieClip Frame 3
_global.shoesChoose3 = 3;
stop();
Symbol 520 MovieClip Frame 4
_global.shoesChoose3 = 4;
stop();
Symbol 520 MovieClip Frame 5
_global.shoesChoose3 = 5;
stop();
Symbol 520 MovieClip Frame 6
_global.shoesChoose3 = 6;
stop();
Symbol 520 MovieClip Frame 7
_global.shoesChoice = 0;
stop();
Symbol 521 MovieClip Frame 1
_global.shoesDrag4choose = 1;
stop();
Symbol 521 MovieClip Frame 2
_global.shoesDrag4choose = 2;
stop();
Symbol 521 MovieClip Frame 3
_global.shoesDrag4choose = 3;
stop();
Symbol 521 MovieClip Frame 4
_global.shoesDrag4choose = 4;
stop();
Symbol 521 MovieClip Frame 5
_global.shoesDrag4choose = 5;
stop();
Symbol 521 MovieClip Frame 6
_global.shoesDrag4choose = 6;
stop();
Symbol 521 MovieClip Frame 7
_global.shoesChoice = 0;
stop();
Symbol 525 MovieClip Frame 1
Symbol 525 MovieClip Frame 2
stop();
_global.shoesChoose4 = 1;
Symbol 525 MovieClip Frame 3
stop();
_global.shoesChoose4 = 1;
Symbol 525 MovieClip Frame 4
stop();
_global.shoesChoose4 = 1;
Symbol 525 MovieClip Frame 5
stop();
_global.shoesChoose4 = 1;
Symbol 525 MovieClip Frame 6
stop();
_global.shoesChoose4 = 1;
Symbol 533 MovieClip Frame 1
_global.pantsChoose2 = 1;
stop();
Symbol 533 MovieClip Frame 2
_global.pantsChoose2 = 2;
stop();
Symbol 533 MovieClip Frame 3
_global.pantsChoose2 = 3;
stop();
Symbol 533 MovieClip Frame 4
_global.pantsChoose2 = 4;
stop();
Symbol 533 MovieClip Frame 5
_global.pantsChoose2 = 5;
stop();
Symbol 533 MovieClip Frame 6
_global.pantsChoose2 = 6;
stop();
Symbol 533 MovieClip Frame 7
_global.pantsChoose2 = 7;
stop();
Symbol 533 MovieClip Frame 8
_global.pantsChoose2 = 8;
stop();
Symbol 534 MovieClip Frame 1
_global.topChoose = 1;
stop();
Symbol 534 MovieClip Frame 2
_global.topChoose = 2;
stop();
Symbol 534 MovieClip Frame 3
_global.topChoose = 3;
stop();
Symbol 534 MovieClip Frame 4
_global.topChoose = 4;
stop();
Symbol 534 MovieClip Frame 5
_global.topChoose = 5;
stop();
Symbol 534 MovieClip Frame 6
_global.topChoose = 6;
stop();
Symbol 534 MovieClip Frame 7
_global.topChoose = 7;
stop();
Symbol 534 MovieClip Frame 8
_global.topChoose = 8;
stop();
Symbol 534 MovieClip Frame 9
_global.topChoose = 9;
stop();
Symbol 535 MovieClip Frame 1
_global.topChoose2 = 1;
stop();
Symbol 535 MovieClip Frame 2
_global.topChoose2 = 2;
stop();
Symbol 535 MovieClip Frame 3
_global.topChoose2 = 3;
stop();
Symbol 535 MovieClip Frame 4
_global.topChoose2 = 4;
stop();
Symbol 535 MovieClip Frame 5
_global.topChoose2 = 5;
stop();
Symbol 535 MovieClip Frame 6
_global.topChoose2 = 6;
stop();
Symbol 535 MovieClip Frame 7
_global.topChoose2 = 7;
stop();
Symbol 535 MovieClip Frame 8
_global.topChoose2 = 8;
stop();
Symbol 535 MovieClip Frame 9
_global.topChoose2 = 9;
stop();
Symbol 538 MovieClip Frame 1
_global.bagChoose = 1;
stop();
Symbol 538 MovieClip Frame 2
_global.bagChoose = 2;
stop();
Symbol 538 MovieClip Frame 3
_global.bagChoose = 3;
stop();
Symbol 538 MovieClip Frame 4
_global.bagChoose = 4;
stop();
Symbol 538 MovieClip Frame 5
_global.bagChoose = 5;
stop();
Symbol 538 MovieClip Frame 6
_global.bagChoose = 0;
stop();
Symbol 539 MovieClip Frame 1
stop();
_global.hatChoose = 1;
Symbol 539 MovieClip Frame 2
stop();
_global.hatChoose = 2;
Symbol 539 MovieClip Frame 3
stop();
_global.hatChoose = 3;
Symbol 539 MovieClip Frame 4
stop();
_global.hatChoose = 4;
Symbol 539 MovieClip Frame 5
stop();
_global.hatChoose = 5;
Symbol 539 MovieClip Frame 6
stop();
_global.hatChoose = 6;
Symbol 539 MovieClip Frame 7
stop();
_global.hatChoose = 7;
Symbol 539 MovieClip Frame 8
_global.hatChoose = 0;
stop();
Symbol 543 MovieClip Frame 1
stop();
Symbol 543 MovieClip Frame 2
play();
Symbol 545 MovieClip Frame 1
Symbol 546 Button
on (press) {
help_btn.gotoAndStop(1);
_level0.clicked.gotoAndPlay(2);
_level0.help._visible = true;
if (_level0.help._visible == true) {
this._visible = false;
done2._visible = false;
back2._visible = false;
}
}
on (rollOver) {
help_btn.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
help_btn.gotoAndStop(1);
}
Symbol 547 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
if (((((_global.pantsChoice == _global.pantsMatch) && (_global.shoesChoice == _global.shoesMatch)) && (_global.topChoice == _global.topMatch)) && (_global.hatChoice == _global.hatMatch)) && (_global.bagChoice == _global.bagMatch)) {
_level0.gotoAndStop("win");
} else {
doneBTN.gotoAndPlay("keeptrying");
}
}
on (rollOver) {
doneBTN.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
doneBTN.gotoAndStop(1);
}
Symbol 548 MovieClip Frame 1
_global.bagChoose3 = 1;
stop();
Symbol 548 MovieClip Frame 2
_global.bagChoose3 = 2;
stop();
Symbol 548 MovieClip Frame 3
_global.bagChoose3 = 3;
stop();
Symbol 548 MovieClip Frame 4
_global.bagChoose3 = 4;
stop();
Symbol 548 MovieClip Frame 5
_global.bagChoose3 = 5;
stop();
Symbol 548 MovieClip Frame 6
_global.bagChoose3 = 0;
stop();
Symbol 549 MovieClip Frame 1
_global.bagChoose2 = 1;
stop();
Symbol 549 MovieClip Frame 2
_global.bagChoose2 = 2;
stop();
Symbol 549 MovieClip Frame 3
_global.bagChoose2 = 3;
stop();
Symbol 549 MovieClip Frame 4
_global.bagChoose2 = 4;
stop();
Symbol 549 MovieClip Frame 5
_global.bagChoose2 = 5;
stop();
Symbol 549 MovieClip Frame 6
_global.bagChoose2 = 0;
stop();
Symbol 555 MovieClip Frame 1
_global.pantsChoose3 = 1;
stop();
Symbol 555 MovieClip Frame 2
_global.pantsChoose3 = 2;
stop();
Symbol 555 MovieClip Frame 3
_global.pantsChoose3 = 3;
stop();
Symbol 555 MovieClip Frame 4
_global.pantsChoose3 = 4;
stop();
Symbol 555 MovieClip Frame 5
_global.pantsChoose3 = 5;
stop();
Symbol 555 MovieClip Frame 6
_global.pantsChoose3 = 6;
stop();
Symbol 555 MovieClip Frame 7
_global.pantsChoose3 = 7;
stop();
Symbol 555 MovieClip Frame 8
_global.pantsChoose3 = 8;
stop();
Symbol 561 MovieClip Frame 1
_global.pantsChoose15 = 1;
stop();
Symbol 561 MovieClip Frame 2
_global.pantsChoose15 = 2;
stop();
Symbol 561 MovieClip Frame 3
_global.pantsChoose15 = 3;
stop();
Symbol 561 MovieClip Frame 4
_global.pantsChoose15 = 4;
stop();
Symbol 561 MovieClip Frame 5
_global.pantsChoose15 = 5;
stop();
Symbol 561 MovieClip Frame 6
_global.pantsChoose15 = 6;
stop();
Symbol 561 MovieClip Frame 7
_global.pantsChoose15 = 7;
stop();
Symbol 561 MovieClip Frame 8
_global.pantsChoose15 = 8;
stop();
Symbol 568 MovieClip Frame 1
_global.pantsChoose4 = 1;
stop();
Symbol 568 MovieClip Frame 2
_global.pantsChoose4 = 2;
stop();
Symbol 568 MovieClip Frame 3
_global.pantsChoos4 = 3;
stop();
Symbol 568 MovieClip Frame 4
_global.pantsChoose4 = 4;
stop();
Symbol 568 MovieClip Frame 5
_global.pantsChoos4 = 5;
stop();
Symbol 568 MovieClip Frame 6
_global.pantsChoos4 = 6;
stop();
Symbol 568 MovieClip Frame 7
_global.pantsChoose4 = 7;
stop();
Symbol 568 MovieClip Frame 8
_global.pantsChoose4 = 8;
stop();
Symbol 569 MovieClip Frame 1
_global.topChoose3 = 1;
stop();
Symbol 569 MovieClip Frame 2
_global.topChoose3 = 2;
stop();
Symbol 569 MovieClip Frame 3
_global.topChoose3 = 3;
stop();
Symbol 569 MovieClip Frame 4
_global.topChoose3 = 4;
stop();
Symbol 569 MovieClip Frame 5
_global.topChoose3 = 5;
stop();
Symbol 569 MovieClip Frame 6
_global.topChoose3 = 6;
stop();
Symbol 569 MovieClip Frame 7
_global.topChoose3 = 7;
stop();
Symbol 569 MovieClip Frame 8
_global.topChoose3 = 8;
stop();
Symbol 569 MovieClip Frame 9
_global.topChoose3 = 9;
stop();
Symbol 573 MovieClip Frame 1
_global.shoesChoice = 0;
_global.hatChoice = 0;
_global.bagChoice = 0;
_global.gameTime = 0;
trace("depth of top is" + topDrag.getDepth());
_global.pants1random = _global.pantsArray[0];
_global.pants2random = _global.pantsArray[1];
_global.pants3random = _global.pantsArray[2];
_global.pants4random = _global.pantsArray[3];
_global.pants5random = _global.pantsArray[4];
_global.pants6random = _global.pantsArray[5];
_global.pants7random = _global.pantsArray[6];
_global.top1random = _global.topArray[0];
_global.top2random = _global.topArray[1];
_global.top3random = _global.topArray[2];
_global.top4random = _global.topArray[3];
_global.top5random = _global.topArray[4];
_global.hat1random = _global.hatArray[0];
_global.hat2random = _global.hatArray[1];
_global.hat3random = _global.hatArray[2];
_global.hat8random = _global.hatArray[3];
_global.shoes9random = _global.shoesArray[0];
_global.shoes2random = _global.shoesArray[1];
_global.shoes3random = _global.shoesArray[2];
_global.bag1random = _global.bagArray[1];
_global.bag2random = _global.bagArray[2];
topDrag3._visible = false;
pantsDrag2._visible = false;
pantsDrag3._visible = false;
if (_level0.help._visible == false) {
help2._visible = true;
back2._visible = true;
done2._visible = true;
help_btn.gotoAndStop(1);
}
_global.pantsChoice = pants7random;
_global.topChoice = top5random;
pantsStart.gotoAndStop(_global.pants7random);
topStart.gotoAndStop(_global.top5random);
topStart.topon.gotoAndStop(2);
top._visible = false;
pants._visible = false;
shoes._visible = false;
hat._visible = false;
bag._visible = false;
tallyUp = function () {
if (((((_global.pantsChoice == _global.pantsMatch) && (_global.shoesChoice == _global.shoesMatch)) && (_global.topChoice == _global.topMatch)) && (_global.hatChoice == _global.hatMatch)) && (_global.bagChoice == _global.bagMatch)) {
_level0.gotoAndStop("win");
} else {
_level0.gotoAndStop("lose");
}
};
gameTime = getTimer() + 78000;
onEnterFrame = function () {
var _local2 = gameTime - getTimer();
if (_local2 <= 0) {
tallyUp();
_level0.ff_mc.gameTime_txt.text = "";
var _local1 = 0;
while (_local1 < 9) {
_local1++;
}
} else {
gameTime_txt.text = Math.ceil(_local2 / 1000);
}
};
drawer = Math.floor((Math.random() * 14) + 1);
_global.theDrawer = "d" + drawer;
drawer2 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer2 = "d" + drawer2;
drawer3 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer3 = "d" + drawer3;
drawer4 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer4 = "d" + drawer4;
drawer5 = Math.floor((Math.random() * 14) + 1);
_global.theDrawer5 = "d" + drawer5;
drawer6 = Math.floor((Math.random() * 4) + 11);
_global.theDrawer6 = "d" + drawer6;
drawer7 = Math.floor((Math.random() * 4) + 11);
_global.theDrawer7 = "d" + drawer7;
floorspots = Math.floor((Math.random() * 6) + 1);
_global.floorspot = "s" + floorspots;
mirror = Math.floor((Math.random() * 3) + 1);
_global.theMirror = "m" + mirror;
mirror2 = Math.floor((Math.random() * 3) + 1);
_global.theMirror2 = "m" + mirror2;
rug = Math.floor((Math.random() * 2) + 1);
_global.theRug = "rug" + rug;
container1.onPress = function () {
container1.startDrag(lockCenter);
};
container1.onRelease = function () {
stopDrag();
if (container1.hitTest(pants_hit)) {
container1._x = 280;
container1._y = 291.4;
container1._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose5;
pants.gotoAndStop(_global.pantsChoice);
pants._visible = true;
pantsStars.nextFrame();
_global.deletePant = 1;
trace("User Pants choice = " + _global.pantsChoice);
} else {
container1._visible = false;
container1._x = 442.9;
container1._y = 225.4;
}
};
container2.onPress = function () {
container2.startDrag(lockCenter);
};
container2.onRelease = function () {
stopDrag();
if (container2.hitTest(top_hit)) {
container2._visible = false;
topStart._visible = false;
_global.topChoice = _global.topChoose12;
top.gotoAndStop(_global.topChoice);
top.topon.gotoAndStop(2);
top._visible = true;
topStars.nextFrame();
_global.deleteTop = 1;
trace("User Top choice = " + _global.topChoice);
} else {
container2._visible = false;
container2._x = 442.9;
container2._y = 246.4;
}
};
container3.onPress = function () {
container3.startDrag(lockCenter);
};
container3.onRelease = function () {
stopDrag();
if (container3.hitTest(pants_hit)) {
container3._x = 280;
container3._y = 291.4;
container3._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose5;
pants.gotoAndStop(_global.pantsChoice);
pants._visible = true;
pantsStars.nextFrame();
_global.deletePant = 1;
trace("User Pants choice = " + _global.pantsChoice);
} else {
container3._visible = false;
container3._x = 612.4;
container3._y = 235.4;
}
};
container4.onPress = function () {
container4.startDrag(lockCenter);
};
container4.onRelease = function () {
stopDrag();
if (container4.hitTest(top_hit)) {
container4._visible = false;
topStart._visible = false;
_global.topChoice = _global.topChoose12;
top.gotoAndStop(_global.topChoice);
top.topon.gotoAndStop(2);
top._visible = true;
topStars.nextFrame();
_global.deleteTop = 1;
trace("User Top choice = " + _global.topChoice);
} else {
container4._visible = false;
container4._x = 599.1;
container4._y = 233.4;
}
};
topcontainer.onPress = function () {
topcontainer.startDrag(lockCenter);
};
topcontainer.onRelease = function () {
stopDrag();
if (topcontainer.hitTest(top_hit)) {
topcontainer._visible = false;
topStart._visible = false;
_global.topChoice = _global.topChoose13;
top.gotoAndStop(_global.topChoice);
top.topon.gotoAndStop(2);
top._visible = true;
topStars.nextFrame();
_global.deleteTop2 = 1;
trace("User Top choice = " + _global.topChoice);
} else {
topcontainer._visible = false;
topcontainer._x = 442.9;
topcontainer._y = 254.4;
}
};
topcontainer3.onPress = function () {
topcontainer3.startDrag(lockCenter);
};
topcontainer3.onRelease = function () {
stopDrag();
if (topcontainer3.hitTest(top_hit)) {
topcontainer3._visible = false;
topStart._visible = false;
_global.topChoice = _global.topChoose13;
top.gotoAndStop(_global.topChoice);
top.topon.gotoAndStop(2);
top._visible = true;
topStars.nextFrame();
_global.deleteTop2 = 1;
trace("User Top choice = " + _global.topChoice);
} else {
topcontainer3._visible = false;
topcontainer3._x = 610.5;
topcontainer3._y = 236.4;
}
};
topcontainer5.onPress = function () {
topcontainer5.startDrag(lockCenter);
};
topcontainer5.onRelease = function () {
stopDrag();
if (topcontainer5.hitTest(top_hit)) {
topcontainer5._visible = false;
topStart._visible = false;
_global.topChoice = _global.topChoose13;
top.gotoAndStop(_global.topChoice);
top.topon.gotoAndStop(2);
top._visible = true;
topStars.nextFrame();
_global.deleteTop2 = 1;
trace("User Top choice = " + _global.topChoice);
} else {
topcontainer5._visible = false;
topcontainer5._x = 662.4;
topcontainer5._y = 346.4;
}
};
container5.onPress = function () {
container5.startDrag(lockCenter);
};
container5.onRelease = function () {
stopDrag();
if (container5.hitTest(pants_hit)) {
container5._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose5;
pants.gotoAndStop(_global.pantsChoice);
pants._visible = true;
pantsStars.nextFrame();
_global.deletePant = 1;
trace("User Pants choice = " + _global.pantsChoice);
} else {
container5._visible = false;
container5._x = 655.5;
container5._y = 357.4;
}
};
container6.onPress = function () {
container6.startDrag(lockCenter);
};
container6.onRelease = function () {
stopDrag();
if (container6.hitTest(top_hit)) {
container6._visible = false;
topStart._visible = false;
_global.topChoice = _global.topChoose12;
top.gotoAndStop(_global.topChoice);
top.topon.gotoAndStop(2);
top._visible = true;
topStars.nextFrame();
_global.deleteTop = 1;
trace("User Top choice = " + _global.topChoice);
} else {
container6._visible = false;
container6._x = 662.4;
container6._y = 346.4;
}
};
hatcontainer1.onPress = function () {
hatcontainer1.startDrag(lockCenter);
};
hatcontainer1.onRelease = function () {
stopDrag();
if (hatcontainer1.hitTest(hat_hit)) {
hatcontainer1._visible = false;
_global.hatChoice = _global.hatChoose;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hat._visible = true;
hatStars.nextFrame();
_global.deleteHat = 1;
trace("User hat choice = " + _global.hatChoice);
} else {
hatcontainer1._visible = false;
hatcontainer1._x = 442.9;
hatcontainer1._y = 238.4;
}
};
hatcontainer2.onPress = function () {
hatcontainer2.startDrag(lockCenter);
};
hatcontainer2.onRelease = function () {
stopDrag();
if (hatcontainer2.hitTest(hat_hit)) {
hatcontainer2._visible = false;
_global.hatChoice = _global.hatChoose;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hat._visible = true;
hatStars.nextFrame();
_global.deleteHat = 1;
trace("User hat choice = " + _global.hatChoice);
} else {
hatcontainer2._visible = false;
hatcontainer2._x = 595.5;
hatcontainer2._y = 223.4;
}
};
hatcontainer3.onPress = function () {
hatcontainer3.startDrag(lockCenter);
};
hatcontainer3.onRelease = function () {
stopDrag();
if (hatcontainer3.hitTest(hat_hit)) {
hatcontainer3._visible = false;
_global.hatChoice = _global.hatChoose;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hat._visible = true;
hatStars.nextFrame();
_global.deleteHat = 1;
trace("User hat choice = " + _global.hatChoice);
} else {
hatcontainer3._visible = false;
hatcontainer3._x = 653.5;
hatcontainer3._y = 341.4;
}
};
hatcontainer8.onPress = function () {
hatcontainer8.startDrag(lockCenter);
};
hatcontainer8.onRelease = function () {
stopDrag();
if (hatcontainer8.hitTest(hat_hit)) {
hatcontainer8._visible = false;
_global.hatChoice = _global.hatChoose24;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hat._visible = true;
hatStars.nextFrame();
_global.deleteHat8 = 1;
trace("User hat choice = " + _global.hatChoice);
} else {
hatcontainer8._visible = false;
hatcontainer8._x = 595.5;
hatcontainer8._y = 223.4;
}
};
hatcontainer9.onPress = function () {
hatcontainer9.startDrag(lockCenter);
};
hatcontainer9.onRelease = function () {
stopDrag();
if (hatcontainer9.hitTest(hat_hit)) {
hatcontainer9._visible = false;
_global.hatChoice = _global.hatChoose24;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hat._visible = true;
hatStars.nextFrame();
_global.deleteHat9 = 1;
trace("User hat choice = " + _global.hatChoice);
} else {
hatcontainer9._visible = false;
hatcontainer9._x = 653.5;
hatcontainer9._y = 341.4;
}
};
box1.onPress = function () {
box1.startDrag(lockCenter);
};
box1.onRelease = function () {
stopDrag();
if (box1.hitTest(hat_hit)) {
box1._visible = false;
_global.hatChoice = _global.hatChoose5;
hat._visible = true;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hatStars.nextFrame();
_global.deleteHat2 = 1;
trace("User hat choice = " + _global.hatChoice);
} else {
box1._visible = false;
box1._x = 400.9;
box1._y = 145;
}
};
box2.onPress = function () {
box2.startDrag(lockCenter);
};
box2.onRelease = function () {
stopDrag();
if (box2.hitTest(hat_hit)) {
box2._visible = false;
_global.hatChoice = _global.hatChoose6;
hat._visible = true;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hatStars.nextFrame();
_global.deleteHat5 = 1;
trace("User hat choice = " + _global.hatChoice);
} else {
box2._visible = false;
box2._x = 506.9;
box2._y = 439.4;
}
};
bagDrag.gotoAndStop(_global.bag1random);
bagDrag.onPress = function () {
bagDrag.startDrag(lockCenter);
};
bagDrag.onRelease = function () {
stopDrag();
if (bagDrag.hitTest(bag_hit)) {
bagDrag._visible = false;
_global.bagChoice = _global.bagChoose3;
bag.gotoAndStop(_global.bagChoice);
bag.bagon.gotoAndStop(2);
bag._visible = true;
bagStars.nextFrame();
trace("User Bag choice = " + _global.bagChoice);
} else {
bagDrag._x = 788.3;
bagDrag._y = 299.4;
}
};
bagDrag2.gotoAndStop(_global.bag2random);
bagDrag2.onPress = function () {
bagDrag2.startDrag(lockCenter);
};
bagDrag2.onRelease = function () {
stopDrag();
if (bagDrag2.hitTest(bag_hit)) {
bagDrag2._visible = false;
_global.bagChoice = _global.bagChoose2;
bag.gotoAndStop(_global.bagChoice);
bag.bagon.gotoAndStop(2);
bag._visible = true;
bagStars.nextFrame();
trace("User Bag choice = " + _global.bagChoice);
} else {
bagDrag2._x = 416.9;
bagDrag2._y = 309.8;
}
};
pantsDrag.gotoAndStop(_global.pants4random);
pantsDrag.onPress = function () {
pantsDrag.startDrag(lockCenter);
};
pantsDrag.onRelease = function () {
stopDrag();
if (pantsDrag.hitTest(pants_hit)) {
pantsDrag._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose2;
pants._visible = true;
pants.gotoAndStop(_global.pantsChoice);
pantsStars.nextFrame();
trace("User pants choice = " + _global.pantsChoice);
} else {
pantsDrag._x = 800.1;
pantsDrag._y = 283.6;
}
};
pantsFolded.gotoAndStop(_global.pants5random);
pantsDrag2.gotoAndStop(_global.pants5random);
pantsDrag2.onPress = function () {
pantsDrag2.startDrag(lockCenter);
};
pantsDrag2.onRelease = function () {
stopDrag();
if (pantsDrag2.hitTest(pants_hit)) {
pantsDrag2._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose3;
pants._visible = true;
pants.gotoAndStop(_global.pantsChoice);
pantsStars.nextFrame();
trace("User pants choice = " + _global.pantsChoice);
} else {
pantsDrag2._visible = false;
pantsFolded._visible = true;
pantsDrag2._x = 648.5;
pantsDrag2._y = 156.6;
}
};
pantsFolded2.gotoAndStop(_global.pants6random);
pantsDrag3.gotoAndStop(_global.pants6random);
pantsDrag3.onPress = function () {
pantsDrag3.startDrag(lockCenter);
};
pantsDrag3.onRelease = function () {
stopDrag();
if (pantsDrag3.hitTest(pants_hit)) {
pantsDrag3._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose15;
pants._visible = true;
pants.gotoAndStop(_global.pantsChoice);
pantsStars.nextFrame();
trace("User pants choice = " + _global.pantsChoice);
} else {
pantsDrag3._visible = false;
pantsFolded2._visible = true;
pantsDrag3._x = 521.9;
pantsDrag3._y = 266.8;
}
};
shoesDrag3.gotoAndStop(_global.shoes2random);
shoesDrag3.onPress = function () {
shoesDrag3.startDrag(lockCenter);
};
shoesDrag3.onRelease = function () {
stopDrag();
if (shoesDrag3.hitTest(shoes_hit)) {
shoesDrag3._visible = false;
_global.shoesChoice = _global.shoesChoose3;
shoes._visible = true;
shoes.gotoAndStop(_global.shoesChoice);
shoes.shoeson.gotoAndStop(2);
shoesStars.nextFrame();
trace("User Shoes choice = " + _global.shoesChoice);
} else {
shoesDrag3._x = 740.6;
shoesDrag3._y = 415.9;
}
};
shoesDrag4.gotoAndStop(_global.shoes3random);
shoesDrag4.onPress = function () {
shoesDrag4.startDrag(lockCenter);
};
shoesDrag4.onRelease = function () {
stopDrag();
if (shoesDrag4.hitTest(shoes_hit)) {
shoesDrag4._visible = false;
_global.shoesChoice = _global.shoesDrag4choose;
shoes._visible = true;
shoes.gotoAndStop(_global.shoesChoice);
shoes.shoeson.gotoAndStop(2);
shoesStars.nextFrame();
trace("User Shoes choice = " + _global.shoesChoice);
} else {
shoesDrag4._x = 711.8;
shoesDrag4._y = 269.6;
}
};
topDrag.gotoAndStop(_global.top3random);
topDrag.onPress = function () {
topDrag.startDrag(lockCenter);
topDrag.swapDepths(100);
};
topDrag.onRelease = function () {
stopDrag();
topDrag.swapDepths(-15357);
if (topDrag.hitTest(top_hit)) {
topDrag._visible = false;
topStart._visible = false;
_global.topChoice = _global.topChoose2;
top._visible = true;
top.gotoAndStop(_global.topChoice);
top.topon.gotoAndStop(2);
topStars.nextFrame();
trace("User top choice = " + _global.topChoice);
} else {
topDrag._x = 805.2;
topDrag._y = 325.4;
}
};
topFolded.gotoAndStop(_global.top4random);
topDrag3.gotoAndStop(_global.top4random);
topDrag3.onPress = function () {
topDrag3.startDrag(lockCenter);
};
topDrag3.onRelease = function () {
stopDrag();
if (topDrag3.hitTest(top_hit)) {
topDrag3._visible = false;
topStart._visible = false;
_global.topChoice = _global.topChoose3;
top._visible = true;
top.gotoAndStop(_global.topChoice);
top.topon.gotoAndStop(2);
topStars.nextFrame();
trace("User top choice = " + _global.topChoice);
} else {
topFolded._visible = true;
topDrag3._visible = false;
topDrag3._x = 587.4;
topDrag3._y = 204.9;
}
};
pantscontainer1.onPress = function () {
pantscontainer1.startDrag(lockCenter);
};
pantscontainer1.onRelease = function () {
stopDrag();
if (pantscontainer1.hitTest(pants_hit)) {
pantscontainer1._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose20;
pants._visible = true;
pants.gotoAndStop(_global.pantsChoice);
pantsStars.nextFrame();
_global.deletePant2 = 1;
trace("User Pants choice = " + _global.pantsChoice);
} else {
pantscontainer1._visible = false;
pantscontainer1._x = 442.9;
pantscontainer1._y = 238.4;
}
};
pantscontainer2.onPress = function () {
pantscontainer2.startDrag(lockCenter);
};
pantscontainer2.onRelease = function () {
stopDrag();
if (pantscontainer2.hitTest(pants_hit)) {
pantscontainer2._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose20;
pants.gotoAndStop(_global.pantsChoice);
pants._visible = true;
pantsStars.nextFrame();
_global.deletePant2 = 1;
trace("User Pants choice = " + _global.pantsChoice);
} else {
pantscontainer2._visible = false;
pantscontainer2._x = 618.5;
pantscontainer2._y = 235.4;
}
};
pantscontainer3.onPress = function () {
pantscontainer3.startDrag(lockCenter);
};
pantscontainer3.onRelease = function () {
stopDrag();
if (pantscontainer3.hitTest(pants_hit)) {
pantscontainer3._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose20;
pants.gotoAndStop(_global.pantsChoice);
pants._visible = true;
pantsStars.nextFrame();
_global.deletePant2 = 1;
trace("User Pants choice = " + _global.pantsChoice);
} else {
pantscontainer3._visible = false;
pantscontainer3._x = 654.5;
pantscontainer3._y = 344.4;
}
};
pantscontainer4.onPress = function () {
pantscontainer4.startDrag(lockCenter);
};
pantscontainer4.onRelease = function () {
stopDrag();
if (pantscontainer4.hitTest(pants_hit)) {
pantscontainer4._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose4;
pants.gotoAndStop(_global.pantsChoice);
pants._visible = true;
pantsStars.nextFrame();
_global.deletePant4 = 1;
trace("User Pants choice = " + _global.pantsChoice);
} else {
pantscontainer4._visible = false;
pantscontainer4._x = 617.1;
pantscontainer4._y = 227.8;
}
};
pantscontainer5.onPress = function () {
pantscontainer5.startDrag(lockCenter);
};
pantscontainer5.onRelease = function () {
stopDrag();
if (pantscontainer5.hitTest(pants_hit)) {
pantscontainer5._visible = false;
pantsStart._visible = false;
_global.pantsChoice = _global.pantsChoose4;
pants.gotoAndStop(_global.pantsChoice);
pants._visible = true;
pantsStars.nextFrame();
_global.deletePant8 = 1;
trace("User Pants choice = " + _global.pantsChoice);
} else {
pantscontainer5._visible = false;
pantscontainer5._x = 662.5;
pantscontainer5._y = 347.4;
}
};
m1container.onPress = function () {
m1container.startDrag(lockCenter);
};
m1container.onRelease = function () {
stopDrag();
if (m1container.hitTest(hat_hit)) {
m1container._visible = false;
_global.hatChoice = _global.hatChoose8;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hat._visible = true;
hatStars.nextFrame();
_global.deleteHat4 = 1;
trace("User Hat choice = " + _global.hatChoice);
} else {
m1container._visible = false;
m1container._x = 412.9;
m1container._y = 74.5;
}
};
m1container2.onPress = function () {
m1container2.startDrag(lockCenter);
};
m1container2.onRelease = function () {
stopDrag();
if (m1container2.hitTest(bag_hit)) {
m1container2._visible = false;
_global.bagChoice = _global.bagChoose;
bag.gotoAndStop(_global.bagChoice);
bag.bagon.gotoAndStop(2);
bag._visible = true;
bagStars.nextFrame();
_global.deleteBag4 = 1;
trace("User Bag choice = " + _global.bagChoice);
} else {
m1container2._visible = false;
m1container2._x = 427.9;
m1container2._y = 79.5;
}
};
m2container.onPress = function () {
m2container.startDrag(lockCenter);
};
m2container.onRelease = function () {
stopDrag();
if (m2container.hitTest(hat_hit)) {
m2container._visible = false;
_global.hatChoice = _global.hatChoose8;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hat._visible = true;
hatStars.nextFrame();
_global.deleteHat4 = 1;
trace("User Hat choice = " + _global.hatChoice);
} else {
m2container._visible = false;
m2container._x = 700.5;
m2container._y = 108;
}
};
m2container2.onPress = function () {
m2container2.startDrag(lockCenter);
};
m2container2.onRelease = function () {
stopDrag();
if (m2container2.hitTest(bag_hit)) {
m2container2._visible = false;
_global.bagChoice = _global.bagChoose;
bag.gotoAndStop(_global.bagChoice);
bag.bagon.gotoAndStop(2);
bag._visible = true;
bagStars.nextFrame();
_global.deleteBag4 = 1;
trace("User Bag choice = " + _global.bagChoice);
} else {
m2container2._visible = false;
m2container2._x = 702.5;
m2container2._y = 115;
}
};
m3container.onPress = function () {
m3container.startDrag(lockCenter);
};
m3container.onRelease = function () {
stopDrag();
if (m3container.hitTest(hat_hit)) {
m3container._visible = false;
_global.hatChoice = _global.hatChoose8;
hat.gotoAndStop(_global.hatChoice);
hat.haton.gotoAndStop(2);
hat._visible = true;
hatStars.nextFrame();
_global.deleteHat4 = 1;
trace("User Hat choice = " + _global.hatChoice);
} else {
m3container._visible = false;
m3container._x = 792.6;
m3container._y = 79.5;
}
};
m3container2.onPress = function () {
m3container2.startDrag(lockCenter);
};
m3container2.onRelease = function () {
stopDrag();
if (m3container2.hitTest(bag_hit)) {
m3container2._visible = false;
_global.bagChoice = _global.bagChoose;
bag.gotoAndStop(_global.bagChoice);
bag.bagon.gotoAndStop(2);
bag._visible = true;
bagStars.nextFrame();
_global.deleteBag4 = 1;
trace("User Bag choice = " + _global.bagChoice);
} else {
m3container2._visible = false;
m3container2._x = 789.6;
m3container2._y = 86.5;
}
};
rug1.onPress = function () {
rug1.startDrag(lockCenter);
};
rug1.onRelease = function () {
stopDrag();
if (rug1.hitTest(shoes_hit)) {
rug1._visible = false;
_global.shoesChoice = _global.shoesChoose5;
shoes.gotoAndStop(_global.shoesChoice);
shoes.shoeson.gotoAndStop(2);
shoes._visible = true;
shoesStars.nextFrame();
_global.deleteShoes25 = 1;
trace("User Shoes choice = " + _global.shoesChoice);
} else {
rug1._visible = false;
rug1._x = 498.9;
rug1._y = 405.8;
}
};
rug2.onPress = function () {
rug2.startDrag(lockCenter);
};
rug2.onRelease = function () {
stopDrag();
if (rug2.hitTest(shoes_hit)) {
rug2._visible = false;
_global.shoesChoice = _global.shoesChoose5;
shoes.gotoAndStop(_global.shoesChoice);
shoes.shoeson.gotoAndStop(2);
shoes._visible = true;
shoesStars.nextFrame();
_global.deleteShoes35 = 1;
trace("User Shoes choice = " + _global.shoesChoice);
} else {
rug2._visible = false;
rug2._x = 629.8;
rug2._y = 447.3;
}
};
Instance of Symbol 441 MovieClip "f1" in Symbol 573 MovieClip Frame 1
on (press) {
_global.f1 = 1;
_global.timer_txt = 1;
_global.fashionTitle = 1;
_level0.flasher.gotoAndPlay(2);
this._visible = false;
}
Instance of Symbol 441 MovieClip "f2" in Symbol 573 MovieClip Frame 1
on (press) {
_global.f2 = 1;
_global.timer_txt = 1;
_global.fashionTitle = 1;
_level0.flasher.gotoAndPlay(2);
this._visible = false;
}
Instance of Symbol 441 MovieClip "f3" in Symbol 573 MovieClip Frame 1
on (press) {
_global.fashionTitle = 1;
_global.timer_txt = 1;
_global.f3 = 1;
_level0.flasher.gotoAndPlay(2);
this._visible = false;
}
Instance of Symbol 420 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("brat" + _global.choice);
}
Instance of Symbol 525 MovieClip "s3" in Symbol 573 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 242 MovieClip [shirts_mc2] "topFolded" in Symbol 573 MovieClip Frame 1
on (press) {
this._visible = false;
_parent.topDrag3._visible = true;
}
Instance of Symbol 568 MovieClip "pantsFolded2" in Symbol 573 MovieClip Frame 1
on (press) {
_parent.pantsDrag3._visible = true;
this._visible = false;
}
Instance of Symbol 239 MovieClip [pants_mc] "pantsFolded" in Symbol 573 MovieClip Frame 1
on (press) {
_parent.pantsDrag2._visible = true;
this._visible = false;
}
Symbol 586 MovieClip Frame 1
stop();
Symbol 586 MovieClip Frame 2
play();
Symbol 586 MovieClip Frame 27
gotoAndPlay (2);
Symbol 587 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
help._visible = true;
if (help._visible == true) {
help4._visible = false;
playagain._visible = false;
help_btn.gotoAndStop(1);
}
}
on (rollOver) {
help_btn.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
help_btn.gotoAndStop(1);
}
Symbol 588 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
_global.resetMe();
_global.gameTime = 1;
_level0.gotoAndPlay("choose");
kickinBeat.stop();
}
on (rollOver) {
nextBTN.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
nextBTN.gotoAndStop(1);
}
Symbol 601 MovieClip Frame 1
stop();
Symbol 601 MovieClip Frame 2
play();
Symbol 601 MovieClip Frame 27
gotoAndPlay (2);
Symbol 605 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
_level0.help._visible = true;
if (_level0.help._visible == true) {
this._visible = false;
tryagain._visible = false;
help_btn.gotoAndStop(1);
}
}
on (rollOver) {
help_btn.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
help_btn.gotoAndStop(1);
}
Symbol 606 MovieClip Frame 1
if (_level0.help._visible == false) {
help3._visible = true;
tryagain._visible = true;
help_btn.gotoAndStop(1);
}
topMatch.gotoAndStop(_global.topMatch);
shoesMatch.gotoAndStop(_global.shoesMatch);
pantsMatch.gotoAndStop(_global.pantsMatch);
bagMatch.gotoAndStop(_global.bagMatch);
hatMatch.gotoAndStop(_global.hatMatch);
top.gotoAndStop(_global.topChoice);
shoes.gotoAndStop(_global.shoesChoice);
pants.gotoAndStop(_global.pantsChoice);
bag.gotoAndStop(_global.bagChoice);
hat.gotoAndStop(_global.hatChoice);
if (_global.shoesChoice == 0) {
shoes.gotoAndStop(7);
}
if (_global.bagChoice == 0) {
bag.gotoAndStop(6);
}
if (_global.hatChoice == 0) {
hat.gotoAndStop(8);
}
topMatch.topon.gotoAndStop(2);
shoesMatch.shoeson.gotoAndStop(2);
bagMatch.bagon.gotoAndStop(2);
hatMatch.haton.gotoAndStop(2);
top.topon.gotoAndStop(2);
shoes.shoeson.gotoAndStop(2);
bag.bagon.gotoAndStop(2);
hat.haton.gotoAndStop(2);
if (_global.topChoice == _global.topMatch) {
_global.matchOutput++;
_global.scoreOutput++;
}
if (_global.pantsChoice == _global.pantsMatch) {
_global.matchOutput++;
_global.scoreOutput++;
}
if (_global.shoesChoice == _global.shoesMatch) {
_global.matchOutput++;
_global.scoreOutput++;
}
if (_global.bagChoice == _global.bagMatch) {
_global.matchOutput++;
_global.scoreOutput++;
}
if (_global.hatChoice == _global.hatMatch) {
_global.matchOutput++;
_global.scoreOutput++;
}
matchOutput_txt.text = _global.matchOutput;
scoreOutput_txt.text = _global.scoreOutput;
Instance of Symbol 420 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("brat" + _global.choice);
}
Instance of Symbol 420 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop("brat" + _global.choice);
}
Symbol 607 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
_global.resetMe();
_global.gameTime = 1;
_level0.gotoAndPlay("choose");
kickinBeat.stop();
}
on (rollOver) {
screen.againBTN.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
screen.againBTN.gotoAndStop(1);
}
Symbol 608 Button
on (press) {
_level0.clicked.gotoAndPlay(2);
gotoAndStop(_global.myLink);
if (_global.myLink == "gameplay") {
_global.ff_noshow = 1;
}
}
on (rollOver) {
backBTN.gotoAndPlay(2);
_level0.rollover.gotoAndPlay(2);
}
on (rollOut) {
backBTN.gotoAndStop(1);
}