Content tagged graphics

Report Tag

111 usages of this tag
1
53 favourites

This tutorial explains how to create 'continuous scrolling tiled backgrounds objects' (Scrolling textures). There are three main types which are considered here...

3
86 favourites

Add a parallax effect to our games can be a great feature for create a new environment for the player, but how they work? The parallax is the angular deviation...

1
25 favourites

The idea is to build a string that corresponds to the name of the animation you want to play. The only requirment is that you have a strict naming convention on...

1
This content is deleted
Tutorial
Platform behavior's animation
35 favourites

Today ill talk about animations on platform behavior as we can read in forum many people says there are a bug on the animation or blablabla so I decided to do a...

2
This content is deleted
Tutorial
Generating a Random Tile Map
69 favourites

I’m going to demonstrate the method I use to generate random maps based on tiles. This is useful when you want to create levels for your game, but don’t want/do...

1
This content is deleted
Tutorial
How to Make a Flag and Banner
22 favourites

I have Written this for the Beginner. You Veterans can skip over most of this Tutorial. Step 1 and 2 Open a new Project and then set you properties. Click 'Layo...

1
This content is deleted
Tutorial
2D Game Art for Programmers
50 favourites

I found this vector art tutorial: This was done by the amazing Chris Hildebrand. You can find more at his blog:

1
This content is deleted
Tutorial
Scene Transition with Shaders
65 favourites

While Ashley doesn't implement automatic scene transition effects, i'm gonna teach how to do it manually on this tuto. Result Capx. 1. Preparation. Have at leas...

4
This content is deleted
Tutorial
Direction-Based Sprite Animation
139 favourites

This tutorial gives two possible methods of animating a sprite so that it faces and "walks" in the direction it's moving. The first method works for either play...

5
This content is deleted
Tutorial
Call Random Animations with an Array
26 favourites

First, thank you for taking the time to check out my very first tutorial! I'm very grateful. I hope this helps you find solutions to your bewilderment or altern...