Hi guys,
I am getting some weird results with instances of sprites.
In my CAPX The player can be moved to a new location by dragging and dropping his blue touch-circle.
Once the blue touch-circle is dropped the players yellow destination circle is set there and the player is made to move to it.
Once the yellow circle overlaps the player we know he has arrived at his destination and the player movement is stopped. Every tick the yellow circle is being checked to see if it is overlapping the player if not then the player is made to the yellow circle until he is.
My problem is sometimes when I have a player moving to his yellow destination circle and I start moving another player that previous player will sometimes follow the newest players yellow circle as well or I get other weird difficult to explain movement. Is it the way I am selecting instances... Any help here would be greatly appreciated.
<img src="https://dl.dropbox.com/u/93923432/Untitled.png" border="0">
Moving Players CAPX