Content tagged capx-example
Develop better games by downloading Construct example games and files to help you learn how to make better games. Example files are a great way to learn game making.
In this tutorial, we'll create a PacMan clone using the free edition of Construct 2 (version 90). (The capx file is available for download.). First, you should...
A simple, yet sturdy experience system. Click a robot to select it, then click an enemy to destroy it! Your selected robot will gain experience, level up, and i...
Burningcake.Com 's Platformer Starterkit Update 1.1. Thanks to those people who gave me positive feedback. Please reply here if you like it and maybe if enough...
Here is little ping-pong clone writen only in two events (No behaviours). In future I want to make same in one event ). Enjoy!
This is an example of how to auto-tile sprites using an array and a bitwise method explained here: Demo. Please Note: With the addition of the tilemap plugin, i...
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...
This is an example of how to record an object's movements to an array, and "play" the array in reverse to achieve a rewind effect similar to Braid. The example...
This is an example of how to record the activities of a player to an array, and display the contents of that array in a scrollable window similar to MMORPGs. De...
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...
This is an example of how to limit the player's Textbox input to certain characters. Any unauthorized characters are automatically removed.