Construct 3 r249

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

  • Order by
  • Hey, just wonder, why there is no "depth" thing in the C3? For me just ability to get/set depth will make my life SO easier, i can't even describe how much exactly. I mean, depth is a thing in c3 for sure, and you can change it in runtime with methods like "Move to top", but why can't you set the specific number then?

      • [-] [+]
      • 1
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 1 points
      • (0 children)

      Do you mean Z index? You can't set two objects to the same Z index, which makes it difficult to sort Z order by assigning Z indices. However there's the 'Sort Z order' action which can do something similar.