User Tools

Site Tools


ugbasic:user:sprite_color
Translations of this page:


ugBASIC User Manual

SPRITE COLOR

SYNTAX

  • SPRITE # [integer] COLOR # [integer]
  • SPRITE [expression] COLOR [expression]

PURPOSE

Change specific color for a given sprite.

EXAMPLE

 SPRITE #1 COLOR #2
 SPRITE #1 COLOR YELLOW

AVAILABLE ON

  • Commodore 64

SEE ALSO