Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Fedx on Fri 02/01/2009 01:46:31

Title: Help! Character walking behind objects!
Post by: Fedx on Fri 02/01/2009 01:46:31
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!!
Title: Re: Help! Character walking behind objects!
Post by: Gilbert on Fri 02/01/2009 02:14:22
Did you set the baseline of the object properly?
Title: Re: Help! Character walking behind objects!
Post by: Dualnames on Fri 02/01/2009 15:28:48
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.
Title: Re: Help! Character walking behind objects!
Post by: Fedx on Fri 02/01/2009 15:33:40
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