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
On Screen Touch Controls For Button Games
24 favourites

If your a newbie to C2 then this will probably be a hard task for you until you read around or post a thread asking about it. How To Do It: Basically what you h...

3
This content is deleted
Tutorial
Random movement
48 favourites

At first I added some grass in the background layer. Then I created a new layer for the decoration (bushes + butterfly). Next I set the behaviours for the butte...

1
38 favourites

Sometimes a map can be a useful thing. Levels all vary in size so you never quite know when you're close to the end of a stage. One way to solve this is to prov...

1
This content is deleted
Tutorial
RPG-Inventory - Drag and Drop
54 favourites

This topic has been disussed over and over in the forum and YANN already posted his solution. Still I would like to show you, how I would implment an inventory....

2
This content is deleted
Tutorial
Easily Add Leaderboards to Your Game
50 favourites

If you're looking for a replacement I recommend you use the excellent Clay.Io instead! Unfortunately Playtomic always had big reliability issues, and now their...

2
This content is deleted
Tutorial
Remember values of instance variables
27 favourites

In this tutorial I'll show you how you can save values of instance variables and then load the saved values without any special saving-plugin. I will use global...

2
This content is deleted
Tutorial
8-direction behavior with jump
23 favourites

As described at the Fabulous Manual : The the 8 Direction behavior allows an object to be moved up, down, left, right and on diagonals, controlled by the arrow...

1
This content is deleted
Tutorial
Race Car Cam for TopDown Racing
15 favourites

In search for a better way to control the race cars in top down racers I found this solution. Its basicly a cam that is fixed to the players car, but moves arou...

1
This content is deleted
Tutorial
An advice for you
5 favourites

First:Insert tiled background and insert a sprite and insert mouse and key board objects and insert any image like a wall in shape. Not in colors.Must be sprite...

2
This content is deleted
Tutorial
Pick every object within range
29 favourites

This is my first tutorial so please send me some feedback with your comment. In this tutorial will show you how to pick any object within some range. I could no...

Similar Tags