Controlling Actor Layers
Hi all,
Is there a way to control actor layer order dynamically in-game? I have a few actors walking around and want the ones lower on the screen (closer/in front of) to appear on top of the other ones. Is this possible?
Hi all,
Is there a way to control actor layer order dynamically in-game? I have a few actors walking around and want the ones lower on the screen (closer/in front of) to appear on top of the other ones. Is this possible?
Comments
You can't change layer order dynamically. You need to 'fake' it, I believe @deepblueapps has a sample or two available.
Yes we do...the more actors you have walking around the more complex and swapping you need to do think I did 3 or 4 actors in the Double dragon a while back.
Free ... http://www.deepblueapps.com/layer-selection-template/
99p http://www.deepblueapps.com/layer-controls/
@jamie_c @DeepBlueApps thanks very much guys