Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
Can I draw rows or columns of objects when the mouse button is down?
something like this
I don't want the objects to overlap one on the other but to be close or spaced by a predefined amount.
Develop games in your browser. Powerful, performant & highly capable.
Is it possible to do it where the mouse cursor is dragged on?
I was thinking something like in Ninja Up
youtube.com/watch
beguinner
this is how I would do it - with a single tiled background image made to look like multiple objects.
if you need actual separate objects, it gets a little trickier - you have to wait until the touch/mouse has moved enough to create the next object, and decide what happens if the user doesn't draw in a straight line...
https://www.rieperts.com/games/forum/DrawLine.capx
If I want it to act like a rubber band, should I apply revolute joints?