CREATE ANIMATE
9.0, PLBCMP GUI Only
The CREATE ANIMATE statement initializes an ANIMATE object variable. The instruction uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
parent
Optional. A previously created WINDOW or PANEL object variable or pointer to a WINDOW or PANEL object on which the object is created.
animate
Required. The name of a previously defined ANIMATE object variable or pointer to a ANIMATE object.
pos
Required. The screen position of the object given as: {top}:{bottom}:{left}:{right}.
property list
Optional. One or more of the object properties.
Flags Affected: NONE
Note the following:
This object allows a visible presentation of an animation file.
If the optional {parent} parameter is not specified, the default window is used.
See Also: Example Code, CREATE, Object Output Instructions
![]() |