Content tagged tips-and-tricks

Game making tips and tricks! These helpful tips and tricks will help you learn clever ways of making your game better and make your games faster.

Similar Tags

Report Tag

276 usages of this tag
1
This content is deleted
Tutorial
Randomly Placing Sprites Off Screen
16 favourites

So, you've got a top down shooter or another game that needs to generate a hoard of enemies to throw at your player, and to make it even more interesting you wa...

1
This content is deleted
Tutorial
Coin Flip App
10 favourites

In this tutorial I’ll be showing you how to make an easy coin flip game where you have to choose which side the coin would land on and if you call it correctly...

1
This content is deleted
Tutorial
Where to get images, sounds, and more
29 favourites

The Resources are free to use, but the References are protected under copyright law. Freelance artists: Public domain music: Public domain sounds: Public domain...

3
This content is deleted
Tutorial
Implementing Fisher-Yates shuffling algorithm
13 favourites

Edit: I updated the tutorial. You can check Online example and download capx file. Kittiewan has a similar technique for shuffling, but I used a more common tec...

1
This content is deleted
Tutorial
Random with Bias
15 favourites

This is (hopefully) a quick tutorial allowing you to set a bias of random options you might have. The example .Capx file can be got : Here. We're are going to u...

2
This content is deleted
Tutorial
how to make a turet that shoots at one thing
6 favourites

First you need to create you turret. You can use this one: And use this bullet: The bullet will need bullet movement. You will also need something to shoot at....

2
This content is deleted
Tutorial
How to get XY coordinate with distance and angle.
15 favourites

If you have used GameMaker, you might know this as lengthdir_x,y. This isn't available in Construct, but really its just a simple formula. For that reason, this...

2
This content is deleted
Tutorial
Choosing a character in a game
39 favourites

This tutorial shows how to select a character in a game. Keyboard Controls: Right Arrow. Left Arrow. Step 1. Load an image with a 4 frames in it and set the ani...

1
This content is deleted
Tutorial
How to replace objects in events
12 favourites

Hi everybody, in this short tutorial I'm showing you my way of replacing objects inside events. I know this is a long awaited feature and it's already in the "t...

1
This content is deleted
Tutorial
How to make a custom leaderboard and more using clay
28 favourites

This tutorial will guide you on how to make your own custom leaderboard as well as posting to Facebook and twitter using Clay.Io . Update: November 27th 2013: T...

Similar Tags