I wanted to make a sort of sliding marquee for the splash page of my game, something that could give the player a few tips on how to navigate, etc. I didn't wan...
This is (hopefully) a quick tutorial allowing you to set a bias of random options you might have. The example .Capx file can be got : Here. We're are going to u...
So, you've got a top down shooter or another game that needs to generate a hoard of enemies to throw at your player, and to make it even more interesting you wa...
The idea is to build a string that corresponds to the name of the animation you want to play. The only requirment is that you have a strict naming convention on...
With this method you can create a combo or multiplier based system. In this example each time an enemy is hit, it adds 1 to the score multiplier. If the game go...
You want to count the repeated elements contained in this array and count the number of times they appear. Use Dictionary object. When an element is first found...
Construct's event sheet logic is powerful and fun to use, but it can be difficult to debug due to its breakpoint restrictions. One useful tool is the ability to...
I would like to share my technique for dealing with booleans in multiplayer. Let's analyze the image below. We then have a computer that shows whether it is on...
If you're user of Linux, you probably tried to run Construct 2, but when you tried to preview project, the error ocurred. I have a fix for that. The first step...