Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Stacking multiple attacks. Combo attacks.
This example is written to make it possible for a character to execute several attacks (or other actions) consecutivly. I've used it for making my character abl...
-
-
-
Make an unlock pattern
Do you want to make an unlock pattern ? Here it is. All in explained in the capx embeded ;). You can also look at the awesome demo here ;). Enjoy. Please tell m...
-
-
-
Scrolling Background
I know there are some tutorials on scrolling backgrounds but in the end I decided to use the way that I did when I was using App inventor. I use 2 images both s...
-
Lerp (simple example)
Lerp is a math function to find a percentage value between point(a) and point(b). It has many use's. I have attached a simple capx to demonstrate 1 example. The...
-
Animated Tilemap
01/28/16 algorithm updated to v.1.1. (improved performance and bug fixes). Hi, everyone! I wasn't the first one C2 user who wanted to animate tilemaps. However...