Sprite
Article Metadata
Sprite
A Sprite is a basic visual element that can be rendered with one of several frames stored in an Image; different frames can be shown to animate the Sprite. Several transforms such as flipping and rotation can also be applied to a Sprite to further vary its appearance. As with all Layer subclasses, a Sprite's location can be changed and it can also be made visible or invisible.



Level:Basic
Basic Understanding of Sprite which is the prime element of any java based game.Its describes sprite as basic visual element that can be painted with several frames stored in an image.To animate given sprite or frames individually can be used.Transformation and rotation technique can be also applied to sprite to change its appearance.This article provides first thing which every new game developers must know.
--kalki 12:19, 29 September 2009 (UTC)