Hi.
I'm playing with some RTS concepts. I am able to individually select different units and move them about the screen one at a time. However, the following example is giving me fits:
I click a unit and click on the far right side of the screen. While that first unit is moving, I click a second unit and move it as well to another location. It begins to move as well. However, the first unit will no longer stop unit the second unit stops. I tried to record the clicked target locations first and then use a For Loop to check for each unit to fix the problem but that makes it so units move in the direction of a click but then stops immediately. Can anyone help with this? I have both movement problem available in the capx file. Toggle/Untoggle the lines to see both movement problems.
Here is the link to my capx file
RTS testing
Thank you in advance for any help