How do I set actor to be in front of other objects?

It’s the Z value of the object’s transform. For example, in my project I’m placing all floor sprites at -100, walls and other features at -50 and the character at 0. Like MrGrr said, you could use any values as long as the Z value for the background object is smaller than foreground object.