Construct Tutorials
Learn game development and animations with Construct
-
-
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...
-
-
-
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...
-
-
Ping-Pong only in 2 events
Here is little ping-pong clone writen only in two events (No behaviours). In future I want to make same in one event ). Enjoy!