Construct 3 r232

You're viewing a single comment in a conversation. View all the comments
  • 4 Comments

  • Order by
  • what does z ordering for hierarchy mean ?

      • [-] [+]
      • 2
      • DiegoM's avatar
      • DiegoM
      • Construct Team Construct 3 Developer
      • 2 points
      • (2 children)

      It means that when you create an instance at runtime along with all of it's children instances, the relative z ordering between them will be the same as the one setup in the editor.

      • Thanks diego!

        Unfortunately it doesn't seem to keep the relative z ordering if the parent's zorder is changed

          • [-] [+]
          • 1
          • DiegoM's avatar
          • DiegoM
          • Construct Team Construct 3 Developer
          • 1 points
          • *
          • (0 children)

          Oh yeah, this only applies for creation, so the instances are created in the same way they show up in the editor.

          I guess it is bug, since changing the z order of the parent and having all the children change accordingly seems like a very common and useful use case.

          Please, file an issue in our tracker with an example project showing the problem and how you expect it to work. This is a fairly new feature, so we are still working on it.