Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ln888 on Sun 25/08/2013 14:42:06

Title: Objects
Post by: ln888 on Sun 25/08/2013 14:42:06
hi,
I put 2 objects, i'll call them 1 and 2.
I wanted 1 will be on top 2 but it always put 2 on top 1.
how do i change it ?
Title: Re: Objects
Post by: Ghost on Sun 25/08/2013 14:45:04
Objects have a baseline, which defines at which position something is "behind" an object. Just make ObjectA's baseline lower than ObjectB's.