Z order issue

0 favourites
  • 6 posts
  • dropbox.com/s/3rw44umhr3sxe3t/Zelda.capx

    r139

    Newbie Here. I have a quick question about Z ordering. It's also my first question asking for help. (Tell me if the dropbox file doesn't work.

    (I'm recreating Zelda, to learn the ropes.)

    I'm trying to debug a small issue with Z ordering. I can easily use a work around, but I want to understand if I'm doing anything wrong, or how the Construct code is working, so I can better understand it for the future.

    The project is cut down a lot in an attempt to debug. There is only two layouts to pay attention to. (Main and Map22) and two event sheets (esMain and esMap22)

    Go to Main and preview it. (I'm using Chrome)

    What I expect: You shouldn't see the three hearts on the bottom of the screen. The Z order tells me that FullBlack should be on top of it.

    Now, if you disable "Go To: Map22" in esMain, it displays how I think it should.

    So, by including that second layout, it screws up my Z order on the first layout?

    Thanks for you help.

  • Was tricky but I got there eventually. It's because your first layout, the majorly black one, has all the assets set to Global so when it switches to Map22, Main is appearing over it. Both layers are displayed but you can see the hearts now because FullBlack is not set to Global and disappears upon loading Map22.

    To fix: set everything that appears on Main, that you do not want to see on Map22, to Global=No on the left-hand side options.

  • Thanks for the replay, but FullBlack IS set to global already. And it covers some things (Menu, MapCoordinates, Rupee Count) but not the hearts...

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Set the active layer on Map22 to Background

  • Just mess around with the layers until you get what you want. I'm not sure when you want the hearts to appear and in which layout.

  • I had a few issues with the Z layers and global's, rather than working out what was causing it i just

    On start of layout

    Move Global to Highest layer

    Move Global to Top

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)