G develop Objects Flashcards
Visual representation of something, while a digital image is a binary representation of visual data.
IMAGE(s)
It is a single graphic image that is incorporated into a larger scene so it appears to be part of a scene.
SPRITE
Used to speedup the process of displaying images to the screen; It is much faster to fetch one image and display only a part of that image than it is to fetch many images and display them.
SPRITE SHEET
Nothing more than taking a spritesheet and changing which sprite is rendered in quick succession to give an illusion of movement, much like film projector displaying a movie.
SPRITE SHEET ANIMATION
It Allows us to display an image in a tileset.
TILED SPRITE
Can be used to create platforms in a platform game. It can also be used as a group of the same images.
PANELSPRITE