Hi Andreas,
Would it be possible for you to add a directional function, perhaps something like this...
Code: Select all
NAME:
Align()
SYNOPSIS:
Align(direction, placement)
FUNCTION:
This is a function to give more flexibility to the placement of objects (#BRUSH, #BRUSHPART, #LAYER, #TEXTOBJECTS,#ANIM) when they are displayed.
INPUTS :
direction---either #CENTER (centers the object either horizontally or vertically), or #OPPEDGE (uses the opposite edge of the object for alignment---either the Bottom edge or the Right edge)
placement---depending on the specified direction, either an X or Y variable
EXAMPLE:
DisplayBrush(1, Align(#CENTER, 250), Align(#OPPEDGE, 300)
Thank you for your consideration.