Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SuperLib 3.50 - function sattdirect() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FUNCTION SATTDIRECT()

  Short:
  ------
  SATTDIRECT() Sets up the the color vars directly

  Returns:
  --------
  Nil

  Syntax:
  -------
  SATTDIRECT([cNormCol],[cNormMenu],[cPopCol],[cPopMenu],[cFrame],;
        [nShadAtt],[nShadPos],[lExplode])

  Description:
  ------------
  This sets up the system color and interface variables
  described in SLS_*() all in one shot, rather than with individual
  calls.

  Examples:
  ---------
   To restore from an old COLORS.MEM:

   restore from colors.mem additive
   SATTDIRECT(c_normcol,c_normmenu,c_popcol , ;
                  c_popmenu,c_frame,c_shadatt,;
                         c_shadpos, c_xplode)

  Source:
  -------
  S_CLRFUN.PRG


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