Construct Tutorials
Learn game development and animations with Construct
-
reference project for beginners
I'm going to share my reference project .Capx with you , as it's name implies , it has some scripts I come down often and copy them from it , like a reference s...
-
Fast Bullets - going through targets.
If I understand it correctly - sometimes when you have a fast moving bullet it can jump through its target and not register it as a hit. Say your bullet is 5 pi...
-
XML Example 2.0
I played around with the xml example from c2. Instead of the embedded xml, my example uses Ajax. I also added list selection, which might come in handy. You can...
-
How to export to Android with Crosswalk
This tutorial relates to technologies that have been retired. It is preserved for archival reasons only. Crosswalk is effectively the Google Chrome for Android...
-
-
Instance Variable
With Instance Variable you could do amazing things. Your imagination is the limit. Here is demo to start you off. Create new project and call whatever you like....
-
Construct 2 Basics - Methods
A method is broadly defined as a procedure that allows you automate a series of steps. The ideal purpose of a method is code reuse, because it allows you to sim...
-
Construct 2 Basics - Variables
Variables are broken into two main categories in Construct 2: Global variables and instance variables. The main difference between these two types of variables...
-
Construct 2 Basics - Objects
An object is a representation of a specific idea. In Construct 2 this definition still applies. Mentally, when you think of a specific idea you may think of som...