Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Stop Timer
This is my Stopwatch with few events. Hope your guy like it and give me your feedback if you want :D.
-
How to make a Side Scrolling Shooter.
So this is a 2-hour video showing you how to create a Side-Scrolling Shooter within Construct 2. This tutorial assumes you have a little knowledge of Construct...
-
-
-
Vector Controls
Sometime back I have made vector controls in C2 for one of my client. Posting here so everyone can take advantage of same.
-
Some thoughts on landing pages
Landing pages are all the rage. So, I decided that I needed one for my iOS game, Eye of the Fiend . Other than the marketing aspect, I thought it'd be a good pl...
-
-
Fixed screen- Roomchanger
Today we'll make a "Fixed screen" (No scrolling), but when the PC moves out of view, the camera changes accordingly. It's a fairly simple code, and moslty uses...
-
Click to move-Pathfinding-Diablo style
There are many ways to go about the movement of the PC's in your games, and one of them are the classic Diablo movments, which is also used in my other MMO's. W...