Skip to content

BASIC GETSPRITE Function

Curtis F Kaylor edited this page Sep 18, 2023 · 1 revision

GETSPRITE$

TYPE: plusBASIC graphics function


FORMAT: GETSPRITE$ ( spritedef )

Action: Returns a string containing the properties of all the spritles in a sprite.

  • spritdef is a string containing a sprite definition created with the DEF SPRITE statement.
  • Returns a binary string containing 5 bytes for each spritle in the sprite.
Clone this wiki locally