Construct Tutorials
Learn game development and animations with Construct
-
-
APK Signer - Web Tutorial
Tutorial: Shatter-Box - APK Signer. If you stuck feel free to send me PM. I don't get notifed about comments here, so it's better if you send me a PM. Thanks!
-
Creating a Transition using Opacity
Recently I made a new game and wanted to implement subtle fade in and fade out transitions. In the past I had used an example from a previous tutorial using the...
-
-
Creating A Fading Health In Construct 2
Now users of Construct 2 can now make a Call of Duty Fading Health feature for their 2D games. Its all simple and easy to do with only 9 events and a couple of...
-
Use custom fonts in iOS Phonegap build
When you're using custom fonts in your project, then exporting it with phonegap and building it with Xcode for iOS you may find that you dont see your custom fo...
-
-
Skip Long Intro/Title on the Same Layout
First thing you will need to do is insert a Global Variable. Name it skipIntro and set the number to 0. On the top of your code, add the following: The images t...
-
Creating situational events.
One of my first obstacles I encountered with Construct 2 is creating a means of telling one object to send a message to another specific object. When I created...