Tutorials tagged construct2
Construct 2 was released in 2011 and is a Windows only games engine that exports to HTML5.
1,401 tutorials with this tag
Virtually every game has to work on a different sized screen. This can be different size phone screens - which can even vary across different versions of the sa...
Construct 2 games run in a browser using HTML5 technology. This means there are many ways you can publish your games. Here's an overview of the ways to share yo...
You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...
Kongregate.Com in the most basic description, is a flash game website that offers tons of games to play from various developers. Its a great source for those st...
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...
Tracking to the cursor directly can be a great way to control sprites and maintains the precise movement of the mouse itself. But sometimes the movement of the...
And Welcome to a small tutorial (or should I say), rather it be a tips & tricks guide. I dislike to call myself an expert at game-creation, but I can gladly say...
Sprites can move to follow the cursor directly or move towards the cursor , but sometimes a game requires a sprite to simply face the mouse without actually mov...
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...
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...