Definitions for "Sprite" Add To Word List
Login or Register  | Word Lists | Search History

A texture applied to a plane (usually used with particle systems).
Helpful?           0
A static sprite is a - possibly large - still image, describing panoramic background.
Helpful?           0
popupid: sprite](Engine) A flat image that has a 3D position and size, but no spacial orientation. When placed in maps, it has the effect of a 2D image that always faces the player. Sprites are commonly placed in maps using: env_sprite env_glow cycler cycler_sprite See Also: Generating Rain using Sprites. See Also: Generating Steam using Sprites. See Also: Particle systems using Sprites. See Also: Basic Sprite usage.
Helpful?           0
An arbitrary-shaped bitmap that may be moved without applications having to redraw the underlying screen. Typically used for pointer cursors and for animated figures in games.
Helpful?           0
a bitmap that is either a monster or an object
Helpful?           0
a collection of images that stores an animation of some game token
Helpful?           0
a collection of small bitmaps that are animated, eg bitmaps for a walking character
Helpful?           0
a graphical construct, a way of organizing the visual field of pixels into logical groupings
Helpful?           0
a graphical object represented by one image
Helpful?           0
a graphical object that can be static or animated
Helpful?           0
a graphical object that can move independently of a background or other objects
Helpful?           0
a graphical object which is displayed in front of , and independent of, whatever else is plotted in the BBC BASIC window
Helpful?           0
a hardware construct that employs custom DMA channels to fetch source images and integrated them with the main screen
Helpful?           0
a Layer subclass that can be rendered from one of several identically sized frames stored in an Image
Helpful?           0
a layer that is made from an image that contains several frames
Helpful?           0
a movable graphic in your game, such as the hero of the game (like Pacman, Miner Willy or Hungry Horace), the monsters (invaders, ghosts, flying pigs, Maria the housekeeper
Helpful?           0
a moving graphical object
Helpful?           0
a name for a surface image or texture animated as we described in the previous section
Helpful?           0
an animated or fixed object which moves or is static on screen
Helpful?           0
an arbitrarily shaped graphic that moves over the background without destroying it
Helpful?           0
an array of data that holds a rectangular picture
Helpful?           0
an image much like a picture you can move around the screen
Helpful?           0
an image that has a location associated with it
Helpful?           0
an image that takes on the shape of the object in it, instead of just being rectangular
Helpful?           0
an "independent" graphic element that although rectangular has transparent areas allowing the background to show through
Helpful?           0
an object having a graphical representation that have its own behavior
Helpful?           0
an object of any form that moves through the screen without altering it
Helpful?           0
an object of the javax
Helpful?           0
an object which moves around in the grid (currently the player,
Helpful?           0
an on-screen entity that moves around over a background bitmap without disturbing it
Helpful?           0
a picture with an irregular shape, possibly with transparent holes in it, that can be moved left, right, up, and down on the screen, and that has depth, which is called z-order
Helpful?           0
a rectangular image, but the parts of the image where you want the background to show through are made transparent
Helpful?           0
a rectangularly bounded graphic used in games
Helpful?           0
a rectangular set of pixels that make up an image or part of an image
Helpful?           0
a screen shot of a game or t
Helpful?           0
a series of two-dimensional images that are animated to achieve a particular effect
Helpful?           0
a set of SWF tags defining an animated object which can then be used as a simple object
Helpful?           0
a shape you can define and display in front of the text/graphics screen
Helpful?           0
a single graphic or encased animation which is made dynamic in a larger context such as a depicted scene, or in this case a text display
Helpful?           0
a small bitmap that is animated on the screen
Helpful?           0
a small bitmap that is used in a game
Helpful?           0
a small graphical image that you can draw over a static image to create an animation
Helpful?           0
a small graphic that can be moved across (animated) on the screen
Helpful?           0
a small image that has a location associated with it
Helpful?           0
a term in gaming parlance that refers to any visual element, usually an animated image, that can be moved around the screen independently of the other elements
Helpful?           0
a textured rectangle, defined as a rectangle with coordinates on a texture page
Helpful?           0
A two dimensional image. Rarely prominently featured outside of niche titles after the invention of the polygon, because most people seem to like having their eyes desecrated by boxy characters and slipshod environments.
Helpful?           0
An image that can be move independently on a screen without affecting the background.
Helpful?           0
Sprites are graphics (pictures) that can be moved around the screen. They are frequently used in games (spaceships, bullets and characters are all usually sprites) because they can be moved around quickly and easily and can be any shape or size. TNT Basic has in-built support for sprites and allows you to do special effects with them too. Sprite Commands Sprites Tutorial
Helpful?           0
An animated image, a sprite is defined once and is then animated by commands that change its position or appearance.
Helpful?           0
Animated images that form objects or characters in 2D games. These were used in most video games until the PlayStation popularized 3-D, polygon graphics.
Helpful?           0
A small graphic drawn independently of the rest of the screen.
Helpful?           0
A small graphic that can be moved independently around the screen, producing animated effects.
Helpful?           0
A graphics object that moves freely between screens.
Helpful?           0
A bitmap of an arbitrary shape that can be moved across complex backgrounds without flicker or damage to the background image.
Helpful?           0
A small graphic image on the computer screen that can be moved around independently with a mouse or with keyboard commands. Examples are the ordinary cursor in its many forms, and the characters in video games. More Info
Helpful?           0
A programmable, movable, high-resolution graphic image. Also called a Movable Object Block (MOB).
Helpful?           0
A small-animated image in GIF format.
Helpful?           0
Several 2D graphics images of one object or character for each of it's possible positions and states. The game engine displays the correct image based on the object's or character’s position.
Helpful?           0
1) A cast member that has been placed in the Score, and consequently can be seen on the Stage. 2) Any graphically manipulable or programmable object that has been placed in the Score.
Helpful?           0
A two dimensional image, often with transparent areas, that is drawn to the screen to represent some in-game object.
Helpful?           0
In dynamics, a render type that displays a texture image or image sequence at each particle. At any given particle, the texture image or image sequence displayed can be identical to or different from those at other particles. Depending on the type of texture image used, sprites can be used to create effects such as smoke, clouds, fog, or stars. A sprite appears as a small rectangle until a texture image is mapped to it. The image faces the camera directly regardless of the camera's position or orientation.
Helpful?           0
In computer graphics, a sprite (also known by other names; see Synonyms below) is a two-dimensional or animation that is integrated into a larger scene.
Helpful?           0