I have a top down game where I need the enemy character to move and fire simultaneously toward the player.
Can some one show me a example of such behavior ?
The problem I face is that when I set the enemy to “move to location” I have to wait till move is finished then fire. What I need is to move AND fire simultaneously. How can that be accomplished ?