How can I show two layers in 1 scene at the same time?
I want to have a mainlayer with z:0 and a statuslayer with z:1 on top of the mainlayer. I want to show some game status in statuslayer like Level, Money etc... I cant put those status as sprite to mainlayer coz mainlayer will moving around I dont want those status move together. So I decide to add those status to a statuslayer. and also how can I detect the touch on those status(sprite).
Here is the example: LINK
The white area is the mainlayer and the blue area is the statuslayer while the red is the game status information in statuslayer.