1: 2: 3: 4: 5: 6:
on (press) { startDrag(this); } on (release) { stopDrag(); }
1: 2: 3: 4: 5: 6: 7:
on (press) { startDrag(this,false,-490,-464,0,0); } on (release) { stopDrag(); }