Topic: Set render order of markers

Hi,

I want to set a player as marker which always should be in the very foreground when other markers are nearby.
Right now you have an algorithm for your markers that the ones left and below get sorted to the front.
So is there an easy way using markers with a render order so the player stays front or should I draw it with the drawing api instead...
best,
Robert

Re: Set render order of markers

Hello.

You can make your own sorting.
Example:
http://infinity-code.com/atlas/online-m … ample.html

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Set render order of markers

great!!!