Frame 1
var byteLoaded = _root.getBytesLoaded();
var byteTotal = _root.getBytesTotal();
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100);
if (percent >= 100) {
stopAllSounds();
gotoAndStop (3);
var playerName = "Enter Name";
var endDifficulty = false;
var audioTrack = true;
}
Frame 2
gotoAndPlay (1);
Frame 3
stop();
var baseMenu = true;
var dressScreen = false;
var failure = false;
var success = false;
var buttonDisable = false;
var headSelected = false;
var chestSelected = false;
var armsSelected = false;
var torsoSelected = false;
var legsSelected = false;
var feetSelected = false;
var handsSelected = false;
var headDress = false;
var headTowel = false;
var raverHat = false;
var scoutHat = false;
var bowTie = false;
var scoutShirt = false;
var raverShirt = false;
var newBlack1 = false;
var newBlack2 = false;
var blackAndProudShirt = false;
var smShirt = false;
var eSkirt = false;
var wTowel = false;
var boxers = false;
var cdShorts = false;
var wristCuffs = false;
var bracelet = false;
var smGloves = false;
var cdCuffs = false;
var leCigarette = false;
var raverPants = false;
var scoutShorts = false;
var proudPants = false;
var blackPants = false;
var smDress = false;
var sandals = false;
var ronaldShoes = false;
var ankleCuffs = false;
var scoutSocks = false;
var blackShoes = false;
var smShoes = false;
var cdSocks = false;
var difficulty = 1;
var headScore = 0;
var chestScore = 0;
var armsScore = 0;
var torsoScore = 0;
var legsScore = 0;
var feetScore = 0;
var handsScore = 0;
var score = 0;
var minimumScore = 0;
var deletePressed = 0;
var headRemoved = false;
var chestRemoved = false;
var armsRemoved = false;
var torsoRemoved = false;
var legsRemoved = false;
var feetRemoved = false;
var handsRemoved = false;
Instance of Symbol 78 MovieClip "helpMenu" in Frame 3
onClipEvent (load) {
this._visible = false;
}
Frame 4
stop();
if (_root.dressScreen == false) {
_root.gotoAndPlay(1);
}
Instance of Symbol 90 MovieClip in Frame 4
on (rollOver) {
this.gotoAndPlay(2);
_root.endGameDialog._visible = true;
_root.endGameDialog._x = _xmouse + 170;
_root.endGameDialog._y = _ymouse + 500;
_root.endGameDialog.startDrag("");
}
on (rollOut) {
this.gotoAndPlay(7);
_root.endGameDialog._visible = false;
_root.endGameDialog.stopDrag("");
_root.endGameDialog._x = _root.endGameDialog.xPos;
_root.endGameDialog._y = _root.endGameDialog.yPos;
}
on (dragOut) {
this.gotoAndPlay(7);
_root.endGameDialog._visible = false;
_root.endGameDialog.stopDrag("");
_root.endGameDialog._x = _root.endGameDialog.xPos;
_root.endGameDialog._y = _root.endGameDialog.yPos;
}
on (release) {
stopAllSounds();
_root.dressScreen = false;
_root.gotoAndStop(5);
}
Instance of Symbol 93 MovieClip in Frame 4
on (rollOver) {
this.gotoAndPlay(2);
_root.eraserDialog._visible = true;
_root.eraserDialog._x = _xmouse + 105;
_root.eraserDialog._y = _ymouse + 500;
_root.eraserDialog.startDrag("");
}
on (rollOut) {
this.gotoAndPlay(7);
_root.eraserDialog._visible = false;
_root.eraserDialog.stopDrag("");
_root.eraserDialog._x = _root.eraserDialog.xPos;
_root.eraserDialog._y = _root.eraserDialog.yPos;
}
on (dragOut) {
this.gotoAndPlay(7);
_root.eraserDialog._visible = false;
_root.eraserDialog.stopDrag("");
_root.eraserDialog._x = _root.eraserDialog.xPos;
_root.eraserDialog._y = _root.eraserDialog.yPos;
}
on (release) {
stopAllSounds();
_root.gotoAndStop(3);
}
Instance of Symbol 98 MovieClip in Frame 4
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
if (_root.headSelected == true) {
_root.dClothes.dHead.nextFrame();
}
if (_root.chestSelected == true) {
_root.dClothes.dChest.nextFrame();
}
if (_root.armsSelected == true) {
_root.dClothes.dArms.nextFrame();
}
if (_root.handsSelected == true) {
_root.dClothes.dHands.nextFrame();
}
if (_root.torsoSelected == true) {
_root.dClothes.dWaist.nextFrame();
}
if (_root.legsSelected == true) {
_root.dClothes.dLegs.nextFrame();
}
if (_root.feetSelected == true) {
_root.dClothes.dFeet.nextFrame();
}
}
Instance of Symbol 98 MovieClip in Frame 4
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
if (_root.headSelected == true) {
_root.dClothes.dHead.prevFrame();
}
if (_root.chestSelected == true) {
_root.dClothes.dChest.prevFrame();
}
if (_root.armsSelected == true) {
_root.dClothes.dArms.prevFrame();
}
if (_root.handsSelected == true) {
_root.dClothes.dHands.prevFrame();
}
if (_root.torsoSelected == true) {
_root.dClothes.dWaist.prevFrame();
}
if (_root.legsSelected == true) {
_root.dClothes.dLegs.prevFrame();
}
if (_root.feetSelected == true) {
_root.dClothes.dFeet.prevFrame();
}
}
Instance of Symbol 101 MovieClip "armsSelectButton" in Frame 4
on (rollOver) {
if (_root.armsSelected == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.armsSelected == false) {
this.gotoAndStop(1);
}
}
on (release) {
_root.armsSelected = true;
_root.chestSelected = false;
_root.chestSelectButton.gotoAndStop(1);
_root.headSelected = false;
_root.headSelectButton.gotoAndStop(1);
_root.torsoSelected = false;
_root.torsoSelectButton.gotoAndStop(1);
_root.legsSelected = false;
_root.legsSelectButton.gotoAndStop(1);
_root.feetSelected = false;
_root.feetSelectButton.gotoAndStop(1);
_root.handsSelected = false;
_root.handsSelectButton.gotoAndStop(1);
_root.dClothes.dHead._visible = false;
_root.dClothes.dChest._visible = false;
_root.dClothes.dWaist._visible = false;
_root.dClothes.dArms._visible = true;
_root.dClothes.dLegs._visible = false;
_root.dClothes.dHands._visible = false;
_root.dClothes.dFeet._visible = false;
_root.dClothes.dArms.gotoAndStop(1);
}
Instance of Symbol 104 MovieClip "torsoSelectButton" in Frame 4
on (rollOver) {
if (_root.torsoSelected == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.torsoSelected == false) {
this.gotoAndStop(1);
}
}
on (release) {
_root.torsoSelected = true;
_root.chestSelected = false;
_root.chestSelectButton.gotoAndStop(1);
_root.armsSelected = false;
_root.armsSelectButton.gotoAndStop(1);
_root.headSelected = false;
_root.headSelectButton.gotoAndStop(1);
_root.legsSelected = false;
_root.legsSelectButton.gotoAndStop(1);
_root.feetSelected = false;
_root.feetSelectButton.gotoAndStop(1);
_root.handsSelected = false;
_root.handsSelectButton.gotoAndStop(1);
_root.dClothes.dHead._visible = false;
_root.dClothes.dChest._visible = false;
_root.dClothes.dWaist._visible = true;
_root.dClothes.dArms._visible = false;
_root.dClothes.dLegs._visible = false;
_root.dClothes.dHands._visible = false;
_root.dClothes.dFeet._visible = false;
_root.dClothes.dWaist.gotoAndStop(1);
}
Instance of Symbol 107 MovieClip "legsSelectButton" in Frame 4
on (rollOver) {
if (_root.legsSelected == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.legsSelected == false) {
this.gotoAndStop(1);
}
}
on (release) {
_root.legsSelected = true;
_root.chestSelected = false;
_root.chestSelectButton.gotoAndStop(1);
_root.armsSelected = false;
_root.armsSelectButton.gotoAndStop(1);
_root.torsoSelected = false;
_root.torsoSelectButton.gotoAndStop(1);
_root.headSelected = false;
_root.headSelectButton.gotoAndStop(1);
_root.feetSelected = false;
_root.feetSelectButton.gotoAndStop(1);
_root.handsSelected = false;
_root.handsSelectButton.gotoAndStop(1);
_root.dClothes.dHead._visible = false;
_root.dClothes.dChest._visible = false;
_root.dClothes.dWaist._visible = false;
_root.dClothes.dArms._visible = false;
_root.dClothes.dLegs._visible = true;
_root.dClothes.dHands._visible = false;
_root.dClothes.dFeet._visible = false;
_root.dClothes.dLegs.gotoAndStop(1);
}
Instance of Symbol 111 MovieClip "handsSelectButton" in Frame 4
on (rollOver) {
if (_root.handsSelected == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.handsSelected == false) {
this.gotoAndStop(1);
}
}
on (release) {
_root.handsSelected = true;
_root.chestSelected = false;
_root.chestSelectButton.gotoAndStop(1);
_root.armsSelected = false;
_root.armsSelectButton.gotoAndStop(1);
_root.torsoSelected = false;
_root.torsoSelectButton.gotoAndStop(1);
_root.legsSelected = false;
_root.legsSelectButton.gotoAndStop(1);
_root.feetSelected = false;
_root.feetSelectButton.gotoAndStop(1);
_root.headSelected = false;
_root.headSelectButton.gotoAndStop(1);
_root.dClothes.dHead._visible = false;
_root.dClothes.dChest._visible = false;
_root.dClothes.dWaist._visible = false;
_root.dClothes.dArms._visible = false;
_root.dClothes.dLegs._visible = false;
_root.dClothes.dHands._visible = true;
_root.dClothes.dFeet._visible = false;
_root.dClothes.dHands.gotoAndStop(1);
}
Instance of Symbol 116 MovieClip "feetSelectButton" in Frame 4
on (rollOver) {
if (_root.feetSelected == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.feetSelected == false) {
this.gotoAndStop(1);
}
}
on (release) {
_root.feetSelected = true;
_root.chestSelected = false;
_root.chestSelectButton.gotoAndStop(1);
_root.armsSelected = false;
_root.armsSelectButton.gotoAndStop(1);
_root.torsoSelected = false;
_root.torsoSelectButton.gotoAndStop(1);
_root.legsSelected = false;
_root.legsSelectButton.gotoAndStop(1);
_root.headSelected = false;
_root.headSelectButton.gotoAndStop(1);
_root.handsSelected = false;
_root.handsSelectButton.gotoAndStop(1);
_root.dClothes.dHead._visible = false;
_root.dClothes.dChest._visible = false;
_root.dClothes.dWaist._visible = false;
_root.dClothes.dArms._visible = false;
_root.dClothes.dLegs._visible = false;
_root.dClothes.dHands._visible = false;
_root.dClothes.dFeet._visible = true;
_root.dClothes.dFeet.gotoAndStop(1);
}
Instance of Symbol 120 MovieClip "chestSelectButton" in Frame 4
on (rollOver) {
if (_root.chestSelected == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.chestSelected == false) {
this.gotoAndStop(1);
}
}
on (release) {
_root.chestSelected = true;
_root.headSelected = false;
_root.headSelectButton.gotoAndStop(1);
_root.armsSelected = false;
_root.armsSelectButton.gotoAndStop(1);
_root.torsoSelected = false;
_root.torsoSelectButton.gotoAndStop(1);
_root.legsSelected = false;
_root.legsSelectButton.gotoAndStop(1);
_root.feetSelected = false;
_root.feetSelectButton.gotoAndStop(1);
_root.handsSelected = false;
_root.handsSelectButton.gotoAndStop(1);
_root.dClothes.dHead._visible = false;
_root.dClothes.dChest._visible = true;
_root.dClothes.dWaist._visible = false;
_root.dClothes.dArms._visible = false;
_root.dClothes.dLegs._visible = false;
_root.dClothes.dHands._visible = false;
_root.dClothes.dFeet._visible = false;
_root.dClothes.dChest.gotoAndStop(1);
}
Instance of Symbol 124 MovieClip "headSelectButton" in Frame 4
on (rollOver) {
if (_root.headSelected == false) {
this.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.headSelected == false) {
this.gotoAndStop(1);
}
}
on (release) {
_root.headSelected = true;
_root.chestSelected = false;
_root.chestSelectButton.gotoAndStop(1);
_root.armsSelected = false;
_root.armsSelectButton.gotoAndStop(1);
_root.torsoSelected = false;
_root.torsoSelectButton.gotoAndStop(1);
_root.legsSelected = false;
_root.legsSelectButton.gotoAndStop(1);
_root.feetSelected = false;
_root.feetSelectButton.gotoAndStop(1);
_root.handsSelected = false;
_root.handsSelectButton.gotoAndStop(1);
_root.dClothes.dHead._visible = true;
_root.dClothes.dChest._visible = false;
_root.dClothes.dWaist._visible = false;
_root.dClothes.dArms._visible = false;
_root.dClothes.dLegs._visible = false;
_root.dClothes.dHands._visible = false;
_root.dClothes.dFeet._visible = false;
_root.dClothes.dHead.gotoAndStop(1);
}
Instance of Symbol 128 MovieClip "eraserDialog" in Frame 4
onClipEvent (load) {
xPos = this._x;
yPos = this._y;
this._visible = false;
}
Instance of Symbol 131 MovieClip "endGameDialog" in Frame 4
onClipEvent (load) {
xPos = this._x;
yPos = this._y;
this._visible = false;
}
Instance of Symbol 209 MovieClip "clothes" in Frame 4
onClipEvent (enterFrame) {
_root.score = ((((((_root.headScore + _root.chestScore) + _root.torsoScore) + _root.legsScore) + _root.handsScore) + _root.armsScore) + _root.feetScore) - ((_root.deletePressed * 15) + ((_root.deletePressed * 10) * _root.difficulty));
if (_root.score < 0) {
_root.score = 0;
}
}
Instance of Symbol 258 MovieClip in Frame 4
on (rollOver) {
if (_root.audioTrack == true) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(4);
}
}
on (rollOut) {
if (_root.audioTrack == true) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
on (release) {
if (_root.audioTrack == true) {
this.gotoAndStop(2);
stopAllSounds();
_root.musicLoop.gotoAndPlay(7332);
} else {
this.gotoAndStop(1);
_root.musicLoop.gotoAndPlay(1);
}
}
Frame 5
stop();
if (_root.dressScreen) {
_root.gotoAndPlay(1);
}
Frame 6
stop();
if (!_root.failure) {
gotoAndPlay (1);
}
Frame 7
stop();
if (!_root.success) {
gotoAndStop (1);
}
Frame 8
stop();
Frame 9
stop();
Instance of Symbol 13 MovieClip in Symbol 21 MovieClip [hourGlass] Frame 1
onClipEvent (enterFrame) {
this._yscale = 100 - ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
}
Instance of Symbol 17 MovieClip in Symbol 21 MovieClip [hourGlass] Frame 1
onClipEvent (enterFrame) {
this._yscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
}
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 6
stop();
Symbol 40 MovieClip Frame 11
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 6
stop();
Symbol 43 MovieClip Frame 11
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 6
stop();
Symbol 46 MovieClip Frame 11
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 6
stop();
Symbol 49 MovieClip Frame 11
stop();
Symbol 53 MovieClip Frame 1
stop();
_root.endDifficult = false;
_root.difficulty = 0;
_root.minimumScore = 1500;
Symbol 53 MovieClip Frame 2
stop();
_root.endDifficult = false;
_root.difficulty = 1;
_root.minimumScore = 2000;
Symbol 53 MovieClip Frame 3
stop();
_root.endDifficult = true;
_root.difficulty = 2;
_root.minimumScore = 2200;
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 6
stop();
Symbol 56 MovieClip Frame 11
stop();
Instance of Symbol 40 MovieClip in Symbol 57 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(7);
}
on (releaseOutside) {
this.gotoAndPlay(7);
}
on (release) {
if (!_root.buttonDisable) {
stopAllSounds();
_root.baseMenu = false;
_root.dressScreen = true;
_root.gotoAndStop(4);
}
}
Instance of Symbol 43 MovieClip in Symbol 57 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 46 MovieClip in Symbol 57 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(7);
}
on (releaseOutside) {
this.gotoAndPlay(7);
}
on (release) {
if (!_root.buttonDisable) {
this.gotoAndPlay(7);
_root.buttonDisable = true;
_root.helpMenu._visible = true;
}
}
Instance of Symbol 49 MovieClip in Symbol 57 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(7);
}
on (releaseOutside) {
this.gotoAndPlay(7);
}
on (release) {
if (!_root.buttonDisable) {
if (_root.endDifficult == false) {
_root.rootMenu.difficultySetting.nextFrame();
} else {
_root.rootMenu.difficultySetting.gotoAndStop(1);
}
}
}
Instance of Symbol 56 MovieClip in Symbol 57 MovieClip Frame 1
/* no clip actions */
Symbol 59 MovieClip Frame 1
_root.audioTrack = true;
Symbol 59 MovieClip Frame 7324
gotoAndPlay (1);
Symbol 59 MovieClip Frame 7325
_root.audioTrack = false;
Symbol 59 MovieClip Frame 7332
_root.audioTrack = false;
Symbol 59 MovieClip Frame 7351
stop();
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 6
stop();
Symbol 64 MovieClip Frame 11
stop();
Instance of Symbol 64 MovieClip in Symbol 78 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(7);
}
on (releaseOutside) {
this.gotoAndPlay(7);
}
on (release) {
_root.helpMenu._visible = false;
_root.buttonDisable = false;
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 6
stop();
Symbol 90 MovieClip Frame 11
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 6
stop();
Symbol 93 MovieClip Frame 11
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 1
stop();
Instance of Symbol 100 MovieClip in Symbol 101 MovieClip Frame 2
onClipEvent (load) {
var pressed = 0;
}
onClipEvent (enterFrame) {
if (_root.armsSelected == true) {
if (Key.isDown(46) || (Key.isDown(8))) {
_root.clothes.arms.gotoAndStop(1);
while (pressed < 1) {
_root.deletePressed++;
pressed++;
}
}
if ((!Key.isDown(46)) and (!Key.isDown(8))) {
if (_root.armsRemoved == false) {
pressed = 0;
}
}
}
}
Symbol 104 MovieClip Frame 1
stop();
Instance of Symbol 103 MovieClip in Symbol 104 MovieClip Frame 2
onClipEvent (load) {
var pressed = 0;
}
onClipEvent (enterFrame) {
if (_root.torsoSelected == true) {
if (Key.isDown(46) || (Key.isDown(8))) {
_root.clothes.waist.gotoAndStop(1);
while (pressed < 1) {
_root.deletePressed++;
pressed++;
}
}
if ((!Key.isDown(46)) and (!Key.isDown(8))) {
if (_root.torsoRemoved == false) {
pressed = 0;
}
}
}
}
Symbol 107 MovieClip Frame 1
stop();
Instance of Symbol 106 MovieClip in Symbol 107 MovieClip Frame 2
onClipEvent (load) {
var pressed = 0;
}
onClipEvent (enterFrame) {
if (_root.legsSelected == true) {
if (Key.isDown(46) || (Key.isDown(8))) {
_root.clothes.legs.gotoAndStop(1);
while (pressed < 1) {
_root.deletePressed++;
pressed++;
}
}
if ((!Key.isDown(46)) and (!Key.isDown(8))) {
if (_root.legsRemoved == false) {
pressed = 0;
}
}
}
}
Symbol 111 MovieClip Frame 1
stop();
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.handsSelected == true) {
if (Key.isDown(46) || (Key.isDown(8))) {
_root.clothes.hands.gotoAndStop(1);
}
}
}
Symbol 116 MovieClip Frame 1
stop();
Instance of Symbol 115 MovieClip in Symbol 116 MovieClip Frame 2
onClipEvent (load) {
var pressed = 0;
}
onClipEvent (enterFrame) {
if (_root.feetSelected == true) {
if (Key.isDown(46) || (Key.isDown(8))) {
_root.clothes.feet.gotoAndStop(1);
while (pressed < 1) {
_root.deletePressed++;
pressed++;
}
}
if ((!Key.isDown(46)) and (!Key.isDown(8))) {
if (_root.feetRemoved == false) {
pressed = 0;
}
}
}
}
Symbol 120 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip in Symbol 120 MovieClip Frame 2
onClipEvent (load) {
var pressed = 0;
}
onClipEvent (enterFrame) {
if (_root.chestSelected == true) {
if (Key.isDown(46) || (Key.isDown(8))) {
_root.clothes.chest.gotoAndStop(1);
while (pressed < 1) {
_root.deletePressed++;
pressed++;
}
}
if ((!Key.isDown(46)) and (!Key.isDown(8))) {
if (_root.chestRemoved == false) {
pressed = 0;
}
}
}
}
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 2
Instance of Symbol 123 MovieClip in Symbol 124 MovieClip Frame 2
onClipEvent (load) {
var pressed = 0;
}
onClipEvent (enterFrame) {
if (_root.headSelected == true) {
if (Key.isDown(46) || (Key.isDown(8))) {
_root.clothes.head.gotoAndStop(1);
while (pressed < 1) {
_root.deletePressed++;
pressed++;
}
}
if ((!Key.isDown(46)) and (!Key.isDown(8))) {
if (_root.headRemoved == false) {
pressed = 0;
}
}
}
}
Symbol 148 MovieClip Frame 1
stop();
_root.feetScore = 0;
_root.feetRemoved = true;
Symbol 148 MovieClip Frame 2
_root.feetRemoved = false;
Symbol 148 MovieClip Frame 3
_root.feetRemoved = false;
Symbol 148 MovieClip Frame 4
_root.feetRemoved = false;
Symbol 148 MovieClip Frame 5
_root.feetRemoved = false;
Symbol 148 MovieClip Frame 6
_root.feetRemoved = false;
Symbol 148 MovieClip Frame 7
_root.feetRemoved = false;
Symbol 148 MovieClip Frame 8
_root.feetRemoved = false;
Symbol 160 MovieClip Frame 1
stop();
_root.headScore = 0;
_root.headRemoved = true;
Symbol 160 MovieClip Frame 2
_root.headRemoved = false;
Symbol 160 MovieClip Frame 3
_root.headRemoved = false;
Symbol 160 MovieClip Frame 4
_root.headRemoved = false;
Symbol 160 MovieClip Frame 5
_root.headRemoved = false;
Symbol 160 MovieClip Frame 6
_root.headRemoved = false;
Symbol 169 MovieClip Frame 1
stop();
_root.armsScore = 0;
Symbol 172 MovieClip Frame 1
stop();
_root.handScore = 0;
_root.handsRemoved = false;
_root.handScore = 0;
_root.leCigarette = false;
Symbol 172 MovieClip Frame 2
_root.handScore = 300;
_root.handsRemoved = false;
Symbol 181 MovieClip Frame 1
stop();
_root.torsoScore = 0;
_root.torsoRemoved = true;
Symbol 181 MovieClip Frame 2
_root.torsoRemoved = true;
Symbol 181 MovieClip Frame 3
_root.torsoRemoved = true;
Symbol 181 MovieClip Frame 4
_root.torsoRemoved = true;
Symbol 181 MovieClip Frame 5
_root.torsoRemoved = true;
Symbol 193 MovieClip Frame 1
stop();
_root.legsScore = 0;
_root.legsRemoved = false;
Symbol 193 MovieClip Frame 2
_root.legsRemoved = true;
Symbol 193 MovieClip Frame 3
_root.legsRemoved = true;
Symbol 193 MovieClip Frame 4
_root.legsRemoved = true;
Symbol 193 MovieClip Frame 5
_root.legsRemoved = true;
Symbol 193 MovieClip Frame 6
_root.legsRemoved = true;
Symbol 208 MovieClip Frame 1
stop();
_root.chestScore = 0;
_root.chestRemoved = true;
Symbol 208 MovieClip Frame 2
_root.chestRemoved = false;
Symbol 208 MovieClip Frame 3
_root.chestRemoved = false;
Symbol 208 MovieClip Frame 4
_root.chestRemoved = false;
Symbol 208 MovieClip Frame 5
_root.chestRemoved = false;
Symbol 208 MovieClip Frame 6
_root.chestRemoved = false;
Symbol 208 MovieClip Frame 7
_root.chestRemoved = false;
Instance of Symbol 210 MovieClip in Symbol 217 MovieClip Frame 1
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.9;
this._yscale = this._yscale * 0.9;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdSocks = false;
_root.sandals = true;
_root.ronaldShoes = false;
_root.ankleCuffs = false;
_root.scoutSocks = false;
_root.blackShoes = false;
_root.smShoes = false;
_root.clothes.feet.gotoAndStop(2);
_root.hitDetection = true;
_root.dClothes.dFeet.nextFrame();
}
this._xscale = this._xscale * 0.9;
this._yscale = this._yscale * 0.9;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 211 MovieClip in Symbol 217 MovieClip Frame 2
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdSocks = false;
_root.sandals = false;
_root.ronaldShoes = true;
_root.ankleCuffs = false;
_root.scoutSocks = false;
_root.blackShoes = false;
_root.smShoes = false;
_root.clothes.feet.gotoAndStop(3);
_root.hitDetection = true;
_root.dClothes.dFeet.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 212 MovieClip in Symbol 217 MovieClip Frame 3
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.9;
this._yscale = this._yscale * 0.9;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdSocks = false;
_root.sandals = false;
_root.ronaldShoes = false;
_root.ankleCuffs = true;
_root.scoutSocks = false;
_root.blackShoes = false;
_root.smShoes = false;
_root.clothes.feet.gotoAndStop(4);
_root.hitDetection = true;
_root.dClothes.dFeet.nextFrame();
}
this._xscale = this._xscale * 0.9;
this._yscale = this._yscale * 0.9;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 213 MovieClip in Symbol 217 MovieClip Frame 4
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.75;
this._yscale = this._yscale * 0.75;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdSocks = false;
_root.sandals = false;
_root.ronaldShoes = false;
_root.ankleCuffs = false;
_root.scoutSocks = true;
_root.blackShoes = false;
_root.smShoes = false;
_root.clothes.feet.gotoAndStop(5);
_root.hitDetection = true;
_root.dClothes.dFeet.nextFrame();
}
this._xscale = this._xscale * 0.75;
this._yscale = this._yscale * 0.75;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 214 MovieClip in Symbol 217 MovieClip Frame 5
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.85;
this._yscale = this._yscale * 0.85;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdSocks = false;
_root.sandals = false;
_root.ronaldShoes = false;
_root.ankleCuffs = false;
_root.scoutSocks = false;
_root.blackShoes = true;
_root.smShoes = false;
_root.clothes.feet.gotoAndStop(6);
_root.hitDetection = true;
_root.dClothes.dFeet.nextFrame();
}
this._xscale = this._xscale * 0.85;
this._yscale = this._yscale * 0.85;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 215 MovieClip in Symbol 217 MovieClip Frame 6
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.85;
this._yscale = this._yscale * 0.85;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdSocks = false;
_root.smShoes = true;
_root.sandals = false;
_root.ronaldShoes = false;
_root.ankleCuffs = false;
_root.scoutSocks = false;
_root.blackShoes = false;
_root.clothes.feet.gotoAndStop(7);
_root.hitDetection = true;
_root.dClothes.dFeet.nextFrame();
}
this._xscale = this._xscale * 0.85;
this._yscale = this._yscale * 0.85;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 216 MovieClip in Symbol 217 MovieClip Frame 7
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.9;
this._yscale = this._yscale * 0.9;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdSocks = true;
_root.smShoes = false;
_root.sandals = false;
_root.ronaldShoes = false;
_root.ankleCuffs = false;
_root.scoutSocks = false;
_root.blackShoes = false;
_root.clothes.feet.gotoAndStop(8);
_root.hitDetection = true;
_root.dClothes.dFeet.nextFrame();
}
this._xscale = this._xscale * 0.9;
this._yscale = this._yscale * 0.9;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 218 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.9;
this._yscale = this._yscale * 0.9;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.leCigarette = true;
_root.clothes.hands.gotoAndStop(2);
_root.hitDetection = true;
_root.dClothes.dHands.nextFrame();
}
this._xscale = this._xscale * 0.9;
this._yscale = this._yscale * 0.9;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Symbol 224 MovieClip Frame 1
stop();
Instance of Symbol 220 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.3;
this._yscale = this._yscale * 0.3;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.raverPants = true;
_root.scoutShorts = false;
_root.blackPants = false;
_root.proudPants = false;
_root.clothes.legs.gotoAndStop(2);
_root.hitDetection = true;
_root.dClothes.dLegs.nextFrame();
}
this._xscale = this._xscale * 0.3;
this._yscale = this._yscale * 0.3;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Symbol 224 MovieClip Frame 2
stop();
Instance of Symbol 221 MovieClip in Symbol 224 MovieClip Frame 2
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.scoutShorts = true;
_root.raverPants = false;
_root.blackPants = false;
_root.clothes.legs.gotoAndStop(3);
_root.hitDetection = true;
_root.dClothes.dLegs.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Symbol 224 MovieClip Frame 3
stop();
Instance of Symbol 188 MovieClip in Symbol 224 MovieClip Frame 3
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.3;
this._yscale = this._yscale * 0.3;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.scoutShorts = false;
_root.raverPants = false;
_root.blackPants = true;
_root.clothes.legs.gotoAndStop(4);
_root.hitDetection = true;
_root.dClothes.dLegs.nextFrame();
}
this._xscale = this._xscale * 0.3;
this._yscale = this._yscale * 0.3;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Symbol 224 MovieClip Frame 4
stop();
Instance of Symbol 222 MovieClip in Symbol 224 MovieClip Frame 4
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.3;
this._yscale = this._yscale * 0.3;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.scoutShorts = false;
_root.raverPants = false;
_root.blackPants = true;
_root.clothes.legs.gotoAndStop(5);
_root.hitDetection = true;
_root.dClothes.dLegs.nextFrame();
}
this._xscale = this._xscale * 0.3;
this._yscale = this._yscale * 0.3;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Symbol 224 MovieClip Frame 5
stop();
Instance of Symbol 223 MovieClip in Symbol 224 MovieClip Frame 5
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.75;
this._yscale = this._yscale * 0.75;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.smDress = true;
_root.scoutShorts = false;
_root.raverPants = false;
_root.blackPants = false;
_root.clothes.legs.gotoAndStop(6);
_root.hitDetection = true;
_root.dClothes.dLegs.nextFrame();
}
this._xscale = this._xscale * 0.75;
this._yscale = this._yscale * 0.75;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 225 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.75;
this._yscale = this._yscale * 0.75;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdCuffs = false;
_root.smGloves = false;
_root.wristCuffs = true;
_root.bracelet = false;
_root.clothes.arms.gotoAndStop(2);
_root.hitDetection = true;
_root.dClothes.dArms.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 226 MovieClip in Symbol 229 MovieClip Frame 2
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.75;
this._yscale = this._yscale * 0.75;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdCuffs = false;
_root.smGloves = false;
_root.bracelet = true;
_root.wristCuffs = false;
_root.clothes.arms.gotoAndStop(3);
_root.hitDetection = true;
_root.dClothes.dArms.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 227 MovieClip in Symbol 229 MovieClip Frame 3
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.5;
this._yscale = this._yscale * 0.5;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdCuffs = false;
_root.smGloves = true;
_root.bracelet = false;
_root.wristCuffs = false;
_root.clothes.arms.gotoAndStop(4);
_root.hitDetection = true;
_root.dClothes.dArms.nextFrame();
}
this._xscale = this._xscale * 0.5;
this._yscale = this._yscale * 0.5;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 228 MovieClip in Symbol 229 MovieClip Frame 4
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.85;
this._yscale = this._yscale * 0.85;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdCuffs = true;
_root.smGloves = false;
_root.wristCuffs = false;
_root.bracelet = false;
_root.clothes.arms.gotoAndStop(5);
_root.hitDetection = true;
_root.dClothes.dArms.nextFrame();
}
this._xscale = this._xscale * 0.85;
this._yscale = this._yscale * 0.85;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 230 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdShorts = false;
_root.eSkirt = true;
_root.wTowel = false;
_root.boxers = false;
_root.clothes.waist.gotoAndStop(2);
_root.hitDetection = true;
_root.dClothes.dWaist.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 231 MovieClip in Symbol 234 MovieClip Frame 2
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdShorts = false;
_root.eSkirt = false;
_root.wTowel = true;
_root.boxers = false;
_root.clothes.waist.gotoAndStop(3);
_root.hitDetection = true;
_root.dClothes.dWaist.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 232 MovieClip in Symbol 234 MovieClip Frame 3
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdShorts = false;
_root.eSkirt = false;
_root.wTowel = false;
_root.boxers = true;
_root.clothes.waist.gotoAndStop(4);
_root.hitDetection = true;
_root.dClothes.dWaist.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 4
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.85;
this._yscale = this._yscale * 0.85;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.cdShorts = true;
_root.eSkirt = false;
_root.wTowel = false;
_root.boxers = false;
_root.clothes.waist.gotoAndStop(5);
_root.hitDetection = true;
_root.dClothes.dWaist.nextFrame();
}
this._xscale = this._xscale * 0.85;
this._yscale = this._yscale * 0.85;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 235 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.smShirt = false;
_root.scoutShirt = true;
_root.raverShirt = false;
_root.newBlack1 = false;
_root.newBlack2 = false;
_root.blackAndProudShirt = false;
_root.clothes.chest.gotoAndStop(2);
_root.hitDetection = true;
_root.dClothes.dChest.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 236 MovieClip in Symbol 242 MovieClip Frame 2
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.smShirt = false;
_root.scoutShirt = false;
_root.raverShirt = true;
_root.newBlack1 = false;
_root.newBlack2 = false;
_root.blackAndProudShirt = false;
_root.clothes.chest.gotoAndStop(3);
_root.hitDetection = true;
_root.dClothes.dChest.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 237 MovieClip in Symbol 242 MovieClip Frame 3
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.5;
this._yscale = this._yscale * 0.5;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.smShirt = false;
_root.scoutShirt = false;
_root.raverShirt = false;
_root.newBlack1 = true;
_root.newBlack2 = false;
_root.blackAndProudShirt = false;
_root.clothes.chest.gotoAndStop(4);
_root.hitDetection = true;
_root.dClothes.dChest.nextFrame();
}
this._xscale = this._xscale * 0.5;
this._yscale = this._yscale * 0.5;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 238 MovieClip in Symbol 242 MovieClip Frame 4
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.45;
this._yscale = this._yscale * 0.45;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.smShirt = false;
_root.scoutShirt = false;
_root.raverShirt = false;
_root.newBlack1 = false;
_root.newBlack2 = true;
_root.blackAndProudShirt = false;
_root.clothes.chest.gotoAndStop(5);
_root.hitDetection = true;
_root.dClothes.dChest.nextFrame();
}
this._xscale = this._xscale * 0.45;
this._yscale = this._yscale * 0.45;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 239 MovieClip in Symbol 242 MovieClip Frame 5
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.smShirt = false;
_root.scoutShirt = false;
_root.raverShirt = true;
_root.newBlack1 = false;
_root.newBlack2 = false;
_root.blackAndProudShirt = true;
_root.clothes.chest.gotoAndStop(6);
_root.hitDetection = true;
_root.dClothes.dChest.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 241 MovieClip in Symbol 242 MovieClip Frame 6
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.smShirt = true;
_root.scoutShirt = false;
_root.raverShirt = false;
_root.newBlack1 = false;
_root.newBlack2 = false;
_root.blackAndProudShirt = false;
_root.clothes.chest.gotoAndStop(7);
_root.hitDetection = true;
_root.dClothes.dChest.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 244 MovieClip "dHeadDress" in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.bowTie = false;
_root.headDress = true;
_root.headTowel = false;
_root.scoutHat = false;
_root.raverHat = false;
_root.clothes.head.gotoAndStop(2);
_root.hitDetection = true;
_root.dClothes.dHead.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 246 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.bowTie = false;
_root.headTowel = true;
_root.headDress = false;
_root.scoutHat = false;
_root.raverHat = false;
_root.clothes.head.gotoAndStop(3);
_root.hitDetection = true;
_root.dClothes.dHead.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 247 MovieClip in Symbol 250 MovieClip Frame 3
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.bowTie = false;
_root.scoutHat = false;
_root.raverHat = true;
_root.headTowel = false;
_root.headDress = false;
_root.clothes.head.gotoAndStop(4);
_root.hitDetection = true;
_root.dClothes.dHead.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 248 MovieClip in Symbol 250 MovieClip Frame 4
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.bowTie = false;
_root.headTowel = false;
_root.headDress = false;
_root.scoutHat = true;
_root.raverHat = false;
_root.clothes.head.gotoAndStop(5);
_root.hitDetection = true;
_root.dClothes.dHead.nextFrame();
}
this._xscale = this._xscale * 0.65;
this._yscale = this._yscale * 0.65;
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 249 MovieClip in Symbol 250 MovieClip Frame 5
onClipEvent (load) {
var xPos = this._x;
var yPos = this._y;
var xScale = this._xscale;
var yScale = this._yscale;
this.visible = true;
}
on (press) {
this._xscale = xScale;
this._yscale = yScale;
startDrag ("");
}
on (release) {
if (this.hitTest(_root.hitBox1)) {
_root.bowTie = true;
_root.headTowel = false;
_root.headDress = false;
_root.scoutHat = false;
_root.raverHat = false;
_root.clothes.head.gotoAndStop(6);
_root.hitDetection = true;
_root.dClothes.dHead.nextFrame();
}
this._x = xPos;
this._y = yPos;
stopDrag();
}
Instance of Symbol 217 MovieClip "dFeet" in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.sandals == true) {
_root.feetScore = 500;
}
if (_root.ronaldShoes == true) {
_root.feetScore = 700;
}
if (_root.ankleCuffs == true) {
_root.feetScore = 650;
}
if (_root.scoutSocks == true) {
_root.feetScore = 350;
}
if (_root.blackShoes == true) {
_root.feetScore = 400;
}
if (_root.smShoes == true) {
_root.feetScore = 750;
}
if (_root.cdSocks == true) {
_root.feetScore = 575;
}
}
Instance of Symbol 219 MovieClip "dHands" in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.leCigarette == true) {
_root.handsScore = 300;
}
}
Instance of Symbol 224 MovieClip "dLegs" in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.raverPants == true) {
_root.legsScore = 700;
}
if (_root.scoutShorts == true) {
_root.legsScore = 500;
}
if (_root.blackPants == true) {
_root.legsScore = 650;
}
if (_root.proudPants == true) {
_root.legsScore = 750;
}
if (_root.smDress == true) {
_root.legsScore = 550;
}
}
Instance of Symbol 229 MovieClip "dArms" in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.bracelet == true) {
_root.armsScore = 200 - (_root.difficulty * 25);
}
if (_root.wristCuffs == true) {
_root.armsScore = 150 - (_root.difficulty * 25);
}
if (_root.smGloves == true) {
_root.armsScore = 250;
}
if (_root.cdCuffs == true) {
_root.armsScore = 150 - (_root.difficulty * 25);
}
}
Instance of Symbol 234 MovieClip "dWaist" in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.eSkirt == true) {
_root.torsoScore = 100 - (_root.difficulty * 25);
}
if (_root.wTowel == true) {
_root.torsoScore = 150 - (_root.difficulty * 25);
}
if (_root.boxers == true) {
_root.torsoScore = 125 - (_root.difficulty * 25);
}
if (_root.cdShorts == true) {
_root.torsoScore = 100 - (_root.difficulty * 25);
}
}
Instance of Symbol 242 MovieClip "dChest" in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.scoutShirt == true) {
_root.chestScore = 225 - (_root.difficulty * 25);
}
if (_root.raverShirt == true) {
_root.chestScore = 100 - (_root.difficulty * 25);
}
if (_root.newBlack1 == true) {
_root.chestScore = 150 - (_root.difficulty * 25);
}
if (_root.newBlack2 == true) {
_root.chestScore = 200 - (_root.difficulty * 25);
}
if (_root.blackAndProudShirt == true) {
_root.chestScore = 300 - (_root.difficulty * 25);
}
if (_root.smShirt == true) {
_root.chestScore = 275 - (_root.difficulty * 25);
}
}
Instance of Symbol 250 MovieClip "dHead" in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.headDress == true) {
_root.headScore = 150 - (_root.difficulty * 25);
}
if (_root.headTowel == true) {
_root.headScore = 75 - (_root.difficulty * 25);
}
if (_root.scoutHat == true) {
_root.headScore = 100 - (_root.difficulty * 25);
}
if (_root.raverHat == true) {
_root.headScore = 200 - (_root.difficulty * 25);
}
if (_root.bowTie == true) {
_root.headScore = 250 - (_root.difficulty * 25);
}
}
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 2
stop();
Symbol 258 MovieClip Frame 3
stop();
Symbol 258 MovieClip Frame 4
stop();
Symbol 261 MovieClip Frame 35
if (_root.minimumScore > _root.score) {
_root.failure = true;
_root.gotoAndStop(6);
} else {
_root.success = true;
_root.gotoAndStop(7);
}
Symbol 274 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(3);
}
Symbol 277 MovieClip Frame 25
stop();
var finalScore = (_root.score * (_root.difficulty + 1));
Symbol 278 MovieClip Frame 954
stop();
Symbol 289 MovieClip Frame 22
stop();
var finalScore = (_root.score * (_root.difficulty + 1));
Symbol 291 MovieClip Frame 764
stop();
Symbol 295 Button
on (release) {
_root.gotoAndPlay(1);
}