HTBasic Help
×
Menu
Index

GRAPHICS

Makes the graphics screen visible or invisible.
 
 GRAPHICS { ON | OFF }
 
Usage:
GRAPHICS ON
IF No_show THEN GRAPHICS OFF
 
Example:           GRAPHICS.BAS
 
Description:
GRAPHICS ON makes the graphics screen visible; GRAPHICS OFF makes it invisible.
 
GRAPHICS ON/OFF has no effect when ALPHA and GRAPHICS are MERGEd. SEPARATE ALPHA FROM GRAPHICS must be executed before this statement has any effect.
 
See Also: