Learn game development and coding with Construct 2
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...
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...
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...
Note these effects only works with WebGL ONLY. Someone said how one can create effects for TEXTBOX Shiva. I replied there are many ways one can create effects i...
Welcome to my first tutorial! Today, I'll show you how to make Don't Touch The Spikes game. My example capx is still a little harsh. Maybe you need to tidy thin...
This a simple method to get a swipe function. It uses only default behaviors and no code. For example, you can use it for a level selection: What you need: A sp...
Hi again, this is the second entry on the Classic Mechanics series, this time with SPACE INVADERS. Hope you find it useful. You can download the sprites used in...
I have been asked by many of you what size screen, what resolution for Android phone Development to use? I am just going to show you just basic Android game. Th...