Learn game development and animations with Construct
I've been asked by some of the community users to write a guide for getting Steam overlay and achievements working under NW.Js, so here goes. I tested it on lin...
At the moment, the runtime object is pretty empty, and you might want to add you own code to it. Extending the runtime can be useful if you want to add your own...
Hello friends, watching some tutorials on ropes, none leave me happy, although I take some ideas, I consider automating the process a bit and that the creation...
When using spritefonts, and specially when using Spritefont creation tools such as GYFM (Give Your Fonts Mono), we need to input the characters we wish to be in...
Let me share the process to enable AppsFlyer tracking using Construct 2, since there's no current plugin or workaround (as far I researched). With the help of A...
First of all, create a sprite with the dimensions 10 x 80, or larger if you prefer, and the color of your preference too, and put the behavior of drag'n drop. T...
Hello anyone reading this! Today i'm going show you how to set up a car in Construct 2 that allows you to enter and exit without disrupting anything else you se...
Here is a simple example of making pseudo-3D (isometric, perspective) endlessly scrolling background. Preparing the correct image is the most important part. Do...
This method uses a function call to determine the tiles you want changed and what to change them to using the replace() expression, as the tilemap is basically...