There are several ways you can export and build mobile apps from Construct 3. This tutorial outlines the various options, and links to other tutorials to explai...
Construct allows you to import external files to your project. For more information, see the manual entry on Project Files . This tutorial covers some useful wo...
Construct 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 words...
Families are a way of grouping together objects that have similar attributes or purpose. To illustrate, let's think of the classic game BreakOut. This game invo...
The Advanced Random plugin allows you to generate Perlin noise . Unlike traditional random values it consists of predictable "waves" that can look like hills, c...
Ok I thought i'd have a go at a tutorial, never done one before, and i'm not an expert at Construct 2 by any means, But I thought i'd share some of the things i...
If you have a input textbox in your application, and you dont want people around you to see it, then you can use this technique! NOTE! This technique doesn't en...
Lately I have noticed, that animation control is often asked subject in the "How to"'s. Most of the time - just like I did - people stumble over the strange beh...
Example Capx: Example. Obs: Adapted from my Little Knight game. Feel free to use the code as you wish, but please don't steal the assets :D. Step 1. Create all...