THE SYSTEM OBJECT NUMBER N TAKES ALL THE AVAILABLE SPACE
ACTION
The command FULL_SPACE N gives all the available space to the system object, designated by its number N.
The space is taken on its parent.
SYNTAX:
FULL_SPACE N
USE ERROR EXAMPLE
rem create a button
button 1
rem give it a caption
caption 1,"Hello"
rem wait for 1 second
wait 1000
rem give it all the available space of FORM0
full_space 1
rem wait for 1 second
wait 1000
rem give it its initial size
width 1,75:height 1,25
FULL_SPACE
FULL_SPACE N
SEE ALSO
SCENE3D
PICTURE
MOVIE
FORM