Graphics in PlayBasic
Images
Images are the basic graphical unit of PlayBasic. Think of them as plain, ordinary images that are there for decoration only.
Image Functions
- LoadNewImage() - load an image
Sprites
Images are converted into sprites, which are used in game objects.
Sprite Functions
- NewSprite() - create a new sprite
Screen and Window
Screen and Window Functions
- Sync - draw the current frame
page revision: 11, last edited: 15 Jul 2012 02:10