show_score (Game Maker)

(Game Maker 6.1, 7)

show_score - show the score in window caption

Description

show_score is a global_variable that sets whether or not to show the score in the window title. If show_score is set to true the score will be shown in the window title. If show_score is set to false it will not.

Examples

show_score = true;

This will cause the score to be shown in the window title.

Related Pages

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