Need help with drag command

i need help to make obJect draggable. i.e a dynamic text box pLEASE.

THANX A MILLION

then add this code to the button:


on (press) {
	startDrag(this);
}
on (release) {
	stopDrag();
}

Cheers :run: