i need help to make obJect draggable. i.e a dynamic text box pLEASE.
THANX A MILLION
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:
:: Copyright KIRUPA 2024 //--