Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: techie775 on Thu 24/07/2008 16:23:53

Title: how to just walk on an object.
Post by: techie775 on Thu 24/07/2008 16:23:53
Well I couldn't find it on the forums or tutorials so I'll ask,
I have an object I just want my character to walk on. Right now if he's in front of it, he's fine but he's behind it the object overlaps him. I Wanted the opposite were you see his feet standing on it. I thought this was a baseline issue but I've set it to 0 and 300 and it accomplishes the same problem. The object's Y position is 180. Am I looking in the right area with the baseline?
Title: Re: how to just walk on an object.
Post by: techie775 on Thu 24/07/2008 16:30:45
Ooh Sorry. I figured it right after I posted this. You have to set the base line to the top of the object. I guess it doesn't work if you do it too high... :P
Title: Re: how to just walk on an object.
Post by: Khris on Thu 24/07/2008 18:36:35
It does, but setting it to exactly 0 will revert to the default behavior, i.e. the bottom of the object.
Setting it to 1 will move it behind everything else.