Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 640 Bytes

File metadata and controls

25 lines (18 loc) · 640 Bytes

Forward

Description

Procedure Forward moves the selected objects up one level in the onscreen object stacking order.

Objects in the document are drawn in the order in which they are created, with newer objects drawn on top of previously created objects. It is sometimes necessary to adjust this drawing, or stacking, order in order to make objects visible or create a desired effect.

PROCEDURE Forward;
def vs.Forward():
    return None

See Also

VS Functions: HMoveForward

Version

Availability: from All Versions

Category