DisplayAtY (int y, string message)
Similar to the Display function, except that this will display the message
box at the specified Y location on the screen. The Y defines the co-ordinate
of the top of the message box. The horizontal positioning will be
automatically calculated as usual.
Example:
DisplayAt (50, "This is a message");
will display the message at y coordinate 50.
See Also: Display, DisplayAt
|