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.

281 usages of this tag
UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
Offscreen Enemy Indicators
Not favoritedFavorited Favorited 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...

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

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
Making character composed of multiple parts
Not favoritedFavorited Favorited 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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
How To Make Cheats Into your game
Not favoritedFavorited Favorited 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...

UpvoteUpvote 4 DownvoteDownvote
This content is deleted
Tutorial
How to make Talking NPCs!
Not favoritedFavorited Favorited 46 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...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
How to Change a Sprites effortlessly
Not favoritedFavorited Favorited 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...

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

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
Creating a smooth sliding effect with Lerp
Not favoritedFavorited Favorited 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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
Pickup object on key press when next to it
Not favoritedFavorited Favorited 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...

UpvoteUpvote 3 DownvoteDownvote
This content is deleted
Tutorial
Randomly spawn object at random or set intervals
Not favoritedFavorited Favorited 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