Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Exploring Regex in Construct 2
Regular expressions are a way to automate extracting certain parts of a string that share a common pattern. For example, you need to get a list of street names...
-
LayerToCanvas/CanvasToLayer example
Simple example how to project position from another layer using LayerToCanvas and CanvasToLayer expressions. Setting Sprite position from "UI" layer (parallax 0...
-
-
Your own textbox
ASCII Conventer online. Dont like standard HTML textbox? Let's make your own! Everything is much simpler than it seems. For this example you will need only 2 ob...
-
Introduction to Time / Timer functions
Although there are some timer tutorials here, we'll explore different things you can do with timers. The time variable is a built-in variable that begins whenev...
-
How to use your own Web Fonts
Construct 2 Release 74 introduced the ability to use Web Fonts in your projects. This allows you to add custom fonts to your games without having your players i...
-
Amazon Fire TV remote
In the case you're trying to make your game work with any amazon device that use the Amazon Fire TV remote, I'm pretty sure the GamePad plugin its not working f...
-
-
Non-Overlapping AI for Top-Down Games
I bet that you ran into a little problem at least once, while developing top-down game. I'm talking about enemies that overlap each other while chasing player....