User Tools

Site Tools


ugbasic:user:kw:sprite
Translations of this page:


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

  • Commodore 64
  • Commodore 64+REU
  • Commodore 128 (MOS 8502)
  • MSX
  • ColecoVision
  • SEGA SC-3000
  • SEGA SG-1000

SEE ALSO

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