Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Diffuse text in a Textbox
If you have a input textbox in your application, and you dont want people around you to see it, then you can use this technique! NOTE! This technique doesn't en...
-
How to make a twitter widget
Here is the preview link - Preview. Here is the exported folder - Exported Folder. Here is the capx - capx. To make this widget we need a few things first. - Th...
-
Decimals in a Float
When displaying a float, there can be a lot of decimals which may not look very nice in a highscore or otherwise. But there's a simple way to easily cut away un...
-
BulletTime: Charge Shot
Let's add some variety in our shooting. I mentioned in the another tutorial that a charge shot can do the trick. It can help change the timing, speed and accura...
-
MouseMoves: 1-to-1 Movement
The mouse is a very useful tool in gaming because of its precise movements. By tracking a sprite to the mouse cursor it can be used in variety of ways. To track...
-
Beginner's Basics For Construct 2
Ok I thought i'd have a go at a tutorial, never done one before, and i'm not an expert at Construct 2 by any means, But I thought i'd share some of the things i...
-
Publishing to the Chrome Web Store
Apps are no longer supported on the Chrome Web Store. This tutorial is preserved for archival reasons only. The Google Chrome Web Store hosts apps, extensions a...
-
XAudio2 - Peak and RMS
Warning: Unfortunately, the server software interprets the multiply sign as a control char. Therefore, throughout this tutorial all multiplication signs are rep...
-
Using a pivot point for rotating objects
When an object is on a pivot and you wish to rotate it, it becomes a little harder because you can't simply rotate from it's centre. You need to rotate from it'...