Doc: Text

Text - draw a text message using x/y coordinates.

Syntax

Text x, y, str

  • x : x-coordinate of text
  • y : y-coordinate of text
  • str : message to show player

Description

Text displays a text message using x/y coordinates.

Examples

Draw Text

SetFPS 60

Do
    Cls 0
        Text 100, 100, "Drawn at x100, y100"    
    Sync
Loop

Related Pages

Other Text Output

  • Print - display a message positioned by lines.
  • CenterText - draw centered text

Color of Text

  • Ink - set the color for drawing text and primitives
Categories: Functions : Graphics : Text
page tags: command message text