room_caption (Game Maker)

( Game Maker 6.1, 7 )

room_caption - set the window title

Description

room_caption is a built-in variable that contains the window title (the text at the top of the window of your game). Each room has it's own room_caption. You can change the room_caption for the current room at any time.

Examples

room_caption = "My very own game.";

In this example, the room_caption will be changed to My very own game.

Related Pages

Similar To

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.