THE SPRITE NUMBER N DISPLAYS THE TEXT T
ACTION
The command SPRITE_TEXT N,T displays the text T in he SPRITE designated by its number N.
The text is displayed with font, size, color and style defined for its SCENE2D.
SYNTAX:
SPRITE_TEXT N,T
USE ERROR EXAMPLE
dim i%
scene2D 1
width 0,800:height 0,800
width 1,600:height 1,600
color 1,200,50,50
sprite 10
font_size 1,20
font_color 1,255,0,0
font_bold 1
sprite_text 10,"Panoramic"
SPRITE_TEXT
SPRITE_TEXT N,T
SEE ALSO
SPRITE