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
By embedding games on your website or application you are agreeing to the Construct.net Arcade Terms of Service.
#Features:#
- Changing grid width and height is simple
- You can snap objects to grid
- Very simple and well commented code
- No third party plugins or behaviours are used
You can purchase this template here
Purchase this template and use in your games!
[quote=maXimum7]
Hi :)
ist it possible to check if there is an object placed next to a coordinate? For example, I am placing an object to (16,2), can I check if there is an object at coordinates next to it (16,1;16,3;15,1;17,1)?
Thanks
[/quote]
Hi:)
Yes, it is possible. For example if you have Object1 at (16,2) and you want to check if Object2 is placed at (16-5,2+3) use this condition:
Object2 compare X=Object1.X-5*GridWidth
Object2 compare Y=Object1.Y+3*GridHeight
And so on)
[quote=dontdrainmybrain]
Hi
Is it possible to snap to the grid in code? For example, I am generating a number between 1 and 20, can I set a grid of 20 x 20 and then snap a sprite to coordinate (16,2) in code?
Hi,
Yes, it's possible.
This arcade game is a preview for following asset for sale in the Asset Store: