In last week’s tutorial , we have taken a look at drawing game assets with selections . This week’s tutorial marks the beginning of a slow transition towards th...
If you’re an indie game designer, chances are you have to wear lots of hats, just like me. On top of writing and coding, we generally have to dive into level de...
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...
In this Construct 2 tutorial, I’d like to emphasize a few tools that C2 offers to quickly build events up using the event editor. This article is about the proc...
Construct 2 can export your project as a traditional desktop app with NW.Js , which is basically a standalone version of the Google Chrome browser. In other wor...
My name is Patrick and lately I've been dealing with a lot of pixel art, whilst I'm no industry veteran or a professional pixel artist that has worked on x amou...
Here is a method for supporting multiple languages using XML and project files . Each language will have it’s own file called strings. Xx .Xml where xx is the t...
First in a new project , add a Text object just change the name to "Data " , add a Textbox object , put it under Text and name "Area" , finally creates two Butt...
The SpriteFont+ plugin extends the existing Sprite Font native plugin to include richer support for individual character widths during editing and runtime. The...