Author Topic: Object always behind (SOLVED)  (Read 115 times)  Share 

TheRoger

  • Old pic got blocked...
    • I can help with translating
    •  
Object always behind (SOLVED)
« on: 18 Jun 2011, 13:34 »
Is it possible to make, that object would be always behind. because right now, if character stand near door, he is drawn behind them.
« Last Edit: 18 Jun 2011, 15:34 by TheRoger »

Dualnames

  • AGS Baker
  • Dualnames worked on a game that was nominated for an AGS Award!
Re: Object always behind
« Reply #1 on: 18 Jun 2011, 13:45 »
Set the baseline of the object to 1.

barefoot

  • Guitar Man
    • I can help with web design
    •  
Re: Object always behind
« Reply #2 on: 18 Jun 2011, 13:47 »
Change the objects baseline in events panel to true..

bareoot
I May Not Be Perfect but I Have A Big Heart ..

Wyz

  • AGS Project Admins
  • anno 1986
    • I can help with AGS tutoring
    •  
    • I can help with story design
    •  
    • I can help with translating
    •  
    • I can help with voice acting
    •  
    • I can help with web design
    •  
Re: Object always behind
« Reply #3 on: 18 Jun 2011, 13:47 »
Objects have a property called 'BaselineOverriden', if you set this to true you can specify a baseline yourself just like the how you would do for walk-behinds. It does not show the line in the editor (but I don't know if the newest editor does this) so you need to specify the y-value yourself.
Life is like an adventure without the pixel hunts.

TheRoger

  • Old pic got blocked...
    • I can help with translating
    •  
Re: Object always behind
« Reply #4 on: 18 Jun 2011, 13:56 »
Wow, I'm a genius. I was trying baseline stuff, with 1000 or -1, but never left default 1.
That solved it, thank you guys.