Construct Tutorials
Learn game development and animations with Construct
-
Construct Time #3: Loading screens
Today I come back with a new Construct Time: A loading screen ! First of all, the file is publicly available on my Patreon: Making a simple loading screen in Co...
-
Construct Time #1: Skin it
Skin it is an addon I released in the Scirra store a while back, but I've made some new bug fixes to it and I think this should be the final release for it. Con...
-
[JS] Writing a good class system
In C3 we now have the option to subclass objects. This essentially means writing a class that extends an object class and will allow us to add custom code to th...
-
-
Speed up/slow down time
My name is Vincent. I made a short video showing how to speed up/slow down time! I hope this helps you with your games!
-
-
-
Build Android APK easily with Cordova CLI
It was for a while that I wanted to write this tutorial (my first tutorial..) to share the little I know about it, hoping it might be useful to many beginners l...
-
Swipe Grid Move
Please check my swipe control and move in grid. I used a tilemap for the path, all cell which has empty tiles (tile = -1), the MC can not enter. The mechanic is...