Is there a way to use actionscript to change the stacking order of objects?
I run two functions when i start my game, one that adds the player and set it’s properties and one that generates the map. The add player function is run last so the player will appear above the map, the problem is that i have some objects on my map that i would like to appear infront of the hero, like certain tree’s for example.
Is there a way i can make these objects appear infront by using actionscript? Using different layers won’t work as everything is generated dynamically
Hope someone can enlighten me on this one, thanks in advance!