Is it possible to make, that object would be always behind. because right now, if character stand near door, he is drawn behind them.
Set the baseline of the object to 1.
Change the objects baseline in events panel to true..
bareoot
Objects have a property called 'BaselineOverriden', if you set this to true you can specify a baseline yourself just like the how you would do for walk-behinds. It does not show the line in the editor (but I don't know if the newest editor does this) so you need to specify the y-value yourself.
Wow, I'm a genius. I was trying baseline stuff, with 1000 or -1, but never left default 1.
That solved it, thank you guys.