overlapping images
overlapping images
I was just wondering, I'm using IGUIImage to place an image onto the screen and I want to put another on top of the first. Is there a way to set the Z value of a 2d image? Do have to call them in a certain order? Any help would be vastly appreciated.
Re: overlapping images
Well the first added, should be the first drawn. And I'm sure if you would look around documentation IGUIElement or IGUIEnvironment has a function 'bringToFront' or something similar.
Working on game: Marrbles (Currently stopped).