Player sliding over/under objects

BlitzPlus Forums/BlitzPlus Programming/Player sliding over/under objects

codermax(Posted 2013) [#1]
EDIT2: Crap, I posted in the wrong forum. :(


JoeDude36(Posted 2013) [#2]
It dont matter what forum to me I will still answer anyway this used to happen to me just make sure that the player image is created last...i think its last atleast


bloos_magoos(Posted 2013) [#3]
When you draw images, they will draw on top of each other, from bottom to top. So like if you want your player on top of another thing, draw the other thing first then the player

So like the last thing your draw will be on top.