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 there how can i add event like "is drag and drop = true"?
ps i mean not if object have this behavior, but if player is dragging the object.
Create a new variable and set it to 0. Then when you're dragging set it to 1. When the dragging ends set it to 0. Then you can use the 'compare two values' action to check if the variable is equal to 1.
Develop games in your browser. Powerful, performant & highly capable.
There's already an event for what you want:
[attachment=0:3i8mvvln][/attachment:3i8mvvln]
You can invert it by right clicking on the event then "Invert"
thank you)) i did that trick a few times, but completely forget this time)))
Wisdoms, thank you too)