Construct Tutorials
Learn game development and animations with Construct
-
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...
-
Validate Textbox Input
This is an example of how to limit the player's Textbox input to certain characters. Any unauthorized characters are automatically removed.
-
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...
-
-