Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - __color_score scoreboard color attribute http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 __color_score       Scoreboard color attribute
------------------------------------------------------------------------------
 Declaration
   color.hdr

 Syntax
   byte __color_score

 Default
   BLACK_LIGHT_GREY.

 Description
   The __color_score system variable is a label for the
   __syscolor[ CLR_SCORE ] system array element.

   The contents of this variable controls the attribute of the
   scoreboard display. By default, it is set equal to __color_std,
   but you may select a different color attribute for the status
   displays of the Insert key, NumLock, etc..

 Example
   #define EXAMPLE_SCREEN
   #include example.hdr

   proc Test_color_score
   vardef
      char( 20 ) cName
   enddef
   cName := "Daisy"
   set scoreboard on
   __color_score := WHITE_BLUE
   @ 10, 2 get cName
   read
   endproc

   proc main
   Test_color_score()
   endproc

See Also: __syscolor

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson