Construct Tutorials
Learn game development and animations with Construct
-
-
1 Click platform
Use the up arrow to jump, the other movements are automatic, we used the function that identifies the walls, and the character bounces back, user interaction is...
-
Calculating Rectangular Coverage Area
Try the demo here. This example shows how to calculate the percentage of a rectangular area that is covered by one or more other rectangular shapes. For example...
-
Handling Device Rotation
I recently received an email asking how I handle device rotation, so here it is! Create an upper most layer on all layouts and name it rotate. You need to creat...
-
Fazendo uma máscara simples
1) a primeira deverá conter o background que você quer que apareça (parede, chão); 2) a segunda deverá conter 2 objetos para a máscara; 3) a terceira o sprite d...
-
Exploring Regex in Construct 2
Regular expressions are a way to automate extracting certain parts of a string that share a common pattern. For example, you need to get a list of street names...
-
Making a simple mask
2) the second will have 2 sprites for masks; 3) the third the player-sprite. On the layer mask, set FORCE OWN TEXTURE to YES. This layer should have two objects...
-
-
Creating Effects in Construct 2
Note these effects only works with WebGL ONLY. Someone said how one can create effects for TEXTBOX Shiva. I replied there are many ways one can create effects i...