HIDES THE BORDER OF THE SYSTEM OBJECT NUMBER N (FORM)
ACTION
The command BORDER_HIDE N hides the border of the system object number N.
The system object is a FORM.
Remark: the border can be showed again by the command BORDER_SMALL (reduced size) or BORDER_NORMAL (normal size).
SYNTAX:
BORDER_HIDE N
USE ERROR EXAMPLE
rem create a full-screen 3D world (without any border)
scene3d 1
teapot 1:rem with a teapot
full_space 0
full_space 1
border_hide 0
BORDER_HIDE
BORDER_HIDE N
SEE ALSO
BORDER_SMALL
BORDER_NORMAL