[Flashcoders] Runtime Align Panel package AS3

2009-06-04 Thread Ktu
Hey List, I have created a fairly robust alignment tool I have dubbed VizAlign. This package duplicates the align panel and more! License: I was thinking of releasing under GPL. Compiled code size - 5.8kb... for now Features: Straight Forward Human-like API Ignores Nesting Treat Multiple

[Flashcoders] The Align panel

2006-09-11 Thread Andrew J Kirkham
When aligning a group of objects using the Align panel, is there a way of keeping one of the objects static and having all the others align with it? Andy Kirkham ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

RE: [Flashcoders] The Align panel

2006-09-11 Thread Mendelsohn, Michael
I believe the static item is either the leftmost and the topmost item -- only. You might want to put a guide on the stage at the left/top of the item you'd like to be static, align them, then just the realigned group back to the guides. Hope that helps, - Michael M. When aligning a group of

Re: [Flashcoders] The Align panel

2006-09-11 Thread Marc Hoffman
If aligning left, move all other objects to the right of the one you want as the reference object. If aligning top, move them below. And so on for bottom and right. For center, I've found the smaller object(s) must be placed within the horizontal and/or vertical limits of the largest object,