I have some text sitting on the 2nd layer of my game but it still sits in front of any objects I place in the 3rd and 4th layer. Is this a bug and is there a way to stop it from happening?
Note if WebGL is enabled in project properties, due to technical limitations all Text objects appear on top of everything else in the game. For example, Sprites cannot be displayed on top of Text objects when WebGL is on, because the text is rendered to an overlay above the game. It is recommended to design your game so it is not necessary for other objects to appear on top of text objects, since turning off WebGL can reduce performance.from here: http://www.scirra.com/manual/116/text
thank you
Develop games in your browser. Powerful, performant & highly capable.
SpriteFont will enable you to get around this problem.