What are sprites? How sprites are used to create an animation?
A Sprite is a bitmap that is displayed on the screen that is often moving around (like a cartoon character). Animated sprites are a sequence of bitmaps that when rendered with a delay between each frame gives an animation. In the example application “Sprite.Zip” we have just read the cursorposition and drawn a rotating MousePtr Sprite their!