Object baseline issue (SOLVED)

Started by Makeout Patrol, Sat 28/06/2008 23:31:11

Previous topic - Next topic

Makeout Patrol

All right, this one is driving me nuts.

I have an object in a room. It's not clickable, because it's just for a graphic effect; it's hiding another object that floats across the screen at one point (the effect is that the other object goes flying past the window).

However, no matter what I do, the characters always walk behind the object when their y-coordinate is less than 150:



It's worth noting that the bottom of this object is located at y = 135, but the characters walk behind it at y = 150. There are no pixels lower than y=135 in this object.

I have tried the following:

-setting the BaselineOverridden property in the editor to False
-setting the BaselineOverridden property in the editor to True and the Baseline property to 135
-setting the BaselineOverridden property in the editor to True and the Baseline property to 1
-setting the object.Baseline property to 1 in the room_Load() function
-setting the object.Baseline property to 0 in the room_Load() function
-setting the object.Baseline property to 135 in the room_Load() function
-deleting the object and placing it again

What is the deal? Can anybody help a brother out with this?

Khris

Make sure you didn't draw a walkbehind.

Makeout Patrol

And, as always, the most ridiculous problems have the simplest solutions

thanks

SMF spam blocked by CleanTalk