Learn game development and coding with Construct 2
After a lot of trial and error (mostly error) I've made this small script that keeps track of how many attacks your character has stacked. The script uses three...
Today, we’re going to see how we can design professional looking, cartoony mobile game buttons. This is a 2 part tutorial. This part focuses on the design side...
1. Export your game (HTML5). 2. Open index.Html file in editor (notepad++). 3. Find tag. 4. Copy and paste under tag: Var referrer = document.Domain; // The res...
Every wondered how to program a radial lifebar in Construct 2? In this tutorial, we’re going to see how we can build a radial lifebar with only a few sprites an...
This is a short beginner tutorial written by a short beginner! The tutorial is in the downloadable example (RainEffect.Capx) which is usually found on the upper...
CBHash is a third party plugin made by lovely Kyatric . Download it from here: CBHash plugin . In previous part of my tutorial (you can find it here Simple prot...
Was kind enough to provide me with a "compatibility" version of the scml plugin. If you were having trouble opening the capx that should solve it for you. -----...
I like to share some code to implement a Mobile KeyBoard and a Hall of Fame for usage in your own mobile games. I will attach all necessary (zipped) files (.Cap...
About six months ago I had an idea for a (mobile) game. I have programming skills in a dozen different programming languages but was a complete NOOB with Apps....