Background
Revision as of 17:00, 29 March 2009 by Sandman (talk | contribs) (New page: == Description == The background is a graphic, in the system file (fileID of ''0'') with a graphID equal to BACKGROUND. Examples in use: * <code>map_clear(0,[[BACK...)
Description
The background is a graphic, in the system file (fileID of 0) with a graphID equal to BACKGROUND.
Examples in use:
map_clear(0,BACKGROUND);
, to clear the background to black (same as screen_clear).drawing_map(0,BACKGROUND);
, to set drawing to the background.