I need help with this. I tried searching it here but I couldn't find the answer :(. I'm making an animation, there is a black background, a chest that is an OBJECT, and I want two hands that are one CHARACTER (one sprite of two hands together) to move over the chest. The problem is that the hands walk behind the chest. Please I really need help with this!! Thanks!!
Did you set the baseline of the object properly?
or to save you from some time and money put the line below on the room load section of the room, however take a note that you should revert this to normal, otherwise the main character will be drawn in front of everything.
cEgo.Baseline=480//the number should match the game's height resolution.
Oh thank you very much Dualnames!! and also to you Gilbet!!. I don't need to return it to normal because that hands only appear once hehe. Thanks a lot!! ;D