Table of Contents

ugBASIC User Manual

SPRITE

SYNTAX

   SPRITE index command1 [command2 [command3 ...]]
   SPRITE command1 [command2 [command3 ...]]

PURPOSE

The SPRITE instructions can be used to prefix one or more commands on specific hardware sprites. Commands can be specified, one after the other, after specifying which sprite to refer to. If the sprite number is omitted, it is assumed that the operations will be performed on all hardware sprites.

EXAMPLE

  SPRITE 1 ENABLE MULTICOLOR
  SPRITE ON

ABBREVIATION

 Spr

AVAILABLE ON

SEE ALSO

SPRITE (function) SPRITE AT (command) SPRITE COLOR (command) SPRITE COMPRESS HORIZONTAL (command) SPRITE COMPRESS VERTICAL (command) SPRITE DISABLE (command) SPRITE ENABLE (command) SPRITE EXPAND HORIZONTAL (command) SPRITE EXPAND VERTICAL (command) SPRITE MONOCOLOR (command) SPRITE MULTICOLOR (command)

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY