Learn game development and coding with Construct 2
This tutorial is how to create an Hearthstone like animated arrow for issuing commands in overhead games. Here's an example image of what we are going to build....
Here's new tutorial showing how to reimport/update Spriter files in your Construct 2 Project. Be sure to also watch this video before getting started: Learn mor...
You can use the Sine behaviour to give an object a smooth, faux 3D rotational effect - all inside one single frame of (non) animation. The object won't have a f...
This is a very simple video-tutorial showing some of the power behind particle systems and how they can be used to make simple celebrations or complex weather s...
A video tutorial on how to combine Parallax and a few layers, to create an immersive environment.
I'm going to share my reference project .Capx with you , as it's name implies , it has some scripts I come down often and copy them from it , like a reference s...
If I understand it correctly - sometimes when you have a fast moving bullet it can jump through its target and not register it as a hit. Say your bullet is 5 pi...
I played around with the xml example from c2. Instead of the embedded xml, my example uses Ajax. I also added list selection, which might come in handy. You can...
A method is broadly defined as a procedure that allows you automate a series of steps. The ideal purpose of a method is code reuse, because it allows you to sim...