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
page revision: 10, last edited: 30 Jun 2012 15:28