Learn game development and coding with Construct 2
If you think the default Construct 2's preloader doesn't look very professional, good news: The newest Construct 2 release allows for custom preloaders! A new f...
Generating unique random numbers is an essential technique for every game maker to know. This short tutorial demonstrates one way to use an array to generate a...
Add a parallax effect to our games can be a great feature for create a new environment for the player, but how they work? The parallax is the angular deviation...
Yeah I am very happy to learn that Construct 2 can be used to create: -an app. -a slideshow/presentation. -animation. -apart from the game creation itself. Afte...
There's been a bit of interest and intrigue about how I made the gravity mechanics in AirScape. So I have decided to write my first tutorial on how I did it, an...
Abra o Construct 2. Clique em File, e depois em New. Na janela New Project, você não precisa mudar nada. Apenas clique em Create project. Construct 2 manterá to...
This tutorial is for my friend SocialLie, and I hope that pleases everyone. 1 - Create a Global Variable " zoom " = 1. 2 a - Create two inactive group " zoom in...
Every once in a while people ask, how they can randomly select an animation. This very short tutorial shows a very simple way to do this. There are a few basic...
I've been asked to come up with a tutorial on how to build a "realistic" bike for C2. It took me some time to figure out the most improtant dynamics, but I thin...