stacking order question

Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default stacking order question

    I've got 6 images on 6 different layers that use motion tweening to move
    into position, then I want to, one by one, scale each up for a closer look,
    and then back down.

    I'm having a problem with stacking order since I want to bring each one to
    the top no matter which layer they're on, and right now some images are
    obscured by other images. Bring to Front seems to only work on items
    within a layer, but not items in separate layers, no? Is there something
    fundamental I'm not getting? Or is there another solution?

    Much thanks in advance.
    Anonymoose Guest

  2. Similar Questions and Discussions

    1. Stacking Tables
      Im setting up a site that expands to the width of the browser window. What I need is to have tables stack on top of one another when the browser...
    2. Changing stacking order of objects on the page
      I am using Acrobat 6.01. After selecting an object with the Touch Up Object tool, and editing it in either Photoshop or Illustrator, the object...
    3. [PHP-DEV] ZE2 and order of initialization (quick question)
      Am i correct in my understanding that the object store is not initialized before MINIT is run ? l0t3k -- PHP Internals - PHP Runtime...
    4. Layer Stacking Order & Flash Files
      I have a page that has a flash file and a layer. I want the layer to be above the flash file. In Dreamweaver, this shows correctly, but when I...
    5. ORDER BY Question
      Hi All, This may be a little difficult to explain but here goes... I have two tables one for companies and one for offices. Threre is...
  3. #2

    Default Re: stacking order question

    Anonymoose wrote:
    >
    > I've got 6 images on 6 different layers that use motion tweening to
    > move into position, then I want to, one by one, scale each up for a
    > closer look, and then back down.
    >
    > I'm having a problem with stacking order since I want to bring each
    > one to the top no matter which layer they're on, and right now some
    > images are obscured by other images. Bring to Front seems to only
    > work on items within a layer, but not items in separate layers, no?
    > Is there something fundamental I'm not getting? Or is there another
    > solution?
    >
    > Much thanks in advance.
    With ActionScript you can change the depth of the clips. Let's say you
    want to change the "stacking order" of the clips "c1" and "c2":
    c1.swapDepths(c2);

    Best wishes, Martin ;) * [url]http://birdy1976.com/[/url] * ICQ# 237743398
    Martin Voegeli, vom 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