Construct Tutorials
Learn game development and animations with Construct
-
Setting up a simple Menu example
This Is'nt a "must-do-exactly-how-I did" tutorial, I don't even pretend it's a best solution. Just sharing my thoughts;). Capx is pretty well-commented, I hope....
-
-
-
angry bird brick
Use this to make any brick game or even make a version of your game into brick. Logic is in there capx so go ahead and try it out.
-
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...
-
Alternate Camera Focus Between 2 Objects
This is an example of how to scroll the camera back and forth between 2 objects. This is useful for games there the player controls multiple characters in diffe...