Combined Code
movieClip 4 {
}
movieClip 6 {
}
movieClip 8 {
}
movieClip 10 {
}
movieClip 12 {
}
movieClip 14 {
}
movieClip 17 {
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 28 {
instance of movieClip 4 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 0 && this._x < 220 && this._y > 200 && this._y < 400) {
this._x = -55.45;
this._y = 244.95;
}
dragging = false;
}
}
instance of movieClip 6 {
onClipEvent (press) {
startDrag('', false);
draggin = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 0 && this._x < 220 && this._y > 200 && this._y < 400) {
this._x = -38.95;
this._y = 252.2;
}
dragging = false;
}
}
instance of movieClip 8 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 0 && this._x < 220 && this._y > 200 && this._y < 400) {
this._x = -36.95;
this._y = 244.4;
}
dragging = false;
}
}
instance of movieClip 10 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 0 && this._x < 220 && this._y > 200 && this._y < 400) {
this._x = -36.7;
this._y = 261.9;
}
dragging = false;
}
}
instance of movieClip 12 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 0 && this._x < 220 && this._y > 200 && this._y < 400) {
this._x = -48.95;
this._y = 255.65;
}
dragging = false;
}
}
instance of movieClip 14 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 0 && this._x < 220 && this._y > 200 && this._y < 400) {
this._x = -41.05;
this._y = 257.65;
}
dragging = false;
}
}
instance of movieClip 17 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 50 && this._x < 150 && this._y > 100 && this._y < 280) {
this._x = -40.2;
this._y = 139.25;
}
dragging = false;
}
}
instance of movieClip 19 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 50 && this._x < 150 && this._y > 100 && this._y < 260) {
this._x = -59.25;
this._y = 136.85;
}
dragging = false;
}
}
instance of movieClip 21 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 35 && this._x < 150 && this._y > 100 && this._y < 280) {
this._x = -37.7;
this._y = 137.05;
}
dragging = false;
}
}
instance of movieClip 23 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 50 && this._x < 150 && this._y > 100 && this._y < 275) {
this._x = -56.5;
this._y = 138.2;
}
dragging = false;
}
}
instance of movieClip 25 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 50 && this._x < 150 && this._y > 100 && this._y < 275) {
this._x = -60.5;
this._y = 143.05;
}
dragging = false;
}
}
instance of movieClip 27 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 50 && this._x < 220 && this._y > 100 && this._y < 275) {
this._x = -69.84999999999999;
this._y = 138.1;
}
dragging = false;
}
}
}