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
I'm making a drag & drop style puzzle game. For an introductory level I want the player to have to drag path pieces onto a body of water in order to cross it. the problem is I'm not really sure how to do it.
Develop games in your browser. Powerful, performant & highly capable.
issues will be drag n drop will pick up and move all over the place.
one way to limit is if object is not overlapping pathsprite = drop
another way would be on drag n drop clamp x,y so it one moves in straight line to target.