Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hello guys
How do i something like that: when o drag object and relase to wrong field (red) object returns to possition from i started dragging?
dl.dropbox.com/u/44710358/return.capx
I would say, the easiest way to achieve this is by storing the x and y coordinates of the dragged object at the moment you start dragging. If the object is released on a bad position, just run an event to move it back to the stored coordinates.
Develop games in your browser. Powerful, performant & highly capable.
I made an example of what Ubivis described a while back.
Maybe it can help you as well: DragDrop_CheckRange.capx