Page 1 of 1

Z Depth

PostPosted: Tue Aug 05, 2008 7:54 pm
by darokstar
When I make things like a score in a game I set it's Z Depth up to the max but for some reason things like the tiles always get in front of it :( Does this happen to anybody else and is there a way to stop it?

Re: Z Depth

PostPosted: Tue Aug 05, 2008 11:51 pm
by feral
to me, this sounds odd : :? although someone else may have experienced it,

can you post a simple example to show the problem ?

Re: Z Depth

PostPosted: Wed Aug 06, 2008 12:50 am
by pyrometal
It has happened to me b4 too when I was working on Mazeman... A bug probably...

Re: Z Depth

PostPosted: Wed Aug 06, 2008 2:52 am
by Fuzzy
Change the z depth of the view, which is its parent, right? A childs z depth will always be its parents plus a little higher. If other things are also children of the view, then they may be overtop your score. If that is a problem, then set scores parent to something else that doesnt move.

Re: Z Depth

PostPosted: Thu Apr 29, 2010 6:07 pm
by sonicfire
Fuzzy wrote:Change the z depth of the view, which is its parent, right? A childs z depth will always be its parents plus a little higher. If other things are also children of the view, then they may be overtop your score. If that is a problem, then set scores parent to something else that doesnt move.


That DID IT !! This should be a sticky! I also had z-depth trouble... changing View´s Z-Depth fixed it :mrgreen:

(sorry for pushing this old topic :oops: )