Construct 2 Tutorials
Learn game development and coding with Construct 2
-
umber units for exponential games
So I've been playing with Construct 2. I have had a game idea in mind for a while, but have ZERO coding experience. Luckily, it seems that I've found the perfec...
-
Play sound via a text object
Like you, I like to minimize code to the fewest lines as possible. So here is a little trick I just discovered when I was given a game example by korbaach. I ho...
-
Combo attack stacking without delay!
After a lot of trial and error (mostly error) I've made this small script that keeps track of how many attacks your character has stacked. The script uses three...
-
-
Simple Toggle Menu
This is a simple tutorial on how to create a simple toggle menu for your games. First thing we need to create the first sprite that will toggle the rest of the...
-
-
-
Rain & Splash Effect
This is a short beginner tutorial written by a short beginner! The tutorial is in the downloadable example (RainEffect.Capx) which is usually found on the upper...
-
Understanding Rotation and Angles
This tutorial is a very basic intro into angles and rotations and how they work to make games work. It is part of a basic series I am writing to help kids learn...