Tutorial to create a game similar to my own Christmas Factory, FREE at The game shows the basics of a 2D game with this cool game engine. Check my other games a...
On CocoonJS level: Submit form for CocoonJS premium account (it should be somewhere in CocoonJS dashboard). If you already have CocoonJS premium account then: 1...
An object is a representation of a specific idea. In Construct 2 this definition still applies. Mentally, when you think of a specific idea you may think of som...
Variables are broken into two main categories in Construct 2: Global variables and instance variables. The main difference between these two types of variables...
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...
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...
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'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...
I've published my first game, Martian Democracy, to the Scirra Arcade and figured I'd do a quick tutorial on my design decisions and how I implemented them. Sin...