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
1
This content is deleted
Tutorial
1 Click platform
10 favourites

Use the up arrow to jump, the other movements are automatic, we used the function that identifies the walls, and the character bounces back, user interaction is...

2
This content is deleted
Tutorial
Edge Border Area Generator
7 favourites

Save the world! Err. I mean say the word. Often strategy or puzzle game incorporate edge border to visually indicate areas. An area usually formed by group of b...

2
This content is deleted
Tutorial
Animated Tilemap
17 favourites

01/28/16 algorithm updated to v.1.1. (improved performance and bug fixes). Hi, everyone! I wasn't the first one C2 user who wanted to animate tilemaps. However...

1
This content is deleted
Tutorial
Open Card Designers
15 favourites

This is a simple card designer I made in the past two days for a game I'm working on. The monster art Is'nt mine, and I don't claim rights to it. The illustrati...

2
This content is deleted
Tutorial
Lerp (simple example)
15 favourites

Lerp is a math function to find a percentage value between point(a) and point(b). It has many use's. I have attached a simple capx to demonstrate 1 example. The...

1
6 favourites

Here we use the 'Distance' math function to draw a line between Sprite A and B. Drag Sprite B, with the cursor to change your distance from A to B.

1
This content is deleted
Tutorial
Drawing a curved line from A to B
16 favourites

One method of drawing a curved line from A to B Using Pathfinding and lerp. Try moving the blue box sprite(2) around in the layout to change the shape of the Br...

4
This content is deleted
Tutorial
Accurate Path Movement Utilizing Waypoints
21 favourites

This example is an implementation of a highly accurate path movement system whereby designated objects cyclically follow a set of waypoints in straight lines. U...

1
This content is deleted
Tutorial
Pi without Pi Calculator
1 favourites

Just a bit of geekazoid fun, watch Pi being calculated live by your computer, unfortunately due to performance optimization we can't do more than 10-decimal pla...

1
This content is deleted
Tutorial
Circle Maker
7 favourites

I have made a capx to show how you can draw circles, with 2 sprites and a few lines of code. (Events). See what psychedelic patterns you can come up with. I hav...

Similar Tags