Construct Tutorials
Learn game development and animations with Construct
-
Making a Fancy Lifebar
Here i'll assume you already have the graphics for your lifebar - make it however you want! But the basic structure is this: The second one is optional. It just...
-
Adding sound - a beginner's guide
It takes three simple steps. Here they're, followed by detailed instructions, and a walkthrough showing how you can add sounds to the Beginner's Guide tutorial...
-
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...
-
Time counter
All cool games have a time counter of some sort. Regardless if it counts upward or downward. So to get a nice counter going, you can use this basic, and simple...
-
BulletTime: Straight Shooting
In another tutorial it showed how two sprites could be put together to make a sort of turret. The base was could move and the gun attached would stick to it whi...
-
Seven commandments to making a good game
It is very important (vital) that you test your level at least 5 times before releasing it to the world, make-sure to do things that aren’t what your supposed t...
-
VeryVariable: Toggle Between Two States
Having a toggle switch is one of the most useful tools to have when creating any kind of game. It allows one button to be used to change between two different s...
-