Copy link to clipboard
Copied
hello
I need Help Drag/Drop objects and fix it in place
I have a project that when the user clicks on the object and puts it in a fixed place it does not move again
thanks
Copy link to clipboard
Copied
what problem are you having?
Copy link to clipboard
Copied
how can I move objets in fix place
thanks
Copy link to clipboard
Copied
if you want someone to do your coding for you, you can hire me by sending me a private message.
if you, at least, try to do this yourself and encounter a specific problem, you can get free help in this forum.
to do this yourself, you can start by learning some javascript and/or googling the easeljs api and reading the movieclip methods, properties and events. in particular, check the pressmove event and stage event stagemouseup for drag and drop basics.