OverrideBackground
OverrideBackground

Replaces the background of the window

bSuccess = myWindow.OverrideBackground( New_Colour )
bSuccess = myWindow.OverrideBackground( )

Return value
TRUE if successful, otherwise FALSE.

Parameters
  • New_Colour
    The new background colour to use (if blank, resets to default background)
Comments

By default, window objects use the same background as the main game. This function allows you to change this for a solid colour which can be different for each window.
Note that image-based backgrounds are not yet supported for Window objects.



JAM © 2005 no one in particular
Project started by David Evans in 2005