Combined Code
movieClip 5 {
}
instance of movieClip 5 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > -4 && this._x < 62 && this._y > 328 && this._y < 394) {
this._x = 27;
5;
this._y = 352;
95;
}
dragging = false;
}
}
movieClip 8 {
}
instance of movieClip 8 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 11 && this._x < 46 && this._y > 339 && this._y < 370) {
this._x = 33;
50;
this._y = 348;
90;
}
dragging = false;
}
}
movieClip 11 {
}
instance of movieClip 11 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 71 && this._x < 124 && this._y > 331 && this._y < 371) {
this._x = 100;
this._y = 349;
90;
}
dragging = false;
}
}