Construct Tutorials
Learn game development and animations with Construct
-
-
The Land Of Light and Shadows (Part 3)
Link to part 1. Link to part 2. Since the 170 release this is mostly now unneeded - although the fog section might still be of interest. In the first couple of...
-
-
3D Star Map
I have been having a lot of fun reading through old forum posts recently, looking at examples, learning how to do various things. Yesterday, I came across a pos...
-
Particle Demo Capx
I had planned on writing an extensive particle tutorial, but have never had the time. I did have most of a demo capx ready though. So I am uploading it here as...
-
interactive computer racing
Heres a race game where you have cars you're competing with that have different skills and do drift when making turns not just rotating to the next waypoint act...
-
Setting Custom Paths Using Waypoints
This is an example of how to manually set up waypoint objects, and have other objects move along a path of waypoints. Demo. Please Note: The Capx was made to re...
-
Creating an Inventory with Arrays
This is a simple example of how to store/remove items from an array, and display the array's contents to the player. This is useful for setting up inventory sys...
-
An IID (Index ID) example.
This example shows an example of using IID, and User can check dynamic changes of IIDs by destroying & creating them. Check manual for more detailed explanation...