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.

256 usages of this tag
UpvoteUpvote 11 DownvoteDownvote
This content is deleted
Tutorial
Cloning the Classics: PacMan
Not favoritedFavorited Favorited 127 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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
Sturdy Experience System
Not favoritedFavorited Favorited 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...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
Platformer StarterKit
Not favoritedFavorited Favorited 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...

UpvoteUpvote 3 DownvoteDownvote
This content is deleted
Tutorial
Ping-Pong only in 2 events
Not favoritedFavorited Favorited 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!

UpvoteUpvote 1 DownvoteDownvote
Not favoritedFavorited Favorited 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...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
Zone-Based Camera Movement
Not favoritedFavorited Favorited 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...

UpvoteUpvote 3 DownvoteDownvote
This content is deleted
Tutorial
Record and Rewinds System (Similar to Braid)
Not favoritedFavorited Favorited 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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
Creating an Activity Log (similar to MMORPGs)
Not favoritedFavorited Favorited 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...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
An IID (Index ID) example.
Not favoritedFavorited Favorited 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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
Validate Textbox Input
Not favoritedFavorited Favorited 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