Help Im building a new game, and i wouldd like to know how to how to drag and drop things with grid movement in contruct 2
There is no grid movement in Construct 2.
Also this is Construct 3. 👆
The easiest method for grid snapping with Drag and Drop:
On Drop: sprite set position to int(sprite.x/gridSize)*gridSize, sprite set y to int(sprite.y/gridSize)*gridSize
Develop games in your browser. Powerful, performant & highly capable.
ok thanks, I will try it
Moved to Construct 2 How do I section