Frame 3
function VIVup(n, x, y) {
if ((((n._x < 450) || (n._x > 650)) || (n._y < 20)) || (n._y > 540)) {
n._visible = false;
n._x = x;
n._y = y;
n._width = n._width * (t / 100);
n._height = n._height * (t / 100);
}
}
function Skeil(n, x) {
n._width = n._width * (x / 100);
n._height = n._height * (x / 100);
}
function YPlace(n, y) {
if (n.length > 0) {
var _local1 = 0;
while (_local1 < n.length) {
n[_local1]._y = y;
_local1++;
}
}
}
function Place(n, x, z) {
if (n.length > 0) {
l = n.length;
var _local3 = 0;
if ((((n[0]._x < 450) || (n[0]._x > 650)) || (n[0]._y < 20)) || (n[0]._y > 540)) {
n[0]._x = x;
} else {
_local3 = x;
}
var _local1 = 1;
while (_local1 < l) {
if (_local3 == 0) {
if ((((n[_local1]._x < 450) || (n[_local1]._x > 650)) || (n[_local1]._y < 20)) || (n[_local1]._y > 540)) {
n[_local1]._x = (n[_local1 - 1]._x + n[_local1 - 1]._width) - z;
} else {
_local3 = (n[_local1 - 1]._x + n[_local1 - 1]._width) - z;
}
} else if ((((n[_local1]._x < 450) || (n[_local1]._x > 650)) || (n[_local1]._y < 20)) || (n[_local1]._y > 540)) {
n[_local1]._x = _local3;
_local3 = 0;
} else {
_local3 = _local3 + 10;
}
_local1++;
}
}
}
function SkeilPlace(n, x) {
if (n.length > 0) {
var _local1 = 0;
while (_local1 < n.length) {
if ((((n[_local1]._x < 450) || (n[_local1]._x > 650)) || (n[_local1]._y < 20)) || (n[_local1]._y > 540)) {
Skeil(n[_local1], x);
}
_local1++;
}
}
}
function UnSkeilPlace(n, x) {
if (n.length > 0) {
var _local1 = 0;
while (_local1 < n.length) {
if ((((n[_local1]._x < 450) || (n[_local1]._x > 650)) || (n[_local1]._y < 20)) || (n[_local1]._y > 540)) {
Skeil(n[_local1], 10000 / x);
}
_local1++;
}
}
}
function Visibl(n, b) {
if (n.length > 0) {
var _local1 = 0;
while (_local1 < n.length) {
if ((((n[_local1]._x < 450) || (n[_local1]._x > 650)) || (n[_local1]._y < 20)) || (n[_local1]._y > 540)) {
n[_local1]._visible = b;
}
_local1++;
}
}
}
stop();
var t = 50;
var prwc = true;
var pruc = false;
var upwitch = new Array();
upwitch[0] = wup11;
upwitch[1] = wup12;
upwitch[2] = wup13;
upwitch[3] = wup14;
upwitch[4] = wup15;
upwitch[5] = wup21;
upwitch[6] = wup22;
upwitch[7] = wup23;
upwitch[8] = wup24;
upwitch[9] = wup25;
var downwitch = new Array();
downwitch[0] = wdown11;
downwitch[1] = wdown12;
downwitch[2] = wdown13;
downwitch[3] = wdown14;
downwitch[4] = wdown15;
downwitch[5] = wdown21;
downwitch[6] = wdown22;
downwitch[7] = wdown25;
downwitch[8] = wdown31;
downwitch[9] = wdown32;
downwitch[10] = wdown33;
downwitch[11] = wdown34;
var dressw = new Array();
dressw[0] = dress1;
var wkolw = new Array();
wkolw[0] = wkol1;
wkolw[1] = wkol2;
var shoesw = new Array();
shoesw[0] = wob1;
shoesw[1] = wob2;
shoesw[2] = wob3;
shoesw[3] = wob4;
shoesw[4] = wob5;
shoesw[5] = wob6;
var wper = new Array();
wper[0] = wper1;
wper[1] = wper2;
wper[2] = wper3;
SkeilPlace(upwitch, t);
Place(upwitch, 10, 2);
SkeilPlace(downwitch, t);
Place(downwitch, 10, 0);
SkeilPlace(dressw, t);
Place(dressw, 10, 0);
SkeilPlace(wkolw, t);
Place(wkolw, 10, 0);
SkeilPlace(shoesw, t);
Place(shoesw, 10, 0);
SkeilPlace(wper, t);
Place(wper, wkolw[wkolw.length - 1]._x + 100, 0);
Visibl(dressw, false);
YPlace(upwitch, 60);
YPlace(dressw, 60);
YPlace(wkolw, 300);
YPlace(downwitch, 150);
YPlace(shoesw, 430);
YPlace(wper, 300);
Instance of Symbol 191 MovieClip "dress1" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if (this._visible == true) {
stopDrag();
dragging = false;
widtht = 95;
heightt = 231;
if ((((this._x > 450) && (this._x < 650)) && (this._y > 20)) && (this._y < 620)) {
this._x = 519.3;
this._y = 127.9;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 194 MovieClip "wkol1" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 688.4;
yy = 406.5;
widtht = 166;
heightt = 180;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 220)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 197 MovieClip "wkol2" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 683.9;
yy = 314.5;
widtht = 171;
heightt = 272;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 220)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 200 MovieClip "wper1" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 655.2;
yy = 228.8;
widtht = 202;
heightt = 117;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 203 MovieClip "wper2" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 657.5;
yy = 305.9;
widtht = 204;
heightt = 41;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 206 MovieClip "wper3" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 647.1;
yy = 212.3;
widtht = 224;
heightt = 140;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 209 MovieClip "wob1" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 687.7;
yy = 461.8;
widtht = 166;
heightt = 126;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 220)) && (this._y < 700)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 212 MovieClip "wob2" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 688.3;
yy = 489.3;
widtht = 166;
heightt = 100;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 220)) && (this._y < 700)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 215 MovieClip "wob3" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 686.9;
yy = 530.3;
widtht = 166;
heightt = 61;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 220)) && (this._y < 700)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 218 MovieClip "wob4" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 688;
yy = 415.9;
widtht = 166;
heightt = 174;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 220)) && (this._y < 700)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 221 MovieClip "wob5" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 688.6;
yy = 537.1;
widtht = 166;
heightt = 53;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 220)) && (this._y < 700)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 224 MovieClip "wob6" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 688;
yy = 460.5;
widtht = 166;
heightt = 128;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 220)) && (this._y < 700)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 227 MovieClip "wup11" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 675.3;
yy = 163.4;
widtht = 156;
heightt = 168;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 230 MovieClip "wup12" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 675.5;
yy = 174.8;
widtht = 156;
heightt = 145;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 233 MovieClip "wup13" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 725;
yy = 159.4;
widtht = 64;
heightt = 95;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 236 MovieClip "wup14" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 669.3;
yy = 179.8;
widtht = 170;
heightt = 146;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 239 MovieClip "wup15" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 717.1;
yy = 176.8;
widtht = 76;
heightt = 75;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 242 MovieClip "wup21" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 660.5;
yy = 165.5;
widtht = 191;
heightt = 176;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 245 MovieClip "wup22" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 722.4;
yy = 175.9;
widtht = 63;
heightt = 146;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 248 MovieClip "wup23" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 714.9;
yy = 167.9;
widtht = 81;
heightt = 100;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 251 MovieClip "wup24" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 646.3;
yy = 160.3;
widtht = 225;
heightt = 193;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 254 MovieClip "wup25" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 726.3;
yy = 159.4;
widtht = 59;
heightt = 101;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 257 MovieClip "wdown11" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 718.3;
yy = 280.7;
widtht = 73;
heightt = 100;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 260 MovieClip "wdown12" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 709.1;
yy = 312.6;
widtht = 83;
heightt = 71;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 263 MovieClip "wdown13" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 720.8;
yy = 313.5;
widtht = 68;
heightt = 45;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 266 MovieClip "wdown14" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 664.1;
yy = 284.4;
widtht = 128;
heightt = 265;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 269 MovieClip "wdown15" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 720.3;
yy = 307.4;
widtht = 77;
heightt = 187;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 272 MovieClip "wdown21" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 718.5;
yy = 255.8;
widtht = 75;
heightt = 163;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 275 MovieClip "wdown22" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 718.9;
yy = 283.9;
widtht = 73;
heightt = 171;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 278 MovieClip "wdown25" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 722.6;
yy = 305.4;
widtht = 71;
heightt = 243;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 281 MovieClip "wdown31" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 705.3;
yy = 275.4;
widtht = 100;
heightt = 137;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 284 MovieClip "wdown32" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 704.3;
yy = 306.4;
widtht = 100;
heightt = 167;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 287 MovieClip "wdown33" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 704.8;
yy = 314;
widtht = 92;
heightt = 120;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Instance of Symbol 290 MovieClip "wdown34" in Frame 3
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
if ((this._visible = true)) {
stopDrag();
dragging = false;
xx = 679.3;
yy = 246.8;
widtht = 117;
heightt = 224;
if ((((this._x > 640) && (this._x < 880)) && (this._y > 100)) && (this._y < 600)) {
this._x = xx;
this._y = yy;
this._width = widtht;
this._height = heightt;
} else {
this._width = widtht * 0.5;
this._height = heightt * 0.5;
}
dragging = false;
}
}
Symbol 13 MovieClip [hair8] Frame 1
stop();
Symbol 26 MovieClip [hair7] Frame 1
stop();
Symbol 39 Button
on (release) {
_root.play();
}
Symbol 40 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
loadtext.text = Math.floor(PercentLoaded) + "%";
if (PercentLoaded != 100) {
setProperty(Loader, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 40 MovieClip Frame 2
gotoAndPlay (1);
Symbol 44 Button
on (release) {
getURL ("http://witch383.narod.ru/", "_blank");
}
Symbol 46 Button
on (release) {
getURL ("http://vivianby.deviantart.com/", "_blank");
}
Symbol 52 MovieClip Frame 1
stop();
Symbol 55 Button
on (press) {
wings.prevFrame();
}
Symbol 57 Button
on (press) {
wings.nextFrame();
}
Symbol 70 MovieClip Frame 1
stop();
Symbol 72 Button
on (release) {
bghair1.gotoAndStop(1);
}
Symbol 74 Button
on (release) {
bghair1.gotoAndStop(2);
}
Symbol 76 Button
on (release) {
bghair1.gotoAndStop(3);
}
Symbol 78 Button
on (release) {
bghair1.gotoAndStop(4);
}
Symbol 80 Button
on (release) {
bghair1.gotoAndStop(5);
}
Symbol 82 Button
on (release) {
bghair1.gotoAndStop(6);
}
Symbol 83 Button
on (release) {
bghair2.gotoAndStop(1);
}
Symbol 84 Button
on (release) {
bghair2.gotoAndStop(2);
}
Symbol 85 Button
on (release) {
bghair2.gotoAndStop(3);
}
Symbol 86 Button
on (release) {
bghair2.gotoAndStop(4);
}
Symbol 87 Button
on (release) {
bghair2.gotoAndStop(5);
}
Symbol 88 Button
on (release) {
bghair2.gotoAndStop(6);
}
Symbol 101 MovieClip Frame 1
stop();
Symbol 102 Button
on (release) {
bghair3.gotoAndStop(1);
}
Symbol 103 Button
on (release) {
bghair3.gotoAndStop(2);
}
Symbol 104 Button
on (release) {
bghair3.gotoAndStop(3);
}
Symbol 105 Button
on (release) {
bghair3.gotoAndStop(4);
}
Symbol 106 Button
on (release) {
bghair3.gotoAndStop(5);
}
Symbol 107 Button
on (release) {
bghair3.gotoAndStop(6);
}
Symbol 120 MovieClip Frame 1
stop();
Symbol 121 Button
on (release) {
bghair4.gotoAndStop(1);
}
Symbol 122 Button
on (release) {
bghair4.gotoAndStop(2);
}
Symbol 123 Button
on (release) {
bghair4.gotoAndStop(3);
}
Symbol 124 Button
on (release) {
bghair4.gotoAndStop(4);
}
Symbol 125 Button
on (release) {
bghair4.gotoAndStop(5);
}
Symbol 126 Button
on (release) {
bghair4.gotoAndStop(6);
}
Symbol 139 MovieClip Frame 1
stop();
Symbol 140 Button
on (release) {
bghair5.gotoAndStop(1);
}
Symbol 141 Button
on (release) {
bghair5.gotoAndStop(2);
}
Symbol 142 Button
on (release) {
bghair5.gotoAndStop(3);
}
Symbol 143 Button
on (release) {
bghair5.gotoAndStop(4);
}
Symbol 144 Button
on (release) {
bghair5.gotoAndStop(5);
}
Symbol 145 Button
on (release) {
bghair5.gotoAndStop(6);
}
Symbol 158 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 160 Button
on (press) {
backgroundHair.prevFrame();
}
Symbol 162 Button
on (press) {
backgroundHair.nextFrame();
}
Symbol 168 Button
on (press) {
underwear.prevFrame();
}
Symbol 170 Button
on (press) {
underwear.nextFrame();
}
Symbol 179 MovieClip Frame 1
stop();
Symbol 185 Button
on (release) {
if (prwc == false) {
prwc = true;
SkeilPlace(upwitch, t);
SkeilPlace(kolw, t);
SkeilPlace(downwitch, t);
UnSkeilPlace(dressw, t);
pruc = false;
}
b = true;
Place(upwitch, 10);
Place(kolw, 10);
Place(downwitch, 10);
Visibl(upwitch, b);
Visibl(downwitch, b);
Visibl(kolw, b);
b = false;
Visibl(dressw, b);
}
Symbol 188 Button
on (release) {
if (prus == false) {
prus = true;
SkeilPlace(dressw, t);
UnSkeilPlace(upwitch, t);
UnSkeilPlace(downwitch, t);
UnSkeilPlace(kolw, t);
prwc = false;
}
b = true;
Visibl(dressw, b);
Place(dressw, 10);
b = false;
Visibl(downwitch, b);
Visibl(upwitch, b);
Visibl(kolw, b);
}
Symbol 299 MovieClip Frame 1
stop();
Symbol 300 Button
on (press) {
_root.face.prevFrame();
}
Symbol 301 Button
on (press) {
_root.face.nextFrame();
}
Symbol 302 Button
on (press) {
eye.prevFrame();
}
Symbol 303 Button
on (press) {
eye.nextFrame();
}
Symbol 320 MovieClip Frame 1
stop();
Symbol 321 Button
on (press) {
hair.prevFrame();
}
Symbol 322 Button
on (press) {
hair.nextFrame();
}
Symbol 335 MovieClip Frame 1
stop();
Symbol 338 Button
on (release) {
hair1.gotoAndStop(1);
}
Symbol 341 Button
on (release) {
hair1.gotoAndStop(2);
}
Symbol 344 Button
on (release) {
hair1.gotoAndStop(3);
}
Symbol 347 Button
on (release) {
hair1.gotoAndStop(4);
}
Symbol 350 Button
on (release) {
hair1.gotoAndStop(5);
}
Symbol 353 Button
on (release) {
hair1.gotoAndStop(6);
}
Symbol 366 MovieClip Frame 1
stop();
Symbol 367 Button
on (release) {
hair2.gotoAndStop(1);
}
Symbol 368 Button
on (release) {
hair2.gotoAndStop(2);
}
Symbol 369 Button
on (release) {
hair2.gotoAndStop(3);
}
Symbol 370 Button
on (release) {
hair2.gotoAndStop(4);
}
Symbol 371 Button
on (release) {
hair2.gotoAndStop(5);
}
Symbol 372 Button
on (release) {
hair2.gotoAndStop(6);
}
Symbol 385 MovieClip Frame 1
stop();
Symbol 386 Button
on (release) {
hair3.gotoAndStop(1);
}
Symbol 387 Button
on (release) {
hair3.gotoAndStop(2);
}
Symbol 388 Button
on (release) {
hair3.gotoAndStop(3);
}
Symbol 389 Button
on (release) {
hair3.gotoAndStop(4);
}
Symbol 390 Button
on (release) {
hair3.gotoAndStop(5);
}
Symbol 391 Button
on (release) {
hair3.gotoAndStop(6);
}
Symbol 404 MovieClip Frame 1
stop();
Symbol 405 Button
on (release) {
hair4.gotoAndStop(1);
}
Symbol 406 Button
on (release) {
hair4.gotoAndStop(2);
}
Symbol 407 Button
on (release) {
hair4.gotoAndStop(3);
}
Symbol 408 Button
on (release) {
hair4.gotoAndStop(4);
}
Symbol 409 Button
on (release) {
hair4.gotoAndStop(5);
}
Symbol 410 Button
on (release) {
hair4.gotoAndStop(6);
}
Symbol 411 Button
on (release) {
hair5.gotoAndStop(1);
}
Symbol 412 Button
on (release) {
hair5.gotoAndStop(2);
}
Symbol 413 Button
on (release) {
hair5.gotoAndStop(3);
}
Symbol 414 Button
on (release) {
hair5.gotoAndStop(4);
}
Symbol 415 Button
on (release) {
hair5.gotoAndStop(5);
}
Symbol 416 Button
on (release) {
hair5.gotoAndStop(6);
}
Symbol 429 MovieClip Frame 1
stop();
Symbol 430 Button
on (release) {
hair6.gotoAndStop(1);
}
Symbol 431 Button
on (release) {
hair6.gotoAndStop(2);
}
Symbol 432 Button
on (release) {
hair6.gotoAndStop(3);
}
Symbol 433 Button
on (release) {
hair6.gotoAndStop(4);
}
Symbol 434 Button
on (release) {
hair6.gotoAndStop(5);
}
Symbol 435 Button
on (release) {
hair6.gotoAndStop(6);
}
Symbol 448 MovieClip Frame 1
stop();
Symbol 449 Button
on (release) {
hair7.gotoAndStop(1);
}
Symbol 450 Button
on (release) {
hair7.gotoAndStop(2);
}
Symbol 451 Button
on (release) {
hair7.gotoAndStop(3);
}
Symbol 452 Button
on (release) {
hair7.gotoAndStop(4);
}
Symbol 453 Button
on (release) {
hair7.gotoAndStop(5);
}
Symbol 454 Button
on (release) {
hair7.gotoAndStop(6);
}
Symbol 455 Button
on (release) {
hair8.gotoAndStop(1);
}
Symbol 456 Button
on (release) {
hair8.gotoAndStop(2);
}
Symbol 457 Button
on (release) {
hair8.gotoAndStop(3);
}
Symbol 458 Button
on (release) {
hair8.gotoAndStop(4);
}
Symbol 459 Button
on (release) {
hair8.gotoAndStop(5);
}
Symbol 460 Button
on (release) {
hair8.gotoAndStop(6);
}
Symbol 461 Button
on (release) {
hair9.gotoAndStop(1);
}
Symbol 462 Button
on (release) {
hair9.gotoAndStop(2);
}
Symbol 463 Button
on (release) {
hair9.gotoAndStop(3);
}
Symbol 464 Button
on (release) {
hair9.gotoAndStop(4);
}
Symbol 465 Button
on (release) {
hair9.gotoAndStop(5);
}
Symbol 466 Button
on (release) {
hair9.gotoAndStop(6);
}
Symbol 479 MovieClip Frame 1
stop();
Symbol 480 Button
on (release) {
hair10.gotoAndStop(1);
}
Symbol 481 Button
on (release) {
hair10.gotoAndStop(2);
}
Symbol 482 Button
on (release) {
hair10.gotoAndStop(3);
}
Symbol 483 Button
on (release) {
hair10.gotoAndStop(4);
}
Symbol 484 Button
on (release) {
hair10.gotoAndStop(5);
}
Symbol 485 Button
on (release) {
hair10.gotoAndStop(6);
}
Symbol 498 MovieClip Frame 1
stop();
Symbol 499 MovieClip Frame 1
stop();
Symbol 502 Button
on (release) {
LangNad.gotoAndStop(1);
}
Symbol 505 Button
on (release) {
LangNad.gotoAndStop(2);
}
Symbol 510 MovieClip Frame 8
stop();
Symbol 511 Button
on (release) {
getURL ("http://witch383.narod.ru/", "_blank");
}
Symbol 524 MovieClip Frame 1
stop();
Symbol 532 Button
on (press) {
note._visible = false;
close._visible = false;
}