on (press) {
var x:Number = _122;
var y:Number = _223;
startDrag(this, true, 0, 0, 550, 400);
}
on (release) {
stopDrag();
_223=y
_122=x
this is the code i have the movieclip can someone please tell me where I am going wrong as it will not snap back to its starting position
