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.

Similar Tags

Report Tag

257 usages of this tag
10
This content is deleted
Tutorial
Cloning the Classics: PacMan
125 favourites

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...

1
This content is deleted
Tutorial
Sturdy Experience System
9 favourites

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...

2
This content is deleted
Tutorial
Platformer StarterKit
25 favourites

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...

3
This content is deleted
Tutorial
Ping-Pong only in 2 events
7 favourites

Here is little ping-pong clone writen only in two events (No behaviours). In future I want to make same in one event ). Enjoy!

1
40 favourites

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...

2
This content is deleted
Tutorial
Zone-Based Camera Movement
79 favourites

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...

3
This content is deleted
Tutorial
Record and Rewinds System (Similar to Braid)
57 favourites

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...

1
This content is deleted
Tutorial
Creating an Activity Log (similar to MMORPGs)
25 favourites

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...

2
This content is deleted
Tutorial
An IID (Index ID) example.
14 favourites

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...

1
This content is deleted
Tutorial
Validate Textbox Input
17 favourites

This is an example of how to limit the player's Textbox input to certain characters. Any unauthorized characters are automatically removed.

Similar Tags