(start_image key)


Start creating a dialog box image.


This function signals the start of the image key in a dialog box. This function is used to precede the dialog box drawing functions: fill_image, slide_image, and vector_image.

To end the drawing, use the end_image function.

Example

(start_image kng)

Tell me about...

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language