Page 1 of 1

SpriteDepth

Posted: Wed Jul 18, 2018 12:32 pm
by zxretrosoft
Hello,
please Fred, could you add a command SetSpriteDepth for depth of sprites?
This is a very useful feature and I believe it would not be hard to do it. Or am i wrong?

Like in AGK2:
https://www.appgamekit.com/documentatio ... eDepth.htm

Re: SpriteDepth

Posted: Wed Jul 18, 2018 6:00 pm
by J. Baker
You could create a procedure to do all of your sprite drawing. All the information is obtainable. Such as the Y coordinates. Just create a list for your sprites and repeat scan until all are drawn in order. If I find time, I may create an example.