Construct Tutorials
Learn game development and animations with Construct
-
Random movement
At first I added some grass in the background layer. Then I created a new layer for the decoration (bushes + butterfly). Next I set the behaviours for the butte...
-
-
Native Expressions in Construct 2
You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...
-
Physics in Construct 2: The basics
Construct 2 includes the Physics behavior, powered by Box2DWeb . This allows you to have objects moving with real-world physics - here's a demo to show the idea...
-
Update your graphics card driver
It's good practice to have up-to-date graphics card drivers. Old drivers can cause display glitches, especially in the Layout View, or run slowly. Sometimes, up...
-
-
-
Hash based multi language solution
First, let me talk about my solution. The header line contains the locale code. Such as: En-US, pt-BR, es-ES, zh-CN, zh-TW, ja-JP, ko-KR, fr-FR, de-DE, ru-RU, v...
-
How do I use Array
Check in Manuals . 1. Right-click in the Files folder, and New a Array file. 2. You can fill in the cell with content, or copy and paste cell contents from an e...