Learn game development and animations with Construct
Hi everybody, this time we'll be turning 8-bit and smashing ice for sweet smoothies. Ice Climber is the new entry for my tutorials. Hope you like it. And, as al...
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...
I started doing a capx for 1 random peeps of Scirra community from the "How do I "section, and he wanted to know how to do a shield that reflects bullets, so I...
Calibrated ladder climbing.
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...
Most of us are pretty familiar with the System expression called time. Simply, time stores a value, "The number of seconds since the game started, taking in to...
So I was looking for a why to host the exported version of my game prototype/mock, without too much effort if the source was already pushed to git hub. I also w...
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 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...