Construct Tutorials
Learn game development and animations with Construct
-
Bridging JS and C2
C2's Javascript SDK was the only way to run your custom JS codes and reflect the changes in C2. Although it's well documented and relatively easy to learn, I gu...
-
Overlay object with HTML
A quick and dirty way to add an HTML element to your game. We'll be using the browser plugin & the button plugin for this example. -Give the button an id of my_...
-
-
-
-
Countdown timer: Creating one
Hey users! This is how to create countdown timers. Creating User Interface. To start, add a "UI" layer. To make objects in this layer "float" set the properties...
-
-
Basics of Circular Motion
Circular motion is a constant topic in the forums, so, I decided to put together a simple and direct tutorial covering the basics. Here's what we're going to ac...
-
Upload Construct 2 App to Apple
Hi Constructors! Here is a very straight forward way to get your .Capx file running as an Xcode app. Just one rule, if something doesn't make sense, please firs...