PDA

View Full Version : need help with drag command



Audrius
January 29th, 2003, 10:32 AM
i need help to make obJect draggable. i.e a dynamic text box pLEASE.


THANX A MILLION

Guig0
January 29th, 2003, 11:06 AM
then add this code to the button:



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


Cheers :run: