kirupaForum
>
Flash
>
ActionScript 2 (and Earlier)
> need help with drag command
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:
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.