Text
| This article is a stub. You can help improve Game Design Novice by expanding it. |
Text when displayed graphically is considered to be a graphic function. If you are looking for pages about text manipulation, see string.
|
Table of Contents
|
Text Output
Most game programming languages have a function for simple text output. Most often this function takes three arguments : the x-position of the text, the y-position of the text, and the text to display as a string.
; generic example
TextOutputFunction xPos, yPos, "Text to be displayed."
Here's a PlayBasic example.
Text 100,100, "Hiya."
Text Output Functions
Moving Text
- Write me!
Related Pages
Backlinks
These pages link back to this page. You may find them helpful.
Links
- Text at the Game Maker Wiki
| Categories: Graphics : Text |
page_revision: 9, last_edited: 1237807283|%e %b %Y, %H:%M %Z (%O ago)