I have a top down game where each enemy is made up of several sprites, and the enemies follow a path based on one of the waypoint tutorials.
I'm facing the following issues and not sure what is causing them:
1. The z-order of the sprites pinned to the enemy sprite seem to change randomly
2. Pinned objects randomly disappear
3. Pinned objects (enemy legs and head) seem to detach from the enemy sprite and when this happens none of the events relating to enemies execute any longer (e.g. dying after colliding with player sprite).
CAPX: filedropper.com/pintoenemywithwaypoints
Thanks in advance