Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139