Frame 1
_root.tf2_gloves._visible = false;
_root.blu_shirt._visible = false;
_root.cherno_rings._visible = false;
_root.right_cuff._visible = false;
_root.cherno_tank._visible = false;
_root.zangief_briefs._visible = false;
_root.dress_shoes._visible = false;
_root.mirror_pants._visible = false;
_root.tf2_boots._visible = false;
_root.starfleet_boots._visible = false;
_root.cherno_boots._visible = false;
_root.zangief_boots._visible = false;
_root.blu_pants._visible = false;
_root.red_pants._visible = false;
_root.starfleet_pants._visible = false;
_root.blue_shirt._visible = false;
_root.red_shirt._visible = false;
_root.cherno_pants._visible = false;
_root.cherno_tags._visible = false;
_root.cherno_chains._visible = false;
_root.dress_shirt._visible = false;
_root.tie._visible = false;
_root.dress_pants._visible = false;
_root.tos_shirt._visible = false;
_root.starfleet_shirt._visible = false;
_root.mirror_shirt._visible = false;
_root.skant._visible = false;
_root.suit_jacket._visible = false;
_root.mirror_sash._visible = false;
_root.red_suspenders._visible = false;
_root.blu_suspenders._visible = false;
_root.cherno_jacket._visible = false;
_root.left_cuff._visible = false;
_root.mohawk._visible = false;
_root.aleksis._visible = false;
_root.mirror_boots._visible = false;
_root.tattoo._visible = false;
stop();
_root.left._visible = false;
_root.no_tattoo._visible = false;
stop();
Instance of Symbol 49 MovieClip "panties" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 160) && (this._x < 320)) && (this._y > 360)) && (this._y < 435)) {
this._x = 165;
this._y = 361;
}
dragging = false;
}
Instance of Symbol 53 MovieClip "underwear" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 150) && (this._x < 320)) && (this._y > 350)) && (this._y < 430)) {
this._x = 162;
this._y = 359;
}
dragging = false;
}
Instance of Symbol 57 MovieClip "swimsuit" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 160) && (this._x < 335)) && (this._y > 200)) && (this._y < 450)) {
this._x = 165.5;
this._y = 206;
}
dragging = false;
}
Instance of Symbol 61 MovieClip "tf2_gloves" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 80) && (this._x < 370)) && (this._y > 360)) && (this._y < 435)) {
this._x = 90;
this._y = 372;
}
dragging = false;
}
Instance of Symbol 64 MovieClip "cherno_rings" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 80) && (this._x < 380)) && (this._y > 365)) && (this._y < 438)) {
this._x = 89.6;
this._y = 374;
}
dragging = false;
}
Instance of Symbol 68 MovieClip "right_cuff" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 300) && (this._x < 370)) && (this._y > 340)) && (this._y < 410)) {
this._x = 310.3;
this._y = 348;
}
dragging = false;
}
Instance of Symbol 72 MovieClip "bracelet" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 300) && (this._x < 370)) && (this._y > 360)) && (this._y < 415)) {
this._x = 314;
this._y = 375;
}
dragging = false;
}
Instance of Symbol 76 MovieClip "cherno_tank" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 150) && (this._x < 340)) && (this._y > 190)) && (this._y < 420)) {
this._x = 162.5;
this._y = 200;
}
dragging = false;
}
Instance of Symbol 80 MovieClip "zangief_briefs" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 150) && (this._x < 340)) && (this._y > 345)) && (this._y < 445)) {
this._x = 162;
this._y = 349;
}
dragging = false;
}
Instance of Symbol 84 MovieClip "ballet_pants" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 150) && (this._x < 340)) && (this._y > 350)) && (this._y < 560)) {
this._x = 157;
this._y = 353;
}
dragging = false;
}
Instance of Symbol 88 MovieClip "dress_shoes" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 170) && (this._x < 340)) && (this._y > 350)) && (this._y < 560)) {
this._x = 177.6;
this._y = 514.6;
}
dragging = false;
}
Instance of Symbol 92 MovieClip "mirror_pants" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 140) && (this._x < 340)) && (this._y > 340)) && (this._y < 550)) {
this._x = 152.9;
this._y = 345;
}
dragging = false;
}
Instance of Symbol 96 MovieClip "tf2_boots" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 150) && (this._x < 345)) && (this._y > 470)) && (this._y < 570)) {
this._x = 158.6;
this._y = 477;
}
dragging = false;
}
Instance of Symbol 100 MovieClip "starfleet_boots" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 150) && (this._x < 340)) && (this._y > 460)) && (this._y < 570)) {
this._x = 158.6;
this._y = 476;
}
dragging = false;
}
Instance of Symbol 104 MovieClip "cherno_boots" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 160) && (this._x < 340)) && (this._y > 470)) && (this._y < 570)) {
this._x = 162.5;
this._y = 482;
}
dragging = false;
}
Instance of Symbol 108 MovieClip "zangief_boots" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 160) && (this._x < 340)) && (this._y > 480)) && (this._y < 580)) {
this._x = 164.1;
this._y = 488;
}
dragging = false;
}
Instance of Symbol 112 MovieClip "red_pants" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 140) && (this._x < 330)) && (this._y > 350)) && (this._y < 530)) {
this._x = 149;
this._y = 359;
}
dragging = false;
}
Instance of Symbol 116 MovieClip "blu_pants" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 140) && (this._x < 330)) && (this._y > 350)) && (this._y < 530)) {
this._x = 149;
this._y = 359;
}
dragging = false;
}
Instance of Symbol 120 MovieClip "starfleet_pants" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 140) && (this._x < 330)) && (this._y > 350)) && (this._y < 510)) {
this._x = 149;
this._y = 355;
}
dragging = false;
}
Instance of Symbol 124 MovieClip "ballet_shoes" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 160) && (this._x < 340)) && (this._y > 510)) && (this._y < 570)) {
this._x = 178.6;
this._y = 518.6;
}
dragging = false;
}
Instance of Symbol 128 MovieClip "red_shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 120) && (this._x < 340)) && (this._y > 190)) && (this._y < 420)) {
this._x = 130.6;
this._y = 201.7;
}
dragging = false;
}
Instance of Symbol 132 MovieClip "ballet_shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 120) && (this._x < 340)) && (this._y > 200)) && (this._y < 425)) {
this._x = 129.6;
this._y = 213.7;
}
dragging = false;
}
Instance of Symbol 136 MovieClip "blu_shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 120) && (this._x < 340)) && (this._y > 190)) && (this._y < 420)) {
this._x = 130.6;
this._y = 201.7;
}
dragging = false;
}
Instance of Symbol 140 MovieClip "cherno_pants" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 140) && (this._x < 340)) && (this._y > 330)) && (this._y < 530)) {
this._x = 149.6;
this._y = 345;
}
dragging = false;
}
Instance of Symbol 144 MovieClip "cherno_tags" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 170) && (this._x < 300)) && (this._y > 200)) && (this._y < 310)) {
this._x = 182.9;
this._y = 206.1;
}
dragging = false;
}
Instance of Symbol 148 MovieClip "cherno_chains" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 160) && (this._x < 330)) && (this._y > 180)) && (this._y < 300)) {
this._x = 179;
this._y = 197.1;
}
dragging = false;
}
Instance of Symbol 152 MovieClip "dress_shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 90) && (this._x < 370)) && (this._y > 180)) && (this._y < 440)) {
this._x = 95;
this._y = 193.1;
}
dragging = false;
}
Instance of Symbol 156 MovieClip "tie" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 200) && (this._x < 330)) && (this._y > 220)) && (this._y < 390)) {
this._x = 237;
this._y = 233.9;
}
dragging = false;
}
Instance of Symbol 160 MovieClip "dress_pants" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 140) && (this._x < 340)) && (this._y > 330)) && (this._y < 550)) {
this._x = 153;
this._y = 340.9;
}
dragging = false;
}
Instance of Symbol 164 MovieClip "tos_shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 80) && (this._x < 380)) && (this._y > 180)) && (this._y < 400)) {
this._x = 94.5;
this._y = 200.7;
}
dragging = false;
}
Instance of Symbol 168 MovieClip "starfleet_shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 80) && (this._x < 370)) && (this._y > 180)) && (this._y < 430)) {
this._x = 94.5;
this._y = 193;
}
dragging = false;
}
Instance of Symbol 172 MovieClip "mirror_shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 100) && (this._x < 350)) && (this._y > 180)) && (this._y < 510)) {
this._x = 116;
this._y = 198.7;
}
dragging = false;
}
Instance of Symbol 176 MovieClip "mirror_boots" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 150) && (this._x < 355)) && (this._y > 460)) && (this._y < 580)) {
this._x = 158.5;
this._y = 484.5;
}
dragging = false;
}
Instance of Symbol 180 MovieClip "skant" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 110) && (this._x < 340)) && (this._y > 180)) && (this._y < 480)) {
this._x = 127.6;
this._y = 194.1;
}
dragging = false;
}
Instance of Symbol 184 MovieClip "suit_jacket" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 80) && (this._x < 380)) && (this._y > 180)) && (this._y < 440)) {
this._x = 97;
this._y = 193.5;
}
dragging = false;
}
Instance of Symbol 188 MovieClip "mirror_sash" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 140) && (this._x < 340)) && (this._y > 325)) && (this._y < 430)) {
this._x = 160;
this._y = 343.6;
}
dragging = false;
}
Instance of Symbol 192 MovieClip "red_suspenders" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 110) && (this._x < 350)) && (this._y > 180)) && (this._y < 420)) {
this._x = 139.6;
this._y = 200.7;
}
dragging = false;
}
Instance of Symbol 196 MovieClip "blu_suspenders" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 110) && (this._x < 350)) && (this._y > 180)) && (this._y < 420)) {
this._x = 139.6;
this._y = 200.7;
}
dragging = false;
}
Instance of Symbol 200 MovieClip "cherno_jacket" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 80) && (this._x < 370)) && (this._y > 175)) && (this._y < 520)) {
this._x = 93;
this._y = 189;
}
dragging = false;
}
Instance of Symbol 203 MovieClip "earring" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 100) && (this._x < 300)) && (this._y > 50)) && (this._y < 250)) {
this._x = 165;
this._y = 179;
}
dragging = false;
}
Instance of Symbol 207 MovieClip "left_cuff" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 75) && (this._x < 195)) && (this._y > 335)) && (this._y < 425)) {
this._x = 89;
this._y = 348.6;
}
dragging = false;
}
Instance of Symbol 211 MovieClip "mohawk" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 140) && (this._x < 280)) && (this._y > 20)) && (this._y < 100)) {
this._x = 158;
this._y = 25;
}
dragging = false;
}
Instance of Symbol 215 MovieClip "aleksis" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 110) && (this._x < 320)) && (this._y > 15)) && (this._y < 155)) {
this._x = 129.9;
this._y = 20;
}
dragging = false;
}
Instance of Symbol 219 MovieClip "rat" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 100) && (this._x < 200)) && (this._y > 160)) && (this._y < 340)) {
this._x = 126.6;
this._y = 194;
}
dragging = false;
}
Instance of Symbol 225 MovieClip "scarf" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
if ((((this._x > 150) && (this._x < 385)) && (this._y > 160)) && (this._y < 360)) {
this._x = 161;
this._y = 180.8;
}
dragging = false;
}
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Symbol 8 Button
on (press) {
nextFrame();
}
Symbol 11 Button
on (press) {
prevFrame();
}
on (release) {
gotoAndPlay (6);
}
Symbol 15 Button
on (release) {
_root.tos_shirt._visible = true;
_root.skant._visible = true;
_root.starfleet_shirt._visible = true;
_root.starfleet_pants._visible = true;
_root.starfleet_boots._visible = true;
_root.mirror_shirt._visible = true;
_root.mirror_sash._visible = true;
_root.mirror_pants._visible = true;
_root.mirror_boots._visible = true;
_root.left._visible = false;
_root.right._visible = false;
if (_root.scarf._x > 400) {
_root.scarf._visible = false;
}
if (_root.rat._x > 400) {
_root.rat._visible = false;
}
if (_root.ballet_shirt._x > 400) {
_root.ballet_shirt._visible = false;
}
if (_root.ballet_pants._x > 400) {
_root.ballet_pants._visible = false;
}
if (_root.ballet_shoes._x > 400) {
_root.ballet_shoes._visible = false;
}
if (_root.earring._x > 400) {
_root.earring._visible = false;
}
if (_root.bracelet._x > 400) {
_root.bracelet._visible = false;
}
if (_root.panties._x > 400) {
_root.panties._visible = false;
}
if (_root.swimsuit._x > 400) {
_root.swimsuit._visible = false;
}
if (_root.red_suspenders._x > 400) {
_root.red_suspenders._visible = false;
}
if (_root.blu_suspenders._x > 400) {
_root.blu_suspenders._visible = false;
}
if (_root.red_shirt._x > 400) {
_root.red_shirt._visible = false;
}
if (_root.blu_shirt._x > 400) {
_root.blu_shirt._visible = false;
}
if (_root.red_pants._x > 400) {
_root.red_pants._visible = false;
}
if (_root.blu_pants._x > 400) {
_root.blu_pants._visible = false;
}
if (_root.tf2_boots._x > 400) {
_root.tf2_boots._visible = false;
}
if (_root.tf2_gloves._x > 400) {
_root.tf2_gloves._visible = false;
}
if (_root.mohawk._x > 400) {
_root.mohawk._visible = false;
}
if (_root.left_cuff._x > 400) {
_root.left_cuff._visible = false;
}
if (_root.right_cuff._x > 400) {
_root.right_cuff._visible = false;
}
if (_root.zangief_briefs._x > 400) {
_root.zangief_briefs._visible = false;
}
if (_root.zangief_boots._x > 400) {
_root.zangief_boots._visible = false;
}
if (_root.aleksis._x > 400) {
_root.aleksis._visible = false;
}
if (_root.cherno_tags._x > 400) {
_root.cherno_tags._visible = false;
}
if (_root.cherno_chains._x > 400) {
_root.cherno_chains._visible = false;
}
if (_root.cherno_tank._x > 400) {
_root.cherno_tank._visible = false;
}
if (_root.cherno_jacket._x > 400) {
_root.cherno_jacket._visible = false;
}
if (_root.cherno_pants._x > 400) {
_root.cherno_pants._visible = false;
}
if (_root.cherno_boots._x > 400) {
_root.cherno_boots._visible = false;
}
if (_root.cherno_rings._x > 400) {
_root.cherno_rings._visible = false;
}
if (_root.suit_jacket._x > 400) {
_root.suit_jacket._visible = false;
}
if (_root.tie._x > 400) {
_root.tie._visible = false;
}
if (_root.dress_shirt._x > 400) {
_root.dress_shirt._visible = false;
}
if (_root.dress_pants._x > 400) {
_root.dress_pants._visible = false;
}
if (_root.dress_shoes._x > 400) {
_root.dress_shoes._visible = false;
}
_left._visible = false;
_right._visible = false;
}
Symbol 18 Button
on (release) {
_root.aleksis._visible = true;
_root.cherno_chains._visible = true;
_root.cherno_tags._visible = true;
_root.cherno_rings._visible = true;
_root.cherno_tank._visible = true;
_root.cherno_jacket._visible = true;
_root.cherno_pants._visible = true;
_root.cherno_boots._visible = true;
_root.left._visible = false;
_root.right._visible = false;
if (_root.scarf._x > 400) {
_root.scarf._visible = false;
}
if (_root.rat._x > 400) {
_root.rat._visible = false;
}
if (_root.ballet_shirt._x > 400) {
_root.ballet_shirt._visible = false;
}
if (_root.ballet_pants._x > 400) {
_root.ballet_pants._visible = false;
}
if (_root.ballet_shoes._x > 400) {
_root.ballet_shoes._visible = false;
}
if (_root.earring._x > 400) {
_root.earring._visible = false;
}
if (_root.bracelet._x > 400) {
_root.bracelet._visible = false;
}
if (_root.panties._x > 400) {
_root.panties._visible = false;
}
if (_root.swimsuit._x > 400) {
_root.swimsuit._visible = false;
}
if (_root.tos_shirt._x > 400) {
_root.tos_shirt._visible = false;
}
if (_root.skant._x > 400) {
_root.skant._visible = false;
}
if (_root.starfleet_shirt._x > 400) {
_root.starfleet_shirt._visible = false;
}
if (_root.mirror_shirt._x > 400) {
_root.mirror_shirt._visible = false;
}
if (_root.starfleet_pants._x > 400) {
_root.starfleet_pants._visible = false;
}
if (_root.mirror_pants._x > 400) {
_root.mirror_pants._visible = false;
}
if (_root.starfleet_boots._x > 400) {
_root.starfleet_boots._visible = false;
}
if (_root.mirror_boots._x > 400) {
_root.mirror_boots._visible = false;
}
if (_root.mirror_sash._x > 400) {
_root.mirror_sash._visible = false;
}
if (_root.mohawk._x > 400) {
_root.mohawk._visible = false;
}
if (_root.left_cuff._x > 400) {
_root.left_cuff._visible = false;
}
if (_root.right_cuff._x > 400) {
_root.right_cuff._visible = false;
}
if (_root.zangief_briefs._x > 400) {
_root.zangief_briefs._visible = false;
}
if (_root.zangief_boots._x > 400) {
_root.zangief_boots._visible = false;
}
if (_root.suit_jacket._x > 400) {
_root.suit_jacket._visible = false;
}
if (_root.tie._x > 400) {
_root.tie._visible = false;
}
if (_root.dress_shirt._x > 400) {
_root.dress_shirt._visible = false;
}
if (_root.dress_pants._x > 400) {
_root.dress_pants._visible = false;
}
if (_root.dress_shoes._x > 400) {
_root.dress_shoes._visible = false;
}
if (_root.red_suspenders._x > 400) {
_root.red_suspenders._visible = false;
}
if (_root.blu_suspenders._x > 400) {
_root.blu_suspenders._visible = false;
}
if (_root.red_shirt._x > 400) {
_root.red_shirt._visible = false;
}
if (_root.blu_shirt._x > 400) {
_root.blu_shirt._visible = false;
}
if (_root.red_pants._x > 400) {
_root.red_pants._visible = false;
}
if (_root.blu_pants._x > 400) {
_root.blu_pants._visible = false;
}
if (_root.tf2_boots._x > 400) {
_root.tf2_boots._visible = false;
}
if (_root.tf2_gloves._x > 400) {
_root.tf2_gloves._visible = false;
}
}
Symbol 21 Button
on (release) {
_root.mohawk._visible = true;
_root.left_cuff._visible = true;
_root.right_cuff._visible = true;
_root.zangief_briefs._visible = true;
_root.zangief_boots._visible = true;
_root.left._visible = false;
_root.right._visible = false;
if (_root.scarf._x > 400) {
_root.scarf._visible = false;
}
if (_root.rat._x > 400) {
_root.rat._visible = false;
}
if (_root.ballet_shirt._x > 400) {
_root.ballet_shirt._visible = false;
}
if (_root.ballet_pants._x > 400) {
_root.ballet_pants._visible = false;
}
if (_root.ballet_shoes._x > 400) {
_root.ballet_shoes._visible = false;
}
if (_root.earring._x > 400) {
_root.earring._visible = false;
}
if (_root.bracelet._x > 400) {
_root.bracelet._visible = false;
}
if (_root.panties._x > 400) {
_root.panties._visible = false;
}
if (_root.swimsuit._x > 400) {
_root.swimsuit._visible = false;
}
if (_root.tos_shirt._x > 400) {
_root.tos_shirt._visible = false;
}
if (_root.skant._x > 400) {
_root.skant._visible = false;
}
if (_root.starfleet_shirt._x > 400) {
_root.starfleet_shirt._visible = false;
}
if (_root.mirror_shirt._x > 400) {
_root.mirror_shirt._visible = false;
}
if (_root.starfleet_pants._x > 400) {
_root.starfleet_pants._visible = false;
}
if (_root.mirror_pants._x > 400) {
_root.mirror_pants._visible = false;
}
if (_root.starfleet_boots._x > 400) {
_root.starfleet_boots._visible = false;
}
if (_root.mirror_boots._x > 400) {
_root.mirror_boots._visible = false;
}
if (_root.mirror_sash._x > 400) {
_root.mirror_sash._visible = false;
}
if (_root.aleksis._x > 400) {
_root.aleksis._visible = false;
}
if (_root.cherno_tags._x > 400) {
_root.cherno_tags._visible = false;
}
if (_root.cherno_chains._x > 400) {
_root.cherno_chains._visible = false;
}
if (_root.cherno_tank._x > 400) {
_root.cherno_tank._visible = false;
}
if (_root.cherno_jacket._x > 400) {
_root.cherno_jacket._visible = false;
}
if (_root.cherno_pants._x > 400) {
_root.cherno_pants._visible = false;
}
if (_root.cherno_boots._x > 400) {
_root.cherno_boots._visible = false;
}
if (_root.cherno_rings._x > 400) {
_root.cherno_rings._visible = false;
}
if (_root.suit_jacket._x > 400) {
_root.suit_jacket._visible = false;
}
if (_root.tie._x > 400) {
_root.tie._visible = false;
}
if (_root.dress_shirt._x > 400) {
_root.dress_shirt._visible = false;
}
if (_root.dress_pants._x > 400) {
_root.dress_pants._visible = false;
}
if (_root.dress_shoes._x > 400) {
_root.dress_shoes._visible = false;
}
if (_root.red_suspenders._x > 400) {
_root.red_suspenders._visible = false;
}
if (_root.blu_suspenders._x > 400) {
_root.blu_suspenders._visible = false;
}
if (_root.red_shirt._x > 400) {
_root.red_shirt._visible = false;
}
if (_root.blu_shirt._x > 400) {
_root.blu_shirt._visible = false;
}
if (_root.red_pants._x > 400) {
_root.red_pants._visible = false;
}
if (_root.blu_pants._x > 400) {
_root.blu_pants._visible = false;
}
if (_root.tf2_boots._x > 400) {
_root.tf2_boots._visible = false;
}
if (_root.tf2_gloves._x > 400) {
_root.tf2_gloves._visible = false;
}
}
Symbol 24 Button
on (release) {
_root.red_suspenders._visible = true;
_root.red_shirt._visible = true;
_root.red_pants._visible = true;
_root.blu_suspenders._visible = true;
_root.blu_shirt._visible = true;
_root.blu_pants._visible = true;
_root.tf2_gloves._visible = true;
_root.tf2_boots._visible = true;
_root.left._visible = false;
_root.right._visible = false;
if (_root.scarf._x > 400) {
_root.scarf._visible = false;
}
if (_root.rat._x > 400) {
_root.rat._visible = false;
}
if (_root.ballet_shirt._x > 400) {
_root.ballet_shirt._visible = false;
}
if (_root.ballet_pants._x > 400) {
_root.ballet_pants._visible = false;
}
if (_root.ballet_shoes._x > 400) {
_root.ballet_shoes._visible = false;
}
if (_root.earring._x > 400) {
_root.earring._visible = false;
}
if (_root.bracelet._x > 400) {
_root.bracelet._visible = false;
}
if (_root.panties._x > 400) {
_root.panties._visible = false;
}
if (_root.swimsuit._x > 400) {
_root.swimsuit._visible = false;
}
if (_root.tos_shirt._x > 400) {
_root.tos_shirt._visible = false;
}
if (_root.skant._x > 400) {
_root.skant._visible = false;
}
if (_root.starfleet_shirt._x > 400) {
_root.starfleet_shirt._visible = false;
}
if (_root.mirror_shirt._x > 400) {
_root.mirror_shirt._visible = false;
}
if (_root.starfleet_pants._x > 400) {
_root.starfleet_pants._visible = false;
}
if (_root.mirror_pants._x > 400) {
_root.mirror_pants._visible = false;
}
if (_root.starfleet_boots._x > 400) {
_root.starfleet_boots._visible = false;
}
if (_root.mirror_boots._x > 400) {
_root.mirror_boots._visible = false;
}
if (_root.mirror_sash._x > 400) {
_root.mirror_sash._visible = false;
}
if (_root.mohawk._x > 400) {
_root.mohawk._visible = false;
}
if (_root.left_cuff._x > 400) {
_root.left_cuff._visible = false;
}
if (_root.right_cuff._x > 400) {
_root.right_cuff._visible = false;
}
if (_root.zangief_briefs._x > 400) {
_root.zangief_briefs._visible = false;
}
if (_root.zangief_boots._x > 400) {
_root.zangief_boots._visible = false;
}
if (_root.aleksis._x > 400) {
_root.aleksis._visible = false;
}
if (_root.cherno_tags._x > 400) {
_root.cherno_tags._visible = false;
}
if (_root.cherno_chains._x > 400) {
_root.cherno_chains._visible = false;
}
if (_root.cherno_tank._x > 400) {
_root.cherno_tank._visible = false;
}
if (_root.cherno_jacket._x > 400) {
_root.cherno_jacket._visible = false;
}
if (_root.cherno_pants._x > 400) {
_root.cherno_pants._visible = false;
}
if (_root.cherno_boots._x > 400) {
_root.cherno_boots._visible = false;
}
if (_root.cherno_rings._x > 400) {
_root.cherno_rings._visible = false;
}
if (_root.suit_jacket._x > 400) {
_root.suit_jacket._visible = false;
}
if (_root.tie._x > 400) {
_root.tie._visible = false;
}
if (_root.dress_shirt._x > 400) {
_root.dress_shirt._visible = false;
}
if (_root.dress_pants._x > 400) {
_root.dress_pants._visible = false;
}
if (_root.dress_shoes._x > 400) {
_root.dress_shoes._visible = false;
}
}
Symbol 27 Button
on (release) {
_root.scarf._visible = true;
_root.rat._visible = true;
_root.ballet_shirt._visible = true;
_root.ballet_pants._visible = true;
_root.ballet_shoes._visible = true;
_root.swimsuit._visible = true;
_root.panties._visible = true;
_root.earring._visible = true;
_root.bracelet._visible = true;
_root.left._visible = false;
_root.right._visible = true;
if (_root.tos_shirt._x > 400) {
_root.tos_shirt._visible = false;
}
if (_root.skant._x > 400) {
_root.skant._visible = false;
}
if (_root.starfleet_shirt._x > 400) {
_root.starfleet_shirt._visible = false;
}
if (_root.mirror_shirt._x > 400) {
_root.mirror_shirt._visible = false;
}
if (_root.starfleet_pants._x > 400) {
_root.starfleet_pants._visible = false;
}
if (_root.mirror_pants._x > 400) {
_root.mirror_pants._visible = false;
}
if (_root.starfleet_boots._x > 400) {
_root.starfleet_boots._visible = false;
}
if (_root.mirror_boots._x > 400) {
_root.mirror_boots._visible = false;
}
if (_root.mirror_sash._x > 400) {
_root.mirror_sash._visible = false;
}
if (_root.mohawk._x > 400) {
_root.mohawk._visible = false;
}
if (_root.left_cuff._x > 400) {
_root.left_cuff._visible = false;
}
if (_root.right_cuff._x > 400) {
_root.right_cuff._visible = false;
}
if (_root.zangief_briefs._x > 400) {
_root.zangief_briefs._visible = false;
}
if (_root.zangief_boots._x > 400) {
_root.zangief_boots._visible = false;
}
if (_root.aleksis._x > 400) {
_root.aleksis._visible = false;
}
if (_root.cherno_tags._x > 400) {
_root.cherno_tags._visible = false;
}
if (_root.cherno_chains._x > 400) {
_root.cherno_chains._visible = false;
}
if (_root.cherno_tank._x > 400) {
_root.cherno_tank._visible = false;
}
if (_root.cherno_jacket._x > 400) {
_root.cherno_jacket._visible = false;
}
if (_root.cherno_pants._x > 400) {
_root.cherno_pants._visible = false;
}
if (_root.cherno_boots._x > 400) {
_root.cherno_boots._visible = false;
}
if (_root.cherno_rings._x > 400) {
_root.cherno_rings._visible = false;
}
if (_root.suit_jacket._x > 400) {
_root.suit_jacket._visible = false;
}
if (_root.tie._x > 400) {
_root.tie._visible = false;
}
if (_root.dress_shirt._x > 400) {
_root.dress_shirt._visible = false;
}
if (_root.dress_pants._x > 400) {
_root.dress_pants._visible = false;
}
if (_root.dress_shoes._x > 400) {
_root.dress_shoes._visible = false;
}
if (_root.red_suspenders._x > 400) {
_root.red_suspenders._visible = false;
}
if (_root.blu_suspenders._x > 400) {
_root.blu_suspenders._visible = false;
}
if (_root.red_shirt._x > 400) {
_root.red_shirt._visible = false;
}
if (_root.blu_shirt._x > 400) {
_root.blu_shirt._visible = false;
}
if (_root.red_pants._x > 400) {
_root.red_pants._visible = false;
}
if (_root.blu_pants._x > 400) {
_root.blu_pants._visible = false;
}
if (_root.tf2_boots._x > 400) {
_root.tf2_boots._visible = false;
}
if (_root.tf2_gloves._x > 400) {
_root.tf2_gloves._visible = false;
}
}
Symbol 33 Button
on (release) {
_root.scarf._visible = true;
_root.rat._visible = true;
_root.ballet_shirt._visible = true;
_root.ballet_pants._visible = true;
_root.ballet_shoes._visible = true;
_root.swimsuit._visible = true;
_root.panties._visible = true;
_root.earring._visible = true;
_root.bracelet._visible = true;
_root.left._visible = false;
_root.right._visible = true;
if (_root.tos_shirt._x > 400) {
_root.tos_shirt._visible = false;
}
if (_root.skant._x > 400) {
_root.skant._visible = false;
}
if (_root.starfleet_shirt._x > 400) {
_root.starfleet_shirt._visible = false;
}
if (_root.mirror_shirt._x > 400) {
_root.mirror_shirt._visible = false;
}
if (_root.starfleet_pants._x > 400) {
_root.starfleet_pants._visible = false;
}
if (_root.mirror_pants._x > 400) {
_root.mirror_pants._visible = false;
}
if (_root.starfleet_boots._x > 400) {
_root.starfleet_boots._visible = false;
}
if (_root.mirror_boots._x > 400) {
_root.mirror_boots._visible = false;
}
if (_root.mirror_sash._x > 400) {
_root.mirror_sash._visible = false;
}
if (_root.mohawk._x > 400) {
_root.mohawk._visible = false;
}
if (_root.left_cuff._x > 400) {
_root.left_cuff._visible = false;
}
if (_root.right_cuff._x > 400) {
_root.right_cuff._visible = false;
}
if (_root.zangief_briefs._x > 400) {
_root.zangief_briefs._visible = false;
}
if (_root.zangief_boots._x > 400) {
_root.zangief_boots._visible = false;
}
if (_root.aleksis._x > 400) {
_root.aleksis._visible = false;
}
if (_root.cherno_tags._x > 400) {
_root.cherno_tags._visible = false;
}
if (_root.cherno_chains._x > 400) {
_root.cherno_chains._visible = false;
}
if (_root.cherno_tank._x > 400) {
_root.cherno_tank._visible = false;
}
if (_root.cherno_jacket._x > 400) {
_root.cherno_jacket._visible = false;
}
if (_root.cherno_pants._x > 400) {
_root.cherno_pants._visible = false;
}
if (_root.cherno_boots._x > 400) {
_root.cherno_boots._visible = false;
}
if (_root.cherno_rings._x > 400) {
_root.cherno_rings._visible = false;
}
if (_root.suit_jacket._x > 400) {
_root.suit_jacket._visible = false;
}
if (_root.tie._x > 400) {
_root.tie._visible = false;
}
if (_root.dress_shirt._x > 400) {
_root.dress_shirt._visible = false;
}
if (_root.dress_pants._x > 400) {
_root.dress_pants._visible = false;
}
if (_root.dress_shoes._x > 400) {
_root.dress_shoes._visible = false;
}
if (_root.red_suspenders._x > 400) {
_root.red_suspenders._visible = false;
}
if (_root.blu_suspenders._x > 400) {
_root.blu_suspenders._visible = false;
}
if (_root.red_shirt._x > 400) {
_root.red_shirt._visible = false;
}
if (_root.blu_shirt._x > 400) {
_root.blu_shirt._visible = false;
}
if (_root.red_pants._x > 400) {
_root.red_pants._visible = false;
}
if (_root.blu_pants._x > 400) {
_root.blu_pants._visible = false;
}
if (_root.tf2_boots._x > 400) {
_root.tf2_boots._visible = false;
}
if (_root.tf2_gloves._x > 400) {
_root.tf2_gloves._visible = false;
}
}
Symbol 36 Button
on (release) {
_root.suit_jacket._visible = true;
_root.dress_shirt._visible = true;
_root.tie._visible = true;
_root.dress_pants._visible = true;
_root.dress_shoes._visible = true;
_root.left._visible = true;
_root.right._visible = false;
if (_root.scarf._x > 400) {
_root.scarf._visible = false;
}
if (_root.rat._x > 400) {
_root.rat._visible = false;
}
if (_root.ballet_shirt._x > 400) {
_root.ballet_shirt._visible = false;
}
if (_root.ballet_pants._x > 400) {
_root.ballet_pants._visible = false;
}
if (_root.ballet_shoes._x > 400) {
_root.ballet_shoes._visible = false;
}
if (_root.earring._x > 400) {
_root.earring._visible = false;
}
if (_root.bracelet._x > 400) {
_root.bracelet._visible = false;
}
if (_root.panties._x > 400) {
_root.panties._visible = false;
}
if (_root.swimsuit._x > 400) {
_root.swimsuit._visible = false;
}
if (_root.tos_shirt._x > 400) {
_root.tos_shirt._visible = false;
}
if (_root.skant._x > 400) {
_root.skant._visible = false;
}
if (_root.starfleet_shirt._x > 400) {
_root.starfleet_shirt._visible = false;
}
if (_root.mirror_shirt._x > 400) {
_root.mirror_shirt._visible = false;
}
if (_root.starfleet_pants._x > 400) {
_root.starfleet_pants._visible = false;
}
if (_root.mirror_pants._x > 400) {
_root.mirror_pants._visible = false;
}
if (_root.starfleet_boots._x > 400) {
_root.starfleet_boots._visible = false;
}
if (_root.mirror_boots._x > 400) {
_root.mirror_boots._visible = false;
}
if (_root.mirror_sash._x > 400) {
_root.mirror_sash._visible = false;
}
if (_root.mohawk._x > 400) {
_root.mohawk._visible = false;
}
if (_root.left_cuff._x > 400) {
_root.left_cuff._visible = false;
}
if (_root.right_cuff._x > 400) {
_root.right_cuff._visible = false;
}
if (_root.zangief_briefs._x > 400) {
_root.zangief_briefs._visible = false;
}
if (_root.zangief_boots._x > 400) {
_root.zangief_boots._visible = false;
}
if (_root.aleksis._x > 400) {
_root.aleksis._visible = false;
}
if (_root.cherno_tags._x > 400) {
_root.cherno_tags._visible = false;
}
if (_root.cherno_chains._x > 400) {
_root.cherno_chains._visible = false;
}
if (_root.cherno_tank._x > 400) {
_root.cherno_tank._visible = false;
}
if (_root.cherno_jacket._x > 400) {
_root.cherno_jacket._visible = false;
}
if (_root.cherno_pants._x > 400) {
_root.cherno_pants._visible = false;
}
if (_root.cherno_boots._x > 400) {
_root.cherno_boots._visible = false;
}
if (_root.cherno_rings._x > 400) {
_root.cherno_rings._visible = false;
}
if (_root.red_suspenders._x > 400) {
_root.red_suspenders._visible = false;
}
if (_root.blu_suspenders._x > 400) {
_root.blu_suspenders._visible = false;
}
if (_root.red_shirt._x > 400) {
_root.red_shirt._visible = false;
}
if (_root.blu_shirt._x > 400) {
_root.blu_shirt._visible = false;
}
if (_root.red_pants._x > 400) {
_root.red_pants._visible = false;
}
if (_root.blu_pants._x > 400) {
_root.blu_pants._visible = false;
}
if (_root.tf2_boots._x > 400) {
_root.tf2_boots._visible = false;
}
if (_root.tf2_gloves._x > 400) {
_root.tf2_gloves._visible = false;
}
}
Symbol 39 Button
on (release) {
_root.no_tattoo._visible = false;
_root.tattoo._visible = false;
_root.yes_tattoo._visible = true;
}
Symbol 42 Button
on (release) {
_root.no_tattoo._visible = true;
_root.tattoo._visible = true;
_root.yes_tattoo._visible = false;
}
Symbol 230 Button
on (press) {
gotoAndPlay (7);
}
Symbol 234 Button
on (press) {
prevFrame();
}
Symbol 244 Button
on (press) {
nextFrame();
}
Symbol 245 Button
on (press) {
nextFrame();
}
on (release) {
gotoAndPlay (2);
}