Table of Contents

SpriteText (Statement)

Format

spritetext sprite_number, string
spritetext ( sprite_number, string )
spritetext sprite_number, string, color
spritetext ( sprite_number, string, color )

Description

Use the current font and pen color to create a sprite with text on it. If a color is passed as the third argument, fill the sprite with that color before drawing the text.

See Also

2016/01/01 22:42

History

2.0.0.14New To Version