Combined Code
movieClip 8 {
}
instance of movieClip 8 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 60 && this._x < 260 && this._y > 780 && this._y < 980) {
this._x = 169;
90;
this._y = 888;
80;
}
dragging = false;
}
}
movieClip 11 {
}
instance of movieClip 11 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 66 && this._x < 260 && this._y > 490 && this._y < 690) {
this._x = 166;
50;
this._y = 598;
35;
}
dragging = false;
}
}
movieClip 14 {
}
instance of movieClip 14 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 0 && this._x < 200 && this._y > 244 && this._y < 444) {
this._x = 102;
90;
this._y = 344;
15;
}
dragging = false;
}
}
movieClip 17 {
}
instance of movieClip 17 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 180 && this._x < 380 && this._y > 100 && this._y < 300) {
this._x = 283;
35;
this._y = 193;
15;
}
dragging = false;
}
}