Ask a Question related to Macromedia Director Basics, Design and Development.
-
luoifong #1
align issue
ok, it would seem that aligning a Text sprite on the stage wouldn't be
hard...so I'm probably missing something painfully obvious..
I created a Text sprite on the stage, selected it, opened the Align panel, and
clicked on the "Align Horizontal Center" button. But nothing happens. Actually
the only buttons that move the sprite are the "Distribute Horizontal across
stage" and the "Distribute vertically across stage"
How come the other buttons don't affect the sprite? What am i missing
luoifong Guest
-
Spry horizontal menu: vertical text align issue
Hello all, I have a simple horizontal Spry menu I'm working on. The menu is single level - no submenus. The problem is that I cannot get the... -
PLEASE HELP!! align "justify" issue
Hello, I want to display paragraph contents on a webpage with a "justify" alignment. So, I have created a text control in mxml but dicovered that... -
Align
How to align two or more object relative to the center axe of the last chosen one AND keep the position of the reference object (last picked)intact... -
Align text
Hi again, Thanks for you help with my data structure problem, a hash of hashes problem did the job :-) I would like to know how to align text... -
how to Align text left & vertical align middle
Hello, I have a asp lable control, which I use to display text in, I would like to have the text display aligned in the center and vertical... -
Dave Mennenoh #2
Re: align issue
You have to pick more than one sprite - so that it has something to align
to...
--
Dave
[url]http://www.blurredistinction.com/director[/url]
Dave Mennenoh Guest
-
luoifong #3
Re: align issue
so, the button "Align horizontal center" is aligning relative to another
sprite, but not to the stage? So if I selected 2 sprites at the same time, how
do I align them relative to the stage. If I press the "Align horizontal center"
button it only aligns them center relative to each other. None of the other
align buttons align both sprites relative to the stage
I apologize if these are basic questions...I'm just trying to fully understand
how it works...doesn't seem to be the same as in Flash
luoifong Guest
-
Dave Mennenoh #4
Re: align issue
I think it is the same in Flash actually... not positive though but I don't
know why it'd be different. I haven't used align in some time, but I think
it works based on the first sprite you select - the other sprites get
aligned to it... not to the stage.
--
Dave
[url]http://www.blurredistinction.com/director[/url]
Dave Mennenoh Guest
-
Rob Dillon #5
Re: align issue
If you open the align... window from the Window menu, you'll see that
it is split into two sections: Align: and Distribute:
If you look at the last item in each row of the Distribute section,
you'll see that those buttons will position whatever is selected
relative to the stage. All of the other buttons are used to position
selected sprite relative to each other.
--
Rob
_______
Rob Dillon
Team Macromedia
[url]http://www.ddg-designs.com[/url]
412-243-9119
[url]http://www.macromedia.com/software/trial/[/url]
Rob Dillon Guest
-
Ex Malterra #6
Re: align issue
yeah it's a pain sometimes to align to the stage. fireworks mx has an
align window with a button that lets you align relative to the stage,
maybe director mx 2004 will too. what i do now is do it by
coordinates. when you click on a sprite it's dimensions show in the
property inspector. just make the sprite's X(horizontal) and
Y(vertical) coordinates the center of the stage. for example, say your
stage is 640x480. make your sprite's X = 320, y = 240 and viola, right
smack dab in the center and middle. BUT, if the registration of your
sprite isn't it's center you'll have to do som math to adjust for it's
offset.
Ex Malterra Guest



Reply With Quote

