Construct Tutorials
Learn game development and animations with Construct
-
Simple Array Shuffle
Here's how to shuffle an array in 1 event. In this example, I fill a simple array with 4 values (0, 1, 2, 3). This represents 4 music tracks in which I want to...
-
Optimization and TLE (top level events)
As a new C2 programmer, I spent some time trying to understand what's under the hood, how events work, and how to use them wisely. I've put here the infos I fou...
-
Soportando múltiples tamaños de pantalla
Prácticamente todos los juegos tienen que trabajar en una pantalla de tamaño diferente. Esto puede ser de diferentes tamaños de pantallas de teléfonos - que inc...
-
KongreGate HighScores & Achievements
I've noticed there's barely any guides on how to post a highscore into kongregate as well as achievements so I thought id make a tutorial for it. As of the late...
-
-
Expressions Natives de Construct 2
Il est possible d'utiliser les opérateurs suivants dans les expressions : + (addition). - (soustraction). (multiplication). / (division). % (modulo, le reste de...
-
-
Membuat tombol Button aktif
Click insert new object pilih button dan mouse , ke Event Sheet click add event system every tick add action click button ganti jadi set visible, add event lagi...
-
Building a global user interface (UI)
This is a short tutorial that will show you how to create a user interface (UI, also known as a heads-up display or HUD) in a single, dedicated layout that carr...