Object Creates
PLBCMP GUI Only
The CREATE instruction creates all necessary data structures for an object, load any resources from the resource portion of the program and load any required data from any specified disk files. The CREATE instruction does not make the object visible to the user. The ACTIVATE instruction must be used for that purpose.
There are many different formats for the CREATE instruction, with most object types having a different format. This is because of the widely varying types of information required for each of the different objects. The following object create instructions are available:
See Also: Object Activates, Object Properites
![]() |