Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Candle on Tue 28/06/2005 03:45:36

Title: Objects front back
Post by: Candle on Tue 28/06/2005 03:45:36
I see if you add a object it is then infront of anyother objects . anyway to bring forward an object so it can be infront of some other object ?
Or do I have to delete that pbject and redo it to get it in front .
Title: Re: Objects front back
Post by: Gilbert on Tue 28/06/2005 03:52:11
In a game, the "closeness" of objects is decided by their baselines, if object A's baseline is lower than object B's then object A is in front of object B.
I didn't check much but that may not be reflected clearly in the editor, but when inside the game it will.
Title: Re: Objects front back
Post by: Candle on Tue 28/06/2005 04:02:54
Ahhhhhhh I see ,, thank you .