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

277 usages of this tag
2
This content is deleted
Tutorial
Offscreen Enemy Indicators
30 favourites

In this tutorial I'll show you how to create offscreen enemy indicators. Click here for a demonstration. We'll modify the Ghost Shooter tutorial example so open...

1
This content is deleted
Tutorial
XML Parsing
37 favourites

This is just a very quick tutorial on parsing some XML text. I had to visit all three links referenced from the manual to figure this out, and thought a concret...

1
This content is deleted
Tutorial
Making character composed of multiple parts
110 favourites

Here you'll learn the basic of composing character with multiple parts, improving your job and making source files smaller. This smart solution Is'nt new, old g...

1
This content is deleted
Tutorial
How To Make Cheats Into your game
8 favourites

I Tried Many Times Until I knew how to make cheats. Its Easy. First make your game normally. After you finish it add a textbox and a text. Name the textbox : (c...

4
This content is deleted
Tutorial
How to make Talking NPCs!
44 favourites

Ever wanted to make an RPG, but couldn't make an NPC? Well, This is how I do make my NPCs! First, you need to have made the player, and an HUD layer. Then, put...

2
This content is deleted
Tutorial
How to Change a Sprites effortlessly
14 favourites

Have you created a game which has so many layout but need to update your character or sprites? You dont want to waste your time? Try this-. Double click on your...

2
This content is deleted
Tutorial
Magnet Effect
26 favourites

This is my first tutorial here, so I apologize if things don't go smoothly. In this tutorial we're gonna learn how to make objects attracted to your mouse point...

2
This content is deleted
Tutorial
Creating a smooth sliding effect with Lerp
37 favourites

I recommend to check out the EaseTween behaviour as well. It will save you time, and add awesome effects! Edit(Might also be Buggy sometimes!). Here is a compar...

1
This content is deleted
Tutorial
Pickup object on key press when next to it
32 favourites

So like most RPG type games, there are pickups involved. There's a problem involved when there are multiple objects in quite a small space. This can easily be f...

3
This content is deleted
Tutorial
Randomly spawn object at random or set intervals
65 favourites

If you're making something like a zombie survival game or just want random objects to spawn, you would find that making objects spawn randomly is a bit of a pic...

Similar Tags