Construct Tutorials
Learn game development and animations with Construct
-
-
-
How to talk to the page your game sits in
This tutorial will show you how to communicate with the page that your game is sitting in, which could give you some pretty awesome options! View the online dem...
-
Terminal / DOS screen auto typing effect
In this tutorial I am going to attempt to show one way to present a cool terminal style auto typing effect. (Anyone old enough to remember the DOS game Hacker o...
-
Upload your game to Google Drive
Have you finished your game and want to share it with the world? If you have your own website and some HTML know-how, you probably are comfortable integrating t...
-
'For each' tutorial
For each will run a loop containing all of the conditions and actions after it for each instance of the object specified, picking only one of those instances ea...
-
-
Dragging the Screen with Mouse and Touch
I have been working on a project that required the user to drag the screen using the mouse or touch and it was rather difficult but I have since (with help from...
-