User Tools

Site Tools


ugbasic:user:sprite_compress
Translations of this page:


ugBASIC User Manual

SPRITE COMPRESS

SYNTAX

  • SPRITE # [integer] COMPRESS VERTICAL
  • SPRITE [expression] COMPRESS VERTICAL
  • SPRITE # [integer] COMPRESS HORIZONTAL
  • SPRITE [expression] COMPRESS HORIZONTAL

PURPOSE

Compress a given sprite, vertically or horizontally,

EXAMPLE

 SPRITE #1 COMPRESS VERTICAL
 SPRITE #1 COMPRESS VERTICAL
 SPRITE #1 COMPRESS HORIZONTAL
 SPRITE starship COMPRESS HORIZONTAL

AVAILABLE ON

  • Commodore 64

SEE ALSO