Frame 1
stop();
var keys = 0;
var preload = false;
var loadpercent = 50;
_quality = "MEDIUM";
onEnterFrame = function () {
if (_root.getBytesLoaded() == (0.99 * _root.getBytesTotal())) {
if (_root.preload == false) {
_root.preload = true;
_root.preloader.gotoAndStop(2);
}
}
loadpercent = Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
};
Frame 2
stop();
var delay = 0;
var keys = 10000;
var timepass = 0;
var visitda = false;
var musicon = true;
var coloraffect = false;
var gamestart = false;
var zoom = 1;
var patterntotal = 5;
var tops = 1;
var topstotal = 5;
var topsr = 100;
var topspattern = 1;
var topspattern_intensity = 40;
var innertopspattern = 1;
var innertopspattern_intensity = 40;
var innertops = 1;
var innertopstotal = 5;
var bottomspattern = 1;
var bottomspattern_intensity = 40;
var bottoms = 1;
var bottomstotal = 3;
var intimatespattern = 1;
var intimatespattern_intensity = 40;
var intimates = 1;
var intimatestotal = 1;
var hair = 1;
var hairtotal = 5;
var haircolor = 1;
var eyecolor = 1;
var lipcolor = 1;
var mouth = 1;
var skintone = 1;
var skintonestat = 1;
var stockings = 2;
var stockingstotal = 5;
var shoes = 1;
var shoestotal = 5;
var copyr = 100;
var copyg = 100;
var copyb = 100;
var copytone = 100;
var swatch1r = 100;
var swatch1g = 100;
var swatch1b = 100;
var swatch1tone = 100;
var swatch2r = 100;
var swatch2g = 100;
var swatch2b = 100;
var swatch2tone = 100;
var swatch3r = 100;
var swatch3g = 100;
var swatch3b = 100;
var swatch3tone = 100;
var swatch4r = 100;
var swatch4g = 100;
var swatch4b = 100;
var swatch4tone = 100;
var swatch5r = 100;
var swatch5g = 100;
var swatch5b = 100;
var swatch5tone = 100;
onEnterFrame = function () {
timepass = timepass + 1;
if (timepass == 3600) {
_root.timepassmessage.gotoAndStop(3);
_root.keys = _root.keys + 10;
}
if (timepass == 9000) {
_root.timepassmessage.gotoAndStop(4);
_root.keys = _root.keys + 30;
}
if (timepass == 18000) {
_root.timepassmessage.gotoAndStop(5);
_root.keys = _root.keys + 80;
}
if (intimatespattern < 1) {
intimatespattern = patterntotal;
}
if (intimatespattern > patterntotal) {
intimatespattern = 1;
}
if (intimatespattern_intensity > 100) {
intimatespattern_intensity = 100;
}
if (intimatespattern_intensity < 0) {
intimatespattern_intensity = 0;
}
if (bottomspattern < 1) {
bottomspattern = patterntotal;
}
if (bottomspattern > patterntotal) {
bottomspattern = 1;
}
if (bottomspattern_intensity > 100) {
bottomspattern_intensity = 100;
}
if (bottomspattern_intensity < 0) {
bottomspattern_intensity = 0;
}
if (innertopspattern < 1) {
innertopspattern = patterntotal;
}
if (innertopspattern > patterntotal) {
innertopspattern = 1;
}
if (innertopspattern_intensity > 100) {
innertopspattern_intensity = 100;
}
if (innertopspattern_intensity < 0) {
innertopspattern_intensity = 0;
}
if (topspattern < 1) {
topspattern = patterntotal;
}
if (topspattern > patterntotal) {
topspattern = 1;
}
if (topspattern_intensity > 100) {
topspattern_intensity = 100;
}
if (topspattern_intensity < 0) {
topspattern_intensity = 0;
}
_root.whole.figure.tops.pattern.gotoAndStop(topspattern);
_root.whole.figure.tops.pattern._alpha = topspattern_intensity;
_root.whole.figure.innertops.pattern.gotoAndStop(innertopspattern);
_root.whole.figure.innertops.pattern._alpha = innertopspattern_intensity;
if (Key.isDown(46)) {
_root.keys = _root.keys + 1;
}
if (gamestart == false) {
_root.game1._visible = false;
_root.game1._x = -2000;
gamestart = true;
}
delay = delay - 1;
_root.whole.figure.hair.gotoAndStop(hair);
_root.whole.figure.hairrear.gotoAndStop(hair);
if (hair > hairtotal) {
hair = 1;
}
if (hair <= 0) {
hair = hairtotal;
}
_root.whole.figure.tops.gotoAndStop(tops);
_root.whole.figure.topsrear.gotoAndStop(tops);
if (tops > topstotal) {
tops = 1;
}
if (tops <= 0) {
tops = topstotal;
}
if (coloraffect == true) {
_root.whole.figure.tops.r1._alpha = 100 * ((174 - _root.topsrgb1.screen.r._y) / 150);
_root.whole.figure.tops.g1._alpha = 100 * ((174 - _root.topsrgb1.screen.g._y) / 150);
_root.whole.figure.tops.b1._alpha = 100 * ((174 - _root.topsrgb1.screen.b._y) / 150);
_root.whole.figure.tops.tone1._alpha = 100 * ((174 - _root.topsrgb1.screen.tone._y) / 150);
_root.whole.figure.tops.r2._alpha = 100 * ((174 - _root.topsrgb2.screen.r._y) / 150);
_root.whole.figure.tops.g2._alpha = 100 * ((174 - _root.topsrgb2.screen.g._y) / 150);
_root.whole.figure.tops.b2._alpha = 100 * ((174 - _root.topsrgb2.screen.b._y) / 150);
_root.whole.figure.tops.tone2._alpha = 100 * ((174 - _root.topsrgb2.screen.tone._y) / 150);
_root.whole.figure.innertops.r1._alpha = 100 * ((174 - _root.innertopsrgb1.screen.r._y) / 150);
_root.whole.figure.innertops.g1._alpha = 100 * ((174 - _root.innertopsrgb1.screen.g._y) / 150);
_root.whole.figure.innertops.b1._alpha = 100 * ((174 - _root.innertopsrgb1.screen.b._y) / 150);
_root.whole.figure.innertops.tone1._alpha = 100 * ((174 - _root.innertopsrgb1.screen.tone._y) / 150);
_root.whole.figure.innertops.r2._alpha = 100 * ((174 - _root.innertopsrgb2.screen.r._y) / 150);
_root.whole.figure.innertops.g2._alpha = 100 * ((174 - _root.innertopsrgb2.screen.g._y) / 150);
_root.whole.figure.innertops.b2._alpha = 100 * ((174 - _root.innertopsrgb2.screen.b._y) / 150);
_root.whole.figure.innertops.tone2._alpha = 100 * ((174 - _root.innertopsrgb2.screen.tone._y) / 150);
_root.whole.figure.bottoms.r1._alpha = 100 * ((174 - _root.bottomsrgb1.screen.r._y) / 150);
_root.whole.figure.bottoms.g1._alpha = 100 * ((174 - _root.bottomsrgb1.screen.g._y) / 150);
_root.whole.figure.bottoms.b1._alpha = 100 * ((174 - _root.bottomsrgb1.screen.b._y) / 150);
_root.whole.figure.bottoms.tone1._alpha = 100 * ((174 - _root.bottomsrgb1.screen.tone._y) / 150);
_root.whole.figure.bottoms.r2._alpha = 100 * ((174 - _root.bottomsrgb2.screen.r._y) / 150);
_root.whole.figure.bottoms.g2._alpha = 100 * ((174 - _root.bottomsrgb2.screen.g._y) / 150);
_root.whole.figure.bottoms.b2._alpha = 100 * ((174 - _root.bottomsrgb2.screen.b._y) / 150);
_root.whole.figure.bottoms.tone2._alpha = 100 * ((174 - _root.bottomsrgb2.screen.tone._y) / 150);
_root.whole.figure.intimates.r1._alpha = 100 * ((174 - _root.intimatesrgb1.screen.r._y) / 150);
_root.whole.figure.intimates.g1._alpha = 100 * ((174 - _root.intimatesrgb1.screen.g._y) / 150);
_root.whole.figure.intimates.b1._alpha = 100 * ((174 - _root.intimatesrgb1.screen.b._y) / 150);
_root.whole.figure.intimates.tone1._alpha = 100 * ((174 - _root.intimatesrgb1.screen.tone._y) / 150);
_root.whole.figure.intimates.r2._alpha = 100 * ((174 - _root.intimatesrgb2.screen.r._y) / 150);
_root.whole.figure.intimates.g2._alpha = 100 * ((174 - _root.intimatesrgb2.screen.g._y) / 150);
_root.whole.figure.intimates.b2._alpha = 100 * ((174 - _root.intimatesrgb2.screen.b._y) / 150);
_root.whole.figure.intimates.tone2._alpha = 100 * ((174 - _root.intimatesrgb2.screen.tone._y) / 150);
_root.whole.figure.stockings.r1._alpha = 100 * ((174 - _root.stockingsrgb1.screen.r._y) / 150);
_root.whole.figure.stockings.g1._alpha = 100 * ((174 - _root.stockingsrgb1.screen.g._y) / 150);
_root.whole.figure.stockings.b1._alpha = 100 * ((174 - _root.stockingsrgb1.screen.b._y) / 150);
_root.whole.figure.stockings.tone1._alpha = 100 * ((174 - _root.stockingsrgb1.screen.tone._y) / 150);
_root.whole.figure.stockings.r2._alpha = 100 * ((174 - _root.stockingsrgb2.screen.r._y) / 150);
_root.whole.figure.stockings.g2._alpha = 100 * ((174 - _root.stockingsrgb2.screen.g._y) / 150);
_root.whole.figure.stockings.b2._alpha = 100 * ((174 - _root.stockingsrgb2.screen.b._y) / 150);
_root.whole.figure.stockings.tone2._alpha = 100 * ((174 - _root.stockingsrgb2.screen.tone._y) / 150);
_root.whole.figure.shoes.r1._alpha = 100 * ((174 - _root.shoesrgb1.screen.r._y) / 150);
_root.whole.figure.shoes.g1._alpha = 100 * ((174 - _root.shoesrgb1.screen.g._y) / 150);
_root.whole.figure.shoes.b1._alpha = 100 * ((174 - _root.shoesrgb1.screen.b._y) / 150);
_root.whole.figure.shoes.tone1._alpha = 100 * ((174 - _root.shoesrgb1.screen.tone._y) / 150);
_root.whole.figure.shoes.r2._alpha = 100 * ((174 - _root.shoesrgb2.screen.r._y) / 150);
_root.whole.figure.shoes.g2._alpha = 100 * ((174 - _root.shoesrgb2.screen.g._y) / 150);
_root.whole.figure.shoes.b2._alpha = 100 * ((174 - _root.shoesrgb2.screen.b._y) / 150);
_root.whole.figure.shoes.tone2._alpha = 100 * ((174 - _root.shoesrgb2.screen.tone._y) / 150);
}
_root.whole.figure.innertops.gotoAndStop(innertops);
if (innertops > innertopstotal) {
innertops = 1;
}
if (innertops <= 0) {
innertops = innertopstotal;
}
_root.whole.figure.shoes.gotoAndStop(shoes);
if (shoes > shoestotal) {
shoes = 1;
}
if (shoes <= 0) {
shoes = shoestotal;
}
_root.whole.figure.bottoms.gotoAndStop(bottoms);
if (bottoms > bottomstotal) {
bottoms = 1;
}
if (bottoms <= 0) {
bottoms = bottomstotal;
}
_root.whole.figure.intimates.gotoAndStop(intimates);
if (intimates > intimatestotal) {
intimates = 1;
}
if (intimates <= 0) {
intimates = intimatestotal;
}
_root.whole.figure.stockings.gotoAndStop(stockings);
if (stockings > stockingstotal) {
stockings = 1;
}
if (stockings <= 0) {
stockings = stockingstotal;
}
};
Instance of Symbol 745 MovieClip "whole" in Frame 2
onClipEvent (enterFrame) {
if (this._x > 0) {
this._x = 0;
}
if (this._y > 0) {
this._y = 0;
}
}
Instance of Symbol 1028 MovieClip "topsrgb1" in Frame 2
onClipEvent (enterFrame) {
_root.topsrgb1.screen.rpoint.onPress = function () {
_root.topsrgb1.screen.rpoint.startDrag(false);
};
_root.topsrgb1.screen.rpoint.onRelease = function () {
_root.topsrgb1.screen.rpoint.stopDrag();
_root.topsrgb1.screen.rpoint._x = 5.8;
_root.topsrgb1.screen.rpoint._y = _root.topsrgb1.screen.r._y;
};
_root.topsrgb1.screen.gpoint.onPress = function () {
_root.topsrgb1.screen.gpoint.startDrag(false);
};
_root.topsrgb1.screen.gpoint.onRelease = function () {
_root.topsrgb1.screen.gpoint.stopDrag();
_root.topsrgb1.screen.gpoint._x = 35.4;
_root.topsrgb1.screen.gpoint._y = _root.topsrgb1.screen.g._y;
};
_root.topsrgb1.screen.bpoint.onPress = function () {
_root.topsrgb1.screen.bpoint.startDrag(false);
};
_root.topsrgb1.screen.bpoint.onRelease = function () {
_root.topsrgb1.screen.bpoint.stopDrag();
_root.topsrgb1.screen.bpoint._x = 62.8;
_root.topsrgb1.screen.bpoint._y = _root.topsrgb1.screen.b._y;
};
_root.topsrgb1.screen.tonepoint.onPress = function () {
_root.topsrgb1.screen.tonepoint.startDrag(false);
};
_root.topsrgb1.screen.tonepoint.onRelease = function () {
_root.topsrgb1.screen.tonepoint.stopDrag();
_root.topsrgb1.screen.tonepoint._x = 88.8;
_root.topsrgb1.screen.tonepoint._y = _root.topsrgb1.screen.tone._y;
};
_root.topsrgb1.screen.r._y = _root.topsrgb1.screen.rpoint._y;
if (_root.topsrgb1.screen.r._y > 174) {
_root.topsrgb1.screen.r._y = 174;
}
if (_root.topsrgb1.screen.r._y < 24) {
_root.topsrgb1.screen.r._y = 24;
}
_root.topsrgb1.screen.g._y = _root.topsrgb1.screen.gpoint._y;
if (_root.topsrgb1.screen.g._y > 174) {
_root.topsrgb1.screen.g._y = 174;
}
if (_root.topsrgb1.screen.g._y < 24) {
_root.topsrgb1.screen.g._y = 24;
}
_root.topsrgb1.screen.b._y = _root.topsrgb1.screen.bpoint._y;
if (_root.topsrgb1.screen.b._y > 174) {
_root.topsrgb1.screen.b._y = 174;
}
if (_root.topsrgb1.screen.b._y < 24) {
_root.topsrgb1.screen.b._y = 24;
}
_root.topsrgb1.screen.tone._y = _root.topsrgb1.screen.tonepoint._y;
if (_root.topsrgb1.screen.tone._y > 174) {
_root.topsrgb1.screen.tone._y = 174;
}
if (_root.topsrgb1.screen.tone._y < 24) {
_root.topsrgb1.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "topsrgb2" in Frame 2
onClipEvent (enterFrame) {
_root.topsrgb2.screen.rpoint.onPress = function () {
_root.topsrgb2.screen.rpoint.startDrag(false);
};
_root.topsrgb2.screen.rpoint.onRelease = function () {
_root.topsrgb2.screen.rpoint.stopDrag();
_root.topsrgb2.screen.rpoint._x = 5.8;
_root.topsrgb2.screen.rpoint._y = _root.topsrgb2.screen.r._y;
};
_root.topsrgb2.screen.gpoint.onPress = function () {
_root.topsrgb2.screen.gpoint.startDrag(false);
};
_root.topsrgb2.screen.gpoint.onRelease = function () {
_root.topsrgb2.screen.gpoint.stopDrag();
_root.topsrgb2.screen.gpoint._x = 35.4;
_root.topsrgb2.screen.gpoint._y = _root.topsrgb2.screen.g._y;
};
_root.topsrgb2.screen.bpoint.onPress = function () {
_root.topsrgb2.screen.bpoint.startDrag(false);
};
_root.topsrgb2.screen.bpoint.onRelease = function () {
_root.topsrgb2.screen.bpoint.stopDrag();
_root.topsrgb2.screen.bpoint._x = 62.8;
_root.topsrgb2.screen.bpoint._y = _root.topsrgb2.screen.b._y;
};
_root.topsrgb2.screen.tonepoint.onPress = function () {
_root.topsrgb2.screen.tonepoint.startDrag(false);
};
_root.topsrgb2.screen.tonepoint.onRelease = function () {
_root.topsrgb2.screen.tonepoint.stopDrag();
_root.topsrgb2.screen.tonepoint._x = 88.8;
_root.topsrgb2.screen.tonepoint._y = _root.topsrgb2.screen.tone._y;
};
_root.topsrgb2.screen.r._y = _root.topsrgb2.screen.rpoint._y;
if (_root.topsrgb2.screen.r._y > 174) {
_root.topsrgb2.screen.r._y = 174;
}
if (_root.topsrgb2.screen.r._y < 24) {
_root.topsrgb2.screen.r._y = 24;
}
_root.topsrgb2.screen.g._y = _root.topsrgb2.screen.gpoint._y;
if (_root.topsrgb2.screen.g._y > 174) {
_root.topsrgb2.screen.g._y = 174;
}
if (_root.topsrgb2.screen.g._y < 24) {
_root.topsrgb2.screen.g._y = 24;
}
_root.topsrgb2.screen.b._y = _root.topsrgb2.screen.bpoint._y;
if (_root.topsrgb2.screen.b._y > 174) {
_root.topsrgb2.screen.b._y = 174;
}
if (_root.topsrgb2.screen.b._y < 24) {
_root.topsrgb2.screen.b._y = 24;
}
_root.topsrgb2.screen.tone._y = _root.topsrgb2.screen.tonepoint._y;
if (_root.topsrgb2.screen.tone._y > 174) {
_root.topsrgb2.screen.tone._y = 174;
}
if (_root.topsrgb2.screen.tone._y < 24) {
_root.topsrgb2.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "innertopsrgb2" in Frame 2
onClipEvent (enterFrame) {
_root.innertopsrgb2.screen.rpoint.onPress = function () {
_root.innertopsrgb2.screen.rpoint.startDrag(false);
};
_root.innertopsrgb2.screen.rpoint.onRelease = function () {
_root.innertopsrgb2.screen.rpoint.stopDrag();
_root.innertopsrgb2.screen.rpoint._x = 5.8;
_root.innertopsrgb2.screen.rpoint._y = _root.innertopsrgb2.screen.r._y;
};
_root.innertopsrgb2.screen.gpoint.onPress = function () {
_root.innertopsrgb2.screen.gpoint.startDrag(false);
};
_root.innertopsrgb2.screen.gpoint.onRelease = function () {
_root.innertopsrgb2.screen.gpoint.stopDrag();
_root.innertopsrgb2.screen.gpoint._x = 35.4;
_root.innertopsrgb2.screen.gpoint._y = _root.innertopsrgb2.screen.g._y;
};
_root.innertopsrgb2.screen.bpoint.onPress = function () {
_root.innertopsrgb2.screen.bpoint.startDrag(false);
};
_root.innertopsrgb2.screen.bpoint.onRelease = function () {
_root.innertopsrgb2.screen.bpoint.stopDrag();
_root.innertopsrgb2.screen.bpoint._x = 62.8;
_root.innertopsrgb2.screen.bpoint._y = _root.innertopsrgb2.screen.b._y;
};
_root.innertopsrgb2.screen.tonepoint.onPress = function () {
_root.innertopsrgb2.screen.tonepoint.startDrag(false);
};
_root.innertopsrgb2.screen.tonepoint.onRelease = function () {
_root.innertopsrgb2.screen.tonepoint.stopDrag();
_root.innertopsrgb2.screen.tonepoint._x = 88.8;
_root.innertopsrgb2.screen.tonepoint._y = _root.innertopsrgb2.screen.tone._y;
};
_root.innertopsrgb2.screen.r._y = _root.innertopsrgb2.screen.rpoint._y;
if (_root.innertopsrgb2.screen.r._y > 174) {
_root.innertopsrgb2.screen.r._y = 174;
}
if (_root.innertopsrgb2.screen.r._y < 24) {
_root.innertopsrgb2.screen.r._y = 24;
}
_root.innertopsrgb2.screen.g._y = _root.innertopsrgb2.screen.gpoint._y;
if (_root.innertopsrgb2.screen.g._y > 174) {
_root.innertopsrgb2.screen.g._y = 174;
}
if (_root.innertopsrgb2.screen.g._y < 24) {
_root.innertopsrgb2.screen.g._y = 24;
}
_root.innertopsrgb2.screen.b._y = _root.innertopsrgb2.screen.bpoint._y;
if (_root.innertopsrgb2.screen.b._y > 174) {
_root.innertopsrgb2.screen.b._y = 174;
}
if (_root.innertopsrgb2.screen.b._y < 24) {
_root.innertopsrgb2.screen.b._y = 24;
}
_root.innertopsrgb2.screen.tone._y = _root.innertopsrgb2.screen.tonepoint._y;
if (_root.innertopsrgb2.screen.tone._y > 174) {
_root.innertopsrgb2.screen.tone._y = 174;
}
if (_root.innertopsrgb2.screen.tone._y < 24) {
_root.innertopsrgb2.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "innertopsrgb1" in Frame 2
onClipEvent (enterFrame) {
_root.innertopsrgb1.screen.rpoint.onPress = function () {
_root.innertopsrgb1.screen.rpoint.startDrag(false);
};
_root.innertopsrgb1.screen.rpoint.onRelease = function () {
_root.innertopsrgb1.screen.rpoint.stopDrag();
_root.innertopsrgb1.screen.rpoint._x = 5.8;
_root.innertopsrgb1.screen.rpoint._y = _root.innertopsrgb1.screen.r._y;
};
_root.innertopsrgb1.screen.gpoint.onPress = function () {
_root.innertopsrgb1.screen.gpoint.startDrag(false);
};
_root.innertopsrgb1.screen.gpoint.onRelease = function () {
_root.innertopsrgb1.screen.gpoint.stopDrag();
_root.innertopsrgb1.screen.gpoint._x = 35.4;
_root.innertopsrgb1.screen.gpoint._y = _root.innertopsrgb1.screen.g._y;
};
_root.innertopsrgb1.screen.bpoint.onPress = function () {
_root.innertopsrgb1.screen.bpoint.startDrag(false);
};
_root.innertopsrgb1.screen.bpoint.onRelease = function () {
_root.innertopsrgb1.screen.bpoint.stopDrag();
_root.innertopsrgb1.screen.bpoint._x = 62.8;
_root.innertopsrgb1.screen.bpoint._y = _root.innertopsrgb1.screen.b._y;
};
_root.innertopsrgb1.screen.tonepoint.onPress = function () {
_root.innertopsrgb1.screen.tonepoint.startDrag(false);
};
_root.innertopsrgb1.screen.tonepoint.onRelease = function () {
_root.innertopsrgb1.screen.tonepoint.stopDrag();
_root.innertopsrgb1.screen.tonepoint._x = 88.8;
_root.innertopsrgb1.screen.tonepoint._y = _root.innertopsrgb1.screen.tone._y;
};
_root.innertopsrgb1.screen.r._y = _root.innertopsrgb1.screen.rpoint._y;
if (_root.innertopsrgb1.screen.r._y > 174) {
_root.innertopsrgb1.screen.r._y = 174;
}
if (_root.innertopsrgb1.screen.r._y < 24) {
_root.innertopsrgb1.screen.r._y = 24;
}
_root.innertopsrgb1.screen.g._y = _root.innertopsrgb1.screen.gpoint._y;
if (_root.innertopsrgb1.screen.g._y > 174) {
_root.innertopsrgb1.screen.g._y = 174;
}
if (_root.innertopsrgb1.screen.g._y < 24) {
_root.innertopsrgb1.screen.g._y = 24;
}
_root.innertopsrgb1.screen.b._y = _root.innertopsrgb1.screen.bpoint._y;
if (_root.innertopsrgb1.screen.b._y > 174) {
_root.innertopsrgb1.screen.b._y = 174;
}
if (_root.innertopsrgb1.screen.b._y < 24) {
_root.innertopsrgb1.screen.b._y = 24;
}
_root.innertopsrgb1.screen.tone._y = _root.innertopsrgb1.screen.tonepoint._y;
if (_root.innertopsrgb1.screen.tone._y > 174) {
_root.innertopsrgb1.screen.tone._y = 174;
}
if (_root.innertopsrgb1.screen.tone._y < 24) {
_root.innertopsrgb1.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "bottomsrgb1" in Frame 2
onClipEvent (enterFrame) {
_root.bottomsrgb1.screen.rpoint.onPress = function () {
_root.bottomsrgb1.screen.rpoint.startDrag(false);
};
_root.bottomsrgb1.screen.rpoint.onRelease = function () {
_root.bottomsrgb1.screen.rpoint.stopDrag();
_root.bottomsrgb1.screen.rpoint._x = 5.8;
_root.bottomsrgb1.screen.rpoint._y = _root.bottomsrgb1.screen.r._y;
};
_root.bottomsrgb1.screen.gpoint.onPress = function () {
_root.bottomsrgb1.screen.gpoint.startDrag(false);
};
_root.bottomsrgb1.screen.gpoint.onRelease = function () {
_root.bottomsrgb1.screen.gpoint.stopDrag();
_root.bottomsrgb1.screen.gpoint._x = 35.4;
_root.bottomsrgb1.screen.gpoint._y = _root.bottomsrgb1.screen.g._y;
};
_root.bottomsrgb1.screen.bpoint.onPress = function () {
_root.bottomsrgb1.screen.bpoint.startDrag(false);
};
_root.bottomsrgb1.screen.bpoint.onRelease = function () {
_root.bottomsrgb1.screen.bpoint.stopDrag();
_root.bottomsrgb1.screen.bpoint._x = 62.8;
_root.bottomsrgb1.screen.bpoint._y = _root.bottomsrgb1.screen.b._y;
};
_root.bottomsrgb1.screen.tonepoint.onPress = function () {
_root.bottomsrgb1.screen.tonepoint.startDrag(false);
};
_root.bottomsrgb1.screen.tonepoint.onRelease = function () {
_root.bottomsrgb1.screen.tonepoint.stopDrag();
_root.bottomsrgb1.screen.tonepoint._x = 88.8;
_root.bottomsrgb1.screen.tonepoint._y = _root.bottomsrgb1.screen.tone._y;
};
_root.bottomsrgb1.screen.r._y = _root.bottomsrgb1.screen.rpoint._y;
if (_root.bottomsrgb1.screen.r._y > 174) {
_root.bottomsrgb1.screen.r._y = 174;
}
if (_root.bottomsrgb1.screen.r._y < 24) {
_root.bottomsrgb1.screen.r._y = 24;
}
_root.bottomsrgb1.screen.g._y = _root.bottomsrgb1.screen.gpoint._y;
if (_root.bottomsrgb1.screen.g._y > 174) {
_root.bottomsrgb1.screen.g._y = 174;
}
if (_root.bottomsrgb1.screen.g._y < 24) {
_root.bottomsrgb1.screen.g._y = 24;
}
_root.bottomsrgb1.screen.b._y = _root.bottomsrgb1.screen.bpoint._y;
if (_root.bottomsrgb1.screen.b._y > 174) {
_root.bottomsrgb1.screen.b._y = 174;
}
if (_root.bottomsrgb1.screen.b._y < 24) {
_root.bottomsrgb1.screen.b._y = 24;
}
_root.bottomsrgb1.screen.tone._y = _root.bottomsrgb1.screen.tonepoint._y;
if (_root.bottomsrgb1.screen.tone._y > 174) {
_root.bottomsrgb1.screen.tone._y = 174;
}
if (_root.bottomsrgb1.screen.tone._y < 24) {
_root.bottomsrgb1.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "bottomsrgb2" in Frame 2
onClipEvent (enterFrame) {
_root.bottomsrgb2.screen.rpoint.onPress = function () {
_root.bottomsrgb2.screen.rpoint.startDrag(false);
};
_root.bottomsrgb2.screen.rpoint.onRelease = function () {
_root.bottomsrgb2.screen.rpoint.stopDrag();
_root.bottomsrgb2.screen.rpoint._x = 5.8;
_root.bottomsrgb2.screen.rpoint._y = _root.bottomsrgb2.screen.r._y;
};
_root.bottomsrgb2.screen.gpoint.onPress = function () {
_root.bottomsrgb2.screen.gpoint.startDrag(false);
};
_root.bottomsrgb2.screen.gpoint.onRelease = function () {
_root.bottomsrgb2.screen.gpoint.stopDrag();
_root.bottomsrgb2.screen.gpoint._x = 35.4;
_root.bottomsrgb2.screen.gpoint._y = _root.bottomsrgb2.screen.g._y;
};
_root.bottomsrgb2.screen.bpoint.onPress = function () {
_root.bottomsrgb2.screen.bpoint.startDrag(false);
};
_root.bottomsrgb2.screen.bpoint.onRelease = function () {
_root.bottomsrgb2.screen.bpoint.stopDrag();
_root.bottomsrgb2.screen.bpoint._x = 62.8;
_root.bottomsrgb2.screen.bpoint._y = _root.bottomsrgb2.screen.b._y;
};
_root.bottomsrgb2.screen.tonepoint.onPress = function () {
_root.bottomsrgb2.screen.tonepoint.startDrag(false);
};
_root.bottomsrgb2.screen.tonepoint.onRelease = function () {
_root.bottomsrgb2.screen.tonepoint.stopDrag();
_root.bottomsrgb2.screen.tonepoint._x = 88.8;
_root.bottomsrgb2.screen.tonepoint._y = _root.bottomsrgb2.screen.tone._y;
};
_root.bottomsrgb2.screen.r._y = _root.bottomsrgb2.screen.rpoint._y;
if (_root.bottomsrgb2.screen.r._y > 174) {
_root.bottomsrgb2.screen.r._y = 174;
}
if (_root.bottomsrgb2.screen.r._y < 24) {
_root.bottomsrgb2.screen.r._y = 24;
}
_root.bottomsrgb2.screen.g._y = _root.bottomsrgb2.screen.gpoint._y;
if (_root.bottomsrgb2.screen.g._y > 174) {
_root.bottomsrgb2.screen.g._y = 174;
}
if (_root.bottomsrgb2.screen.g._y < 24) {
_root.bottomsrgb2.screen.g._y = 24;
}
_root.bottomsrgb2.screen.b._y = _root.bottomsrgb2.screen.bpoint._y;
if (_root.bottomsrgb2.screen.b._y > 174) {
_root.bottomsrgb2.screen.b._y = 174;
}
if (_root.topsrgb2.screen.b._y < 24) {
_root.topsrgb2.screen.b._y = 24;
}
_root.bottomsrgb2.screen.tone._y = _root.bottomsrgb2.screen.tonepoint._y;
if (_root.bottomsrgb2.screen.tone._y > 174) {
_root.bottomsrgb2.screen.tone._y = 174;
}
if (_root.bottomsrgb2.screen.tone._y < 24) {
_root.bottomsrgb2.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "intimatesrgb1" in Frame 2
onClipEvent (enterFrame) {
_root.intimatesrgb1.screen.rpoint.onPress = function () {
_root.intimatesrgb1.screen.rpoint.startDrag(false);
};
_root.intimatesrgb1.screen.rpoint.onRelease = function () {
_root.intimatesrgb1.screen.rpoint.stopDrag();
_root.intimatesrgb1.screen.rpoint._x = 5.8;
_root.intimatesrgb1.screen.rpoint._y = _root.intimatesrgb1.screen.r._y;
};
_root.intimatesrgb1.screen.gpoint.onPress = function () {
_root.intimatesrgb1.screen.gpoint.startDrag(false);
};
_root.intimatesrgb1.screen.gpoint.onRelease = function () {
_root.intimatesrgb1.screen.gpoint.stopDrag();
_root.intimatesrgb1.screen.gpoint._x = 35.4;
_root.intimatesrgb1.screen.gpoint._y = _root.intimatesrgb1.screen.g._y;
};
_root.intimatesrgb1.screen.bpoint.onPress = function () {
_root.intimatesrgb1.screen.bpoint.startDrag(false);
};
_root.intimatesrgb1.screen.bpoint.onRelease = function () {
_root.intimatesrgb1.screen.bpoint.stopDrag();
_root.intimatesrgb1.screen.bpoint._x = 62.8;
_root.intimatesrgb1.screen.bpoint._y = _root.intimatesrgb1.screen.b._y;
};
_root.intimatesrgb1.screen.tonepoint.onPress = function () {
_root.intimatesrgb1.screen.tonepoint.startDrag(false);
};
_root.intimatesrgb1.screen.tonepoint.onRelease = function () {
_root.intimatesrgb1.screen.tonepoint.stopDrag();
_root.intimatesrgb1.screen.tonepoint._x = 88.8;
_root.intimatesrgb1.screen.tonepoint._y = _root.intimatesrgb1.screen.tone._y;
};
_root.intimatesrgb1.screen.r._y = _root.intimatesrgb1.screen.rpoint._y;
if (_root.intimatesrgb1.screen.r._y > 174) {
_root.intimatesrgb1.screen.r._y = 174;
}
if (_root.intimatesrgb1.screen.r._y < 24) {
_root.intimatesrgb1.screen.r._y = 24;
}
_root.intimatesrgb1.screen.g._y = _root.intimatesrgb1.screen.gpoint._y;
if (_root.intimatesrgb1.screen.g._y > 174) {
_root.intimatesrgb1.screen.g._y = 174;
}
if (_root.intimatesrgb1.screen.g._y < 24) {
_root.intimatesrgb1.screen.g._y = 24;
}
_root.intimatesrgb1.screen.b._y = _root.intimatesrgb1.screen.bpoint._y;
if (_root.intimatesrgb1.screen.b._y > 174) {
_root.intimatesrgb1.screen.b._y = 174;
}
if (_root.intimatesrgb1.screen.b._y < 24) {
_root.intimatesrgb1.screen.b._y = 24;
}
_root.intimatesrgb1.screen.tone._y = _root.intimatesrgb1.screen.tonepoint._y;
if (_root.intimatesrgb1.screen.tone._y > 174) {
_root.intimatesrgb1.screen.tone._y = 174;
}
if (_root.intimatesrgb1.screen.tone._y < 24) {
_root.intimatesrgb1.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "intimatesrgb2" in Frame 2
onClipEvent (enterFrame) {
_root.intimatesrgb2.screen.rpoint.onPress = function () {
_root.intimatesrgb2.screen.rpoint.startDrag(false);
};
_root.intimatesrgb2.screen.rpoint.onRelease = function () {
_root.intimatesrgb2.screen.rpoint.stopDrag();
_root.intimatesrgb2.screen.rpoint._x = 5.8;
_root.intimatesrgb2.screen.rpoint._y = _root.intimatesrgb2.screen.r._y;
};
_root.intimatesrgb2.screen.gpoint.onPress = function () {
_root.intimatesrgb2.screen.gpoint.startDrag(false);
};
_root.intimatesrgb2.screen.gpoint.onRelease = function () {
_root.intimatesrgb2.screen.gpoint.stopDrag();
_root.intimatesrgb2.screen.gpoint._x = 35.4;
_root.intimatesrgb2.screen.gpoint._y = _root.intimatesrgb2.screen.g._y;
};
_root.intimatesrgb2.screen.bpoint.onPress = function () {
_root.intimatesrgb2.screen.bpoint.startDrag(false);
};
_root.intimatesrgb2.screen.bpoint.onRelease = function () {
_root.intimatesrgb2.screen.bpoint.stopDrag();
_root.intimatesrgb2.screen.bpoint._x = 62.8;
_root.intimatesrgb2.screen.bpoint._y = _root.intimatesrgb2.screen.b._y;
};
_root.intimatesrgb2.screen.tonepoint.onPress = function () {
_root.intimatesrgb2.screen.tonepoint.startDrag(false);
};
_root.intimatesrgb2.screen.tonepoint.onRelease = function () {
_root.intimatesrgb2.screen.tonepoint.stopDrag();
_root.intimatesrgb2.screen.tonepoint._x = 88.8;
_root.intimatesrgb2.screen.tonepoint._y = _root.intimatesrgb2.screen.tone._y;
};
_root.intimatesrgb2.screen.r._y = _root.intimatesrgb2.screen.rpoint._y;
if (_root.intimatesrgb2.screen.r._y > 174) {
_root.intimatesrgb2.screen.r._y = 174;
}
if (_root.intimatesrgb2.screen.r._y < 24) {
_root.intimatesrgb2.screen.r._y = 24;
}
_root.intimatesrgb2.screen.g._y = _root.intimatesrgb2.screen.gpoint._y;
if (_root.intimatesrgb2.screen.g._y > 174) {
_root.intimatesrgb2.screen.g._y = 174;
}
if (_root.intimatesrgb2.screen.g._y < 24) {
_root.intimatesrgb2.screen.g._y = 24;
}
_root.intimatesrgb2.screen.b._y = _root.intimatesrgb2.screen.bpoint._y;
if (_root.intimatesrgb2.screen.b._y > 174) {
_root.intimatesrgb2.screen.b._y = 174;
}
if (_root.intimatesrgb2.screen.b._y < 24) {
_root.intimatesrgb2.screen.b._y = 24;
}
_root.intimatesrgb2.screen.tone._y = _root.intimatesrgb2.screen.tonepoint._y;
if (_root.intimatesrgb2.screen.tone._y > 174) {
_root.intimatesrgb2.screen.tone._y = 174;
}
if (_root.intimatesrgb2.screen.tone._y < 24) {
_root.intimatesrgb2.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "stockingsrgb1" in Frame 2
onClipEvent (enterFrame) {
_root.stockingsrgb1.screen.rpoint.onPress = function () {
_root.stockingsrgb1.screen.rpoint.startDrag(false);
};
_root.stockingsrgb1.screen.rpoint.onRelease = function () {
_root.stockingsrgb1.screen.rpoint.stopDrag();
_root.stockingsrgb1.screen.rpoint._x = 5.8;
_root.stockingsrgb1.screen.rpoint._y = _root.stockingsrgb1.screen.r._y;
};
_root.stockingsrgb1.screen.gpoint.onPress = function () {
_root.stockingsrgb1.screen.gpoint.startDrag(false);
};
_root.stockingsrgb1.screen.gpoint.onRelease = function () {
_root.stockingsrgb1.screen.gpoint.stopDrag();
_root.stockingsrgb1.screen.gpoint._x = 35.4;
_root.stockingsrgb1.screen.gpoint._y = _root.stockingsrgb1.screen.g._y;
};
_root.stockingsrgb1.screen.bpoint.onPress = function () {
_root.stockingsrgb1.screen.bpoint.startDrag(false);
};
_root.stockingsrgb1.screen.bpoint.onRelease = function () {
_root.stockingsrgb1.screen.bpoint.stopDrag();
_root.stockingsrgb1.screen.bpoint._x = 62.8;
_root.stockingsrgb1.screen.bpoint._y = _root.stockingsrgb1.screen.b._y;
};
_root.stockingsrgb1.screen.tonepoint.onPress = function () {
_root.stockingsrgb1.screen.tonepoint.startDrag(false);
};
_root.stockingsrgb1.screen.tonepoint.onRelease = function () {
_root.stockingsrgb1.screen.tonepoint.stopDrag();
_root.stockingsrgb1.screen.tonepoint._x = 88.8;
_root.stockingsrgb1.screen.tonepoint._y = _root.stockingsrgb1.screen.tone._y;
};
_root.stockingsrgb1.screen.r._y = _root.stockingsrgb1.screen.rpoint._y;
if (_root.stockingsrgb1.screen.r._y > 174) {
_root.stockingsrgb1.screen.r._y = 174;
}
if (_root.stockingsrgb1.screen.r._y < 24) {
_root.stockingsrgb1.screen.r._y = 24;
}
_root.stockingsrgb1.screen.g._y = _root.stockingsrgb1.screen.gpoint._y;
if (_root.stockingsrgb1.screen.g._y > 174) {
_root.stockingsrgb1.screen.g._y = 174;
}
if (_root.stockingsrgb1.screen.g._y < 24) {
_root.stockingsrgb1.screen.g._y = 24;
}
_root.stockingsrgb1.screen.b._y = _root.stockingsrgb1.screen.bpoint._y;
if (_root.stockingsrgb1.screen.b._y > 174) {
_root.stockingsrgb1.screen.b._y = 174;
}
if (_root.stockingsrgb1.screen.b._y < 24) {
_root.stockingsrgb1.screen.b._y = 24;
}
_root.stockingsrgb1.screen.tone._y = _root.stockingsrgb1.screen.tonepoint._y;
if (_root.stockingsrgb1.screen.tone._y > 174) {
_root.stockingsrgb1.screen.tone._y = 174;
}
if (_root.stockingsrgb1.screen.tone._y < 24) {
_root.stockingsrgb1.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "stockingsrgb2" in Frame 2
onClipEvent (enterFrame) {
_root.stockingsrgb2.screen.rpoint.onPress = function () {
_root.stockingsrgb2.screen.rpoint.startDrag(false);
};
_root.stockingsrgb2.screen.rpoint.onRelease = function () {
_root.stockingsrgb2.screen.rpoint.stopDrag();
_root.stockingsrgb2.screen.rpoint._x = 5.8;
_root.stockingsrgb2.screen.rpoint._y = _root.stockingsrgb2.screen.r._y;
};
_root.stockingsrgb2.screen.gpoint.onPress = function () {
_root.stockingsrgb2.screen.gpoint.startDrag(false);
};
_root.stockingsrgb2.screen.gpoint.onRelease = function () {
_root.stockingsrgb2.screen.gpoint.stopDrag();
_root.stockingsrgb2.screen.gpoint._x = 35.4;
_root.stockingsrgb2.screen.gpoint._y = _root.stockingsrgb2.screen.g._y;
};
_root.stockingsrgb2.screen.bpoint.onPress = function () {
_root.stockingsrgb2.screen.bpoint.startDrag(false);
};
_root.stockingsrgb2.screen.bpoint.onRelease = function () {
_root.stockingsrgb2.screen.bpoint.stopDrag();
_root.stockingsrgb2.screen.bpoint._x = 62.8;
_root.stockingsrgb2.screen.bpoint._y = _root.stockingsrgb2.screen.b._y;
};
_root.stockingsrgb2.screen.tonepoint.onPress = function () {
_root.stockingsrgb2.screen.tonepoint.startDrag(false);
};
_root.stockingsrgb2.screen.tonepoint.onRelease = function () {
_root.stockingsrgb2.screen.tonepoint.stopDrag();
_root.stockingsrgb2.screen.tonepoint._x = 88.8;
_root.stockingsrgb2.screen.tonepoint._y = _root.stockingsrgb2.screen.tone._y;
};
_root.stockingsrgb2.screen.r._y = _root.stockingsrgb2.screen.rpoint._y;
if (_root.stockingsrgb2.screen.r._y > 174) {
_root.stockingsrgb2.screen.r._y = 174;
}
if (_root.stockingsrgb2.screen.r._y < 24) {
_root.stockingsrgb2.screen.r._y = 24;
}
_root.stockingsrgb2.screen.g._y = _root.stockingsrgb2.screen.gpoint._y;
if (_root.stockingsrgb2.screen.g._y > 174) {
_root.stockingsrgb2.screen.g._y = 174;
}
if (_root.stockingsrgb2.screen.g._y < 24) {
_root.stockingsrgb2.screen.g._y = 24;
}
_root.stockingsrgb2.screen.b._y = _root.stockingsrgb2.screen.bpoint._y;
if (_root.stockingsrgb2.screen.b._y > 174) {
_root.stockingsrgb2.screen.b._y = 174;
}
if (_root.stockingsrgb2.screen.b._y < 24) {
_root.stockingsrgb2.screen.b._y = 24;
}
_root.stockingsrgb2.screen.tone._y = _root.stockingsrgb2.screen.tonepoint._y;
if (_root.stockingsrgb2.screen.tone._y > 174) {
_root.stockingsrgb2.screen.tone._y = 174;
}
if (_root.stockingsrgb2.screen.tone._y < 24) {
_root.stockingsrgb2.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "shoesrgb2" in Frame 2
onClipEvent (enterFrame) {
_root.shoesrgb2.screen.rpoint.onPress = function () {
_root.shoesrgb2.screen.rpoint.startDrag(false);
};
_root.shoesrgb2.screen.rpoint.onRelease = function () {
_root.shoesrgb2.screen.rpoint.stopDrag();
_root.shoesrgb2.screen.rpoint._x = 5.8;
_root.shoesrgb2.screen.rpoint._y = _root.shoesrgb2.screen.r._y;
};
_root.shoesrgb2.screen.gpoint.onPress = function () {
_root.shoesrgb2.screen.gpoint.startDrag(false);
};
_root.shoesrgb2.screen.gpoint.onRelease = function () {
_root.shoesrgb2.screen.gpoint.stopDrag();
_root.shoesrgb2.screen.gpoint._x = 35.4;
_root.shoesrgb2.screen.gpoint._y = _root.shoesrgb2.screen.g._y;
};
_root.shoesrgb2.screen.bpoint.onPress = function () {
_root.shoesrgb2.screen.bpoint.startDrag(false);
};
_root.shoesrgb2.screen.bpoint.onRelease = function () {
_root.shoesrgb2.screen.bpoint.stopDrag();
_root.shoesrgb2.screen.bpoint._x = 62.8;
_root.shoesrgb2.screen.bpoint._y = _root.shoesrgb2.screen.b._y;
};
_root.shoesrgb2.screen.tonepoint.onPress = function () {
_root.shoesrgb2.screen.tonepoint.startDrag(false);
};
_root.shoesrgb2.screen.tonepoint.onRelease = function () {
_root.shoesrgb2.screen.tonepoint.stopDrag();
_root.shoesrgb2.screen.tonepoint._x = 88.8;
_root.shoesrgb2.screen.tonepoint._y = _root.shoesrgb2.screen.tone._y;
};
_root.shoesrgb2.screen.r._y = _root.shoesrgb2.screen.rpoint._y;
if (_root.shoesrgb2.screen.r._y > 174) {
_root.shoesrgb2.screen.r._y = 174;
}
if (_root.shoesrgb2.screen.r._y < 24) {
_root.shoesrgb2.screen.r._y = 24;
}
_root.shoesrgb2.screen.g._y = _root.shoesrgb2.screen.gpoint._y;
if (_root.shoesrgb2.screen.g._y > 174) {
_root.shoesrgb2.screen.g._y = 174;
}
if (_root.shoesrgb2.screen.g._y < 24) {
_root.shoesrgb2.screen.g._y = 24;
}
_root.shoesrgb2.screen.b._y = _root.shoesrgb2.screen.bpoint._y;
if (_root.shoesrgb2.screen.b._y > 174) {
_root.shoesrgb2.screen.b._y = 174;
}
if (_root.shoesrgb2.screen.b._y < 24) {
_root.shoesrgb2.screen.b._y = 24;
}
_root.shoesrgb2.screen.tone._y = _root.shoesrgb2.screen.tonepoint._y;
if (_root.shoesrgb2.screen.tone._y > 174) {
_root.shoesrgb2.screen.tone._y = 174;
}
if (_root.shoesrgb2.screen.tone._y < 24) {
_root.shoesrgb2.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "shoesrgb1" in Frame 2
onClipEvent (enterFrame) {
_root.shoesrgb1.screen.rpoint.onPress = function () {
_root.shoesrgb1.screen.rpoint.startDrag(false);
};
_root.shoesrgb1.screen.rpoint.onRelease = function () {
_root.shoesrgb1.screen.rpoint.stopDrag();
_root.shoesrgb1.screen.rpoint._x = 5.8;
_root.shoesrgb1.screen.rpoint._y = _root.shoesrgb1.screen.r._y;
};
_root.shoesrgb1.screen.gpoint.onPress = function () {
_root.shoesrgb1.screen.gpoint.startDrag(false);
};
_root.shoesrgb1.screen.gpoint.onRelease = function () {
_root.shoesrgb1.screen.gpoint.stopDrag();
_root.shoesrgb1.screen.gpoint._x = 35.4;
_root.shoesrgb1.screen.gpoint._y = _root.shoesrgb1.screen.g._y;
};
_root.shoesrgb1.screen.bpoint.onPress = function () {
_root.shoesrgb1.screen.bpoint.startDrag(false);
};
_root.shoesrgb1.screen.bpoint.onRelease = function () {
_root.shoesrgb1.screen.bpoint.stopDrag();
_root.shoesrgb1.screen.bpoint._x = 62.8;
_root.shoesrgb1.screen.bpoint._y = _root.shoesrgb1.screen.b._y;
};
_root.shoesrgb1.screen.tonepoint.onPress = function () {
_root.shoesrgb1.screen.tonepoint.startDrag(false);
};
_root.shoesrgb1.screen.tonepoint.onRelease = function () {
_root.shoesrgb1.screen.tonepoint.stopDrag();
_root.shoesrgb1.screen.tonepoint._x = 88.8;
_root.shoesrgb1.screen.tonepoint._y = _root.shoesrgb1.screen.tone._y;
};
_root.shoesrgb1.screen.r._y = _root.shoesrgb1.screen.rpoint._y;
if (_root.shoesrgb1.screen.r._y > 174) {
_root.shoesrgb1.screen.r._y = 174;
}
if (_root.shoesrgb1.screen.r._y < 24) {
_root.shoesrgb1.screen.r._y = 24;
}
_root.shoesrgb1.screen.g._y = _root.shoesrgb1.screen.gpoint._y;
if (_root.shoesrgb1.screen.g._y > 174) {
_root.shoesrgb1.screen.g._y = 174;
}
if (_root.shoesrgb1.screen.g._y < 24) {
_root.shoesrgb1.screen.g._y = 24;
}
_root.shoesrgb1.screen.b._y = _root.shoesrgb1.screen.bpoint._y;
if (_root.shoesrgb1.screen.b._y > 174) {
_root.shoesrgb1.screen.b._y = 174;
}
if (_root.shoesrgb1.screen.b._y < 24) {
_root.shoesrgb1.screen.b._y = 24;
}
_root.shoesrgb1.screen.tone._y = _root.shoesrgb1.screen.tonepoint._y;
if (_root.shoesrgb1.screen.tone._y > 174) {
_root.shoesrgb1.screen.tone._y = 174;
}
if (_root.shoesrgb1.screen.tone._y < 24) {
_root.shoesrgb1.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "headaccrgb1" in Frame 2
onClipEvent (enterFrame) {
_root.headaccrgb1.screen.rpoint.onPress = function () {
_root.headaccrgb1.screen.rpoint.startDrag(false);
};
_root.headaccrgb1.screen.rpoint.onRelease = function () {
_root.headaccrgb1.screen.rpoint.stopDrag();
_root.headaccrgb1.screen.rpoint._x = 5.8;
_root.headaccrgb1.screen.rpoint._y = _root.headaccrgb1.screen.r._y;
};
_root.headaccrgb1.screen.gpoint.onPress = function () {
_root.headaccrgb1.screen.gpoint.startDrag(false);
};
_root.headaccrgb1.screen.gpoint.onRelease = function () {
_root.headaccrgb1.screen.gpoint.stopDrag();
_root.headaccrgb1.screen.gpoint._x = 35.4;
_root.headaccrgb1.screen.gpoint._y = _root.headaccrgb1.screen.g._y;
};
_root.headaccrgb1.screen.bpoint.onPress = function () {
_root.headaccrgb1.screen.bpoint.startDrag(false);
};
_root.headaccrgb1.screen.bpoint.onRelease = function () {
_root.headaccrgb1.screen.bpoint.stopDrag();
_root.headaccrgb1.screen.bpoint._x = 62.8;
_root.headaccrgb1.screen.bpoint._y = _root.headaccrgb1.screen.b._y;
};
_root.headaccrgb1.screen.tonepoint.onPress = function () {
_root.headaccrgb1.screen.tonepoint.startDrag(false);
};
_root.headaccrgb1.screen.tonepoint.onRelease = function () {
_root.headaccrgb1.screen.tonepoint.stopDrag();
_root.headaccrgb1.screen.tonepoint._x = 88.8;
_root.headaccrgb1.screen.tonepoint._y = _root.headaccrgb1.screen.tone._y;
};
_root.headaccrgb1.screen.r._y = _root.headaccrgb1.screen.rpoint._y;
if (_root.headaccrgb1.screen.r._y > 174) {
_root.headaccrgb1.screen.r._y = 174;
}
if (_root.headaccrgb1.screen.r._y < 24) {
_root.headaccrgb1.screen.r._y = 24;
}
_root.headaccrgb1.screen.g._y = _root.headaccrgb1.screen.gpoint._y;
if (_root.headaccrgb1.screen.g._y > 174) {
_root.headaccrgb1.screen.g._y = 174;
}
if (_root.headaccrgb1.screen.g._y < 24) {
_root.headaccrgb1.screen.g._y = 24;
}
_root.headaccrgb1.screen.b._y = _root.headaccrgb1.screen.bpoint._y;
if (_root.headaccrgb1.screen.b._y > 174) {
_root.headaccrgb1.screen.b._y = 174;
}
if (_root.headaccrgb1.screen.b._y < 24) {
_root.headaccrgb1.screen.b._y = 24;
}
_root.headaccrgb1.screen.tone._y = _root.headaccrgb1.screen.tonepoint._y;
if (_root.headaccrgb1.screen.tone._y > 174) {
_root.headaccrgb1.screen.tone._y = 174;
}
if (_root.headaccrgb1.screen.tone._y < 24) {
_root.headaccrgb1.screen.tone._y = 24;
}
}
Instance of Symbol 1028 MovieClip "headaccrgb2" in Frame 2
onClipEvent (enterFrame) {
_root.headaccrgb2.screen.rpoint.onPress = function () {
_root.headaccrgb2.screen.rpoint.startDrag(false);
};
_root.headaccrgb2.screen.rpoint.onRelease = function () {
_root.headaccrgb2.screen.rpoint.stopDrag();
_root.headaccrgb2.screen.rpoint._x = 5.8;
_root.headaccrgb2.screen.rpoint._y = _root.headaccrgb2.screen.r._y;
};
_root.headaccrgb2.screen.gpoint.onPress = function () {
_root.headaccrgb2.screen.gpoint.startDrag(false);
};
_root.headaccrgb2.screen.gpoint.onRelease = function () {
_root.headaccrgb2.screen.gpoint.stopDrag();
_root.headaccrgb2.screen.gpoint._x = 35.4;
_root.headaccrgb2.screen.gpoint._y = _root.headaccrgb2.screen.g._y;
};
_root.headaccrgb2.screen.bpoint.onPress = function () {
_root.headaccrgb2.screen.bpoint.startDrag(false);
};
_root.headaccrgb2.screen.bpoint.onRelease = function () {
_root.headaccrgb2.screen.bpoint.stopDrag();
_root.headaccrgb2.screen.bpoint._x = 62.8;
_root.headaccrgb2.screen.bpoint._y = _root.headaccrgb2.screen.b._y;
};
_root.headaccrgb2.screen.tonepoint.onPress = function () {
_root.headaccrgb2.screen.tonepoint.startDrag(false);
};
_root.headaccrgb2.screen.tonepoint.onRelease = function () {
_root.headaccrgb2.screen.tonepoint.stopDrag();
_root.headaccrgb2.screen.tonepoint._x = 88.8;
_root.headaccrgb2.screen.tonepoint._y = _root.headaccrgb2.screen.tone._y;
};
_root.headaccrgb2.screen.r._y = _root.headaccrgb2.screen.rpoint._y;
if (_root.headaccrgb2.screen.r._y > 174) {
_root.headaccrgb2.screen.r._y = 174;
}
if (_root.headaccrgb2.screen.r._y < 24) {
_root.headaccrgb2.screen.r._y = 24;
}
_root.headaccrgb2.screen.g._y = _root.headaccrgb2.screen.gpoint._y;
if (_root.headaccrgb2.screen.g._y > 174) {
_root.headaccrgb2.screen.g._y = 174;
}
if (_root.headaccrgb2.screen.g._y < 24) {
_root.headaccrgb2.screen.g._y = 24;
}
_root.headaccrgb2.screen.b._y = _root.headaccrgb2.screen.bpoint._y;
if (_root.headaccrgb2.screen.b._y > 174) {
_root.headaccrgb2.screen.b._y = 174;
}
if (_root.headaccrgb2.screen.b._y < 24) {
_root.headaccrgb2.screen.b._y = 24;
}
_root.headaccrgb2.screen.tone._y = _root.headaccrgb2.screen.tonepoint._y;
if (_root.headaccrgb2.screen.tone._y > 174) {
_root.headaccrgb2.screen.tone._y = 174;
}
if (_root.headaccrgb2.screen.tone._y < 24) {
_root.headaccrgb2.screen.tone._y = 24;
}
}
Instance of Symbol 10 MovieClip in Symbol 11 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + (_root.loadpercent / 4);
}
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 2
stop();
Symbol 17 MovieClip Frame 3
stop();
Symbol 17 MovieClip Frame 4
stop();
Symbol 17 MovieClip Frame 5
stop();
Symbol 17 MovieClip Frame 6
stop();
Symbol 17 MovieClip Frame 7
stop();
Symbol 17 MovieClip Frame 8
stop();
Symbol 17 MovieClip Frame 9
stop();
Symbol 17 MovieClip Frame 10
stop();
Symbol 17 MovieClip Frame 11
stop();
Symbol 17 MovieClip Frame 12
stop();
Symbol 17 MovieClip Frame 13
stop();
Symbol 17 MovieClip Frame 14
stop();
Symbol 17 MovieClip Frame 15
stop();
Symbol 17 MovieClip Frame 16
stop();
Symbol 17 MovieClip Frame 17
stop();
Symbol 17 MovieClip Frame 18
stop();
Symbol 17 MovieClip Frame 19
stop();
Symbol 17 MovieClip Frame 20
stop();
Symbol 17 MovieClip Frame 21
stop();
Symbol 17 MovieClip Frame 22
stop();
Symbol 17 MovieClip Frame 23
stop();
Symbol 17 MovieClip Frame 24
stop();
Symbol 17 MovieClip Frame 25
stop();
Symbol 17 MovieClip Frame 26
stop();
Symbol 17 MovieClip Frame 27
stop();
Symbol 17 MovieClip Frame 28
stop();
Symbol 17 MovieClip Frame 29
stop();
Symbol 17 MovieClip Frame 30
stop();
Symbol 17 MovieClip Frame 31
stop();
Symbol 17 MovieClip Frame 32
stop();
Symbol 17 MovieClip Frame 33
stop();
Symbol 17 MovieClip Frame 34
stop();
Symbol 17 MovieClip Frame 35
stop();
Symbol 17 MovieClip Frame 36
stop();
Symbol 17 MovieClip Frame 37
stop();
Symbol 17 MovieClip Frame 38
stop();
Symbol 17 MovieClip Frame 39
stop();
Symbol 17 MovieClip Frame 40
stop();
Symbol 17 MovieClip Frame 41
stop();
Symbol 17 MovieClip Frame 42
stop();
Symbol 17 MovieClip Frame 43
stop();
Symbol 17 MovieClip Frame 44
stop();
Symbol 17 MovieClip Frame 45
stop();
Symbol 17 MovieClip Frame 46
stop();
Symbol 17 MovieClip Frame 47
stop();
Symbol 17 MovieClip Frame 48
stop();
Symbol 17 MovieClip Frame 49
stop();
Symbol 17 MovieClip Frame 50
stop();
Symbol 17 MovieClip Frame 51
stop();
Symbol 17 MovieClip Frame 52
stop();
Symbol 17 MovieClip Frame 53
stop();
Symbol 17 MovieClip Frame 54
stop();
Symbol 17 MovieClip Frame 55
stop();
Symbol 17 MovieClip Frame 56
stop();
Symbol 17 MovieClip Frame 57
stop();
Symbol 17 MovieClip Frame 58
stop();
Symbol 17 MovieClip Frame 59
stop();
Symbol 17 MovieClip Frame 60
stop();
Symbol 17 MovieClip Frame 61
stop();
Symbol 17 MovieClip Frame 62
stop();
Symbol 17 MovieClip Frame 63
stop();
Symbol 17 MovieClip Frame 64
stop();
Symbol 17 MovieClip Frame 65
stop();
Symbol 17 MovieClip Frame 66
stop();
Symbol 17 MovieClip Frame 67
stop();
Symbol 17 MovieClip Frame 68
stop();
Symbol 17 MovieClip Frame 69
stop();
Symbol 17 MovieClip Frame 70
stop();
Symbol 17 MovieClip Frame 71
stop();
Symbol 17 MovieClip Frame 72
stop();
Symbol 17 MovieClip Frame 73
stop();
Symbol 17 MovieClip Frame 74
stop();
Symbol 17 MovieClip Frame 75
stop();
Symbol 17 MovieClip Frame 76
stop();
Symbol 17 MovieClip Frame 77
stop();
Symbol 17 MovieClip Frame 78
stop();
Symbol 17 MovieClip Frame 79
stop();
Symbol 17 MovieClip Frame 80
stop();
Symbol 17 MovieClip Frame 81
stop();
Symbol 17 MovieClip Frame 82
stop();
Symbol 17 MovieClip Frame 83
stop();
Symbol 17 MovieClip Frame 84
stop();
Symbol 17 MovieClip Frame 85
stop();
Symbol 17 MovieClip Frame 86
stop();
Symbol 17 MovieClip Frame 87
stop();
Symbol 17 MovieClip Frame 88
stop();
Symbol 17 MovieClip Frame 89
stop();
Symbol 17 MovieClip Frame 90
stop();
Symbol 17 MovieClip Frame 91
stop();
Symbol 17 MovieClip Frame 92
stop();
Symbol 17 MovieClip Frame 93
stop();
Symbol 17 MovieClip Frame 94
stop();
Symbol 17 MovieClip Frame 95
stop();
Symbol 17 MovieClip Frame 96
stop();
Symbol 17 MovieClip Frame 97
stop();
Symbol 17 MovieClip Frame 98
stop();
Symbol 17 MovieClip Frame 99
stop();
Symbol 17 MovieClip Frame 100
stop();
Symbol 17 MovieClip Frame 101
stop();
Symbol 17 MovieClip Frame 102
stop();
Symbol 17 MovieClip Frame 103
stop();
Symbol 17 MovieClip Frame 104
stop();
Symbol 17 MovieClip Frame 105
stop();
Symbol 17 MovieClip Frame 106
stop();
Symbol 17 MovieClip Frame 107
stop();
Symbol 17 MovieClip Frame 108
stop();
Symbol 17 MovieClip Frame 109
stop();
Symbol 17 MovieClip Frame 110
stop();
Symbol 17 MovieClip Frame 111
stop();
Symbol 17 MovieClip Frame 112
stop();
Symbol 17 MovieClip Frame 113
stop();
Symbol 17 MovieClip Frame 114
stop();
Symbol 17 MovieClip Frame 115
stop();
Symbol 17 MovieClip Frame 116
stop();
Symbol 17 MovieClip Frame 117
stop();
Symbol 17 MovieClip Frame 118
stop();
Symbol 17 MovieClip Frame 119
stop();
Symbol 17 MovieClip Frame 120
stop();
Symbol 17 MovieClip Frame 121
stop();
Symbol 17 MovieClip Frame 122
stop();
Symbol 17 MovieClip Frame 123
stop();
Symbol 17 MovieClip Frame 124
stop();
Symbol 17 MovieClip Frame 125
stop();
Symbol 17 MovieClip Frame 126
stop();
Symbol 17 MovieClip Frame 127
stop();
Symbol 17 MovieClip Frame 128
stop();
Symbol 17 MovieClip Frame 129
stop();
Symbol 17 MovieClip Frame 130
stop();
Symbol 17 MovieClip Frame 131
stop();
Symbol 17 MovieClip Frame 132
stop();
Symbol 17 MovieClip Frame 133
stop();
Symbol 17 MovieClip Frame 134
stop();
Symbol 17 MovieClip Frame 135
stop();
Symbol 17 MovieClip Frame 136
stop();
Symbol 17 MovieClip Frame 137
stop();
Symbol 17 MovieClip Frame 138
stop();
Symbol 17 MovieClip Frame 139
stop();
Symbol 17 MovieClip Frame 140
stop();
Symbol 17 MovieClip Frame 141
stop();
Symbol 17 MovieClip Frame 142
stop();
Symbol 17 MovieClip Frame 143
stop();
Symbol 17 MovieClip Frame 144
stop();
Symbol 17 MovieClip Frame 145
stop();
Symbol 17 MovieClip Frame 146
stop();
Symbol 17 MovieClip Frame 147
stop();
Symbol 17 MovieClip Frame 148
stop();
Symbol 17 MovieClip Frame 149
stop();
Symbol 17 MovieClip Frame 150
stop();
Symbol 17 MovieClip Frame 151
stop();
Symbol 17 MovieClip Frame 152
stop();
Symbol 17 MovieClip Frame 153
stop();
Symbol 17 MovieClip Frame 154
stop();
Symbol 17 MovieClip Frame 155
stop();
Symbol 17 MovieClip Frame 156
stop();
Symbol 17 MovieClip Frame 157
stop();
Symbol 17 MovieClip Frame 158
stop();
Symbol 17 MovieClip Frame 159
stop();
Symbol 17 MovieClip Frame 160
stop();
Symbol 17 MovieClip Frame 161
stop();
Symbol 17 MovieClip Frame 162
stop();
Symbol 17 MovieClip Frame 163
stop();
Symbol 17 MovieClip Frame 164
stop();
Symbol 17 MovieClip Frame 165
stop();
Symbol 17 MovieClip Frame 166
stop();
Symbol 17 MovieClip Frame 167
stop();
Symbol 17 MovieClip Frame 168
stop();
Symbol 17 MovieClip Frame 169
stop();
Symbol 17 MovieClip Frame 170
stop();
Symbol 17 MovieClip Frame 171
stop();
Symbol 17 MovieClip Frame 172
stop();
Symbol 17 MovieClip Frame 173
stop();
Symbol 17 MovieClip Frame 174
stop();
Symbol 17 MovieClip Frame 175
stop();
Symbol 17 MovieClip Frame 176
stop();
Symbol 17 MovieClip Frame 177
stop();
Symbol 17 MovieClip Frame 178
stop();
Symbol 17 MovieClip Frame 179
stop();
Symbol 17 MovieClip Frame 180
stop();
Symbol 17 MovieClip Frame 181
stop();
Symbol 17 MovieClip Frame 182
stop();
Symbol 17 MovieClip Frame 183
stop();
Symbol 17 MovieClip Frame 184
stop();
Symbol 17 MovieClip Frame 185
stop();
Symbol 17 MovieClip Frame 186
stop();
Symbol 17 MovieClip Frame 187
stop();
Symbol 17 MovieClip Frame 188
stop();
Symbol 17 MovieClip Frame 189
stop();
Symbol 17 MovieClip Frame 190
stop();
Symbol 17 MovieClip Frame 191
stop();
Symbol 17 MovieClip Frame 192
stop();
Symbol 17 MovieClip Frame 193
stop();
Symbol 17 MovieClip Frame 194
stop();
Symbol 17 MovieClip Frame 195
stop();
Symbol 17 MovieClip Frame 196
stop();
Symbol 17 MovieClip Frame 197
stop();
Symbol 17 MovieClip Frame 198
stop();
Symbol 17 MovieClip Frame 199
stop();
Symbol 17 MovieClip Frame 200
stop();
Symbol 17 MovieClip Frame 201
stop();
Symbol 17 MovieClip Frame 202
stop();
Symbol 17 MovieClip Frame 203
stop();
Symbol 17 MovieClip Frame 204
stop();
Symbol 17 MovieClip Frame 205
stop();
Symbol 17 MovieClip Frame 206
stop();
Symbol 17 MovieClip Frame 207
stop();
Symbol 17 MovieClip Frame 208
stop();
Symbol 17 MovieClip Frame 209
stop();
Symbol 17 MovieClip Frame 210
stop();
Symbol 17 MovieClip Frame 211
stop();
Symbol 17 MovieClip Frame 212
stop();
Symbol 17 MovieClip Frame 213
stop();
Symbol 17 MovieClip Frame 214
stop();
Symbol 17 MovieClip Frame 215
stop();
Symbol 17 MovieClip Frame 216
stop();
Symbol 17 MovieClip Frame 217
stop();
Symbol 17 MovieClip Frame 218
stop();
Symbol 17 MovieClip Frame 219
stop();
Symbol 17 MovieClip Frame 220
stop();
Symbol 17 MovieClip Frame 221
stop();
Symbol 17 MovieClip Frame 222
stop();
Symbol 17 MovieClip Frame 223
stop();
Symbol 17 MovieClip Frame 224
stop();
Symbol 17 MovieClip Frame 225
stop();
Symbol 17 MovieClip Frame 226
stop();
Symbol 17 MovieClip Frame 227
stop();
Symbol 17 MovieClip Frame 228
stop();
Symbol 17 MovieClip Frame 229
stop();
Symbol 17 MovieClip Frame 230
stop();
Symbol 17 MovieClip Frame 231
stop();
Symbol 17 MovieClip Frame 232
stop();
Symbol 17 MovieClip Frame 233
stop();
Symbol 17 MovieClip Frame 234
stop();
Symbol 17 MovieClip Frame 235
stop();
Symbol 17 MovieClip Frame 236
stop();
Symbol 17 MovieClip Frame 237
stop();
Symbol 17 MovieClip Frame 238
stop();
Symbol 17 MovieClip Frame 239
stop();
Symbol 17 MovieClip Frame 240
stop();
Symbol 17 MovieClip Frame 241
stop();
Symbol 17 MovieClip Frame 242
stop();
Symbol 17 MovieClip Frame 243
stop();
Symbol 17 MovieClip Frame 244
stop();
Symbol 17 MovieClip Frame 245
stop();
Symbol 17 MovieClip Frame 246
stop();
Symbol 17 MovieClip Frame 247
stop();
Symbol 17 MovieClip Frame 248
stop();
Symbol 17 MovieClip Frame 249
stop();
Symbol 17 MovieClip Frame 250
stop();
Symbol 17 MovieClip Frame 251
stop();
Symbol 17 MovieClip Frame 252
stop();
Symbol 17 MovieClip Frame 253
stop();
Symbol 17 MovieClip Frame 254
stop();
Symbol 17 MovieClip Frame 255
stop();
Symbol 17 MovieClip Frame 256
stop();
Symbol 17 MovieClip Frame 257
stop();
Symbol 17 MovieClip Frame 258
stop();
Symbol 17 MovieClip Frame 259
stop();
Symbol 17 MovieClip Frame 260
stop();
Symbol 17 MovieClip Frame 261
stop();
Symbol 17 MovieClip Frame 262
stop();
Symbol 17 MovieClip Frame 263
stop();
Symbol 17 MovieClip Frame 264
stop();
Symbol 17 MovieClip Frame 265
stop();
Symbol 17 MovieClip Frame 266
stop();
Symbol 17 MovieClip Frame 267
stop();
Symbol 17 MovieClip Frame 268
stop();
Symbol 17 MovieClip Frame 269
stop();
Symbol 17 MovieClip Frame 270
stop();
Symbol 17 MovieClip Frame 271
stop();
Symbol 17 MovieClip Frame 272
stop();
Symbol 17 MovieClip Frame 273
stop();
Symbol 17 MovieClip Frame 274
stop();
Symbol 17 MovieClip Frame 275
stop();
Symbol 17 MovieClip Frame 276
stop();
Symbol 17 MovieClip Frame 277
stop();
Symbol 17 MovieClip Frame 278
stop();
Symbol 17 MovieClip Frame 279
stop();
Symbol 17 MovieClip Frame 280
stop();
Symbol 17 MovieClip Frame 281
stop();
Symbol 17 MovieClip Frame 282
stop();
Symbol 17 MovieClip Frame 283
stop();
Symbol 17 MovieClip Frame 284
stop();
Symbol 17 MovieClip Frame 285
stop();
Symbol 17 MovieClip Frame 286
stop();
Symbol 17 MovieClip Frame 287
stop();
Symbol 17 MovieClip Frame 288
stop();
Symbol 17 MovieClip Frame 289
stop();
Symbol 17 MovieClip Frame 290
stop();
Symbol 17 MovieClip Frame 291
stop();
Symbol 17 MovieClip Frame 292
stop();
Symbol 17 MovieClip Frame 293
stop();
Symbol 17 MovieClip Frame 294
stop();
Symbol 17 MovieClip Frame 295
stop();
Symbol 17 MovieClip Frame 296
stop();
Symbol 17 MovieClip Frame 297
stop();
Symbol 17 MovieClip Frame 298
stop();
Symbol 17 MovieClip Frame 299
stop();
Symbol 17 MovieClip Frame 300
stop();
Symbol 17 MovieClip Frame 301
stop();
Symbol 17 MovieClip Frame 302
stop();
Symbol 17 MovieClip Frame 303
stop();
Symbol 17 MovieClip Frame 304
stop();
Symbol 17 MovieClip Frame 305
stop();
Symbol 17 MovieClip Frame 306
stop();
Symbol 17 MovieClip Frame 307
stop();
Symbol 17 MovieClip Frame 308
stop();
Symbol 17 MovieClip Frame 309
stop();
Symbol 17 MovieClip Frame 310
stop();
Symbol 17 MovieClip Frame 311
stop();
Symbol 17 MovieClip Frame 312
stop();
Symbol 17 MovieClip Frame 313
stop();
Symbol 17 MovieClip Frame 314
stop();
Symbol 17 MovieClip Frame 315
stop();
Symbol 17 MovieClip Frame 316
stop();
Symbol 17 MovieClip Frame 317
stop();
Symbol 17 MovieClip Frame 318
stop();
Symbol 17 MovieClip Frame 319
stop();
Symbol 17 MovieClip Frame 320
stop();
Symbol 17 MovieClip Frame 321
stop();
Symbol 17 MovieClip Frame 322
stop();
Symbol 17 MovieClip Frame 323
stop();
Symbol 17 MovieClip Frame 324
stop();
Symbol 17 MovieClip Frame 325
stop();
Symbol 17 MovieClip Frame 326
stop();
Symbol 17 MovieClip Frame 327
stop();
Symbol 17 MovieClip Frame 328
stop();
Symbol 17 MovieClip Frame 329
stop();
Symbol 17 MovieClip Frame 330
stop();
Symbol 17 MovieClip Frame 331
stop();
Symbol 17 MovieClip Frame 332
stop();
Symbol 17 MovieClip Frame 333
stop();
Symbol 17 MovieClip Frame 334
stop();
Symbol 17 MovieClip Frame 335
stop();
Symbol 17 MovieClip Frame 336
stop();
Symbol 17 MovieClip Frame 337
stop();
Symbol 17 MovieClip Frame 338
stop();
Symbol 17 MovieClip Frame 339
stop();
Symbol 17 MovieClip Frame 340
stop();
Symbol 17 MovieClip Frame 341
stop();
Symbol 17 MovieClip Frame 342
stop();
Symbol 17 MovieClip Frame 343
stop();
Symbol 17 MovieClip Frame 344
stop();
Symbol 17 MovieClip Frame 345
stop();
Symbol 17 MovieClip Frame 346
stop();
Symbol 17 MovieClip Frame 347
stop();
Symbol 17 MovieClip Frame 348
stop();
Symbol 17 MovieClip Frame 349
stop();
Symbol 17 MovieClip Frame 350
stop();
Symbol 17 MovieClip Frame 351
stop();
Symbol 17 MovieClip Frame 352
stop();
Symbol 17 MovieClip Frame 353
stop();
Symbol 17 MovieClip Frame 354
stop();
Symbol 17 MovieClip Frame 355
stop();
Symbol 17 MovieClip Frame 356
stop();
Symbol 17 MovieClip Frame 357
stop();
Symbol 17 MovieClip Frame 358
stop();
Symbol 17 MovieClip Frame 359
stop();
Symbol 17 MovieClip Frame 360
stop();
Symbol 17 MovieClip Frame 361
stop();
Symbol 17 MovieClip Frame 362
stop();
Symbol 17 MovieClip Frame 363
stop();
Symbol 17 MovieClip Frame 364
stop();
Symbol 17 MovieClip Frame 365
stop();
Symbol 17 MovieClip Frame 366
stop();
Symbol 17 MovieClip Frame 367
stop();
Symbol 17 MovieClip Frame 368
stop();
Symbol 17 MovieClip Frame 369
stop();
Symbol 17 MovieClip Frame 370
stop();
Symbol 17 MovieClip Frame 371
stop();
Symbol 17 MovieClip Frame 372
stop();
Symbol 17 MovieClip Frame 373
stop();
Symbol 17 MovieClip Frame 374
stop();
Symbol 17 MovieClip Frame 375
stop();
Symbol 17 MovieClip Frame 376
stop();
Symbol 17 MovieClip Frame 377
stop();
Symbol 17 MovieClip Frame 378
stop();
Symbol 17 MovieClip Frame 379
stop();
Symbol 17 MovieClip Frame 380
stop();
Symbol 17 MovieClip Frame 381
stop();
Symbol 17 MovieClip Frame 382
stop();
Symbol 17 MovieClip Frame 383
stop();
Symbol 17 MovieClip Frame 384
stop();
Symbol 17 MovieClip Frame 385
stop();
Symbol 17 MovieClip Frame 386
stop();
Symbol 17 MovieClip Frame 387
stop();
Symbol 17 MovieClip Frame 388
stop();
Symbol 17 MovieClip Frame 389
stop();
Symbol 17 MovieClip Frame 390
stop();
Symbol 17 MovieClip Frame 391
stop();
Symbol 17 MovieClip Frame 392
stop();
Symbol 17 MovieClip Frame 393
stop();
Symbol 17 MovieClip Frame 394
stop();
Symbol 17 MovieClip Frame 395
stop();
Symbol 17 MovieClip Frame 396
stop();
Symbol 17 MovieClip Frame 397
stop();
Symbol 17 MovieClip Frame 398
stop();
Symbol 17 MovieClip Frame 399
stop();
Symbol 17 MovieClip Frame 400
stop();
Symbol 23 MovieClip Frame 120
gotoAndPlay (1);
Symbol 23 MovieClip Frame 121
play();
Symbol 23 MovieClip Frame 180
stop();
Symbol 29 MovieClip Frame 10
stop();
Symbol 36 Button
on (release) {
gotoAndStop (61);
}
Symbol 39 MovieClip Frame 16
_root.gotoAndStop(2);
Symbol 40 MovieClip Frame 60
stop();
Symbol 40 MovieClip Frame 61
stop();
Symbol 41 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
gotoAndStop (2);
}
};
Instance of Symbol 17 MovieClip "bar" in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 400));
}
Instance of Symbol 17 MovieClip "bar" in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 400));
}
Instance of Symbol 17 MovieClip "bar" in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 400));
}
Instance of Symbol 17 MovieClip "bar" in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 400));
}
Instance of Symbol 17 MovieClip "bar" in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 400));
}
Instance of Symbol 17 MovieClip "bar" in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 400));
}
Instance of Symbol 17 MovieClip "bar" in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 400));
}
Symbol 41 MovieClip Frame 2
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 52 MovieClip Frame 3
stop();
Symbol 52 MovieClip Frame 4
stop();
Symbol 52 MovieClip Frame 5
stop();
Symbol 52 MovieClip Frame 6
stop();
Symbol 52 MovieClip Frame 7
stop();
Symbol 52 MovieClip Frame 8
stop();
Symbol 52 MovieClip Frame 9
stop();
Symbol 52 MovieClip Frame 10
stop();
Symbol 52 MovieClip Frame 11
stop();
Symbol 52 MovieClip Frame 12
stop();
Symbol 52 MovieClip Frame 13
stop();
Symbol 52 MovieClip Frame 14
stop();
Symbol 52 MovieClip Frame 15
stop();
Instance of Symbol 52 MovieClip in Symbol 54 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.skintone);
}
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
stop();
Symbol 59 MovieClip Frame 3
stop();
Symbol 59 MovieClip Frame 4
stop();
Symbol 59 MovieClip Frame 5
stop();
Symbol 59 MovieClip Frame 6
stop();
Symbol 59 MovieClip Frame 7
stop();
Symbol 59 MovieClip Frame 8
stop();
Symbol 59 MovieClip Frame 9
stop();
Symbol 59 MovieClip Frame 10
stop();
Symbol 59 MovieClip Frame 11
stop();
Symbol 59 MovieClip Frame 12
stop();
Symbol 59 MovieClip Frame 13
stop();
Symbol 59 MovieClip Frame 14
stop();
Symbol 59 MovieClip Frame 15
stop();
Symbol 59 MovieClip Frame 16
stop();
Symbol 59 MovieClip Frame 17
stop();
Symbol 59 MovieClip Frame 18
stop();
Symbol 59 MovieClip Frame 19
stop();
Symbol 59 MovieClip Frame 20
stop();
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 2
stop();
Symbol 64 MovieClip Frame 3
stop();
Symbol 64 MovieClip Frame 4
stop();
Symbol 64 MovieClip Frame 5
stop();
Symbol 64 MovieClip Frame 6
stop();
Symbol 64 MovieClip Frame 7
stop();
Symbol 64 MovieClip Frame 8
stop();
Symbol 64 MovieClip Frame 9
stop();
Symbol 64 MovieClip Frame 10
stop();
Symbol 64 MovieClip Frame 11
stop();
_root.haircolor = 1;
Symbol 83 MovieClip Frame 1
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 2
stop();
Symbol 83 MovieClip Frame 3
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 3
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 4
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 4
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 5
stop();
Symbol 83 MovieClip Frame 6
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 6
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 7
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 7
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 8
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 8
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 9
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 9
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 10
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 10
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 11
stop();
Symbol 83 MovieClip Frame 12
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 12
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 13
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 13
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 14
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 83 MovieClip Frame 14
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
}
Symbol 83 MovieClip Frame 15
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
stop();
Symbol 86 MovieClip Frame 3
stop();
Symbol 86 MovieClip Frame 4
stop();
Symbol 86 MovieClip Frame 5
stop();
Symbol 86 MovieClip Frame 6
stop();
Symbol 86 MovieClip Frame 7
stop();
Symbol 86 MovieClip Frame 8
stop();
Symbol 86 MovieClip Frame 9
stop();
Symbol 86 MovieClip Frame 10
stop();
Symbol 86 MovieClip Frame 11
stop();
Symbol 86 MovieClip Frame 12
stop();
Symbol 86 MovieClip Frame 13
stop();
Symbol 86 MovieClip Frame 14
stop();
Symbol 86 MovieClip Frame 15
stop();
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
stop();
Symbol 169 MovieClip Frame 3
stop();
Symbol 169 MovieClip Frame 4
stop();
Symbol 169 MovieClip Frame 5
stop();
Symbol 169 MovieClip Frame 6
stop();
Symbol 169 MovieClip Frame 7
stop();
Symbol 169 MovieClip Frame 8
stop();
Symbol 169 MovieClip Frame 9
stop();
Symbol 169 MovieClip Frame 10
stop();
Symbol 169 MovieClip Frame 11
stop();
Symbol 169 MovieClip Frame 12
stop();
Symbol 169 MovieClip Frame 13
stop();
Symbol 169 MovieClip Frame 14
stop();
Symbol 169 MovieClip Frame 15
stop();
Symbol 169 MovieClip Frame 16
stop();
Symbol 242 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 2
stop();
Symbol 242 MovieClip Frame 3
stop();
Symbol 242 MovieClip Frame 4
stop();
Symbol 242 MovieClip Frame 5
stop();
Symbol 242 MovieClip Frame 6
stop();
Symbol 242 MovieClip Frame 7
stop();
Symbol 242 MovieClip Frame 8
stop();
Symbol 242 MovieClip Frame 9
stop();
Symbol 242 MovieClip Frame 10
stop();
Symbol 242 MovieClip Frame 11
stop();
Symbol 242 MovieClip Frame 12
stop();
Symbol 242 MovieClip Frame 13
stop();
Symbol 242 MovieClip Frame 14
stop();
Symbol 242 MovieClip Frame 15
stop();
Symbol 242 MovieClip Frame 16
stop();
Symbol 267 MovieClip Frame 1
stop();
stop();
Symbol 267 MovieClip Frame 2
stop();
stop();
Symbol 267 MovieClip Frame 3
stop();
Symbol 267 MovieClip Frame 4
stop();
Symbol 296 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 2
stop();
Symbol 296 MovieClip Frame 3
stop();
Symbol 296 MovieClip Frame 4
stop();
Symbol 296 MovieClip Frame 5
stop();
Symbol 296 MovieClip Frame 6
stop();
Symbol 296 MovieClip Frame 7
stop();
Symbol 296 MovieClip Frame 8
stop();
Symbol 296 MovieClip Frame 9
stop();
Symbol 296 MovieClip Frame 10
stop();
Symbol 296 MovieClip Frame 11
stop();
Symbol 296 MovieClip Frame 12
stop();
Symbol 296 MovieClip Frame 13
stop();
Symbol 296 MovieClip Frame 14
stop();
Symbol 296 MovieClip Frame 15
stop();
Symbol 296 MovieClip Frame 16
stop();
Symbol 296 MovieClip Frame 17
stop();
Symbol 296 MovieClip Frame 18
stop();
Symbol 296 MovieClip Frame 19
stop();
Symbol 296 MovieClip Frame 20
stop();
Symbol 372 MovieClip Frame 1
stop();
Symbol 372 MovieClip Frame 2
stop();
Symbol 372 MovieClip Frame 3
stop();
Symbol 372 MovieClip Frame 4
stop();
Symbol 372 MovieClip Frame 5
stop();
Symbol 372 MovieClip Frame 6
stop();
Symbol 372 MovieClip Frame 7
stop();
Symbol 372 MovieClip Frame 8
stop();
Symbol 372 MovieClip Frame 9
stop();
Symbol 372 MovieClip Frame 10
stop();
Symbol 372 MovieClip Frame 11
stop();
Symbol 372 MovieClip Frame 12
stop();
Symbol 372 MovieClip Frame 13
stop();
Symbol 372 MovieClip Frame 14
stop();
Symbol 372 MovieClip Frame 15
stop();
Symbol 372 MovieClip Frame 16
stop();
Symbol 372 MovieClip Frame 17
stop();
Symbol 372 MovieClip Frame 18
stop();
Symbol 372 MovieClip Frame 19
stop();
Symbol 372 MovieClip Frame 20
stop();
Symbol 372 MovieClip Frame 21
stop();
Symbol 510 MovieClip Frame 1
stop();
Symbol 510 MovieClip Frame 2
stop();
Symbol 510 MovieClip Frame 3
stop();
Symbol 510 MovieClip Frame 4
stop();
Symbol 510 MovieClip Frame 5
stop();
Symbol 510 MovieClip Frame 6
stop();
Symbol 510 MovieClip Frame 7
stop();
Symbol 510 MovieClip Frame 8
stop();
Symbol 510 MovieClip Frame 9
stop();
Symbol 510 MovieClip Frame 10
stop();
Symbol 510 MovieClip Frame 11
stop();
Symbol 510 MovieClip Frame 12
stop();
Symbol 510 MovieClip Frame 13
stop();
Symbol 510 MovieClip Frame 14
stop();
Symbol 510 MovieClip Frame 15
stop();
Symbol 510 MovieClip Frame 16
stop();
Symbol 510 MovieClip Frame 17
stop();
Symbol 510 MovieClip Frame 18
stop();
Symbol 510 MovieClip Frame 19
stop();
Symbol 510 MovieClip Frame 20
stop();
Symbol 510 MovieClip Frame 21
stop();
Symbol 510 MovieClip Frame 22
stop();
Symbol 618 MovieClip Frame 1
stop();
Symbol 618 MovieClip Frame 2
stop();
Symbol 618 MovieClip Frame 3
stop();
Symbol 618 MovieClip Frame 4
stop();
Symbol 618 MovieClip Frame 5
stop();
Symbol 618 MovieClip Frame 6
stop();
Symbol 618 MovieClip Frame 7
stop();
Symbol 618 MovieClip Frame 8
stop();
Symbol 618 MovieClip Frame 9
stop();
Symbol 618 MovieClip Frame 10
stop();
Symbol 618 MovieClip Frame 11
stop();
Symbol 618 MovieClip Frame 12
stop();
Symbol 618 MovieClip Frame 13
stop();
Symbol 618 MovieClip Frame 14
stop();
Symbol 618 MovieClip Frame 15
stop();
Symbol 618 MovieClip Frame 16
stop();
Symbol 618 MovieClip Frame 17
stop();
Symbol 618 MovieClip Frame 18
stop();
Symbol 618 MovieClip Frame 19
stop();
Symbol 618 MovieClip Frame 20
stop();
Symbol 618 MovieClip Frame 21
stop();
Symbol 621 MovieClip Frame 1
stop();
Symbol 621 MovieClip Frame 2
stop();
Symbol 621 MovieClip Frame 3
stop();
Symbol 621 MovieClip Frame 4
stop();
Symbol 621 MovieClip Frame 5
stop();
Symbol 621 MovieClip Frame 6
stop();
Symbol 621 MovieClip Frame 7
stop();
Symbol 621 MovieClip Frame 8
stop();
Symbol 621 MovieClip Frame 9
stop();
Symbol 621 MovieClip Frame 10
stop();
Symbol 621 MovieClip Frame 11
stop();
Symbol 621 MovieClip Frame 12
stop();
Symbol 621 MovieClip Frame 13
stop();
Symbol 621 MovieClip Frame 14
stop();
Symbol 621 MovieClip Frame 15
stop();
Symbol 626 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r2._alpha = 100 * ((174 - _root.headaccrgb2.screen.r._y) / 150);
this.g2._alpha = 100 * ((174 - _root.headaccrgb2.screen.g._y) / 150);
this.b2._alpha = 100 * ((174 - _root.headaccrgb2.screen.b._y) / 150);
this.tone2._alpha = 100 * ((174 - _root.headaccrgb2.screen.tone._y) / 150);
}
};
Symbol 630 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r2._alpha = 100 * ((174 - _root.headaccrgb2.screen.r._y) / 150);
this.g2._alpha = 100 * ((174 - _root.headaccrgb2.screen.g._y) / 150);
this.b2._alpha = 100 * ((174 - _root.headaccrgb2.screen.b._y) / 150);
this.tone2._alpha = 100 * ((174 - _root.headaccrgb2.screen.tone._y) / 150);
}
};
Symbol 635 MovieClip Frame 1
stop();
Symbol 635 MovieClip Frame 2
stop();
Symbol 635 MovieClip Frame 3
stop();
Symbol 635 MovieClip Frame 4
stop();
Symbol 635 MovieClip Frame 5
stop();
Symbol 635 MovieClip Frame 6
stop();
Symbol 635 MovieClip Frame 7
stop();
Symbol 635 MovieClip Frame 8
stop();
Symbol 635 MovieClip Frame 9
stop();
Symbol 635 MovieClip Frame 10
stop();
Symbol 654 MovieClip Frame 1
stop();
Symbol 654 MovieClip Frame 2
stop();
Symbol 654 MovieClip Frame 3
stop();
Symbol 654 MovieClip Frame 4
stop();
Symbol 654 MovieClip Frame 5
stop();
Symbol 654 MovieClip Frame 6
stop();
Symbol 654 MovieClip Frame 7
stop();
Symbol 654 MovieClip Frame 8
stop();
Symbol 654 MovieClip Frame 9
stop();
Symbol 654 MovieClip Frame 10
stop();
Symbol 664 MovieClip Frame 1
stop();
Symbol 664 MovieClip Frame 2
stop();
Symbol 664 MovieClip Frame 3
stop();
Symbol 664 MovieClip Frame 4
stop();
Symbol 664 MovieClip Frame 5
stop();
Symbol 696 MovieClip Frame 1
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 2
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 2
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 3
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 3
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 4
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 4
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 5
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 5
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 6
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 6
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 7
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 7
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 8
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 8
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 9
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 9
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 10
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 10
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 11
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 11
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 12
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 12
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 13
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 13
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 14
stop();
Instance of Symbol 64 MovieClip "color" in Symbol 696 MovieClip Frame 14
onClipEvent (enterFrame) {
this.gotoAndStop(_root.haircolor);
if (_root.haircolor <= 0) {
_root.haircolor = 10;
}
}
Symbol 696 MovieClip Frame 15
stop();
Symbol 700 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r1._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g1._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b1._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone1._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
}
};
Symbol 704 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r1._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g1._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b1._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone1._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
}
};
Symbol 711 MovieClip Frame 5
gotoAndPlay(15 + random(50));
Symbol 711 MovieClip Frame 100
gotoAndPlay (1);
Symbol 712 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r1._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g1._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b1._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone1._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
}
};
Symbol 719 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r1._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g1._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b1._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone1._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
this.r2._alpha = 100 * ((174 - _root.headaccrgb2.screen.r._y) / 150);
this.g2._alpha = 100 * ((174 - _root.headaccrgb2.screen.g._y) / 150);
this.b2._alpha = 100 * ((174 - _root.headaccrgb2.screen.b._y) / 150);
this.tone2._alpha = 100 * ((174 - _root.headaccrgb2.screen.tone._y) / 150);
}
};
Symbol 723 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r1._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g1._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b1._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone1._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
}
};
Symbol 733 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r1._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g1._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b1._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone1._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
}
};
Symbol 739 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r1._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g1._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b1._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone1._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
this.r2._alpha = 100 * ((174 - _root.headaccrgb2.screen.r._y) / 150);
this.g2._alpha = 100 * ((174 - _root.headaccrgb2.screen.g._y) / 150);
this.b2._alpha = 100 * ((174 - _root.headaccrgb2.screen.b._y) / 150);
this.tone2._alpha = 100 * ((174 - _root.headaccrgb2.screen.tone._y) / 150);
}
};
Symbol 743 MovieClip Frame 1
onEnterFrame = function () {
if (_root.coloraffect == true) {
this.r1._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g1._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b1._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone1._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
this.r2._alpha = 100 * ((174 - _root.headaccrgb2.screen.r._y) / 150);
this.g2._alpha = 100 * ((174 - _root.headaccrgb2.screen.g._y) / 150);
this.b2._alpha = 100 * ((174 - _root.headaccrgb2.screen.b._y) / 150);
this.tone2._alpha = 100 * ((174 - _root.headaccrgb2.screen.tone._y) / 150);
}
};
Instance of Symbol 86 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.skintone);
}
Instance of Symbol 621 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.skintone);
}
Instance of Symbol 626 MovieClip "bow6" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 630 MovieClip "bow7" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 642 MovieClip "eyes" in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
this.eyes.gotoAndStop(_root.eyecolor);
if (_root.eyecolor <= 0) {
_root.eyecolor = 10;
}
}
Instance of Symbol 664 MovieClip "lipswhole" in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
this.lips.gotoAndStop(_root.lipcolor);
this.gotoAndStop(_root.mouth);
if (_root.lipcolor <= 0) {
_root.lipcolor = 10;
}
if (_root.lipcolor >= 11) {
_root.lipcolor = 1;
}
if (_root.mouth <= 0) {
_root.mouth = 5;
}
if (_root.mouth >= 6) {
_root.mouth = 1;
}
}
Instance of Symbol 700 MovieClip "bow3" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 704 MovieClip "bow5" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 712 MovieClip "bow2" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.setDepthTo(1);
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 719 MovieClip "bow4" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 723 MovieClip "bow" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 725 MovieClip "bow8" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 727 MovieClip "bow9" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 729 MovieClip "bow10" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 719 MovieClip "bow12" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 723 MovieClip "bow11" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 719 MovieClip "bow14" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 723 MovieClip "bow13" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 700 MovieClip "bow15" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 729 MovieClip "bow16" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 733 MovieClip "bow17" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 735 MovieClip "bow18" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 739 MovieClip "bow19" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Instance of Symbol 743 MovieClip "bow20" in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this.onPress = function () {
this.startDrag(false);
};
this.onRelease = function () {
this.stopDrag(true);
};
}
Symbol 749 Button
on (release) {
_root.game1._x = -2000;
_root.game1._visible = false;
_root.whole.figure._visible = true;
_root.unlockmenu.gotoAndPlay(2);
_root.console._visible = true;
this.gotoAndStop(5);
}
Symbol 753 Button
on (release) {
this.gotoAndStop(2);
}
Symbol 765 MovieClip Frame 11
stop();
Symbol 773 MovieClip Frame 1
stop();
Symbol 773 MovieClip Frame 2
stop();
Symbol 773 MovieClip Frame 3
stop();
Symbol 773 MovieClip Frame 4
stop();
Symbol 773 MovieClip Frame 5
stop();
Symbol 773 MovieClip Frame 6
stop();
Symbol 773 MovieClip Frame 7
stop();
Symbol 780 MovieClip Frame 1
stop();
_root.keys = _root.keys + 7;
Symbol 780 MovieClip Frame 2
stop();
Symbol 780 MovieClip Frame 3
stop();
_root.keys = _root.keys + 8;
Symbol 782 MovieClip Frame 25
stop();
Symbol 783 Button
on (release) {
this.gotoAndStop(1);
}
Symbol 784 MovieClip Frame 1
stop();
Symbol 784 MovieClip Frame 2
stop();
var delay = 80;
var life1 = 1;
var life2 = 1;
var ballxspeed = -10;
var ballyspeed = 0;
var gamestate = 1;
onEnterFrame = function () {
if (Key.isDown(46)) {
life2 = life2 + 1;
}
if (gamestate == 1) {
this.ball._x = this.ball._x + ballxspeed;
this.ball._y = this.ball._y + ballyspeed;
if (ballxspeed > 20) {
ballxspeed = 20;
}
if (ballyspeed > 10) {
ballyspeed = 10;
}
if (this.ball.hitTest(this.wall1)) {
life1 = life1 + 1;
ballxspeed = ballxspeed * -1.04;
this.ball._x = 22;
this.flash1.gotoAndPlay(2);
}
if (this.ball.hitTest(this.wall2)) {
life2 = life2 + 1;
ballxspeed = ballxspeed * -1.04;
this.ball._x = 500;
this.flash2.gotoAndPlay(2);
}
if (this.ball.hitTest(this.paddle1)) {
ballxspeed = ballxspeed * -1.06;
this.ball._x = 20;
ballyspeed = (this.paddle1._y - this.ball._y) / -3;
}
if (this.ball.hitTest(this.paddle2)) {
ballxspeed = ballxspeed * -1.06;
ballyspeed = (this.paddle2._y - this.ball._y) / -3;
}
if (this.ball.hitTest(this.wall3)) {
ballyspeed = ballyspeed * -1;
}
if (this.ball.hitTest(this.wall4)) {
ballyspeed = ballyspeed * -1;
}
if (Key.isDown(40)) {
this.paddle1._y = this.paddle1._y + 6;
}
if (Key.isDown(38)) {
this.paddle1._y = this.paddle1._y - 6;
}
if (this.paddle1._y > 245) {
this.paddle1._y = 245;
}
if (this.paddle1._y < 23) {
this.paddle1._y = 23;
}
this.lifebar1.gotoAndStop(life1);
this.lifebar2.gotoAndStop(life2);
if ((life1 == 7) || (life2 == 7)) {
gamestate = 2;
}
if (this.ball._x > 220) {
if (this.ball._y > this.paddle2._y) {
this.paddle2._y = this.paddle2._y + 4;
}
if (this.ball._y < this.paddle2._y) {
this.paddle2._y = this.paddle2._y - 4;
}
}
}
if (gamestate == 2) {
delay = delay - 1;
if (delay < 0) {
this.gotoAndStop(3);
}
}
};
Symbol 784 MovieClip Frame 3
stop();
onEnterFrame = function () {
if ((life1 < life2) && (life1 > 1)) {
this.score.screen.gotoAndStop(1);
}
if (life1 > life2) {
this.score.screen.gotoAndStop(2);
}
if (life1 == 1) {
this.score.screen.gotoAndStop(3);
}
};
Symbol 788 Button
on (release) {
gotoAndStop (2);
}
Symbol 796 MovieClip Frame 1
stop();
Symbol 796 MovieClip Frame 2
stop();
Symbol 796 MovieClip Frame 3
stop();
Symbol 809 MovieClip Frame 1
stop();
Symbol 809 MovieClip Frame 2
stop();
Symbol 809 MovieClip Frame 3
stop();
Symbol 809 MovieClip Frame 4
stop();
Symbol 815 MovieClip Frame 1
stop();
Symbol 815 MovieClip Frame 2
stop();
Symbol 815 MovieClip Frame 3
stop();
Symbol 815 MovieClip Frame 4
stop();
Symbol 815 MovieClip Frame 5
stop();
Symbol 815 MovieClip Frame 6
stop();
Symbol 815 MovieClip Frame 7
stop();
Symbol 815 MovieClip Frame 8
stop();
Symbol 815 MovieClip Frame 9
stop();
Symbol 815 MovieClip Frame 10
stop();
Symbol 815 MovieClip Frame 11
stop();
Symbol 815 MovieClip Frame 12
stop();
Symbol 815 MovieClip Frame 13
stop();
Symbol 815 MovieClip Frame 14
stop();
Symbol 815 MovieClip Frame 15
stop();
Symbol 815 MovieClip Frame 16
stop();
Symbol 815 MovieClip Frame 17
stop();
Symbol 815 MovieClip Frame 18
stop();
Symbol 815 MovieClip Frame 19
stop();
Symbol 815 MovieClip Frame 20
stop();
Symbol 815 MovieClip Frame 21
stop();
Symbol 815 MovieClip Frame 22
stop();
Symbol 815 MovieClip Frame 23
stop();
Symbol 815 MovieClip Frame 24
stop();
Symbol 815 MovieClip Frame 25
stop();
Symbol 818 MovieClip Frame 42
stop();
Symbol 847 MovieClip Frame 53
stop();
Symbol 848 MovieClip Frame 1
stop();
Symbol 848 MovieClip Frame 2
stop();
Symbol 856 MovieClip Frame 142
stop();
Symbol 864 MovieClip Frame 1
stop();
Symbol 864 MovieClip Frame 2
stop();
Symbol 864 MovieClip Frame 3
stop();
Symbol 873 MovieClip Frame 1
stop();
Symbol 873 MovieClip Frame 2
stop();
_root.keys = _root.keys + 2;
Symbol 873 MovieClip Frame 3
stop();
_root.keys = _root.keys + 5;
Symbol 873 MovieClip Frame 4
stop();
_root.keys = _root.keys + 9;
Symbol 873 MovieClip Frame 5
stop();
_root.keys = _root.keys + 15;
Symbol 875 MovieClip Frame 32
stop();
Symbol 876 Button
on (release) {
this.gotoAndStop(1);
}
Symbol 877 MovieClip Frame 1
stop();
Symbol 877 MovieClip Frame 2
var stat = 1;
var success = 0;
var restartdelay = -1;
var windspeed = 0;
var windspeedpoint = ((-20 + random(40)) / 10);
var windspeeddelay = (300 + random(300));
var ylimit = 1.5;
var xlimit = 1;
var rotlimit = 10;
var xspeed = 0;
var yspeed = 0;
var powerx = 5;
var powery = 5;
var thrust1 = 1;
var thrust2 = 1;
var rotationspeed = 0;
var gamestate = 1;
onEnterFrame = function () {
windspeeddelay = windspeeddelay - 1;
if (windspeedpoint > windspeed) {
windspeed = windspeed + 0.1;
}
if (windspeedpoint < windspeed) {
windspeed = windspeed - 0.1;
}
if (windspeeddelay <= 0) {
windspeeddelay = 300 + random(300);
windspeedpoint = (-20 + random(40)) / 10;
}
if (windspeed > 1) {
this.flag.gotoAndStop(4);
}
if ((windspeed > 0) && (windspeed <= 1)) {
this.flag.gotoAndStop(3);
}
if ((windspeed < 0) && (windspeed >= -1)) {
this.flag.gotoAndStop(2);
}
if (windspeed < -1) {
this.flag.gotoAndStop(1);
}
xspeed = xspeed + (windspeed / 100);
thrust1 = thrust1 - 1;
thrust2 = thrust2 - 1;
if (thrust1 <= 1) {
thrust1 = 1;
}
if (thrust2 <= 1) {
thrust2 = 1;
}
if (thrust1 > 40) {
thrust1 = 40;
}
if (thrust2 > 40) {
thrust2 = 40;
}
this.lander.thrust1.gotoAndStop(thrust1);
this.lander.thrust2.gotoAndStop(thrust2);
if (gamestate == 1) {
if (this.ground.hitTest(this.lander._x, this.lander._y, true) || (this.ground.hitTest(this.lander._x + 15, this.lander._y + 15, true))) {
if (stat == 1) {
this.stat1.gotoAndStop(3);
}
if (stat == 2) {
this.stat2.gotoAndStop(3);
}
if (stat == 3) {
this.stat3.gotoAndStop(3);
}
if (stat == 4) {
this.stat4.gotoAndStop(3);
}
this.lander.gotoAndStop(2);
this.lander._rotation = 0;
gamestate = 2;
}
if (this.lander.hit.hitTest(this.landing1.hit)) {
if ((yspeed < ylimit) && (xspeed < xlimit)) {
success = success + 1;
if (stat == 1) {
this.stat1.gotoAndStop(2);
}
if (stat == 2) {
this.stat2.gotoAndStop(2);
}
if (stat == 3) {
this.stat3.gotoAndStop(2);
}
if (stat == 4) {
this.stat4.gotoAndStop(2);
}
this.lander._rotation = 0;
this.landing1.gotoAndStop(2);
gamestate = 2;
}
if ((yspeed >= ylimit) || (xspeed >= xlimit)) {
if (stat == 1) {
this.stat1.gotoAndStop(3);
}
if (stat == 2) {
this.stat2.gotoAndStop(3);
}
if (stat == 3) {
this.stat3.gotoAndStop(3);
}
if (stat == 4) {
this.stat4.gotoAndStop(3);
}
this.lander.gotoAndStop(2);
this.lander._rotation = 0;
this.landing1.gotoAndStop(3);
gamestate = 2;
}
}
if (this.lander.hit.hitTest(this.landing2.hit)) {
if ((yspeed < ylimit) && (xspeed < xlimit)) {
success = success + 1;
if (stat == 1) {
this.stat1.gotoAndStop(2);
}
if (stat == 2) {
this.stat2.gotoAndStop(2);
}
if (stat == 3) {
this.stat3.gotoAndStop(2);
}
if (stat == 4) {
this.stat4.gotoAndStop(2);
}
this.lander._rotation = 0;
this.landing2.gotoAndStop(2);
gamestate = 2;
}
if ((yspeed >= ylimit) || (xspeed >= xlimit)) {
if (stat == 1) {
this.stat1.gotoAndStop(3);
}
if (stat == 2) {
this.stat2.gotoAndStop(3);
}
if (stat == 3) {
this.stat3.gotoAndStop(3);
}
if (stat == 4) {
this.stat4.gotoAndStop(3);
}
this.lander.gotoAndStop(2);
this.lander._rotation = 0;
this.landing2.gotoAndStop(3);
gamestate = 2;
}
}
if (this.lander.hit.hitTest(this.landing3.hit)) {
if ((yspeed < ylimit) && (xspeed < xlimit)) {
success = success + 1;
if (stat == 1) {
this.stat1.gotoAndStop(2);
}
if (stat == 2) {
this.stat2.gotoAndStop(2);
}
if (stat == 3) {
this.stat3.gotoAndStop(2);
}
if (stat == 4) {
this.stat4.gotoAndStop(2);
}
this.lander._rotation = 0;
this.landing3.gotoAndStop(2);
gamestate = 2;
}
if ((yspeed >= ylimit) || (xspeed >= xlimit)) {
if (stat == 1) {
this.stat1.gotoAndStop(3);
}
if (stat == 2) {
this.stat2.gotoAndStop(3);
}
if (stat == 3) {
this.stat3.gotoAndStop(3);
}
if (stat == 4) {
this.stat4.gotoAndStop(3);
}
this.lander.gotoAndStop(2);
this.lander._rotation = 0;
this.landing3.gotoAndStop(3);
gamestate = 2;
}
}
if (this.lander.hit.hitTest(this.landing4.hit)) {
if ((yspeed < ylimit) && (xspeed < xlimit)) {
success = success + 1;
if (stat == 1) {
this.stat1.gotoAndStop(2);
}
if (stat == 2) {
this.stat2.gotoAndStop(2);
}
if (stat == 3) {
this.stat3.gotoAndStop(2);
}
if (stat == 4) {
this.stat4.gotoAndStop(2);
}
this.lander._rotation = 0;
this.landing4.gotoAndStop(2);
gamestate = 2;
}
if ((yspeed >= ylimit) || (xspeed >= xlimit)) {
if (stat == 1) {
this.stat1.gotoAndStop(3);
}
if (stat == 2) {
this.stat2.gotoAndStop(3);
}
if (stat == 3) {
this.stat3.gotoAndStop(3);
}
if (stat == 4) {
this.stat4.gotoAndStop(3);
}
this.lander.gotoAndStop(2);
this.lander._rotation = 0;
this.landing4.gotoAndStop(3);
gamestate = 2;
}
}
yspeed = yspeed + 0.1;
rotationspeed = rotationspeed * 0.8;
this.lander._y = this.lander._y + yspeed;
this.lander._x = this.lander._x + xspeed;
this.lander._rotation = this.lander._rotation + rotationspeed;
powery = Math.cos(0.01745329 * this.lander._rotation);
powerx = Math.sin(0.01745329 * this.lander._rotation);
if (this.lander._rotation < -75) {
this.lander._rotation = -75;
}
if (this.lander._rotation > 75) {
this.lander._rotation = 75;
}
if (Key.isDown(38)) {
yspeed = yspeed - (0.5 * powery);
xspeed = xspeed + (0.5 * powerx);
thrust1 = thrust1 + 2;
thrust2 = thrust2 + 2;
}
if (Key.isDown(37)) {
rotationspeed = rotationspeed - 2;
thrust2 = thrust2 + 2;
}
if (Key.isDown(39)) {
rotationspeed = rotationspeed + 2;
thrust1 = thrust1 + 2;
}
}
if (gamestate == 2) {
yspeed = 0;
xspeed = 0;
restartdelay = 120;
if (stat < 4) {
gamestate = 3;
}
if (stat == 4) {
gamestate = 4;
}
}
if (gamestate == 3) {
restartdelay = restartdelay - 1;
if (restartdelay <= 0) {
stat = stat + 1;
this.lander._x = 130 + random(250);
this.lander._y = -15;
gamestate = 1;
yspeed = 0;
xspeed = 0;
this.lander.gotoAndStop(1);
}
}
if (gamestate == 4) {
restartdelay = restartdelay - 1;
if (restartdelay <= 0) {
this.gotoAndStop(3);
}
}
};
Instance of Symbol 848 MovieClip "lander" in Symbol 877 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._x < -40) {
this._x = 550;
}
if (this._x > 555) {
this._x = -35;
}
}
Symbol 877 MovieClip Frame 3
stop();
onEnterFrame = function () {
this.score.screen.gotoAndStop(success + 1);
};
Symbol 881 MovieClip Frame 31
stop();
Symbol 882 MovieClip Frame 7
stop();
Symbol 883 Button
on (release) {
this.gotoAndStop(2 + random(4));
}
Symbol 908 Button
on (release) {
this.gotoAndStop(2);
_root.game1.sweeper.dead = true;
}
Symbol 911 MovieClip Frame 28
stop();
Symbol 914 MovieClip Frame 56
stop();
Symbol 915 MovieClip Frame 10
stop();
Symbol 916 MovieClip Frame 1
stop();
Symbol 916 MovieClip Frame 2
stop();
Symbol 917 Button
on (release) {
_root.game1.sweeper.total = _root.game1.sweeper.total - 1;
this.gotoAndStop(2);
}
Symbol 926 MovieClip Frame 11
stop();
Symbol 929 MovieClip Frame 13
stop();
Symbol 930 MovieClip Frame 1
stop();
Symbol 930 MovieClip Frame 2
stop();
Symbol 934 MovieClip Frame 7201
_root.game1.sweeper.gotoAndStop(15);
Symbol 937 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 2
stop();
Symbol 937 MovieClip Frame 3
stop();
Symbol 937 MovieClip Frame 4
stop();
Symbol 937 MovieClip Frame 5
stop();
Symbol 937 MovieClip Frame 6
stop();
Symbol 937 MovieClip Frame 7
stop();
Symbol 937 MovieClip Frame 8
stop();
Symbol 937 MovieClip Frame 9
stop();
Symbol 937 MovieClip Frame 10
stop();
Symbol 937 MovieClip Frame 11
stop();
Symbol 937 MovieClip Frame 12
stop();
Symbol 937 MovieClip Frame 13
stop();
Symbol 937 MovieClip Frame 14
stop();
Symbol 937 MovieClip Frame 15
stop();
Symbol 937 MovieClip Frame 16
stop();
Symbol 937 MovieClip Frame 17
stop();
Symbol 937 MovieClip Frame 18
stop();
Symbol 937 MovieClip Frame 19
stop();
Symbol 937 MovieClip Frame 20
stop();
Symbol 937 MovieClip Frame 21
stop();
Symbol 937 MovieClip Frame 22
stop();
Symbol 937 MovieClip Frame 23
stop();
Symbol 937 MovieClip Frame 24
stop();
Symbol 937 MovieClip Frame 25
stop();
Symbol 937 MovieClip Frame 26
stop();
Symbol 937 MovieClip Frame 27
stop();
Symbol 937 MovieClip Frame 28
stop();
Symbol 937 MovieClip Frame 29
stop();
Symbol 937 MovieClip Frame 30
stop();
Symbol 937 MovieClip Frame 31
stop();
Symbol 937 MovieClip Frame 32
stop();
Symbol 937 MovieClip Frame 33
stop();
Symbol 937 MovieClip Frame 34
stop();
Symbol 937 MovieClip Frame 35
stop();
Symbol 937 MovieClip Frame 36
stop();
Symbol 937 MovieClip Frame 37
stop();
Symbol 937 MovieClip Frame 38
stop();
Symbol 937 MovieClip Frame 39
stop();
Symbol 937 MovieClip Frame 40
stop();
Symbol 937 MovieClip Frame 41
stop();
Symbol 937 MovieClip Frame 42
stop();
Symbol 937 MovieClip Frame 43
stop();
Symbol 937 MovieClip Frame 44
stop();
Symbol 937 MovieClip Frame 45
stop();
Symbol 937 MovieClip Frame 46
stop();
Symbol 937 MovieClip Frame 47
stop();
Symbol 937 MovieClip Frame 48
stop();
Symbol 937 MovieClip Frame 49
stop();
Symbol 937 MovieClip Frame 50
stop();
Symbol 937 MovieClip Frame 51
stop();
Symbol 937 MovieClip Frame 52
stop();
Symbol 937 MovieClip Frame 53
stop();
Symbol 937 MovieClip Frame 54
stop();
Symbol 937 MovieClip Frame 55
stop();
Symbol 937 MovieClip Frame 56
stop();
Symbol 937 MovieClip Frame 57
stop();
Symbol 937 MovieClip Frame 58
stop();
Symbol 937 MovieClip Frame 59
stop();
Symbol 937 MovieClip Frame 60
stop();
Symbol 937 MovieClip Frame 61
stop();
Symbol 937 MovieClip Frame 62
stop();
Symbol 937 MovieClip Frame 63
stop();
Symbol 937 MovieClip Frame 64
stop();
Symbol 937 MovieClip Frame 65
stop();
Symbol 937 MovieClip Frame 66
stop();
Symbol 937 MovieClip Frame 67
stop();
Symbol 937 MovieClip Frame 68
stop();
Symbol 937 MovieClip Frame 69
stop();
Symbol 937 MovieClip Frame 70
stop();
Symbol 941 MovieClip Frame 1
stop();
Symbol 941 MovieClip Frame 2
play();
Symbol 941 MovieClip Frame 40
stop();
_root.game1.sweeper.gotoAndStop(14);
Symbol 945 Button
on (release) {
this.gotoAndStop(1);
}
Symbol 948 MovieClip Frame 1
stop();
var total = 70;
var dead = false;
var deaddelay = 90;
var windelay = 45;
Symbol 948 MovieClip Frame 2
stop();
onEnterFrame = function () {
this.totalbar.gotoAndStop(total);
if (Key.isDown(46)) {
total = total - 1;
}
if (dead == true) {
deaddelay = deaddelay - 1;
if (deaddelay <= 0) {
this.gotoAndStop(13);
}
}
if (total == 1) {
this.winshine.gotoAndPlay(2);
}
};
Symbol 948 MovieClip Frame 3
stop();
onEnterFrame = function () {
this.totalbar.gotoAndStop(total);
if (Key.isDown(46)) {
total = total - 1;
}
if (dead == true) {
deaddelay = deaddelay - 1;
if (deaddelay <= 0) {
this.gotoAndStop(13);
}
}
if (total == 1) {
this.winshine.gotoAndPlay(2);
}
};
Symbol 948 MovieClip Frame 4
stop();
onEnterFrame = function () {
this.totalbar.gotoAndStop(total);
if (Key.isDown(46)) {
total = total - 1;
}
if (dead == true) {
deaddelay = deaddelay - 1;
if (deaddelay <= 0) {
this.gotoAndStop(13);
}
}
if (total == 1) {
this.winshine.gotoAndPlay(2);
}
};
Symbol 948 MovieClip Frame 5
stop();
onEnterFrame = function () {
this.totalbar.gotoAndStop(total);
if (Key.isDown(46)) {
total = total - 1;
}
if (dead == true) {
deaddelay = deaddelay - 1;
if (deaddelay <= 0) {
this.gotoAndStop(13);
}
}
if (total == 1) {
this.winshine.gotoAndPlay(2);
}
};
Symbol 948 MovieClip Frame 13
stop();
Symbol 948 MovieClip Frame 14
stop();
_root.keys = _root.keys + 20;
Symbol 948 MovieClip Frame 15
stop();
Symbol 952 MovieClip Frame 31
stop();
Symbol 953 MovieClip Frame 7
stop();
Symbol 954 Button
on (release) {
this.gotoAndStop(2);
}
Symbol 962 MovieClip Frame 1
stop();
_root.game1.juggler.gotoAndStop(3);
Symbol 962 MovieClip Frame 2
stop();
Symbol 962 MovieClip Frame 3
stop();
Symbol 962 MovieClip Frame 4
stop();
Symbol 962 MovieClip Frame 5
stop();
Symbol 962 MovieClip Frame 6
stop();
Symbol 962 MovieClip Frame 7
stop();
Symbol 962 MovieClip Frame 8
stop();
Symbol 962 MovieClip Frame 9
stop();
Symbol 962 MovieClip Frame 10
stop();
Symbol 962 MovieClip Frame 11
stop();
Symbol 962 MovieClip Frame 12
stop();
Symbol 962 MovieClip Frame 13
stop();
Symbol 962 MovieClip Frame 14
stop();
Symbol 962 MovieClip Frame 15
stop();
Symbol 962 MovieClip Frame 16
stop();
Symbol 962 MovieClip Frame 17
stop();
Symbol 962 MovieClip Frame 18
stop();
Symbol 962 MovieClip Frame 19
stop();
Symbol 962 MovieClip Frame 20
stop();
Symbol 962 MovieClip Frame 21
stop();
Symbol 962 MovieClip Frame 22
stop();
Symbol 962 MovieClip Frame 23
stop();
Symbol 962 MovieClip Frame 24
stop();
Symbol 962 MovieClip Frame 25
stop();
Symbol 962 MovieClip Frame 26
stop();
Symbol 962 MovieClip Frame 27
stop();
Symbol 962 MovieClip Frame 28
stop();
Symbol 962 MovieClip Frame 29
stop();
Symbol 962 MovieClip Frame 30
stop();
Symbol 962 MovieClip Frame 31
stop();
Symbol 962 MovieClip Frame 32
stop();
Symbol 962 MovieClip Frame 33
stop();
Symbol 962 MovieClip Frame 34
stop();
Symbol 962 MovieClip Frame 35
stop();
Symbol 962 MovieClip Frame 36
stop();
Symbol 962 MovieClip Frame 37
stop();
Symbol 962 MovieClip Frame 38
stop();
Symbol 962 MovieClip Frame 39
stop();
Symbol 962 MovieClip Frame 40
stop();
Symbol 962 MovieClip Frame 41
stop();
Symbol 962 MovieClip Frame 42
stop();
Symbol 962 MovieClip Frame 43
stop();
Symbol 962 MovieClip Frame 44
stop();
Symbol 962 MovieClip Frame 45
stop();
Symbol 962 MovieClip Frame 46
stop();
Symbol 967 MovieClip Frame 1
stop();
Symbol 973 MovieClip Frame 1
stop();
Symbol 973 MovieClip Frame 2
var timer = 0;
var seconds = 45;
stop();
onEnterFrame = function () {
this.paddle._x = _xmouse;
if (this.paddle._x > 260) {
this.paddle._x = 260;
}
if (this.paddle._x < 95) {
this.paddle._x = 95;
}
timer = timer + 1;
this.timerbar.gotoAndStop(seconds + 1);
if (timer >= 30) {
seconds = seconds - 1;
timer = 0;
}
if (seconds < 0) {
seconds = 45;
this.successmessage.gotoAndPlay(2);
_root.keys = _root.keys + 15;
}
};
Instance of Symbol 972 MovieClip "ball2" in Symbol 973 MovieClip Frame 2
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var delay = 25;
}
onClipEvent (enterFrame) {
if (delay > -1) {
delay = delay - 1;
}
if (delay < 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (yspeed > 14) {
yspeed = 14;
}
if (yspeed < -14) {
yspeed = -14;
}
this.rotategraphic._rotation = this.rotategraphic._rotation + xspeed;
yspeed = yspeed + 0.4;
if (this.hitTest(_root.game1.juggler.paddle)) {
this._y = _root.game1.juggler.paddle._y - 22;
yspeed = yspeed * -1;
xspeed = xspeed + ((-20 + random(40)) / 10);
}
if (this._y > 348) {
xspeed = -2 + random(4);
yspeed = -14;
this._y = 330;
_root.game1.juggler.seconds = 45;
}
if (this._y < 17) {
yspeed = yspeed * -1;
this._y = 18;
}
if (this._x < 74) {
xspeed = xspeed * -1;
this._x = 75;
}
if (this._x > 261) {
xspeed = xspeed * -1;
this._x = 260;
}
}
}
Instance of Symbol 972 MovieClip "ball1" in Symbol 973 MovieClip Frame 2
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var delay = 10;
}
onClipEvent (enterFrame) {
if (delay > -1) {
delay = delay - 1;
}
if (delay < 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (yspeed > 14) {
yspeed = 14;
}
if (yspeed < -14) {
yspeed = -14;
}
this.rotategraphic._rotation = this.rotategraphic._rotation + xspeed;
yspeed = yspeed + 0.4;
if (this.hitTest(_root.game1.juggler.paddle)) {
this._y = _root.game1.juggler.paddle._y - 22;
yspeed = yspeed * -1;
xspeed = xspeed + ((-20 + random(40)) / 10);
}
if (this._y > 348) {
xspeed = -2 + random(4);
yspeed = -14;
this._y = 330;
_root.game1.juggler.seconds = 45;
}
if (this._y < 17) {
yspeed = yspeed * -1;
this._y = 18;
}
if (this._x < 74) {
xspeed = xspeed * -1;
this._x = 75;
}
if (this._x > 261) {
xspeed = xspeed * -1;
this._x = 260;
}
}
}
Instance of Symbol 972 MovieClip "ball3" in Symbol 973 MovieClip Frame 2
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var delay = 40;
}
onClipEvent (enterFrame) {
if (delay > -1) {
delay = delay - 1;
}
if (delay < 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (yspeed > 14) {
yspeed = 14;
}
if (yspeed < -14) {
yspeed = -14;
}
this.rotategraphic._rotation = this.rotategraphic._rotation + xspeed;
yspeed = yspeed + 0.4;
if (this.hitTest(_root.game1.juggler.paddle)) {
this._y = _root.game1.juggler.paddle._y - 22;
yspeed = yspeed * -1;
xspeed = xspeed + ((-20 + random(40)) / 10);
}
if (this._y > 348) {
xspeed = -2 + random(4);
yspeed = -14;
this._y = 330;
_root.game1.juggler.seconds = 45;
}
if (this._y < 17) {
yspeed = yspeed * -1;
this._y = 18;
}
if (this._x < 74) {
xspeed = xspeed * -1;
this._x = 75;
}
if (this._x > 261) {
xspeed = xspeed * -1;
this._x = 260;
}
}
}
Instance of Symbol 972 MovieClip "ball4" in Symbol 973 MovieClip Frame 2
onClipEvent (load) {
var xspeed = 0;
var yspeed = 0;
var delay = 55;
}
onClipEvent (enterFrame) {
if (delay > -1) {
delay = delay - 1;
}
if (delay < 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (yspeed > 14) {
yspeed = 14;
}
if (yspeed < -14) {
yspeed = -14;
}
this.rotategraphic._rotation = this.rotategraphic._rotation + xspeed;
yspeed = yspeed + 0.4;
if (this.hitTest(_root.game1.juggler.paddle)) {
this._y = _root.game1.juggler.paddle._y - 22;
yspeed = yspeed * -1;
xspeed = xspeed + ((-20 + random(40)) / 10);
}
if (this._y > 348) {
xspeed = -2 + random(4);
yspeed = -14;
this._y = 330;
_root.game1.juggler.seconds = 45;
}
if (this._y < 17) {
yspeed = yspeed * -1;
this._y = 18;
}
if (this._x < 74) {
xspeed = xspeed * -1;
this._x = 75;
}
if (this._x > 261) {
xspeed = xspeed * -1;
this._x = 260;
}
}
}
Symbol 974 MovieClip Frame 1
stop();
Symbol 974 MovieClip Frame 2
stop();
Symbol 974 MovieClip Frame 3
stop();
Symbol 974 MovieClip Frame 4
stop();
Symbol 974 MovieClip Frame 5
stop();
Symbol 981 Button
on (release) {
this.r._y = 174 - random(150);
this.rpoint._y = this.r._y;
this.g._y = 174 - random(150);
this.gpoint._y = this.g._y;
this.b._y = 174 - random(150);
this.bpoint._y = this.b._y;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 983 Button
on (release) {
_root.copyr = 100 * ((174 - this.r._y) / 150);
_root.copyg = 100 * ((174 - this.g._y) / 150);
_root.copyb = 100 * ((174 - this.b._y) / 150);
_root.copytone = 100 * ((174 - this.tone._y) / 150);
this.copymessage.gotoAndPlay(2);
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 984 Button
on (release) {
this.r._y = 174 - (1.5 * _root.copyr);
this.rpoint._y = 174 - (1.5 * _root.copyr);
this.g._y = 174 - (1.5 * _root.copyg);
this.gpoint._y = 174 - (1.5 * _root.copyg);
this.b._y = 174 - (1.5 * _root.copyb);
this.bpoint._y = 174 - (1.5 * _root.copyb);
this.tone._y = 174 - (1.5 * _root.copytone);
this.tonepoint._y = 174 - (1.5 * _root.copytone);
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 985 Button
on (release) {
this.r._y = this.r._y + (-10 + random(20));
this.rpoint._y = this.r._y;
this.g._y = this.g._y + (-10 + random(20));
this.gpoint._y = this.g._y;
this.b._y = this.b._y + (-10 + random(20));
this.bpoint._y = this.b._y;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 993 MovieClip Frame 15
stop();
Symbol 994 MovieClip Frame 15
stop();
Symbol 996 Button
on (release) {
this.r._y = 45;
this.rpoint._y = 45;
this.g._y = 140;
this.gpoint._y = 140;
this.b._y = 140;
this.bpoint._y = 140;
this.tone._y = 24;
this.tonepoint._y = 24;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 997 Button
on (release) {
this.r._y = 25;
this.rpoint._y = 25;
this.g._y = 75;
this.gpoint._y = 75;
this.b._y = 160;
this.bpoint._y = 160;
this.tone._y = 24;
this.tonepoint._y = 24;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 998 Button
on (release) {
this.r._y = 45;
this.rpoint._y = 45;
this.g._y = 55;
this.gpoint._y = 55;
this.b._y = 170;
this.bpoint._y = 170;
this.tone._y = 45;
this.tonepoint._y = 45;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 999 Button
on (release) {
this.r._y = 150;
this.rpoint._y = 150;
this.g._y = 55;
this.gpoint._y = 55;
this.b._y = 170;
this.bpoint._y = 170;
this.tone._y = 25;
this.tonepoint._y = 25;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1000 Button
on (release) {
this.r._y = 170;
this.rpoint._y = 170;
this.g._y = 50;
this.gpoint._y = 50;
this.b._y = 30;
this.bpoint._y = 30;
this.tone._y = 25;
this.tonepoint._y = 25;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1001 Button
on (release) {
this.r._y = 170;
this.rpoint._y = 170;
this.g._y = 120;
this.gpoint._y = 120;
this.b._y = 25;
this.bpoint._y = 25;
this.tone._y = 25;
this.tonepoint._y = 25;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1002 Button
on (release) {
this.r._y = 110;
this.rpoint._y = 110;
this.g._y = 160;
this.gpoint._y = 160;
this.b._y = 100;
this.bpoint._y = 100;
this.tone._y = 25;
this.tonepoint._y = 25;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1003 Button
on (release) {
this.r._y = 75;
this.rpoint._y = 75;
this.g._y = 95;
this.gpoint._y = 95;
this.b._y = 120;
this.bpoint._y = 120;
this.tone._y = 25;
this.tonepoint._y = 25;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1004 Button
on (release) {
this.r._y = 165;
this.rpoint._y = 165;
this.g._y = 160;
this.gpoint._y = 160;
this.b._y = 160;
this.bpoint._y = 160;
this.tone._y = 45;
this.tonepoint._y = 45;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1007 MovieClip Frame 1
stop();
Symbol 1012 Button
on (release) {
_root.swatch1r = 100 * ((174 - this.r._y) / 150);
_root.swatch1g = 100 * ((174 - this.g._y) / 150);
_root.swatch1b = 100 * ((174 - this.b._y) / 150);
_root.swatch1tone = 100 * ((174 - this.tone._y) / 150);
}
Symbol 1013 Button
on (release) {
this.r._y = 174 - (1.5 * _root.swatch1r);
this.rpoint._y = 174 - (1.5 * _root.swatch1r);
this.g._y = 174 - (1.5 * _root.swatch1g);
this.gpoint._y = 174 - (1.5 * _root.swatch1g);
this.b._y = 174 - (1.5 * _root.swatch1b);
this.bpoint._y = 174 - (1.5 * _root.swatch1b);
this.tone._y = 174 - (1.5 * _root.swatch1tone);
this.tonepoint._y = 174 - (1.5 * _root.swatch1tone);
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1014 Button
on (release) {
_root.swatch2r = 100 * ((174 - this.r._y) / 150);
_root.swatch2g = 100 * ((174 - this.g._y) / 150);
_root.swatch2b = 100 * ((174 - this.b._y) / 150);
_root.swatch2tone = 100 * ((174 - this.tone._y) / 150);
}
Symbol 1015 Button
on (release) {
this.r._y = 174 - (1.5 * _root.swatch2r);
this.rpoint._y = 174 - (1.5 * _root.swatch2r);
this.g._y = 174 - (1.5 * _root.swatch2g);
this.gpoint._y = 174 - (1.5 * _root.swatch2g);
this.b._y = 174 - (1.5 * _root.swatch2b);
this.bpoint._y = 174 - (1.5 * _root.swatch2b);
this.tone._y = 174 - (1.5 * _root.swatch2tone);
this.tonepoint._y = 174 - (1.5 * _root.swatch2tone);
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1016 Button
on (release) {
_root.swatch3r = 100 * ((174 - this.r._y) / 150);
_root.swatch3g = 100 * ((174 - this.g._y) / 150);
_root.swatch3b = 100 * ((174 - this.b._y) / 150);
_root.swatch3tone = 100 * ((174 - this.tone._y) / 150);
}
Symbol 1017 Button
on (release) {
this.r._y = 174 - (1.5 * _root.swatch3r);
this.rpoint._y = 174 - (1.5 * _root.swatch3r);
this.g._y = 174 - (1.5 * _root.swatch3g);
this.gpoint._y = 174 - (1.5 * _root.swatch3g);
this.b._y = 174 - (1.5 * _root.swatch3b);
this.bpoint._y = 174 - (1.5 * _root.swatch3b);
this.tone._y = 174 - (1.5 * _root.swatch3tone);
this.tonepoint._y = 174 - (1.5 * _root.swatch3tone);
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1018 Button
on (release) {
_root.swatch4r = 100 * ((174 - this.r._y) / 150);
_root.swatch4g = 100 * ((174 - this.g._y) / 150);
_root.swatch4b = 100 * ((174 - this.b._y) / 150);
_root.swatch4tone = 100 * ((174 - this.tone._y) / 150);
}
Symbol 1019 Button
on (release) {
this.r._y = 174 - (1.5 * _root.swatch4r);
this.rpoint._y = 174 - (1.5 * _root.swatch4r);
this.g._y = 174 - (1.5 * _root.swatch4g);
this.gpoint._y = 174 - (1.5 * _root.swatch4g);
this.b._y = 174 - (1.5 * _root.swatch4b);
this.bpoint._y = 174 - (1.5 * _root.swatch4b);
this.tone._y = 174 - (1.5 * _root.swatch4tone);
this.tonepoint._y = 174 - (1.5 * _root.swatch4tone);
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1020 Button
on (release) {
_root.swatch5r = 100 * ((174 - this.r._y) / 150);
_root.swatch5g = 100 * ((174 - this.g._y) / 150);
_root.swatch5b = 100 * ((174 - this.b._y) / 150);
_root.swatch5tone = 100 * ((174 - this.tone._y) / 150);
}
Symbol 1021 Button
on (release) {
this.r._y = 174 - (1.5 * _root.swatch5r);
this.rpoint._y = 174 - (1.5 * _root.swatch5r);
this.g._y = 174 - (1.5 * _root.swatch5g);
this.gpoint._y = 174 - (1.5 * _root.swatch5g);
this.b._y = 174 - (1.5 * _root.swatch5b);
this.bpoint._y = 174 - (1.5 * _root.swatch5b);
this.tone._y = 174 - (1.5 * _root.swatch5tone);
this.tonepoint._y = 174 - (1.5 * _root.swatch5tone);
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1022 Button
on (release) {
_root.swatch6r = 100 * ((174 - this.r._y) / 150);
_root.swatch6g = 100 * ((174 - this.g._y) / 150);
_root.swatch6b = 100 * ((174 - this.b._y) / 150);
_root.swatch6tone = 100 * ((174 - this.tone._y) / 150);
}
Symbol 1023 Button
on (release) {
this.r._y = 174 - (1.5 * _root.swatch6r);
this.rpoint._y = 174 - (1.5 * _root.swatch6r);
this.g._y = 174 - (1.5 * _root.swatch6g);
this.gpoint._y = 174 - (1.5 * _root.swatch6g);
this.b._y = 174 - (1.5 * _root.swatch6b);
this.bpoint._y = 174 - (1.5 * _root.swatch6b);
this.tone._y = 174 - (1.5 * _root.swatch6tone);
this.tonepoint._y = 174 - (1.5 * _root.swatch6tone);
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Instance of Symbol 988 MovieClip "swatch1" in Symbol 1024 MovieClip Frame 1
onClipEvent (enterFrame) {
this.r._alpha = _root.swatch1r;
this.g._alpha = _root.swatch1g;
this.b._alpha = _root.swatch1b;
this.tone._alpha = _root.swatch1tone;
}
Instance of Symbol 988 MovieClip "swatch1" in Symbol 1024 MovieClip Frame 1
onClipEvent (enterFrame) {
this.r._alpha = _root.swatch2r;
this.g._alpha = _root.swatch2g;
this.b._alpha = _root.swatch2b;
this.tone._alpha = _root.swatch2tone;
}
Instance of Symbol 988 MovieClip "swatch1" in Symbol 1024 MovieClip Frame 1
onClipEvent (enterFrame) {
this.r._alpha = _root.swatch3r;
this.g._alpha = _root.swatch3g;
this.b._alpha = _root.swatch3b;
this.tone._alpha = _root.swatch3tone;
}
Instance of Symbol 988 MovieClip "swatch1" in Symbol 1024 MovieClip Frame 1
onClipEvent (enterFrame) {
this.r._alpha = _root.swatch4r;
this.g._alpha = _root.swatch4g;
this.b._alpha = _root.swatch4b;
this.tone._alpha = _root.swatch4tone;
}
Instance of Symbol 988 MovieClip "swatch1" in Symbol 1024 MovieClip Frame 1
onClipEvent (enterFrame) {
this.r._alpha = _root.swatch5r;
this.g._alpha = _root.swatch5g;
this.b._alpha = _root.swatch5b;
this.tone._alpha = _root.swatch5tone;
}
Instance of Symbol 988 MovieClip "swatch1" in Symbol 1024 MovieClip Frame 1
onClipEvent (enterFrame) {
this.r._alpha = _root.swatch6r;
this.g._alpha = _root.swatch6g;
this.b._alpha = _root.swatch6b;
this.tone._alpha = _root.swatch6tone;
}
Instance of Symbol 990 MovieClip "rpoint" in Symbol 1024 MovieClip Frame 1
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Instance of Symbol 990 MovieClip "gpoint" in Symbol 1024 MovieClip Frame 1
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Instance of Symbol 990 MovieClip "bpoint" in Symbol 1024 MovieClip Frame 1
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Instance of Symbol 990 MovieClip "tonepoint" in Symbol 1024 MovieClip Frame 1
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1026 Button
on (release) {
this.gotoAndPlay(14);
}
Symbol 1027 Button
on (press) {
this.screen.startDrag(false);
this.closebutton.startDrag(false);
this.startDrag(false);
}
on (release) {
this.screen.stopDrag();
this.closebutton.stopDrag();
this.stopDrag();
}
Symbol 1028 MovieClip Frame 1
stop();
this._visible = false;
Symbol 1028 MovieClip Frame 2
this._visible = true;
Symbol 1028 MovieClip Frame 13
stop();
Symbol 1032 Button
on (release) {
this.gotoAndStop(5);
}
Symbol 1035 Button
on (release) {
this.gotoAndStop(3);
}
Symbol 1038 Button
on (release) {
this.gotoAndStop(4);
}
Symbol 1041 Button
on (release) {
this.gotoAndStop(8);
}
Symbol 1045 Button
on (release) {
this.gotoAndStop(9);
}
Symbol 1048 Button
on (release) {
this.gotoAndStop(10);
}
Symbol 1049 Button
on (release) {
gotoAndStop (7);
}
Symbol 1052 MovieClip Frame 25
stop();
Symbol 1063 MovieClip Frame 15
stop();
Symbol 1064 Button
on (release) {
if (_root.hair == _root.hairtotal) {
_root.hair = 1;
} else {
_root.hair = _root.hair + 1;
}
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1065 Button
on (release) {
_root.hair = _root.hair - 1;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1068 Button
on (release) {
_root.haircolor = 2;
}
Symbol 1069 Button
on (release) {
_root.haircolor = 3;
}
Symbol 1070 Button
on (release) {
_root.haircolor = 1;
}
Symbol 1071 Button
on (release) {
_root.haircolor = 4;
}
Symbol 1072 Button
on (release) {
_root.haircolor = 5;
}
Symbol 1073 Button
on (release) {
_root.haircolor = 6;
}
Symbol 1074 Button
on (release) {
_root.haircolor = 7;
}
Symbol 1075 Button
on (release) {
_root.haircolor = 8;
}
Symbol 1076 Button
on (release) {
_root.haircolor = 9;
}
Symbol 1077 Button
on (release) {
_root.haircolor = 10;
}
Symbol 1082 Button
on (release) {
_root.headaccrgb2.gotoAndPlay(2);
_root.headaccrgb2._x = _xmouse + 120;
_root.headaccrgb2._y = _ymouse + 135;
}
Symbol 1083 Button
on (release) {
_root.headaccrgb1.gotoAndPlay(2);
_root.headaccrgb1._x = _xmouse + 120;
_root.headaccrgb1._y = _ymouse + 135;
}
Symbol 1086 MovieClip Frame 1
stop();
Symbol 1086 MovieClip Frame 2
stop();
Symbol 1087 Button
on (release) {
if (bowchecktoggle == 0) {
if (accdelay < 0) {
_root.whole.figure.bow._visible = true;
bowchecktoggle = 1;
bowcheck.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow._visible = false;
bowchecktoggle = 0;
bowcheck.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1088 Button
on (release) {
if (bowchecktoggle2 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow2._visible = true;
bowchecktoggle2 = 1;
bowcheck2.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle2 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow2._visible = false;
bowchecktoggle2 = 0;
bowcheck2.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1089 Button
on (release) {
if (bowchecktoggle3 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow3._visible = true;
bowchecktoggle3 = 1;
bowcheck3.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle3 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow3._visible = false;
bowchecktoggle3 = 0;
bowcheck3.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1090 Button
on (release) {
if (bowchecktoggle4 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow4._visible = true;
bowchecktoggle4 = 1;
bowcheck4.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle4 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow4._visible = false;
bowchecktoggle4 = 0;
bowcheck4.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1091 Button
on (release) {
if (bowchecktoggle5 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow5._visible = true;
bowchecktoggle5 = 1;
bowcheck5.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle5 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow5._visible = false;
bowchecktoggle5 = 0;
bowcheck5.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1092 Button
on (release) {
if (bowchecktoggle6 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow6._visible = true;
bowchecktoggle6 = 1;
bowcheck6.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle6 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow6._visible = false;
bowchecktoggle6 = 0;
bowcheck6.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1093 Button
on (release) {
if (bowchecktoggle7 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow7._visible = true;
bowchecktoggle7 = 1;
bowcheck7.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle7 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow7._visible = false;
bowchecktoggle7 = 0;
bowcheck7.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1094 Button
on (release) {
if (bowchecktoggle8 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow8._visible = true;
bowchecktoggle8 = 1;
bowcheck8.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle8 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow8._visible = false;
bowchecktoggle8 = 0;
bowcheck8.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1095 Button
on (release) {
if (bowchecktoggle9 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow9._visible = true;
bowchecktoggle9 = 1;
bowcheck9.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle9 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow9._visible = false;
bowchecktoggle9 = 0;
bowcheck9.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1096 Button
on (release) {
if (bowchecktoggle10 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow10._visible = true;
bowchecktoggle10 = 1;
bowcheck10.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle10 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow10._visible = false;
bowchecktoggle10 = 0;
bowcheck10.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1097 Button
on (release) {
if (bowchecktoggle11 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow11._visible = true;
bowchecktoggle11 = 1;
bowcheck11.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle11 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow11._visible = false;
bowchecktoggle11 = 0;
bowcheck11.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1098 Button
on (release) {
if (bowchecktoggle12 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow12._visible = true;
bowchecktoggle12 = 1;
bowcheck12.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle12 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow12._visible = false;
bowchecktoggle12 = 0;
bowcheck12.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1099 Button
on (release) {
if (bowchecktoggle14 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow14._visible = true;
bowchecktoggle14 = 1;
bowcheck14.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle14 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow14._visible = false;
bowchecktoggle14 = 0;
bowcheck14.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1100 Button
on (release) {
if (bowchecktoggle15 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow15._visible = true;
bowchecktoggle15 = 1;
bowcheck15.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle15 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow15._visible = false;
bowchecktoggle15 = 0;
bowcheck15.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1101 Button
on (release) {
if (bowchecktoggle16 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow16._visible = true;
bowchecktoggle16 = 1;
bowcheck16.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle16 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow16._visible = false;
bowchecktoggle16 = 0;
bowcheck16.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1102 Button
on (release) {
if (bowchecktoggle17 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow17._visible = true;
bowchecktoggle17 = 1;
bowcheck17.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle17 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow17._visible = false;
bowchecktoggle17 = 0;
bowcheck17.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1103 Button
on (release) {
if (bowchecktoggle18 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow18._visible = true;
bowchecktoggle18 = 1;
bowcheck18.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle18 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow18._visible = false;
bowchecktoggle18 = 0;
bowcheck18.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1104 Button
on (release) {
if (bowchecktoggle19 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow19._visible = true;
bowchecktoggle19 = 1;
bowcheck19.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle19 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow19._visible = false;
bowchecktoggle19 = 0;
bowcheck19.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1105 Button
on (release) {
if (bowchecktoggle20 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow20._visible = true;
bowchecktoggle20 = 1;
bowcheck20.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle20 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow20._visible = false;
bowchecktoggle20 = 0;
bowcheck20.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1106 Button
on (release) {
if (bowchecktoggle13 == 0) {
if (accdelay < 0) {
_root.whole.figure.bow13._visible = true;
bowchecktoggle13 = 1;
bowcheck13.gotoAndStop(2);
accdelay = 5;
}
}
if (bowchecktoggle13 == 1) {
if (accdelay <= 0) {
_root.whole.figure.bow13._visible = false;
bowchecktoggle13 = 0;
bowcheck13.gotoAndStop(1);
accdelay = 5;
}
}
}
Symbol 1110 MovieClip Frame 11
stop();
Symbol 1114 Button
on (release) {
_root.eyecolor = 1;
}
Symbol 1115 Button
on (release) {
_root.eyecolor = 2;
}
Symbol 1116 Button
on (release) {
_root.eyecolor = 3;
}
Symbol 1117 Button
on (release) {
_root.eyecolor = 4;
}
Symbol 1118 Button
on (release) {
_root.eyecolor = 5;
}
Symbol 1119 Button
on (release) {
_root.eyecolor = 10;
}
Symbol 1120 Button
on (release) {
_root.eyecolor = 9;
}
Symbol 1121 Button
on (release) {
_root.eyecolor = 8;
}
Symbol 1122 Button
on (release) {
_root.eyecolor = 7;
}
Symbol 1123 Button
on (release) {
_root.eyecolor = 6;
}
Symbol 1126 Button
on (release) {
_root.lipcolor = _root.lipcolor + 1;
}
Symbol 1127 Button
on (release) {
_root.lipcolor = _root.lipcolor - 1;
}
Symbol 1128 Button
on (release) {
_root.mouth = _root.mouth + 1;
}
Symbol 1129 Button
on (release) {
_root.mouth = _root.mouth - 1;
}
Symbol 1133 Button
on (release) {
_root.skintone = 1;
}
Symbol 1134 Button
on (release) {
_root.skintone = 2;
}
Symbol 1135 Button
on (release) {
_root.skintone = 3;
}
Symbol 1136 Button
on (release) {
_root.skintone = 4;
}
Symbol 1137 Button
on (release) {
_root.skintone = 5;
}
Symbol 1138 Button
on (release) {
_root.skintone = 6;
}
Symbol 1139 Button
on (release) {
_root.skintone = 7;
}
Symbol 1140 Button
on (release) {
_root.skintone = 8;
}
Symbol 1141 Button
on (release) {
_root.skintone = 11;
}
Symbol 1142 Button
on (release) {
_root.skintone = 12;
}
Symbol 1143 Button
on (release) {
_root.skintone = 8;
}
Symbol 1144 Button
on (release) {
_root.skintone = 9;
}
Symbol 1145 Button
on (release) {
_root.skintone = 10;
}
Symbol 1146 Button
on (release) {
_root.skintone = 13;
}
Symbol 1147 Button
on (release) {
_root.skintone = 14;
}
Symbol 1148 Button
on (release) {
_root.skintone = 15;
}
Symbol 1149 MovieClip Frame 1
stop();
Symbol 1149 MovieClip Frame 2
stop();
Symbol 1149 MovieClip Frame 3
stop();
Symbol 1149 MovieClip Frame 4
stop();
Symbol 1153 Button
on (release) {
if (_root.tops == _root.topstotal) {
_root.tops = 1;
} else {
_root.tops = _root.tops + 1;
}
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1154 Button
on (release) {
if (_root.innertops == _root.innertopstotal) {
_root.innertops = 1;
} else {
_root.innertops = _root.innertops + 1;
}
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1155 Button
on (release) {
_root.tops = _root.tops - 1;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1156 Button
on (release) {
_root.innertops = _root.innertops - 1;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1157 Button
on (release) {
_root.topsrgb2.gotoAndPlay(2);
_root.topsrgb2._x = _xmouse + 120;
_root.topsrgb2._y = _ymouse + 135;
}
Symbol 1158 Button
on (release) {
_root.topsrgb1.gotoAndPlay(2);
_root.topsrgb1._x = _xmouse + 120;
_root.topsrgb1._y = _ymouse + 135;
}
Symbol 1159 Button
on (release) {
_root.innertopsrgb2.gotoAndPlay(2);
_root.innertopsrgb2._x = _xmouse + 120;
_root.innertopsrgb2._y = _ymouse + 135;
}
Symbol 1160 Button
on (release) {
_root.innertopsrgb1.gotoAndPlay(2);
_root.innertopsrgb1._x = _xmouse + 120;
_root.innertopsrgb1._y = _ymouse + 135;
}
Symbol 1163 Button
on (release) {
_root.topspattern = _root.topspattern + 1;
}
Symbol 1164 Button
on (release) {
_root.topspattern = _root.topspattern - 1;
}
Symbol 1166 Button
on (release) {
_root.topspattern_intensity = _root.topspattern_intensity + 10;
}
Symbol 1167 Button
on (release) {
_root.topspattern_intensity = _root.topspattern_intensity - 10;
}
Symbol 1170 Button
on (release) {
nextFrame();
_root.whole.figure.innertops._visible = false;
}
Symbol 1173 Button
on (release) {
prevFrame();
_root.whole.figure.innertops._visible = true;
}
Symbol 1174 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.whole.figure.innertops._visible == false) {
gotoAndStop (3);
}
};
Symbol 1174 MovieClip Frame 3
stop();
Symbol 1175 Button
on (release) {
_root.innertopspattern = _root.innertopspattern + 1;
}
Symbol 1176 Button
on (release) {
_root.innertopspattern = _root.innertopspattern - 1;
}
Symbol 1177 Button
on (release) {
_root.innertopspattern_intensity = _root.innertopspattern_intensity + 10;
}
Symbol 1178 Button
on (release) {
_root.innertopspattern_intensity = _root.innertopspattern_intensity - 10;
}
Symbol 1179 Button
on (release) {
nextFrame();
_root.whole.figure.tops._visible = false;
}
Symbol 1180 Button
on (release) {
prevFrame();
_root.whole.figure.tops._visible = true;
}
Symbol 1181 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.whole.figure.tops._visible == false) {
gotoAndStop (3);
}
};
Symbol 1181 MovieClip Frame 3
stop();
Symbol 1188 Button
on (release) {
if (_root.musicon == false) {
_root.musicon = true;
_root.gamemusic.gotoAndPlay(2);
}
}
Symbol 1189 Button
on (release) {
if (_root.musicon == true) {
_root.musicon = false;
stopAllSounds();
_root.gamemusic.gotoAndStop(1);
}
}
Symbol 1190 Button
on (release) {
_quality = "HIGH";
}
Symbol 1191 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 1192 Button
on (release) {
_quality = "LOW";
}
Symbol 1196 Button
on (release) {
if (_root.bottoms == _root.bottomstotal) {
_root.bottoms = 1;
} else {
_root.bottoms = _root.bottoms + 1;
}
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1197 Button
on (release) {
if (_root.intimates == _root.intimatestotal) {
_root.intimates = 1;
} else {
_root.intimates = _root.intimates + 1;
}
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1198 Button
on (release) {
_root.bottoms = _root.bottoms - 1;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1199 Button
on (release) {
_root.intimates = _root.intimates - 1;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1200 Button
on (release) {
_root.bottomsrgb2.gotoAndPlay(2);
_root.bottomsrgb2._x = _xmouse + 220;
_root.bottomsrgb2._y = _ymouse + 135;
}
Symbol 1201 Button
on (release) {
_root.bottomsrgb1.gotoAndPlay(2);
_root.bottomsrgb1._x = _xmouse + 220;
_root.bottomsrgb1._y = _ymouse + 135;
}
Symbol 1202 Button
on (release) {
_root.intimatesrgb2.gotoAndPlay(2);
_root.intimatesrgb2._x = _xmouse + 120;
_root.intimatesrgb2._y = _ymouse + 135;
}
Symbol 1203 Button
on (release) {
_root.intimatesrgb1.gotoAndPlay(2);
_root.intimatesrgb1._x = _xmouse + 120;
_root.intimatesrgb1._y = _ymouse + 135;
}
Symbol 1204 Button
on (release) {
nextFrame();
_root.whole.figure.bottoms._visible = false;
}
Symbol 1205 Button
on (release) {
prevFrame();
_root.whole.figure.bottoms._visible = true;
}
Symbol 1206 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.whole.figure.bottoms._visible == false) {
gotoAndStop (3);
}
};
Symbol 1206 MovieClip Frame 3
stop();
Symbol 1207 Button
on (release) {
nextFrame();
_root.whole.figure.intimates._visible = false;
}
Symbol 1208 Button
on (release) {
prevFrame();
_root.whole.figure.intimates._visible = true;
}
Symbol 1209 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.whole.figure.intimates._visible == false) {
gotoAndStop (3);
}
};
Symbol 1209 MovieClip Frame 3
stop();
Symbol 1210 Button
on (release) {
_root.stockingsrgb2.gotoAndPlay(2);
_root.stockingsrgb2._x = _xmouse + 220;
_root.stockingsrgb2._y = _ymouse + 135;
}
Symbol 1211 Button
on (release) {
_root.stockingsrgb1.gotoAndPlay(2);
_root.stockingsrgb1._x = _xmouse + 220;
_root.stockingsrgb1._y = _ymouse + 135;
}
Symbol 1214 Button
on (release) {
if (_root.stockings == _root.stockingstotal) {
_root.stockings = 1;
} else {
_root.stockings = _root.stockings + 1;
}
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1215 Button
on (release) {
_root.stockings = _root.stockings - 1;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1217 Button
on (release) {
if (_root.whole.figure.stockings._alpha > 0) {
_root.whole.figure.stockings._alpha = _root.whole.figure.stockings._alpha - 10;
}
}
Symbol 1218 Button
on (release) {
if (_root.whole.figure.stockings._alpha < 100) {
_root.whole.figure.stockings._alpha = _root.whole.figure.stockings._alpha + 10;
}
}
Symbol 1219 Button
on (release) {
nextFrame();
_root.whole.figure.stockings._visible = false;
}
Symbol 1220 Button
on (release) {
prevFrame();
_root.whole.figure.stockings._visible = true;
}
Symbol 1221 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.whole.figure.stockings._visible == false) {
gotoAndStop (3);
}
};
Symbol 1221 MovieClip Frame 3
stop();
Symbol 1224 Button
on (release) {
if (_root.stockings == _root.stockingstotal) {
_root.shoes = 1;
} else {
_root.shoes = _root.shoes + 1;
}
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1225 Button
on (release) {
_root.shoes = _root.shoes - 1;
}
on (rollOver) {
_root.coloraffect = true;
}
on (rollOut) {
_root.coloraffect = false;
}
Symbol 1227 Button
on (release) {
_root.shoesrgb2.gotoAndPlay(2);
_root.shoesrgb2._x = _xmouse + 220;
_root.shoesrgb2._y = _ymouse + 135;
}
Symbol 1228 Button
on (release) {
_root.shoesrgb1.gotoAndPlay(2);
_root.shoesrgb1._x = _xmouse + 220;
_root.shoesrgb1._y = _ymouse + 135;
}
Symbol 1229 MovieClip Frame 1
stop();
var bowchecktoggle = 0;
var bowchecktoggle2 = 0;
var bowchecktoggle3 = 0;
var bowchecktoggle4 = 0;
var bowchecktoggle5 = 0;
var bowchecktoggle6 = 0;
var bowchecktoggle7 = 0;
var bowchecktoggle8 = 0;
var bowchecktoggle9 = 0;
var bowchecktoggle10 = 0;
var bowchecktoggle11 = 0;
var bowchecktoggle12 = 0;
var bowchecktoggle13 = 0;
var bowchecktoggle14 = 0;
var bowchecktoggle15 = 0;
var bowchecktoggle16 = 0;
var bowchecktoggle17 = 0;
var bowchecktoggle18 = 0;
var bowchecktoggle19 = 0;
var bowchecktoggle20 = 0;
Symbol 1229 MovieClip Frame 2
stop();
Symbol 1229 MovieClip Frame 3
stop();
var accdelay = 0;
onEnterFrame = function () {
if (accdelay > -5) {
accdelay = accdelay - 1;
}
};
Instance of Symbol 1081 MovieClip "color2swatch" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.headaccrgb2.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.headaccrgb2.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.headaccrgb2.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.headaccrgb2.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.headaccrgb1.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.headaccrgb1.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.headaccrgb1.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.headaccrgb1.screen.tone._y) / 150);
}
Instance of Symbol 1086 MovieClip "bowcheck" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck2" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow2._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow2._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck7" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow7._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow7._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck6" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow6._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow6._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck3" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow3._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow3._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck8" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow8._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow8._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck4" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow4._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow4._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck9" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow9._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow9._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck5" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow5._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow5._visible == true) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1086 MovieClip "bowcheck10" in Symbol 1229 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.whole.figure.bow10._visible == false) {
this.gotoAndStop(1);
}
if (_root.whole.figure.bow10._visible == true) {
this.gotoAndStop(2);
}
}
Symbol 1229 MovieClip Frame 4
stop();
Instance of Symbol 1149 MovieClip in Symbol 1229 MovieClip Frame 4
onClipEvent (enterFrame) {
this.gotoAndStop(_root.skintonestat);
}
Symbol 1229 MovieClip Frame 5
stop();
Instance of Symbol 1081 MovieClip "color2swatch" in Symbol 1229 MovieClip Frame 5
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.topsrgb2.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.topsrgb2.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.topsrgb2.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.topsrgb2.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip in Symbol 1229 MovieClip Frame 5
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.topsrgb1.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.topsrgb1.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.topsrgb1.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.topsrgb1.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip "color2swatch" in Symbol 1229 MovieClip Frame 5
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.innertopsrgb2.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.innertopsrgb2.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.innertopsrgb2.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.innertopsrgb2.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip in Symbol 1229 MovieClip Frame 5
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.innertopsrgb1.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.innertopsrgb1.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.innertopsrgb1.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.innertopsrgb1.screen.tone._y) / 150);
}
Instance of Symbol 1174 MovieClip in Symbol 1229 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.innertopstotal != 21) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 1181 MovieClip in Symbol 1229 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.topstotal != 16) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 1229 MovieClip Frame 6
stop();
Symbol 1229 MovieClip Frame 7
stop();
Symbol 1229 MovieClip Frame 8
stop();
Instance of Symbol 1081 MovieClip "color2swatch" in Symbol 1229 MovieClip Frame 8
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.bottomsrgb2.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.bottomsrgb2.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.bottomsrgb2.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.bottomsrgb2.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip in Symbol 1229 MovieClip Frame 8
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.bottomsrgb1.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.bottomsrgb1.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.bottomsrgb1.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.bottomsrgb1.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip "color2swatch" in Symbol 1229 MovieClip Frame 8
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.intimatesrgb2.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.intimatesrgb2.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.intimatesrgb2.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.intimatesrgb2.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip in Symbol 1229 MovieClip Frame 8
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.intimatesrgb1.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.intimatesrgb1.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.intimatesrgb1.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.intimatesrgb1.screen.tone._y) / 150);
}
Instance of Symbol 1206 MovieClip in Symbol 1229 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.bottomstotal != 11) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 1209 MovieClip in Symbol 1229 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.intimatestotal != 16) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 1229 MovieClip Frame 9
stop();
Instance of Symbol 1081 MovieClip "color2swatch" in Symbol 1229 MovieClip Frame 9
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.stockingsrgb2.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.stockingsrgb2.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.stockingsrgb2.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.stockingsrgb2.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip in Symbol 1229 MovieClip Frame 9
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.stockingsrgb1.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.stockingsrgb1.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.stockingsrgb1.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.stockingsrgb1.screen.tone._y) / 150);
}
Instance of Symbol 1221 MovieClip in Symbol 1229 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.stockingstotal != 16) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 1229 MovieClip Frame 10
stop();
Instance of Symbol 1081 MovieClip "color2swatch" in Symbol 1229 MovieClip Frame 10
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.shoesrgb2.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.shoesrgb2.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.shoesrgb2.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.shoesrgb2.screen.tone._y) / 150);
}
Instance of Symbol 1081 MovieClip in Symbol 1229 MovieClip Frame 10
onClipEvent (enterFrame) {
this.r._alpha = 100 * ((174 - _root.shoesrgb1.screen.r._y) / 150);
this.g._alpha = 100 * ((174 - _root.shoesrgb1.screen.g._y) / 150);
this.b._alpha = 100 * ((174 - _root.shoesrgb1.screen.b._y) / 150);
this.tone._alpha = 100 * ((174 - _root.shoesrgb1.screen.tone._y) / 150);
}
Symbol 1230 Button
on (release) {
this.nextFrame();
play();
}
Symbol 1231 MovieClip Frame 1
stop();
Symbol 1231 MovieClip Frame 20
stop();
Symbol 1236 Button
on (press) {
_root.nav.startDrag();
}
on (release) {
_root.nav.stopDrag();
}
Symbol 1239 Button
on (release) {
_root.whole._x = 0;
_root.whole._y = 0;
_root.whole._xscale = 100;
_root.whole._yscale = 100;
_root.zoom = 1;
}
Symbol 1240 Button
on (release) {
navx = _root.whole._x;
navy = _root.whole._y;
navxscale = _root.whole._xscale;
navyscale = _root.whole._yscale;
navzoom = _root.zoom;
}
Symbol 1241 Button
on (release) {
_root.whole._x = navx;
_root.whole._y = navy;
_root.whole._xscale = navxscale;
_root.whole._yscale = navyscale;
_root.zoom = navzoom;
}
Symbol 1247 Button
on (release) {
_root.whole._y = _root.whole._y - 20;
}
Symbol 1248 Button
on (release) {
_root.whole._y = _root.whole._y + 20;
}
Symbol 1249 Button
on (release) {
_root.whole._x = _root.whole._x + 20;
}
Symbol 1250 Button
on (release) {
_root.whole._x = _root.whole._x - 20;
}
Symbol 1251 Button
on (release) {
if ((_root.zoom == 4) && (_root.delay < 0)) {
_root.delay = 5;
_root.zoom = 3;
_root.whole._xscale = 200;
_root.whole._yscale = 200;
_root.whole._x = _root.whole._x + 350;
_root.whole._y = _root.whole._y + 400;
}
if ((_root.zoom == 3) && (_root.delay < 0)) {
_root.delay = 5;
_root.zoom = 2;
_root.whole._xscale = 150;
_root.whole._yscale = 150;
_root.whole._x = _root.whole._x + 150;
_root.whole._y = _root.whole._y + 200;
}
if ((_root.zoom == 2) && (_root.delay < 0)) {
_root.delay = 5;
_root.zoom = 1;
_root.whole._x = 0;
_root.whole._y = 0;
_root.whole._xscale = 100;
_root.whole._yscale = 100;
}
}
Symbol 1252 Button
on (release) {
if ((_root.zoom == 1) && (_root.delay < 0)) {
_root.delay = 5;
_root.zoom = 2;
_root.whole._xscale = 150;
_root.whole._yscale = 150;
_root.whole._x = _root.whole._x - 150;
_root.whole._y = _root.whole._y - 200;
}
if ((_root.zoom == 2) && (_root.delay < 0)) {
_root.delay = 5;
_root.zoom = 3;
_root.whole._xscale = 200;
_root.whole._yscale = 200;
_root.whole._x = _root.whole._x - 150;
_root.whole._y = _root.whole._y - 200;
}
if ((_root.zoom == 3) && (_root.delay < 0)) {
_root.delay = 5;
_root.zoom = 4;
_root.whole._xscale = 300;
_root.whole._yscale = 300;
_root.whole._x = _root.whole._x - 300;
_root.whole._y = _root.whole._y - 350;
}
}
Symbol 1253 MovieClip Frame 1
var navx = 0;
var navy = 0;
var navxscale = 100;
var navyscale = 100;
var navzoom = 1;
Symbol 1254 Button
on (release) {
this.gotoAndPlay(2);
}
Symbol 1255 Button
on (release) {
_root.nav._x = 10;
_root.nav._y = 650;
this.gotoAndPlay(16);
}
Symbol 1256 MovieClip Frame 1
stop();
Symbol 1256 MovieClip Frame 15
stop();
Symbol 1257 Button
on (release) {
_root.whole.figure._visible = false;
_root.game1._visible = true;
_root.game1._x = 25;
_root.game1._y = 225;
_root.game1.gotoAndStop(4);
_root.unlockmenu.gotoAndPlay(31);
_root.console._visible = false;
}
Symbol 1258 Button
on (release) {
_root.whole.figure._visible = false;
_root.game1._visible = true;
_root.game1._x = 25;
_root.game1._y = 225;
_root.game1.gotoAndStop(2);
_root.unlockmenu.gotoAndPlay(31);
_root.console._visible = false;
}
Symbol 1259 Button
on (release) {
_root.whole.figure._visible = false;
_root.game1._visible = true;
_root.game1._x = 25;
_root.game1._y = 225;
_root.game1.gotoAndStop(1);
_root.unlockmenu.gotoAndPlay(31);
_root.console._visible = false;
}
Symbol 1260 Button
on (release) {
_root.whole.figure._visible = false;
_root.game1._visible = true;
_root.game1._x = 25;
_root.game1._y = 225;
_root.game1.gotoAndStop(3);
_root.unlockmenu.gotoAndPlay(31);
_root.console._visible = false;
}
Symbol 1265 MovieClip Frame 61
_root.unlockmenu.screen.unlockmessage.gotoAndStop(1);
Symbol 1268 MovieClip Frame 61
_root.unlockmenu.screen.unlockmessage.gotoAndStop(1);
Symbol 1269 MovieClip Frame 1
stop();
Symbol 1269 MovieClip Frame 2
stop();
Symbol 1269 MovieClip Frame 3
stop();
Symbol 1270 Button
on (release) {
if (_root.keys >= 5) {
_root.topstotal = 8;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 5;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1272 Button
on (release) {
if (_root.keys >= 10) {
_root.topstotal = 12;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 10;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1275 Button
on (release) {
if (_root.keys >= 15) {
_root.topstotal = 15;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 15;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1277 Button
on (release) {
if (_root.keys >= 25) {
_root.topstotal = 16;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 25;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1280 MovieClip Frame 1
stop();
Symbol 1280 MovieClip Frame 2
stop();
Symbol 1280 MovieClip Frame 3
stop();
Symbol 1280 MovieClip Frame 4
stop();
Symbol 1280 MovieClip Frame 5
stop();
Symbol 1281 Button
on (release) {
if (_root.keys >= 5) {
_root.innertopstotal = 10;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 5;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1283 Button
on (release) {
if (_root.keys >= 10) {
_root.innertopstotal = 15;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 10;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1285 Button
on (release) {
if (_root.keys >= 15) {
_root.innertopstotal = 20;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 15;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1287 Button
on (release) {
if (_root.keys >= 35) {
_root.innertopstotal = 21;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 35;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1290 MovieClip Frame 1
stop();
Symbol 1290 MovieClip Frame 2
stop();
Symbol 1290 MovieClip Frame 3
stop();
Symbol 1290 MovieClip Frame 4
stop();
Symbol 1290 MovieClip Frame 5
stop();
Symbol 1291 Button
on (release) {
if (_root.keys >= 5) {
_root.bottomstotal = 5;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 5;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1293 Button
on (release) {
if (_root.keys >= 10) {
_root.bottomstotal = 8;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 10;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1295 Button
on (release) {
if (_root.keys >= 15) {
_root.bottomstotal = 10;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 15;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1297 Button
on (release) {
if (_root.keys >= 25) {
_root.bottomstotal = 11;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 25;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1300 MovieClip Frame 1
stop();
Symbol 1300 MovieClip Frame 2
stop();
Symbol 1300 MovieClip Frame 3
stop();
Symbol 1300 MovieClip Frame 4
stop();
Symbol 1300 MovieClip Frame 5
stop();
Symbol 1301 Button
on (release) {
if (_root.keys >= 10) {
_root.intimatestotal = 5;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 10;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1303 Button
on (release) {
if (_root.keys >= 20) {
_root.intimatestotal = 10;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 20;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1305 Button
on (release) {
if (_root.keys >= 30) {
_root.intimatestotal = 15;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 30;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1307 Button
on (release) {
if (_root.keys >= 50) {
_root.intimatestotal = 16;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 50;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1310 MovieClip Frame 1
stop();
Symbol 1310 MovieClip Frame 2
stop();
Symbol 1310 MovieClip Frame 3
stop();
Symbol 1310 MovieClip Frame 4
stop();
Symbol 1310 MovieClip Frame 5
stop();
Symbol 1311 Button
on (release) {
if (_root.keys >= 2) {
_root.patterntotal = 10;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 2;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1313 Button
on (release) {
if (_root.keys >= 5) {
_root.patterntotal = 15;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 5;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1315 Button
on (release) {
if (_root.keys >= 20) {
_root.patterntotal = 20;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 20;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1318 MovieClip Frame 1
stop();
Symbol 1318 MovieClip Frame 2
stop();
Symbol 1318 MovieClip Frame 3
stop();
Symbol 1318 MovieClip Frame 4
stop();
Symbol 1319 Button
on (release) {
if (_root.keys >= 10) {
_root.hairtotal = 8;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 10;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1321 Button
on (release) {
if (_root.keys >= 15) {
_root.hairtotal = 12;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 15;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1323 Button
on (release) {
if (_root.keys >= 20) {
_root.hairtotal = 15;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 20;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1326 MovieClip Frame 1
stop();
Symbol 1326 MovieClip Frame 2
stop();
Symbol 1326 MovieClip Frame 3
stop();
Symbol 1326 MovieClip Frame 4
stop();
Symbol 1327 Button
on (release) {
if (_root.keys >= 15) {
_root.skintonestat = 2;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 15;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1329 Button
on (release) {
if (_root.keys >= 25) {
_root.skintonestat = 3;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 25;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1331 Button
on (release) {
if (_root.keys >= 40) {
_root.skintonestat = 4;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 40;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1334 MovieClip Frame 1
stop();
Symbol 1334 MovieClip Frame 2
stop();
Symbol 1334 MovieClip Frame 3
stop();
Symbol 1334 MovieClip Frame 4
stop();
Symbol 1335 Button
on (release) {
if (_root.visitda == false) {
_root.timepassmessage.gotoAndStop(6);
_root.keys = _root.keys + 50;
_root.visitda = true;
}
}
Symbol 1336 Button
on (release) {
if (_root.keys >= 10) {
_root.stockingstotal = 10;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 10;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1338 Button
on (release) {
if (_root.keys >= 15) {
_root.stockingstotal = 15;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 15;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1340 Button
on (release) {
if (_root.keys >= 30) {
_root.stockingstotal = 16;
_root.unlockmenu.screen.unlockmessage.gotoAndStop(3);
nextFrame();
_root.keys = _root.keys - 30;
} else {
_root.unlockmenu.screen.unlockmessage.gotoAndStop(2);
}
}
Symbol 1343 MovieClip Frame 1
stop();
Symbol 1343 MovieClip Frame 2
stop();
Symbol 1343 MovieClip Frame 3
stop();
Symbol 1343 MovieClip Frame 4
stop();
Symbol 1345 Button
on (release) {
this.gotoAndPlay(2);
}
Symbol 1346 Button
on (release) {
this.gotoAndPlay(31);
}
Symbol 1347 MovieClip Frame 1
stop();
Symbol 1347 MovieClip Frame 30
stop();
Symbol 1349 MovieClip Frame 1
stop();
if (_root.musicon == true) {
gotoAndPlay (2);
}
Symbol 1349 MovieClip Frame 2
play();
if (_root.musicon == false) {
stopAllSounds();
this.gotoAndStop(1);
}
Symbol 1349 MovieClip Frame 5123
gotoAndPlay (2);
Symbol 1354 Button
on (release) {
_root.timepassmessage.gotoAndStop(2);
}
Symbol 1356 MovieClip Frame 30
stop();
Symbol 1359 MovieClip Frame 261
_root.timepassmessage.gotoAndStop(2);
Symbol 1362 MovieClip Frame 261
_root.timepassmessage.gotoAndStop(2);
Symbol 1365 MovieClip Frame 306
stop();
Symbol 1368 MovieClip Frame 270
getURL ("http://www.vest.deviantart.com", _blank);
Symbol 1368 MovieClip Frame 291
_root.timepassmessage.gotoAndStop(2);
Symbol 1371 MovieClip Frame 331
_root.timepassmessage.gotoAndStop(2);
Symbol 1372 MovieClip Frame 1
stop();
Symbol 1372 MovieClip Frame 2
stop();
Symbol 1372 MovieClip Frame 3
stop();
Symbol 1372 MovieClip Frame 4
stop();
Symbol 1372 MovieClip Frame 5
stop();
Symbol 1372 MovieClip Frame 6
stop();
Symbol 1372 MovieClip Frame 7
stop();