View Single Post
  #16  
Unread 03-25-2005, 09:43 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Objects are positioned left to right and top to bottom in the order selected. If, for instance, you select the following objects

A B C D

in revers alpha order and hit distribute horizontal, it will revers their order during the alignment, resulting in:

D C B A

Selection order can be altered by re-clicking an already selected item. For example if you select the following:

A B C D B

and hit distribute horizontal, you get

A C D B
By re-clicking "B", you moved it forward in the selection order, telling distribute to place it last.

Same deal for vertical distribution, with earliest object selected moved to the top, last selected moved to bottom.

Edit: UIBuilder's ditribute is based off neighboring edges. Objects of differing sizes will have the space between them equalized. The space between their center points will vary depending on their sizes.

There doesn't appear to be any way to get centerpoint distribution.

Last edited by Zonx : 03-25-2005 at 09:59 AM.
Reply With Quote