Reply to Re: Sprite overlapping sprite
If you don't have an account, just leave the password field blank.
First, here is how depth typically works: a sprite with a higher Y coordinate will appear above a sprite with a lower Y coordinate. There are some exceptions (background sprites, depth dots, etc) but that's the general rule.
Now, depth dot allows your sprite to pretend it has a different Y coordinate, even though it doesn't have to be physically at that spot. So if I place a sprite at Y coordinate 200, and give it a depth dot of 100, then it will appear behind all sprites with a Y coordinate (or depth dor) of greater than 100 and above all sprites with a Y coordinate (or depth dot) below 100.
Now, depth dot allows your sprite to pretend it has a different Y coordinate, even though it doesn't have to be physically at that spot. So if I place a sprite at Y coordinate 200, and give it a depth dot of 100, then it will appear behind all sprites with a Y coordinate (or depth dor) of greater than 100 and above all sprites with a Y coordinate (or depth dot) below 100.