Construct Tutorials
Learn game development and animations with Construct
-
-
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...
-
Zone-Based Camera Movement
This example shows how to limit the camera's movement to a specified area. This is useful for limiting the player's view to the room they're currently in, simil...
-
8 Ways for a pro game
After I've been in the game developing world for a year and a half, I had gotten various experiences especially from C2. Being an explorer gamer, I saw thousand...