Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Introducción a Construct 2
Hola compañeros. Presento esta serie de 3 video tutoriales en donde aprenderán los aspectos básicos de Construct 2 mediante la creación de un sencillo juego de...
-
Own game loading screen ...
You can create a (Layout), to load the game, indicate it as the first Layout, in the (loader Style) option leave none. On the Event sheet, enter the code: So yo...
-
-
Swing Copters...From The Ground Up
In this tutorial, I will share my thoughts on how I think Swing Copters was made. From the left side, you can download the assets needed for this tutorial. For...
-
Particle Effect Series #4: I love you
We'll create a lovely particle effect with hearts. So. 1. Create a new project. 2. Name it as you want. 3. Change layout color to pure black. 4. Insert a partic...
-
-
Level Select Without Arrays
Back when I started learning c2 I struggled a lot with learning arrays, so I thought this method may help reduce the learning curve a bit. Update: I added a sec...
-
-
Modulo (Odd /Even)
In computing, the modulo operation finds the remainder after division of one number by another (sometimes called modulus). This is just one example, of how to u...