Greeting Construct 2 users,
I would like to know how to create a Condition(Event) where the user can hold the left mouse button down and drag the mouse (The action is not important, people to send me a print screen of the event sheet so i can see how I can do this).
Thank you!
Develop games in your browser. Powerful, performant & highly capable.
Add Mouse object to the project, there are many events you can use, for example "Is mouse button down".
Or if you need to drag some object, add "Drag & Drop" behavior to it, it has "Is dragging" condition.