• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

GameMaker Change controller depth

V

Voloda2

Guest
I have a question about draw_text depth.
For example. I have a mainController. It has draw event. I draw some texts in this event.
Does text has depth = 0 ?
Is it possible to change mainController depth?
My text should be above objects. I want to decrease text depth.
 
The text will have the depth of the object. You can of course change the depth within the editor and also in the game using the "depth" variable, so just change the number where appropriate to put the text above other instances.
 
V

Voloda2

Guest
The text will have the depth of the object.
My text belongs draw event, draw event belongs controller. So I need to change controller depth. Right?
 
Top