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
UpvoteUpvote 10 DownvoteDownvote
This content is deleted
Tutorial
Supporting multiple screen sizes
Not favoritedFavorited Favorited 383 favourites

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...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
Publishing and promoting your Construct 2 game
Not favoritedFavorited Favorited 171 favourites

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...

UpvoteUpvote 4 DownvoteDownvote
This content is deleted
Tutorial
Native Expressions in Construct 2
Not favoritedFavorited Favorited 243 favourites

You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
Uploading HTML5 games to Kongregate
Not favoritedFavorited Favorited 35 favourites

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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
MouseMoves: 1-to-1 Movement
Not favoritedFavorited Favorited 17 favourites

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...

UpvoteUpvote 3 DownvoteDownvote
This content is deleted
Tutorial
MouseMoves: Following the Cursor
Not favoritedFavorited Favorited 30 favourites

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...

UpvoteUpvote 4 DownvoteDownvote
This content is deleted
Tutorial
Optimization & Motivation: You don't need!
Not favoritedFavorited Favorited 23 favourites

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...

UpvoteUpvote 3 DownvoteDownvote
This content is deleted
Tutorial
MouseMoves: Aiming and Moving Independently
Not favoritedFavorited Favorited 35 favourites

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...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
VeryVariable: Toggle Between Two States
Not favoritedFavorited Favorited 49 favourites

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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
Seven commandments to making a good game
Not favoritedFavorited Favorited 24 favourites

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...