Working with sprites
Sprites are the simplest primitive you can display in a 2D scene. It is a simple squared area of the screen onto which is mapped a texture object. This area can be of any dimension, it can be moved, scaled or rotated. A sprite can be parented to another sprite so that it will inherit its parent transformation.